Skip to content

Releases: johelder/react-native-input-code-otp

v1.1.2

07 Oct 14:03

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

06 Oct 22:37

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Oct 21:39

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

30 Aug 04:28

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

11 Aug 23:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

16 Jun 00:15

Choose a tag to compare

1.0.1 (2025-06-15)

  • feat: add unit tests
  • fix: call onFilled method when ref method setValue is fired
  • ci: deploy package to npm when merge on main and run linters when open merge request on dev

Release 0.4.0

30 Apr 00:01

Choose a tag to compare

0.4.0 (2025-04-30)

  • docs: add caretColor prop and fix blur method (a5bf6e6)
  • feat: add caret hidden option (ec64358)
  • feat: add caretColor prop to TextInputOTP component (3d1b556)

Release 0.3.0

16 Apr 11:39

Choose a tag to compare

0.3.0 (2025-04-16)

  • feat(README): add TextInputOTPRef type import (6e9d044)

Release 0.2.0

16 Apr 11:34

Choose a tag to compare

0.2.0 (2025-04-16)

  • fix: import types from correct path (808ad19)
  • refactor: change input logic to handle with focus and add support to react-hook-form (35d2e80)
  • feat: add new examples to readme (94d78a7)

Release 0.1.7

15 Apr 00:31

Choose a tag to compare

0.1.7 (2025-04-15)

  • refactor: simplify theme handling and improve performance (a38bb3c)