Releases: data-driven-forms/react-forms
v2.8.11
2.8.11 (2020-08-25)
Bug fixes
@data-driven-forms/react-form-renderer~2.8.11
- fix(renderer): serialize validate config to prevent infinite loop
v2.8.10
2.8.10 (2020-08-19)
Bug fixes
@data-driven-forms/ant-component-mapper~2.8.10
- Update readme
@data-driven-forms/blueprint-component-mapper~2.8.10
- Update readme
@data-driven-forms/mui-component-mapper~2.8.10
- Update readme
@data-driven-forms/parsers~2.8.10
- Update readme
@data-driven-forms/pf3-component-mapper~2.8.10
- Update readme
- fix(common): use isMounted.current in select
@data-driven-forms/pf4-component-mapper~2.8.10
- Update readme
@data-driven-forms/react-form-renderer~2.8.10
- Update readme
@data-driven-forms/react-renderer-demo~2.8.10
- Update readme
- Fix typo in documentation navigation
@data-driven-forms/suir-component-mapper~2.8.10
- Update readme
@data-driven-forms/common~2.8.10
- fix(common): use isMounted.current in select
v2.8.9
2.8.9 (2020-08-11)
Bug fixes
@data-driven-forms/pf4-component-mapper~2.8.9
- fix(pf4): Add customization api to plain text
- Unskip PF4 wizard test
@data-driven-forms/react-renderer-demo~2.8.9
- fix(pf4): Add customization api to plain text
v2.8.8
2.8.8 (2020-08-06)
Bug fixes
@data-driven-forms/mui-component-mapper~2.8.8
- Fix lint in MUI slider
- fix(all): remove warnings from tests
@data-driven-forms/pf3-component-mapper~2.8.8
- fix(pf3): update patternfly to latest
- Unskip skipped tests
- fix(all): remove warnings from tests
@data-driven-forms/common~2.8.8
- fix(all): remove warnings from tests
@data-driven-forms/pf4-component-mapper~2.8.8
- fix(all): remove warnings from tests
@data-driven-forms/react-form-renderer~2.8.8
- fix(all): remove warnings from tests
@data-driven-forms/suir-component-mapper~2.8.8
- fix(all): remove warnings from tests
@data-driven-forms/react-renderer-demo~2.8.8
- Add links to components' descriptions
v2.8.7
2.8.7 (2020-07-28)
Bug fixes
@data-driven-forms/common~2.8.7
- fix(pf4): prevent portal menu warping on open
v2.8.6
2.8.6 (2020-07-28)
Bug fixes
@data-driven-forms/pf4-component-mapper~2.8.6
- fix(pf4): prevent select filter trigger on value selection
@data-driven-forms/common~2.8.6
- fix(pf4): prevent select filter trigger on value selection
v2.8.5
2.8.5 (2020-07-27)
Bug fixes
@data-driven-forms/pf4-component-mapper~2.8.5
- fix(pf4): fix select lingering filter value
@data-driven-forms/common~2.8.5
- fix(pf4): fix select lingering filter value
v2.8.4
2.8.4 (2020-07-27)
Bug fixes
@data-driven-forms/pf4-component-mapper~2.8.4
- fix(pf4): hotfix select wring filter value type.
- fix(pf4): enable searchable select to use space key.
@data-driven-forms/common~2.8.4
- fix(pf4): hotfix select wring filter value type.
- fix(pf4): enable searchable select to use space key.
v2.8.3
2.8.3 (2020-07-21)
Bug fixes
@data-driven-forms/common~2.8.3
- fix(pf4): allow more customization
- introduces FormGroupProps
- validated can be overwritten by props
- some types and props bugs fixed
@data-driven-forms/pf4-component-mapper~2.8.3
- fix(pf4): allow more customization
- introduces FormGroupProps
- validated can be overwritten by props
- some types and props bugs fixed
@data-driven-forms/react-renderer-demo~2.8.3
- Use latest ant package
- Added documentation for Ant Field Array in the mappers section
- Add documentation for Ant Wizard in the mappers section
- Add stackblitz templates of ant components
- Add ant mapper to mappers section
- Add ant logo to landing page
fix: #621
@data-driven-forms/ant-component-mapper~2.8.3
- Added documentation for Ant Field Array in the mappers section
- Add ant mapper to mappers section
v2.8.2
2.8.2 (2020-07-20)
Bug fixes
@data-driven-forms/ant-component-mapper~2.8.2
- Add script for building types
- fix(ANT): add types for components
- fix(ant):r remove name from form.item to use layout component
- Fix(ant): add tests for ant mapper
- fix(ant): add customization props to field array
- fix(ant): Added field array component
- fix(ant): add dual list select component
- fix(ant): Added slider component.
- fix(ant): add vertical as default prop to AntForm
- fix(ant): refactor and add customization for each component
- fix(ant): treeshake ANT mapper
- fix(ant): update wizard to latest changes
- Added FormWrapper in FormTemplate
- Changes based on review.
- Added wizard.js
- Changed demoSchema to use subform as a wrapper on all the components.
- Added sub-form.js
- Added switch.js
- Added select.js
- Added radio.js
- Added time-picker.js.
Also extracted the form-wrapper to common.
- Added date-picker.js
Also fixed the validation issue such the (*) appears in the checkboxes
and datepickers. However, it isn't on the single checkbox.
- Added checkbox.js
Ant does not support required on checkbox. Should look into it and solve the problem. The layout
is horizontal in multiple checkboxes, can be changed if needed.
- Added text-area.js
Fixed the validation on TextField. I think the validation works as expected on TextField and TextArea.
- Added text-field.js
The validation(required) isn't working as intended. Unable to get it validate on submit.
- Added PlainText component
- Added Tabs component.
- Buttons and text render properly from demo
- Added ./ant-component-mapper/src/index.js
- Added ant-component-mapper
The icons package is working.
@data-driven-forms/common~2.8.2
- fix(ant):r remove name from form.item to use layout component
- fix(ant): refactor and add customization for each component
- fix(ant): treeshake ANT mapper
- fix(ant): update wizard to latest changes
- Fix links
- fix(pf4): Fix missing select pf styles
- fix(pf4): added disabled option to downshift select
- fix linting error after pf4 downshift migration
- replace sass loader with postcss loader for PF4
- removed unused pf4 select styled
- fix(pf4): added menu portal option for downshift select
- fix(pf4): Added load options to downshift select
- fix(pf4): added multi clearable downshift select
- fix(pf4): enabled downshift multi select searchable
- fix(pf4): added multi downshift select
- fix(pf4): added searchable prop to downshift
- fix(pf4): added clearbale prop to downshift
- fix(pf4): downshift select disabled prop
- fix(pf4): replace react-select with downshift
- Added FormWrapper in FormTemplate
- Changes based on review.
- Added wizard.js
- Added radio.js
- Added time-picker.js.
Also extracted the form-wrapper to common.
- Added date-picker.js
Also fixed the validation issue such the (*) appears in the checkboxes
and datepickers. However, it isn't on the single checkbox.
- Added checkbox.js
Ant does not support required on checkbox. Should look into it and solve the problem. The layout
is horizontal in multiple checkboxes, can be changed if needed.
- Added text-area.js
Fixed the validation on TextField. I think the validation works as expected on TextField and TextArea.
@data-driven-forms/mui-component-mapper~2.8.2
- Check if demo and MUI mappers uses the same versions
- otherwise it will cause styling troubles
- fix(mui): add remaining type arguments to select
- fix(mui): replace obsolete material-ui-pickers with official package
- Make dev setup more clear
- rm yarn.lock should be the last option, we should not probably encourage it as a routine
- demo repository is unclear, changet to the full name
- Add bar for component mappers
@data-driven-forms/react-renderer-demo~2.8.2
- Fix demo by updating to latest MUI
- Get rid of duplication of text to allow searching
- Make dev setup more clear
- rm yarn.lock should be the last option, we should not probably encourage it as a routine
- demo repository is unclear, changet to the full name
- Use package title in the main component heading
- migrate docs to use firestore
- Change common headlines
- Add fallback to empty notification response
- Add spacing to nested links in docs nav
- Update other examples to include only UMD
- Update testing examples to allow module switcher
- Add bar for component mappers
- Add 404 page with redirections
- Fix links
- Add import to react form renderer component
- Added TS example to docs.
- Add env switcher to code examples
- Update field pages
- Add missing files to schema section
- Add importing section to menu
- Add constant page to schema section
- Move component examples to mappers section
- Add introduction for field schema
- Populate new documentation files
- Remove obsolete mappers file
- Move mappers to mappers section in nav
- Take URL pathname in nav, not the computed one
- Add zIndex to nav header
- Added new navigation structure to docs.
@data-driven-forms/pf4-component-mapper~2.8.2
- Remove unused import in PF4 wizard types
- Make dev setup more clear
- rm yarn.lock should be the last option, we should not probably encourage it as a routine
- demo repository is unclear, changet to the full name
- Add bar for component mappers
- fix(pf4): Fix missing select pf styles
- fix(pf4): added disabled option to downshift select
- fix tests after pf4 select downshift migration
- replace sass loader with postcss loader for PF4
- fix(pf4): added menu portal option for downshift select
- fix(pf4): Added load options to downshift select
- fix(pf4): added multi clearable downshift select
- fix(pf4): enabled downshift multi select searchable
- fix(pf4): added multi downshift select
- fix(pf4): added searchable prop to downshift
- fix(pf4): added clearbale prop to downshift
- fix(pf4): downshift select disabled prop
- fix(pf4): replace react-select with downshift
@data-driven-forms/suir-component-mapper~2.8.2
- fix(suir): change datePicker to timePicker in timePicker types
- Make dev setup more clear
- rm yarn.lock should be the last option, we should not probably encourage it as a routine
- demo repository is unclear, changet to the full name
- Add bar for component mappers
- Fix links
@data-driven-forms/react-form-renderer~2.8.2
- fix(renderer): fix wizard context types
- formOptions are defined in rendererContext
- Make dev setup more clear
- rm yarn.lock should be the last option, we should not probably encourage it as a routine
- demo repository is unclear, changet to the full name
@data-driven-forms/blueprint-component-mapper~2.8.2
- Make dev setup more clear
- rm yarn.lock should be the last option, we should not probably encourage it as a routine
- demo repository is unclear, changet to the full name
- Update other examples to include only UMD
- Add bar for component mappers
@data-driven-forms/parsers~2.8.2
- Make dev setup more clear
- rm yarn.lock should be the last option, we should not probably encourage it as a routine
- demo repository is unclear, changet to the full name
@data-driven-forms/pf3-component-mapper~2.8.2
- Make dev setup more clear
- rm yarn.lock should be the last option, we should not probably encourage it as a routine
- demo repository is unclear, changet to the full name