Skip to content

v3.16.0

Compare
Choose a tag to compare
@Hyperkid123 Hyperkid123 released this 02 Dec 11:55
· 454 commits to master since this release

3.16.0 (2021-12-02)

Minor changes

@data-driven-forms/mui-component-mapper~3.16.0

  • feat(mui): switch jss to styled
  • feat(mui): do not use mui pickers anymore
  • feat(mui): migrate to mui 5

@data-driven-forms/react-renderer-demo~3.16.0

  • feat(mui): switch jss to styled
  • feat(carbon): add string variant of timepicker

@data-driven-forms/pf4-component-mapper~3.16.0

  • feat(pf4): add group and divider to select options
  • feat(pf4): use FormFieldGroup in FieldArray

@data-driven-forms/common~3.16.0

  • feat(common): allow to flat options

@data-driven-forms/carbon-component-mapper~3.16.0

  • feat(carbon): add string variant of timepicker

Bug fixes

@data-driven-forms/react-renderer-demo~3.16.0

  • Update form builder to MUI5
  • Add date-fns dependency
  • Temporarily disable live editor
  • Mui finishing touches
  • remove old packages
  • rewrite babel plugin
  • Fix mui 5 tests
  • Change circle ci back to node 14
  • Go back to node 14 until firebase is fully supporting sdk10
  • Update to Node16
  • firebase does not support '>'
  • Update firebase and node to 12+
  • Add documentation for PF4 select groups
  • Update link to PF4 documentation
  • Add buttonLabels to pf4 field array doc
  • Fix lint
  • Update styles
  • Update demo to V5

@data-driven-forms/mui-component-mapper~3.16.0

  • Fix mui version
  • Add date-fns dependency
  • fix(mui): use correct styled import
  • Mui finishing touches
  • remove old packages
  • rewrite babel plugin
  • Fix mui 5 tests
  • fix(mui): fix default color in tab
  • Update mui demo to mui 5

@data-driven-forms/common~3.16.0

  • Switch mui building
  • Mui finishing touches
  • remove old packages
  • rewrite babel plugin
  • fix(carbon): exclude next components
  • Update types for common select
  • fix(common): pass originalOptions when using a transformer
  • fix(common): change useFlatOptions to optionsTransformer
  • for more generic usage
  • Update styles
  • Update demo to V5

@data-driven-forms/ant-component-mapper~3.16.0

  • Mui finishing touches
  • remove old packages
  • rewrite babel plugin

@data-driven-forms/react-form-renderer~3.16.0

  • Mui finishing touches
  • remove old packages
  • rewrite babel plugin

@data-driven-forms/carbon-component-mapper~3.16.0

  • fix(carbon): update carbon to latest
  • fix(carbon): fix time picker minute range

@data-driven-forms/pf4-component-mapper~3.16.0

  • fix(pf4): Field-Array no longer shows delete all when minItems has a value greater than 0
  • Add test for nested PF4 options with searchable
  • fix(pf4): add nested filtering for select
  • Add test for pf4 select with categories
  • fix(common): change useFlatOptions to optionsTransformer
  • for more generic usage
  • fix(pf4): Update PF4 to latest