Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

61 lines (42 loc) · 1.66 KB

CHANGELOG

6.1.0

  • Relax peer deps for React 18

6.0.0

  • Ensure module exposes ESM sourcecode

5.0.0

  • [breaking] Upgraded to the latest React context API
  • Refactoring out deprecated react lifecycle methods
  • Upgrading to @babel/*@7

4.0.0

  • #7 Expose lib/ from browser field

3.1.2

  • 3.1.1 was also published without transpiled lib, root cause of this was files property in the package.json. Which caused our .npmignore to be ignored.

3.1.1

  • 3.1.0 got published without transpiled lib folder, this should fix that.

3.1.0

3.0.1

  • #4 Improve documentation

3.0.0

  • #3 Upgrade dependencies and fix state-tracking bug
    • Added new validity state undefined (no validation defined); this is the default
    • Fixed lifecycle issues
      • onValidChange handlers now called with isValid=undefined if component no longer has validation
        • (e.g. unmount, name prop changed, etc.)
      • Validate now properly tracks when child components unmount/are renamed
    • Upgraded various testing dependencies
    • Use prop-types package