Skip to content

Releases: yjose/input-otp-native

Release 0.4.0

13 Jan 22:04
Compare
Choose a tag to compare

0.4.0 (2025-01-13)

  • chore: improve docs examples (77e0a7f)
  • feat: add docs (ad9a5d0)
  • feat: add example (0ddfae5)
  • feat: add more nativewind examples (2682334)
  • feat: add onComplete demo (7ab4c56)
  • feat: add ref calls function for the otp input (534b556)
  • feat(example): add example actions (d7f32f3)
  • fix: fix utils import (9fcd76b)

Release 0.3.0

23 Dec 12:40
Compare
Choose a tag to compare

0.3.0 (2024-12-23)

Add tests (8af17e8)

Release 0.2.0

21 Dec 21:55
Compare
Choose a tag to compare

0.2.0 (2024-12-21)

  • chore: initial commit (25c730c)
  • chore: update commitlint and related dependencies to latest versions (c9cf2c8)
  • chore: update package description and README (0f735f9)
  • fix: fix release-it issue + clean up package.json (3eaf452)
  • feat: 👋 initial commit (3f8e495)
  • feat: add react-native-reanimated for animated caret in OTP input example (69c116d)
  • feat: add test to use-input hook (be9fd2f)
  • feat: babel preset for testing (1d4045b)
  • feat: create a strip otp example (996fa22)
  • feat: enhance useInput hook to support paste transformation functionality (145becb)
  • feat: setup testing library (f51693d)
  • refactor: simplify OTP input handling by introducing useInput hook to manage stats and refs (e90f74e)