Releases: data-driven-forms/react-forms
Releases · data-driven-forms/react-forms
v2.16.0
2.16.0 (2020-11-02)
Minor changes
@data-driven-forms/ant-component-mapper~2.16.0
- feat(formTemplate): allow to pass props to each component
@data-driven-forms/blueprint-component-mapper~2.16.0
- feat(formTemplate): allow to pass props to each component
@data-driven-forms/carbon-component-mapper~2.16.0
- feat(formTemplate): allow to pass props to each component
@data-driven-forms/common~2.16.0
- feat(formTemplate): allow to pass props to each component
@data-driven-forms/mui-component-mapper~2.16.0
- feat(formTemplate): allow to pass props to each component
@data-driven-forms/pf3-component-mapper~2.16.0
- feat(formTemplate): allow to pass props to each component
@data-driven-forms/pf4-component-mapper~2.16.0
- feat(formTemplate): allow to pass props to each component
@data-driven-forms/react-renderer-demo~2.16.0
- feat(formTemplate): allow to pass props to each component
@data-driven-forms/suir-component-mapper~2.16.0
- feat(formTemplate): allow to pass props to each component
v2.15.3
2.15.3 (2020-11-02)
Bug fixes
@data-driven-forms/react-renderer-demo~2.15.3
- Add FormFieldGridProps to mua text field docs.
- Fix missing template dependencies.
@data-driven-forms/pf3-component-mapper~2.15.3
- fix(pf3): display placeholder for pre-selected lazy options.
v2.15.2
2.15.2 (2020-10-29)
Bug fixes
@data-driven-forms/pf4-component-mapper~2.15.2
- fix(pf4): dual list search width stretch.
v2.15.1
2.15.1 (2020-10-26)
Bug fixes
@data-driven-forms/pf3-component-mapper~2.15.1
- fix(pf3): allow select null value
- Update readme
- add missing mappers to the list of mappers
- add links for components
- fix some typos
@data-driven-forms/react-form-renderer~2.15.1
- fix(pf3): allow select null value
- Update readme
- add missing mappers to the list of mappers
- add links for components
- fix some typos
@data-driven-forms/ant-component-mapper~2.15.1
- Update readme
- add missing mappers to the list of mappers
- add links for components
- fix some typos
@data-driven-forms/blueprint-component-mapper~2.15.1
- Update readme
- add missing mappers to the list of mappers
- add links for components
- fix some typos
@data-driven-forms/carbon-component-mapper~2.15.1
- Update readme
- add missing mappers to the list of mappers
- add links for components
- fix some typos
@data-driven-forms/mui-component-mapper~2.15.1
- Update readme
- add missing mappers to the list of mappers
- add links for components
- fix some typos
@data-driven-forms/parsers~2.15.1
- Update readme
- add missing mappers to the list of mappers
- add links for components
- fix some typos
@data-driven-forms/pf4-component-mapper~2.15.1
- Update readme
- add missing mappers to the list of mappers
- add links for components
- fix some typos
@data-driven-forms/suir-component-mapper~2.15.1
- Update readme
- add missing mappers to the list of mappers
- add links for components
- fix some typos
@data-driven-forms/react-renderer-demo~2.15.1
- Remove wrong text from PF4 plain text page
v2.15.0
2.15.0 (2020-10-22)
Minor changes
@data-driven-forms/common~2.15.0
- feat(suir): implement warning as helperText
- feat(ant): add warning
@data-driven-forms/suir-component-mapper~2.15.0
- feat(suir): implement warning as helperText
@data-driven-forms/carbon-component-mapper~2.15.0
- feat(carbon): add warning support
@data-driven-forms/ant-component-mapper~2.15.0
- feat(ant): add warning
@data-driven-forms/blueprint-component-mapper~2.15.0
- feat(blueprint): implement warning intent
@data-driven-forms/mui-component-mapper~2.15.0
- feat(mui): implement warning validation
Bug fixes
@data-driven-forms/carbon-component-mapper~2.15.0
- Update carbon to bring the latests features
@data-driven-forms/mui-component-mapper~2.15.0
- Add tests
v2.14.0
2.14.0 (2020-10-22)
Minor changes
@data-driven-forms/carbon-component-mapper~2.14.0
- feat(carbon): Implement searchable/clearable non-multi select
v2.13.0
2.13.0 (2020-10-21)
Minor changes
@data-driven-forms/carbon-component-mapper~2.13.0
- feat(carbon): implemented optional isRequired for all fields
v2.12.0
2.12.0 (2020-10-21)
Minor changes
@data-driven-forms/common~2.12.0
- feat(pf4): show meta.warnings
Bug fixes
@data-driven-forms/pf4-component-mapper~2.12.0
- Update tests
- Update PF4 versions and css
@data-driven-forms/carbon-component-mapper~2.12.0
- Add missing dual list select into the carbon demo schema
@data-driven-forms/react-renderer-demo~2.12.0
- Remove obsolete divs from code examples
- Update URL validator text
- Remove max width from the content list
- Update validation documenation pages
v2.11.1
2.11.1 (2020-10-20)
Bug fixes
@data-driven-forms/pf3-component-mapper~2.11.1
- fix(pf3): downgrade version of react day picker
@data-driven-forms/react-renderer-demo~2.11.1
- Fix MUI imports in demo
v2.11.0
2.11.0 (2020-10-19)
Minor changes
@data-driven-forms/react-form-renderer~2.11.0
- feat(renderer): add useWarnings functionality
Bug fixes
@data-driven-forms/react-form-renderer~2.11.0
- Remove convertWarningToError function
- Create validate-warning only once
- Add warning to meta definition
- Add convertWarningToError option
- Add tests for validator warnings
- Allow to set object validators as warnings
- Refactor compose validators to be more readable
@data-driven-forms/react-renderer-demo~2.11.0
- Remove convertWarningToError function
- Update doc page
- Add docs for warnings
- Refactor example text
- dynamically find example text for mapper > component, so there is no need to write imports manually and create switch statements
- also clean redundant code