Skip to content

Releases: andreaswilli/react-verification-input

v2.0.5

24 Mar 08:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

22 Jan 10:00
Compare
Choose a tag to compare

Security:

  • Bump nanoid from 3.1.23 to 3.2.0

v2.0.3

23 Sep 08:25
Compare
Choose a tag to compare

Security:

  • Bump ansi-regex from 5.0.0 to 5.0.1

v2.0.2

23 Sep 08:05
Compare
Choose a tag to compare

Security:

  • Bump tmpl from 1.0.4 to 1.0.5

v2.0.1

10 Jun 12:14
Compare
Choose a tag to compare

Fixed:

  • ref prop is now correctly declared for use with TypeScript (thanks @legraphista)

v2.0.1-beta.0

10 Jun 12:01
Compare
Choose a tag to compare
v2.0.1-beta.0 Pre-release
Pre-release

Fixed:

  • ref prop is now correctly declared for use with TypeScript

v2.0.0

09 Jun 00:57
Compare
Choose a tag to compare

What's New in Version 2

  • Partial Rewrite: Get rid of some of the limitations of the old approach. Additionally, reduce complexity and lines of code significantly.
  • Simplified interface (props): The new props are more simple and more closely aligned to conventions in the React ecosystem.
  • TypeScript Support: Included TypeScript declarations enable the use of IntelliSense.
  • Updated Dependencies: All the dependencies are updated to their latest versions.
  • Reduced Bundle Size (22 kB --> 8.1 kB): Remove unnecessary files from package bundle. Also, react and react-dom are now peer dependencies, which means the component will use existing installations instead of bringing its own.
  • Automated Releases: Version bumps as well as (beta) releases in this repo are now automated using GitHub Actions.
  • Improved Docs: Some parts of the documentation have been improved to be more clear.

Currently using v0.1.x? See Migration Guide.

v2.0.0-beta.9

08 Jun 11:57
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release
  • Use files array in package.json instead of .npmignore
  • Rename dist folder to lib

v2.0.0-beta.8

08 Jun 02:58
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release
  • Update dependencies ✨
  • Cleanup unused dependencies

v2.0.0-beta.7

08 Jun 01:51
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release
  • Add TypeScript declaration file in order to support IntelliSense