Skip to content

Releases: mattp94/react-easy-validation

v2.1.1

23 Sep 23:14
Compare
Choose a tag to compare

Patch release

Fixed

  • Small fix in README

v2.1.0

23 Sep 20:57
Compare
Choose a tag to compare

Minor release

Added

  • Add a method clear to remove flags and messages of a group's components
  • Upgrade packages

v1.2.0

23 Sep 22:57
Compare
Choose a tag to compare

Minor release

Added

  • Add a method clear to remove errors of a group's components
  • Upgrade packages

v2.0.0

09 Sep 18:32
Compare
Choose a tag to compare

Major release

Added

  • Support of Material-UI v1+ (#1)
  • Upgrade packages

Changed (breaking changes)

  • Previously, only an error message was injected into your component. Now, a flag and a message are passed to it
  • Props of <ValidationIn /> and <ValidationOut /> have changed:
    • error is the name of the component's prop which receives error flags
    • helper is the name of the component's prop which receives error messages

v2.0.0-alpha.1

28 Dec 00:52
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

This is the first alpha release. Let's have a look on the documentation

v1.1.2

13 Dec 23:24
Compare
Choose a tag to compare

Patch release

Fixed

  • Very small change with code style

v1.1.1

10 Dec 22:55
Compare
Choose a tag to compare

Patch release

Added

  • Upgrade packages
  • Improve Webpack config

v1.1.0

15 Oct 21:51
Compare
Choose a tag to compare

Minor release

Added

  • Support of React v16 (tested with it)

v1.0.4

21 Sep 00:15
Compare
Choose a tag to compare

Patch release

Fixed

  • Fix an issue with saved hint
  • Prevent renaming of specific variables (ValidationIn, ValidationOut, rule) in build

v1.0.3

16 Sep 22:25
Compare
Choose a tag to compare

Patch release

Fixed

  • Fix an issue with npm config