Releases: data-driven-forms/react-forms
Releases · data-driven-forms/react-forms
v3.8.0
3.8.0 (2021-06-10)
Minor changes
@data-driven-forms/react-form-renderer~3.8.0
- feat(renderer): add independent validate function
- feat(renderer): add function for collecting all validates from schema
- feat(renderer): add function to filter invisible fields in the schema
- feat(renderer): add function for preparing single field props
Bug fixes
@data-driven-forms/react-renderer-demo~3.8.0
- Add standalone validation to documentation
- Add is multi option to select docs.
@data-driven-forms/react-form-renderer~3.8.0
- Add support for warnings in standaone validation
- Fix dataType validators in get validates
- Add jest plugin for eslint
- to check .only tests
@data-driven-forms/common~3.8.0
- Disable building tests for common package
- Add tests for common select
- Add tests for parseInternalValue function
- Remove demoSchema from the common package
- Add tests for multiple-choice-list common
- Add tests for common-form-template
- Add tests for dual-list-common
- Add test for isMounted hook
- Add tests for common wizard
- Add tests for common package
@data-driven-forms/ant-component-mapper~3.8.0
- Remove demoSchema from the common package
@data-driven-forms/blueprint-component-mapper~3.8.0
- Remove demoSchema from the common package
- Add jest plugin for eslint
- to check .only tests
@data-driven-forms/carbon-component-mapper~3.8.0
- Remove demoSchema from the common package
@data-driven-forms/mui-component-mapper~3.8.0
- Remove demoSchema from the common package
@data-driven-forms/pf4-component-mapper~3.8.0
- Remove demoSchema from the common package
- Add tests for common package
- Add jest plugin for eslint
- to check .only tests
@data-driven-forms/suir-component-mapper~3.8.0
- Remove demoSchema from the common package
v3.7.0
3.7.0 (2021-05-31)
Minor changes
@data-driven-forms/pf4-component-mapper~3.7.0
- feat(pf4): add FormLevel alert
@data-driven-forms/common~3.7.0
- feat(common): add BeforeError to common template
Bug fixes
@data-driven-forms/react-renderer-demo~3.7.0
- Add alertProps to docs
@data-driven-forms/pf4-component-mapper~3.7.0
- Remove only from test
@data-driven-forms/react-form-renderer~3.7.0
- fix(renderer): re-export FORM_ERROR
v3.6.4
3.6.4 (2021-05-24)
Bug fixes
@data-driven-forms/mui-component-mapper~3.6.4
- fix(mui): remove component prop from multi checkbox
v3.6.3
3.6.3 (2021-05-17)
Bug fixes
@data-driven-forms/carbon-component-mapper~3.6.3
- fix(carbon): Fix console error in search component for placeholder prop
v3.6.2
3.6.2 (2021-05-12)
Bug fixes
@data-driven-forms/react-form-renderer~3.6.2
- fix(renderer): Use Object customizer to create values
- fix(renderer): Do not memoize condition triggers function
- this breaks if multiple fields are using same function (will be problem in field arrays)
v3.6.1
3.6.1 (2021-05-07)
Bug fixes
@data-driven-forms/carbon-component-mapper~3.6.1
- fix(carbon): fix switch toggled attribute
@data-driven-forms/react-renderer-demo~3.6.1
- Reorganize form template documentation page
- seperate examples
- better searchability
- Fix wrong whitespace in PF4 dual list description
- Add example for custom wizard
- Do not translate wizard flag import
v3.6.0
3.6.0 (2021-04-21)
Minor changes
@data-driven-forms/ant-component-mapper~3.6.0
- feat(wizard): enable conditional submit step conversion
@data-driven-forms/blueprint-component-mapper~3.6.0
- feat(wizard): enable conditional submit step conversion
@data-driven-forms/carbon-component-mapper~3.6.0
- feat(wizard): enable conditional submit step conversion
@data-driven-forms/common~3.6.0
- feat(wizard): enable conditional submit step conversion
@data-driven-forms/mui-component-mapper~3.6.0
- feat(wizard): enable conditional submit step conversion
@data-driven-forms/pf4-component-mapper~3.6.0
- feat(wizard): enable conditional submit step conversion
@data-driven-forms/react-renderer-demo~3.6.0
- feat(wizard): enable conditional submit step conversion
@data-driven-forms/suir-component-mapper~3.6.0
- feat(wizard): enable conditional submit step conversion
Bug fixes
@data-driven-forms/common~3.6.0
- Add common to stackblitz templates
@data-driven-forms/react-renderer-demo~3.6.0
- Add common to stackblitz templates
v3.5.1
3.5.1 (2021-04-20)
Bug fixes
@data-driven-forms/carbon-component-mapper~3.5.1
- fix(carbon): Textinput type number onchange func
v3.5.0
3.5.0 (2021-04-20)
Minor changes
@data-driven-forms/mui-component-mapper~3.5.0
- feat(mui): update duallist styling
@data-driven-forms/react-renderer-demo~3.5.0
- feat(mui): update duallist styling
Bug fixes
@data-driven-forms/react-renderer-demo~3.5.0
- Update stackblitz templates
- Add links to original components and DDF implementation
- Change Renderer props from table to list
- Fix obsolete MUI imports
- Put a page to correct folder
- Fix wrongly placed ref
- Fix width of codeEditor in live editor page
- Return live editor page
- Update clean script to run only before build
- Fix lint
- Fix grid for landing page cards
- Extract provided mappers to seperate menu subsection
- Link to custom message page
- Better validate docs
- Add yarn test shortcut for each package
@data-driven-forms/common~3.5.0
- Extract provided mappers to seperate menu subsection
- Add yarn test shortcut for each package
@data-driven-forms/ant-component-mapper~3.5.0
- Extract provided mappers to seperate menu subsection
- Add yarn test shortcut for each package
@data-driven-forms/blueprint-component-mapper~3.5.0
- Extract provided mappers to seperate menu subsection
- Add yarn test shortcut for each package
@data-driven-forms/carbon-component-mapper~3.5.0
- Extract provided mappers to seperate menu subsection
- Add yarn test shortcut for each package
@data-driven-forms/mui-component-mapper~3.5.0
- Extract provided mappers to seperate menu subsection
- Add yarn test shortcut for each package
@data-driven-forms/pf4-component-mapper~3.5.0
- Extract provided mappers to seperate menu subsection
- Add yarn test shortcut for each package
@data-driven-forms/suir-component-mapper~3.5.0
- Extract provided mappers to seperate menu subsection
- Add yarn test shortcut for each package
@data-driven-forms/parsers~3.5.0
- Add yarn test shortcut for each package
@data-driven-forms/react-form-renderer~3.5.0
- Add yarn test shortcut for each package
v3.4.1
3.4.1 (2021-04-06)
Bug fixes
@data-driven-forms/carbon-component-mapper~3.4.1
- fix(carbon): combobox initial value label
- Fix lint (seriously)
@data-driven-forms/ant-component-mapper~3.4.1
- Fix lint (seriously)
@data-driven-forms/blueprint-component-mapper~3.4.1
- Fix lint (seriously)
@data-driven-forms/mui-component-mapper~3.4.1
- Fix lint (seriously)
@data-driven-forms/pf4-component-mapper~3.4.1
- Fix lint (seriously)
@data-driven-forms/react-form-renderer~3.4.1
- Fix lint (seriously)
@data-driven-forms/react-renderer-demo~3.4.1
- Fix lint (seriously)
@data-driven-forms/suir-component-mapper~3.4.1
- Fix lint (seriously)