Skip to content

Releases: twisty/formsy-react-components

v2.0.0-beta.3

10 Mar 12:32
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
v2.0.0-beta.3

v2.0.0-beta.2

17 Feb 16:59
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
v2.0.0-beta.2

v2.0.0-beta.1

17 Feb 16:58
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
v2.0.0-beta.1

v2.0.0-alpha.5

13 Jan 14:18
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release
  • Use newer version of formsy-react (2.0.0-beta.7)
  • Make eslint pass.

v2.0.0-alpha.4

03 Dec 15:45
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release
  • <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

03 Dec 15:42
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release
  • 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

18 Jun 12:10
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release
  • 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

  1. 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.
  2. Prop name onChange is now changeCallback.

  3. Prop name onBlur is now blurCallback.

v2.0.0-alpha.1

18 Mar 14:28
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
  • Initial work on switching to Bootstrap 4.

v1.1.0

18 Mar 11:15
Compare
Choose a tag to compare
  • Documentation improvements.
  • Upgrade development dependencies, including switching build task to babel v7.
  • Update code to address new eslint suggestions.
  • Fix timer recursion with lodash.debounce in jest (#130).
  • Move source to release-1.0 branch.

v1.0.0

30 Mar 22:02
Compare
Choose a tag to compare
v1.0.0