Changelog History
Page 4
-
v2.11.0 Changes
October 19, 20202.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
-
v2.10.3 Changes
October 13, 20202.10.3 (2020-10-13)
๐ Bug fixes
๐ฆ @data-driven-forms/mui-component-mapper~2.10.3
- ๐ fix(mui): allow to customize subform
๐ฆ @data-driven-forms/react-renderer-demo~2.10.3
- ๐ fix(mui): allow to customize subform
-
v2.10.2 Changes
October 13, 20202.10.2 (2020-10-13)
๐ Bug fixes
๐ฆ @data-driven-forms/pf4-component-mapper~2.10.2
- ๐ fix(pf4): dual-list-select mobile styling
๐ฆ @data-driven-forms/react-renderer-demo~2.10.2
- ๐จ Refactor component example component
- ๐ Limit max width for content on documentation
๐ฆ @data-driven-forms/common~2.10.2
- ๐ Limit max width for content on documentation
-
v2.10.1 Changes
October 12, 20202.10.1 (2020-10-12)
๐ Bug fixes
๐ฆ @data-driven-forms/carbon-component-mapper~2.10.1
- ๐ fix(carbon): fix styles for wizard/subform/tabs
๐ฆ @data-driven-forms/react-renderer-demo~2.10.1
- ๐ fix(carbon): fix styles for wizard/subform/tabs
- โก๏ธ Update codeExample heading and url to github
- โ Add FAQ page to demo
- โก๏ธ Update useFieldApi page to make it seachable
- ๐ Fix wrong link on the landing page
- โก๏ธ Update docs, make them more intersting and searchable
-
v2.10.0 Changes
October 05, 20202.10.0 (2020-10-05)
Minor changes
๐ฆ @data-driven-forms/pf3-component-mapper~2.10.0
feat(renderer): dynamic when attribute
when in condition can be a function that gets the current field as the first argument
๐ฆ @data-driven-forms/pf4-component-mapper~2.10.0
feat(renderer): dynamic when attribute
when in condition can be a function that gets the current field as the first argument
๐ฆ @data-driven-forms/react-form-renderer~2.10.0
feat(renderer): dynamic when attribute
when in condition can be a function that gets the current field as the first argument
๐ฆ @data-driven-forms/parsers~2.10.0
feat(renderer): dynamic when attribute
when in condition can be a function that gets the current field as the first argument
๐ฆ @data-driven-forms/react-renderer-demo~2.10.0
feat(renderer): dynamic when attribute
when in condition can be a function that gets the current field as the first argument
-
v2.9.1 Changes
October 05, 20202.9.1 (2020-10-05)
๐ Bug fixes
๐ฆ @data-driven-forms/carbon-component-mapper~2.9.1
- ๐ fix(carbon): add seperate transformation for progressStep/structuredList
๐ฆ @data-driven-forms/common~2.9.1
- ๐ fix(carbon): add seperate transformation for progressStep/structuredList
-
v2.9.0 Changes
September 29, 20202.9.0 (2020-09-29)
Minor changes
๐ฆ @data-driven-forms/carbon-component-mapper~2.9.0
- feat(carbon): add AM/PM, timezones into carbon timepicker
- feat(carbon): wizard component
- feat(carbon): add field array component
- feat(carbon): add dual list component
- feat(carbon): introduce carbon mapper
๐ฆ @data-driven-forms/common~2.9.0
- feat(carbon): introduce carbon mapper
๐ Bug fixes
๐ฆ @data-driven-forms/carbon-component-mapper~2.9.0
- ๐ fix(carbon): allow to pass props to wrapper div
- โก๏ธ Update readme for Carbon
- โก๏ธ Update Carbon docs
- ๐ fix(carbon): add helper text/errors where missing
- โก๏ธ Update carbon packages to remove warnings in console
- โ Add tests for carbon time-picker
- ๐ fix(carbon): fix spacing for form template
- ๐ fix(carbon): introduce validateOnMount
- ๐ fix(carbon): add ts for wizard and tests
- ๐ fix(carbon): Add typescript definitions for field array
- Return demo to normal
- ๐ fix(carbon): merge custom classnames in field array
- ๐ fix(carbon): add customization and tests for field array
- Rotate icons in carbon dual list select
- โก๏ธ Update carbon dual list
- โ Add tests for carbon dual list select
- Clear typescript proptypes for carbon
- ๐ Use definitelytyped for carbon components
- โ Add carbon files to documentation
- โ Add tests for carbon mapper components
- โ Add multiselects
- โ Add single select
- Clear optional value leftovers
- โ Add buttons to FormTemplate
- Simplify code and extract shared pieces
๐ฆ @data-driven-forms/react-renderer-demo~2.9.0
- โก๏ธ Update docs for Carbon time-picker
- โ Add texts for Cabon components
- โ Add carbon files to documentation
๐ฆ @data-driven-forms/common~2.9.0
- โก๏ธ Update tests for FormTemplate.Header
- ๐ fix(carbon): fix spacing for form template
- โ Add progressstep into babel carbon mapper
- Treeshake Carbon React icons
- Treeshake carbon components
- Simplify code and extract shared pieces
๐ฆ @data-driven-forms/pf3-component-mapper~2.9.0
- โก๏ธ Update tests for FormTemplate.Header
๐ฆ @data-driven-forms/pf4-component-mapper~2.9.0
- โก๏ธ Update tests for FormTemplate.Header
-
v2.8.23 Changes
September 17, 20202.8.23 (2020-09-17)
๐ Bug fixes
๐ฆ @data-driven-forms/react-form-renderer~2.8.23
- ๐ fix(renderer): export validator mapper in index.js
-
v2.8.22 Changes
September 16, 20202.8.22 (2020-09-16)
๐ Bug fixes
๐ฆ @data-driven-forms/react-form-renderer~2.8.22
- ๐ fix(renderer): export parse condition function
-
v2.8.21 Changes
September 11, 20202.8.21 (2020-09-11)
๐ Bug fixes
๐ฆ @data-driven-forms/pf4-component-mapper~2.8.21
- ๐ fix(pf4): fix missing id prop in select TS definition.