Releases: data-driven-forms/react-forms
v1.27.1
1.27.1 (2020-01-29)
Bug fixes
@data-driven-forms/pf4-component-mapper~1.27.1
- fix(pf4): allow to update options, loadOptions props
v1.27.0
1.27.0 (2020-01-28)
Minor changes
@data-driven-forms/mui-component-mapper~1.27.0
- feat(pf4): wizard predicts nextSteps in realtime
@data-driven-forms/pf3-component-mapper~1.27.0
- feat(pf4): wizard predicts nextSteps in realtime
@data-driven-forms/pf4-component-mapper~1.27.0
- feat(pf4): wizard predicts nextSteps in realtime
@data-driven-forms/react-form-renderer~1.27.0
- feat(pf4): wizard predicts nextSteps in realtime
Bug fixes
@data-driven-forms/pf4-component-mapper~1.27.0
- Add tests for wizard nav PF4
- Add tests for crossroads variable
- PF4 wizard use formRenderer in tests
with-firebase-hosting~1.27.0
- Update docs
@data-driven-forms/pf3-component-mapper~1.27.0
- Catch FormSpyProvider in PF3 subform
v1.26.1
1.26.1 (2020-01-21)
Bug fixes
@data-driven-forms/pf4-component-mapper~1.26.1
- fix(renderer): prevent double submitting by button
@data-driven-forms/react-form-renderer~1.26.1
- fix(renderer): prevent double submitting by button
with-firebase-hosting~1.26.1
- Fix demo editor
- Include query in algolia for component examples
- Render all texts on component example
- not active are hidden
- to support algolia
- Remove getInitialProps until CSS issue is fixed
- Add loader for component example sandbox
- Fix css for radioLink
- Fix layout for component example
- Render text on first render based on mapper query
@data-driven-forms/common~1.26.1
- Delete leftover obsolete select file
v1.26.0
1.26.0 (2020-00-15)
Minor changes
@data-driven-forms/pf3-component-mapper~1.26.0
- feat(renderer): remove parsers from renderer
@data-driven-forms/pf4-component-mapper~1.26.0
- feat(renderer): remove parsers from renderer
@data-driven-forms/react-form-renderer~1.26.0
- feat(renderer): remove parsers from renderer
with-firebase-hosting~1.26.0
- feat(renderer): remove parsers from renderer
Bug fixes
@data-driven-forms/pf4-component-mapper~1.26.0
- Update snaps
@data-driven-forms/react-form-renderer~1.26.0
- Remove resetAble
- Update readmes
- Removed unused formType prop
with-firebase-hosting~1.26.0
- Add transform plugin babel to demo
v1.25.2
1.25.2 (2020-00-14)
Bug fixes
@data-driven-forms/mui-component-mapper~1.25.2
- Add tests fo MutlipleChoice list MUI
- Convert MUI multiple choice list to use common
- Add test for MUI form fields helpers
- Add test for MUI plain text
- Add tests for MUI subform
- Remove MUI demo test
- Add tests for MUI tabs
@data-driven-forms/common~1.25.2
- Convert MUI multiple choice list to use common
- Add common MultipleChoiceList component
- Add meta and formGroup propTypes
@data-driven-forms/pf3-component-mapper~1.25.2
- Update snaps
- fix(pf3): Convert PF3 multiplechoice to use common
@data-driven-forms/pf4-component-mapper~1.25.2
- Update snaps
- Convert PF4 multiple choice list to use common
- Remove only in wizard PF4 test
- Add missing test for PF4 wizard
- Add missing test for PF4 multiple checkbox
- Add missing test for PF4 radio
- Add tests for PF4 plain text
with-firebase-hosting~1.25.2
- Convert component examples to mdx
@data-driven-forms/react-form-renderer~1.25.2
- Add missing tests for fieldWrapper
- Add missing test for form renderer if it shows error component
- Add missing test for renderForm
- Add schemaErrorComponent test
- Add prepareMsg tests
- Add missing numericality tests
- Add validators messages test
- Add missing test for validation mapper
v1.25.1
1.25.1 (2020-00-08)
Bug fixes
@data-driven-forms/pf3-component-mapper~1.25.1
- Add tests for submit by enter
- Handle enter on PF3 submit wizard and share code
- Allow PF3 switch to submit on enter
- Allow PF3 switch to switch on space
@data-driven-forms/pf4-component-mapper~1.25.1
- Add tests for submit by enter
- Handle enter on PF3 submit wizard and share code
- Handle enter button in PF4 wizard
@data-driven-forms/react-form-renderer~1.25.1
- Add tests for submit by enter
- fix(form): allow to submit value with enter
@data-driven-forms/common~1.25.1
- Handle enter on PF3 submit wizard and share code
v1.25.0
1.25.0 (2020-00-07)
Minor changes
@data-driven-forms/pf4-component-mapper~1.25.0
- feat(renderer): added deleted value prop
@data-driven-forms/react-form-renderer~1.25.0
- feat(renderer): added deleted value prop
Bug fixes
@data-driven-forms/pf4-component-mapper~1.25.0
- Adde clearedValue override from field.
- Renamed deleted value to cleared value
- packages/common - share config/jest.setup.js
- packages/common - share babel.config.js
- LICENSE: symlink /LICENSE in all packages/ (Apache-2.0)
previously, 3 package dirs had an MIT LICENSE file,
despite 2 of them using a "license": "Apache-2.0" in package.json .
The demo used "license": "MIT" but is not released as a package anyway.
Now, all of them symlink the root Apache-2.0 LICENSE.
- packages/common - unify & symlink .gitignore
- packages/common - create, unify eslintrc, symlink
Creates a new packages/common/.eslintrc
and symlinks every other eslintrc from that place.
That way, we only have 1 copy of eslintrc instead of 5 almost identical ones.
(The only differences were whitespace differences, and mui- had an extra arguments
in globals.)
@data-driven-forms/react-form-renderer~1.25.0
- Adde clearedValue override from field.
- Renamed deleted value to cleared value
- Change checkEmpty to return bool
- packages/common - share config/jest.setup.js
- packages/common - share babel.config.js
- LICENSE: symlink /LICENSE in all packages/ (Apache-2.0)
previously, 3 package dirs had an MIT LICENSE file,
despite 2 of them using a "license": "Apache-2.0" in package.json .
The demo used "license": "MIT" but is not released as a package anyway.
Now, all of them symlink the root Apache-2.0 LICENSE.
- packages/common - unify & symlink .gitignore
- packages/common - create, unify eslintrc, symlink
Creates a new packages/common/.eslintrc
and symlinks every other eslintrc from that place.
That way, we only have 1 copy of eslintrc instead of 5 almost identical ones.
(The only differences were whitespace differences, and mui- had an extra arguments
in globals.)
@data-driven-forms/pf3-component-mapper~1.25.0
- Added tests for pf3 select option
- Added dropdown tests for pf3 select
- Removed css in JS for pf3 select.
- Fixed tests for PF3 common select implementation
- Added async options to PF3 composite select.
- Added disabled styles for pf3 common select.
- Fixed select title for simple value variant.
- Added handling of simple value to common select
- Added searchable variant for PF3 select
- Added styling for pf3 select stretching
- Added single value styling for pf3 select
- Added style for pf3 select multi value labels
- Added pf3 select indicators styling
- Use select componsition to style pf3 select
- packages/common - share config/jest.setup.js
- packages/common - share babel.config.js
- LICENSE: symlink /LICENSE in all packages/ (Apache-2.0)
previously, 3 package dirs had an MIT LICENSE file,
despite 2 of them using a "license": "Apache-2.0" in package.json .
The demo used "license": "MIT" but is not released as a package anyway.
Now, all of them symlink the root Apache-2.0 LICENSE.
- packages/common - unify & symlink .gitignore
- packages/common - create, unify eslintrc, symlink
Creates a new packages/common/.eslintrc
and symlinks every other eslintrc from that place.
That way, we only have 1 copy of eslintrc instead of 5 almost identical ones.
(The only differences were whitespace differences, and mui- had an extra arguments
in globals.)
@data-driven-forms/common~1.25.0
- Added dropdown tests for pf3 select
- Added async options to PF3 composite select.
- Fixed select title for simple value variant.
- Added handling of simple value to common select
- Added searchable variant for PF3 select
- Added pf3 select indicators styling
- Use select componsition to style pf3 select
- common/package.json
taken from bae3526,
plus added main: index.js
and fix mui package.json description
- packages/common - share config/jest.setup.js
- packages/common - share babel.config.js
- common - README.md
example interface
- LICENSE: symlink /LICENSE in all packages/ (Apache-2.0)
previously, 3 package dirs had an MIT LICENSE file,
despite 2 of them using a "license": "Apache-2.0" in package.json .
The demo used "license": "MIT" but is not released as a package anyway.
Now, all of them symlink the root Apache-2.0 LICENSE.
- packages/common - unify & symlink .gitignore
- packages/common - create, unify eslintrc, symlink
Creates a new packages/common/.eslintrc
and symlinks every other eslintrc from that place.
That way, we only have 1 copy of eslintrc instead of 5 almost identical ones.
(The only differences were whitespace differences, and mui- had an extra arguments
in globals.)
with-firebase-hosting~1.25.0
- Renamed deleted value to cleared value
- Added missing href tags to docs link to improve search.
- Added docs for deleted value.
@data-driven-forms/mui-component-mapper~1.25.0
- common/package.json
taken from bae3526,
plus added main: index.js
and fix mui package.json description
- packages/common - share config/jest.setup.js
- packages/common - share babel.config.js
- LICENSE: symlink /LICENSE in all packages/ (Apache-2.0)
previously, 3 package dirs had an MIT LICENSE file,
despite 2 of them using a "license": "Apache-2.0" in package.json .
The demo used "license": "MIT" but is not released as a package anyway.
Now, all of them symlink the root Apache-2.0 LICENSE.
- packages/common - unify & symlink .gitignore
- packages/common - create, unify eslintrc, symlink
Creates a new packages/common/.eslintrc
and symlinks every other eslintrc from that place.
That way, we only have 1 copy of eslintrc instead of 5 almost identical ones.
(The only differences were whitespace differences, and mui- had an extra arguments
in globals.)
v1.24.0
1.24.0 (2019-011-18)
Minor changes
@data-driven-forms/react-form-renderer~1.24.0
- feat(renderer): Added multi field conditions
Bug fixes
with-firebase-hosting~1.24.0
- fix(docs): fixed docs heading levels in condition.md
- Added docs for multi field conditions
v1.23.9
1.23.9 (2019-011-18)
Bug fixes
@data-driven-forms/pf4-component-mapper~1.23.9
- fix(pf4): send formOptions as second argument in wizard
v1.23.8
1.23.8 (2019-011-13)
Bug fixes
@data-driven-forms/pf4-component-mapper~1.23.8
- fix(pf4): allow to use disableSubmit
with-firebase-hosting~1.23.8
- Update firebase tools to ensure public access after 2020