Releases: andreaswilli/react-verification-input
Releases Β· andreaswilli/react-verification-input
v2.0.5
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #56
Full Changelog: v2.0.4...v2.0.5
v2.0.4
Security:
- Bump
nanoid
from 3.1.23 to 3.2.0
v2.0.3
Security:
- Bump ansi-regex from 5.0.0 to 5.0.1
v2.0.2
Security:
- Bump tmpl from 1.0.4 to 1.0.5
v2.0.1
Fixed:
ref
prop is now correctly declared for use with TypeScript (thanks @legraphista)
v2.0.1-beta.0
Fixed:
ref
prop is now correctly declared for use with TypeScript
v2.0.0
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
andreact-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
- Use files array in
package.json
instead of.npmignore
- Rename
dist
folder tolib
v2.0.0-beta.8
- Update dependencies β¨
- Cleanup unused dependencies
v2.0.0-beta.7
- Add TypeScript declaration file in order to support IntelliSense