Releases: data-driven-forms/react-forms
Releases · data-driven-forms/react-forms
v2.5.0-beta.2
2.5.0-beta.2 (2020-06-15)
v2.5.0-beta.1
2.5.0-beta.1 (2020-06-11)
Minor changes
@data-driven-forms/common~2.5.0-beta.1
- feat(pf4): add validated to components supporting it
@data-driven-forms/pf4-component-mapper~2.5.0-beta.1
- feat(pf4): add validated to components supporting it
- feat(pf4): Update PF versions
Bug fixes
@data-driven-forms/pf4-component-mapper~2.5.0-beta.1
- Update PF4 test to lates major
- Hack PF wizard to set max height
- fix(pf4): update wizard to latest and add missing props
- Fix NaN error in slider
- Change gutter to hasGutter
- Fix missing headingLevel in subform
- PF4 tab: Wrap string titles in
- Fix title in demo page
@data-driven-forms/react-renderer-demo~2.5.0-beta.1
- Update documenation to latest PF4
- Use latest PF in stackblizu template
v2.4.8
2.4.8 (2020-06-11)
Bug fixes
@data-driven-forms/common~2.4.8
- fix(common): wizard check validating on enter
@data-driven-forms/pf4-component-mapper~2.4.8
- fix(common): wizard check validating on enter
v2.4.7
2.4.7 (2020-06-10)
Bug fixes
@data-driven-forms/pf4-component-mapper~2.4.7
- fix(pf4,suir): Make sort icons consistent among all dual-list selectors
Signed-off-by: Boaz Shuster boaz.shuster.github@gmail.com
@data-driven-forms/suir-component-mapper~2.4.7
- fix(pf4,suir): Make sort icons consistent among all dual-list selectors
Signed-off-by: Boaz Shuster boaz.shuster.github@gmail.com
@data-driven-forms/react-renderer-demo~2.4.7
- Fixed pf4 template dependency typo
- Lock PF4 dependencies in examples
v2.4.6
2.4.6 (2020-06-09)
Bug fixes
@data-driven-forms/pf4-component-mapper~2.4.6
- fix(pf4): Add selected items status message to dual list
Signed-off-by: Boaz Shuster boaz.shuster.github@gmail.com
@data-driven-forms/react-renderer-demo~2.4.6
- fix(pf4): Add selected items status message to dual list
Signed-off-by: Boaz Shuster boaz.shuster.github@gmail.com
- Fix wrong buttons props for default form template
v2.4.5
2.4.5 (2020-06-01)
Bug fixes
@data-driven-forms/common~2.4.5
- Update semantic release to support semantic-release/git
- Update readmes
- hardlink to logo image
- updated list of components
- usage section in root
- links to mappers installation pages instead of NPM
- Clean up babel transform plugin setup.
@data-driven-forms/mui-component-mapper~2.4.5
- Update semantic release to support semantic-release/git
- fix(mui): change empty value from '' to null
- the autocomplete considers '' as a value, so the select is by default 'filled'
- Update readmes
- hardlink to logo image
- updated list of components
- usage section in root
- links to mappers installation pages instead of NPM
@data-driven-forms/parsers~2.4.5
- Update semantic release to support semantic-release/git
@data-driven-forms/pf3-component-mapper~2.4.5
- Update semantic release to support semantic-release/git
- Update readmes
- hardlink to logo image
- updated list of components
- usage section in root
- links to mappers installation pages instead of NPM
@data-driven-forms/pf4-component-mapper~2.4.5
- Update semantic release to support semantic-release/git
- Update readmes
- hardlink to logo image
- updated list of components
- usage section in root
- links to mappers installation pages instead of NPM
@data-driven-forms/react-form-renderer~2.4.5
- Update semantic release to support semantic-release/git
- Update readmes
- hardlink to logo image
- updated list of components
- usage section in root
- links to mappers installation pages instead of NPM
@data-driven-forms/suir-component-mapper~2.4.5
- Update semantic release to support semantic-release/git
- Update readmes
- hardlink to logo image
- updated list of components
- usage section in root
- links to mappers installation pages instead of NPM
@data-driven-forms/blueprint-component-mapper~2.4.5
- Update readmes
- hardlink to logo image
- updated list of components
- usage section in root
- links to mappers installation pages instead of NPM
v2.4.4
2.4.4 (2020-05-26)
Bug fixes
@data-driven-forms/pf3-component-mapper~2.4.4
- fix(pf3): fixed faulty renderer external pattern
v2.4.3
2.4.3 (2020-05-26)
Bug fixes
@data-driven-forms/mui-component-mapper~2.4.3
- Update MUI tests
- fix(mui): export date picker in component mapper
@data-driven-forms/pf4-component-mapper~2.4.3
- Update PF4 tests
- unskipped field array
- better tests for subform
- fixed some wrong props
- fixed act warnings in select tests
v2.4.2
2.4.2 (2020-05-25)
Bug fixes
@data-driven-forms/blueprint-component-mapper~2.4.2
- fix(all): include prop-types in dependencies
@data-driven-forms/common~2.4.2
- fix(all): include prop-types in dependencies
@data-driven-forms/mui-component-mapper~2.4.2
- fix(all): include prop-types in dependencies
@data-driven-forms/pf3-component-mapper~2.4.2
- fix(all): include prop-types in dependencies
@data-driven-forms/pf4-component-mapper~2.4.2
- fix(all): include prop-types in dependencies
@data-driven-forms/react-form-renderer~2.4.2
- fix(all): include prop-types in dependencies
@data-driven-forms/suir-component-mapper~2.4.2
- fix(all): include prop-types in dependencies
v2.4.1
2.4.1 (2020-05-22)
Bug fixes
@data-driven-forms/blueprint-component-mapper~2.4.1
- fix(blueprint): do not use Classes
- they have bad import (Classes it's not an object, just a file) and it is just a string
@data-driven-forms/common~2.4.1
- fix(blueprint): do not use Classes
- they have bad import (Classes it's not an object, just a file) and it is just a string
@data-driven-forms/suir-component-mapper~2.4.1
- Return switching schemas to SUIR demo/index
@data-driven-forms/react-renderer-demo~2.4.1
- Fix demo wizard template for blueprint
- Fix type in demo deploy script
- Fixed generating service worker before deploying.