Skip to content

Releases: tkrotoff/react-form-with-constraints

v0.19.1

21 Jul 22:24
Compare
Choose a tag to compare
  • Switch from CodeSandbox to StackBlitz

v0.19.0

21 Jul 19:38
Compare
Choose a tag to compare
  • Fix React 18 types (#58)
  • Use React 18 in examples
  • Update most npm packages when possible
  • Switch from Puppeteer to Playwright
  • Remove Yarn, use npm workspaces instead
  • Use Lerna only for npm run version

v0.18.0

20 May 17:45
Compare
Choose a tag to compare

Breaking Changes

  • Upgrade Bootstrap from v4 to v5

v0.17.0

16 May 18:52
Compare
Choose a tag to compare

Breaking Changes

  • Rename react-form-with-constraints-bootstrap4 to react-form-with-constraints-bootstrap

    I won't have the man power to maintain Bootstrap 4 & 5

v0.16.1

06 May 07:26
Compare
Choose a tag to compare

Fixes

  • Fix jscodeshift: remove console.assert() from bundle

v0.16.0

22 Oct 15:17
Compare
Choose a tag to compare

Breaking Changes

  • Drop IE 10 support (IE 11 still supported)
  • Use Array.flat(Infinity): Node.js >= 12 required
  • Use TypeScript 3.7 "asserts condition"

Features

  • Update npm packages
  • More ESLint and Stylelint plugins

v0.15.2

19 Oct 22:25
Compare
Choose a tag to compare

Fixes

  • Set field.element as soon as possible

v0.15.0

05 Mar 18:54
Compare
Choose a tag to compare

Breaking Changes

  • Dissociate emitSync and emitAsync
    • resetFields() does not return a Promise anymore
    • fieldWillValidate(), fieldDidValidate() and fieldDidReset() are sync instead of async: this might affect your tests

Features

  • Improve README
  • No need for downlevelIteration anymore

Fixes

  • Fix .map files

v0.14.2

28 Feb 00:53
Compare
Choose a tag to compare

Features

  • Enable Airbnb ESLint restricted syntax, should reduce the bundle size
  • No default export, see Avoid Export Default

v0.14.1

27 Feb 23:32
Compare
Choose a tag to compare

Features

  • Update npm packages