Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Releases: drac94/react-auth-code-input

v3.2.1

08 Jul 15:23
d19a055
Compare
Choose a tag to compare

Bug fixes

v3.2.0

07 Jun 19:15
d7285ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.2.0

v3.1.1

03 Apr 00:47
472f691
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

v3.1.0

21 Mar 19:06
b11a986
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

v3.0.0

14 Feb 19:44
a951d60
Compare
Choose a tag to compare
  • Change the way the allowed characters are handled by using 3 predefined modes: alpha, alphanumeric, and numeric, allowing to have more control when validating the values introduced in the inputs.
  • Improved logic.
  • Improved tests.
  • Improved types.

v2.1.0

11 Feb 19:01
5ebdf88
Compare
Choose a tag to compare
  • Support to fill one-time-codes directly from SMS.
  • Displays numeric keyboard on mobile devices when the inputType prop is set to number
  • Add ariaLabel prop for accessibility.

v2.0.0

04 Jan 17:41
Compare
Choose a tag to compare
  • Remove inputStyle prop in favor of inputClassName.
  • Remove containerStyle prop in favor of containerClassName.
  • Remove password prop in favor of inputType which accepts text, password or number value.

1.2.1

06 May 23:24
276f8a2
Compare
Choose a tag to compare

1.2.1

  • Add missing dist files

1.2.0

  • Add inputClassName and containerClassName props.
  • Deprecate inputStyle and containerStyle.
  • Make onChange prop mandatory.

1.1.0

08 Apr 19:23
83fbf75
Compare
Choose a tag to compare
  • Typescript support
  • Add tests

1.0.0

08 Apr 19:15
a2fe3f5
Compare
Choose a tag to compare

Initial Version