Skip to content

Releases: data-driven-forms/react-forms

v1.29.2

11 Mar 08:42
221189d
Compare
Choose a tag to compare

1.29.2 (2020-03-11)

Bug fixes

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

  • fix(renderer): propagate props to root Form component.

v1.29.1

10 Mar 14:59
1481ce3
Compare
Choose a tag to compare

1.29.1 (2020-03-10)

Bug fixes

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

  • fix(mui): Add relative position to field wrapper.

v1.29.0

09 Mar 13:58
5d08c62
Compare
Choose a tag to compare

1.29.0 (2020-03-09)

Minor changes

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

  • feat(pf4): add duallist component

with-firebase-hosting~1.29.0

  • feat(pf4): add duallist component

Bug fixes

with-firebase-hosting~1.29.0

  • Remove MIQ components page
  • Add shared variants form demo examples
  • FIx initialize on mount demo example

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

  • Add PF4 addons css to demo

v1.28.3

05 Mar 09:53
6cdfb7b
Compare
Choose a tag to compare

1.28.3 (2020-03-05)

Bug fixes

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

  • fix(renderer): clearOnMount set clearedValue, not undefined

v1.28.2

05 Mar 09:35
fa2da23
Compare
Choose a tag to compare

1.28.2 (2020-03-05)

Bug fixes

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

  • fix(renderer): allow to pass falsy values in initiliazeOnMount
  • Add test for testing setting falsy initialValue

v1.28.1

04 Mar 11:35
e4c6550
Compare
Choose a tag to compare

1.28.1 (2020-03-04)

Bug fixes

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

  • fix(renderer): boolean is not never empty

v1.28.0

28 Feb 08:26
669599a
Compare
Choose a tag to compare

1.28.0 (2020-02-28)

Minor changes

@data-driven-forms/pf3-component-mapper~1.28.0

  • feat(pf3): Input addon support for text and textarea input fields

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

  • feat(pf3): Input addon support for text and textarea input fields

v1.27.9

27 Feb 15:58
ed1d7e2
Compare
Choose a tag to compare

1.27.9 (2020-02-27)

Bug fixes

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

  • fix(renderer): add flags for pattern validator
  • fix(renderer): add support for string pattern and flags

with-firebase-hosting~1.27.9

  • fix(renderer): add flags for pattern validator
  • fix(renderer): add support for string pattern and flags
  • Add Discord link to demo
  • Add fallback for releases
  • GitHub's API has limit for request from one IP address

@data-driven-forms/common~1.27.9

  • Add Discord link to demo

v1.27.8

24 Feb 14:46
173e23d
Compare
Choose a tag to compare

1.27.8 (2020-02-24)

Bug fixes

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

  • Use hidden instead of scss
  • Add test for validation MUI tabs
  • fix(mui): render all tabs into DOM
  • mui: remove required from innerProps

this causes using of chrome HTML validation and that's something we doesn't want to do

v1.27.7

20 Feb 13:59
10fc6de
Compare
Choose a tag to compare

1.27.7 (2020-02-20)

Bug fixes

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

  • fix(pf4): scroll to top on switching to a different step

For instance, when there are two step that are too long for the
wizard container (e.g. too many fields) and are next to each other.
If you scroll down in one of them and switch to the other, the
location of your scroll bar won't reset to the top but will stay
at the bottom.

This is bad because the user expects the scroll bar to go back
to the top of the next step.

Signed-off-by: Boaz Shuster [email protected]

@data-driven-forms/common~1.27.7

  • Add link to twitter

with-firebase-hosting~1.27.7

  • Add link to twitter
  • Move releases to bottom and use MUI link
  • Add releases page to demo

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

  • Limit material core to fix demo's styles