All Versions
10
Latest Version
Avg Release Cycle
41 days
Latest Release
1495 days ago

Changelog History

  • v2.0.0-beta.5

    March 23, 2020
  • v2.0.0-beta.4

    March 11, 2020
  • v2.0.0-beta.3

    March 10, 2020
  • v2.0.0-beta.2

    February 17, 2020
  • v2.0.0-beta.1

    February 17, 2020
  • v2.0.0-alpha.5 Changes

    January 13, 2020
    • πŸ‘‰ Use newer version of formsy-react (2.0.0-beta.7)
    • πŸ‘• Make eslint pass.
  • v2.0.0-alpha.4 Changes

    December 03, 2019
    • <Textarea />: add correct styling to display error messages.
    • Mark componentWillReceiveProps as unsafe.
    • πŸ‘‰ Use newer version of formsy-react (2.0.0-beta.6)
    • βœ… Use latest Bootstrap (4.4.1) css in examples.
  • v2.0.0-alpha.3 Changes

    December 03, 2019
    • πŸ›  Fix styling for a β€˜required’ Select menu.
    • βͺ Restore ability to set classes on Select options.
    • βͺ Restore ability to disable Select options.
    • Display error messages on CheckboxGroup.
    • πŸ“„ This library now uses Bootstrap Custom Forms controls.
  • v2.0.0-alpha.2 Changes

    June 18, 2019
    • ⚑️ Update to use the official React context API (so we now require React 16.3).
    • βœ‚ Removed the Icon component, because Bootstrap has dropped support for the Glyphicon font.
    • Apply a text-danger class to the row when there are errors for the element, so the label is given a red colour.
    • Source is now written in TypeScript.

    πŸ’₯ Breaking changes

    Prop name validateOnSubmit is now validateBeforeSubmit.

    validateOnSubmit was confusing, as the form always validates on submit. The new prop name hopefully more
    clearly expresses what this does.

    • If validateBeforeSubmit is true (default) then validation errors for elements are immediately shown.
    • If validateBeforeSubmit is false then validation errors for elements are hidden until a form submission is attempted.
    • Migrate by updating prop name and flipping it's boolean value.

    Prop name onChange is now changeCallback.

    Prop name onBlur is now blurCallback.

  • v2.0.0-alpha.1 Changes

    March 18, 2019
    • πŸŽ‰ Initial work on switching to Bootstrap 4.