Releases: ugogo/react-input-verification-code
Releases · ugogo/react-input-verification-code
v0.7.6
- Merge pull request #22 from LukeWlodarczyk/feature/is-filled (ce3b561)
- style: remove redundant space (3a06162)
- Merge pull request #23 from LukeWlodarczyk/fix/paste (c48d2ff)
- fix: slice pasted string in order to match verifcation code length (5d161aa)
- feat(): add isFilled class to already filled item (014dca6)
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
- support autoFocus prop (d1f17fe)
- Merge pull request #17 from ugogo/dependabot/npm_and_yarn/examples/controllable/hosted-git-info-2.8.9 (d48512d)
- Merge pull request #16 from ugogo/dependabot/npm_and_yarn/examples/controllable/ssri-6.0.2 (e50206d)
- Bump hosted-git-info from 2.8.8 to 2.8.9 in /examples/controllable (d469cab)
- Bump ssri from 6.0.1 to 6.0.2 in /examples/controllable (284c55a)
- Merge pull request #11 from ugogo/dependabot/npm_and_yarn/examples/controllable/ws-5.2.3 (7ead75e)
- Merge pull request #10 from ugogo/dependabot/npm_and_yarn/examples/controllable/merge-deep-3.0.3 (e45668e)
- Merge pull request #12 from ugogo/dependabot/npm_and_yarn/examples/controllable/color-string-1.6.0 (161292c)
- Merge pull request #13 from ugogo/dependabot/npm_and_yarn/examples/controllable/path-parse-1.0.7 (428fe8b)
- Merge pull request #14 from ugogo/dependabot/npm_and_yarn/examples/controllable/dns-packet-1.3.4 (a277ba1)
- Merge pull request #15 from ugogo/dependabot/npm_and_yarn/examples/controllable/url-parse-1.5.3 (0f728cc)
- Bump url-parse from 1.4.7 to 1.5.3 in /examples/controllable (30c78e9)
- Bump dns-packet from 1.3.1 to 1.3.4 in /examples/controllable (285f1fb)
- Bump path-parse from 1.0.6 to 1.0.7 in /examples/controllable (451e24d)
- Bump color-string from 1.5.3 to 1.6.0 in /examples/controllable (002c908)
- Bump ws from 5.2.2 to 5.2.3 in /examples/controllable (a7a0ee3)
- Bump merge-deep from 3.0.2 to 3.0.3 in /examples/controllable (e2006cd)
- Merge pull request #8 from ugogo/dependabot/npm_and_yarn/examples/custom-styles/path-parse-1.0.7 (bfa27ea)
- Merge pull request #9 from ugogo/dependabot/npm_and_yarn/examples/basic/path-parse-1.0.7 (352865d)
- Bump path-parse from 1.0.6 to 1.0.7 in /examples/basic (778f5cd)
- Bump path-parse from 1.0.6 to 1.0.7 in /examples/custom-styles (edb1dd0)
- Merge pull request #6 from tea-lover-418/feat/add-onCompleted-support (827497d)
- fix: code consistency (e2600ff)
- fix: add default for onCompleted and onChange (1ef3ec6)
- feat: added onCompleted support (451a793)