All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0-beta.0 - 2021-04-15
React PIN Field is now a React wrapper for PIN Field, a native web component for entering PIN codes.
@soywod/pin-field
needs to be installed, since it became a peer dependency of React PIN Field.- The ref contains now an instance of the class
PinField
. Inputs are accessible via theinputs
prop.
1.1.0 - 2021-03-14
- classes
-{index}
,-focus
,-success
and-error
(replaced by standard pseudo-classes:nth-of-type
,:focus
,:valid
and:invalid
)
1.0.6 - 2021-02-10
- React version to
^17
#23
1.0.5 - 2020-10-02
- lodash deps
1.0.4 - 2020-08-20
- tsconfig module type #20
1.0.3 - 2020-03-28
- Keep previous val on reject key #16
1.0.2 - 2020-03-27
- Missing delete key #15
1.0.1 - 2020-03-19
- Add npm version badge and missing icons in docs
- Remove test files from npm pack