Skip to content

Releases: r5n-labs/react-native-otp-inputs

Release 4.0.0-alpha.0

08 Oct 10:47
Compare
Choose a tag to compare
Release 4.0.0-alpha.0 Pre-release
Pre-release

v4

Breaking

  • Removed error handling.
  • Removed inputsContainerStyles prop.
  • Removed unfocusedBorderColor and focusedBorderColor. Use focusStyles instead.
  • containerStyles renamed to styles.
  • Minimal RN version support <= 0.59.0
  • Pasting code will be automatically handled. Can't past into inputs because of limited api for TextInput.

Enhancements

  • All props for TextInput can be passed.
  • Rewrite to functions with hooks.

Release 3.3.2

14 Aug 21:35
Compare
Choose a tag to compare

Release 3.3.1

25 Jul 16:55
Compare
Choose a tag to compare
  • βœ… Update Snapshots (106c842)
  • πŸ“ Update README with methods section (e56bce7)
  • πŸ‘· Add Dependabot config (653b820)
  • πŸ› Fix reseting not only value but also inputs (cb2db53)

Release 3.3.0

25 Jul 16:20
Compare
Choose a tag to compare
  • ✨ Add reset method (69e0146)
  • Bump release-it from 12.3.3 to 12.3.4 (d278825)
  • Bump @types/react-test-renderer from 16.8.2 to 16.8.3 (#76) (0c52317)
  • ✨ RTL support and Placeholder support. (#75) (e417b13)
  • Bump husky from 3.0.0 to 3.0.1 (4841f0c)
  • Bump react-native from 0.60.3 to 0.60.4 (f0a6e1b)
  • Bump @babel/core from 7.5.4 to 7.5.5 (e5bce21)
  • Bump @types/react-native from 0.60.1 to 0.60.2 (4f6cf7f)
  • Bump @types/react-native from 0.60.0 to 0.60.1 (ab9da88)
  • Bump release-it from 12.3.2 to 12.3.3 (83343ec)
  • Bump react-native from 0.60.0 to 0.60.3 (0c61c98)
  • Bump @babel/core from 7.5.0 to 7.5.4 (9402649)
  • Bump typescript from 3.5.2 to 3.5.3 (123e508)
  • Bump @types/react-native from 0.57.65 to 0.60.0 (1d5ee1e)
  • Bump release-it from 12.3.0 to 12.3.2 (68e1929)
  • Bump metro-react-native-babel-preset from 0.54.1 to 0.55.0 (beb4c47)
  • Bump @babel/core from 7.4.5 to 7.5.0 (4d88545)
  • Bump @types/react from 16.8.22 to 16.8.23 (1aa86cd)
  • Bump react and react-native (7fb809a)
  • Bump react-native from 0.59.9 to 0.59.10 (c2589a6)
  • Bump @types/react-native from 0.57.64 to 0.57.65 (a91362b)
  • Bump @react-native-community/bob from 0.6.0 to 0.6.1 (bb04102)
  • Bump husky from 2.7.0 to 3.0.0 (05b0c0a)
  • Bump @react-native-community/bob from 0.5.0 to 0.6.0 (577da22)
  • Bump husky from 2.5.0 to 2.7.0 (343577f)
  • Bump @types/react-native from 0.57.63 to 0.57.64 (d3eb14f)
  • Bump husky from 2.4.1 to 2.5.0 (e549d9c)
  • Bump react-test-renderer from 16.8.3 to 16.8.6 (0974a97)
  • Bump tslint from 5.17.0 to 5.18.0 (e3ed24d)
  • Bump @types/react from 16.8.20 to 16.8.22 (1239233)
  • Bump @react-native-community/bob from 0.4.1 to 0.5.0 (385c9cb)
  • Bump @types/react-test-renderer from 16.8.1 to 16.8.2 (1ba4b0b)
  • Bump @types/react from 16.8.18 to 16.8.20 (042f1a0)
  • Bump husky from 2.3.0 to 2.4.1 (2222b93)
  • Bump @types/jest from 24.0.14 to 24.0.15 (43c200f)
  • Bump @types/react-native from 0.57.60 to 0.57.63 (1ddb6b7)
  • Bump tslint from 5.16.0 to 5.17.0 (1d748b9)
  • Bump release-it from 12.2.1 to 12.3.0 (3b15819)
  • Bump @types/jest from 24.0.13 to 24.0.14 (abc0b0f)
  • Bump typescript from 3.4.5 to 3.5.2 (ee80a2e)
  • Bump react-native from 0.59.8 to 0.59.9 (6b7e823)
  • πŸ”– release 3.2.0 (5f66e35)
  • βœ… Fix tests (f413a26)
  • πŸ“ Update README (3f0b3da)
  • ✨ Add testIDPrefix prop (c2a00f6)
  • πŸ”’ Bump handlebars from 4.1.1 to 4.1.2 (e6c671c)
  • ✨ Set max length to 1 (44842e0)

Release 3.2.0

13 Jun 10:52
Compare
Choose a tag to compare
  • βœ… Fix tests (f413a26)
  • πŸ“ Update README (3f0b3da)
  • ✨ Add testIDPrefix prop (c2a00f6)
  • πŸ”’ Bump handlebars from 4.1.1 to 4.1.2 (e6c671c)
  • ✨ Set max length to 1 (44842e0)

Release 3.1.1

28 May 07:21
Compare
Choose a tag to compare
  • πŸ’š Fix tests on ci (a2851e0)
  • 🏷️ Update Style typings (8be878a)
  • βœ… Update testing environment (ed938bf)

Release 3.1.0

27 May 13:29
Compare
Choose a tag to compare

Release 3.0.2

09 May 08:55
Compare
Choose a tag to compare
  • Fix react-native extension (e7262e3)
  • πŸ”₯ Remove unnecessary files from npm (4c70982)

Release 3.0.0

02 May 18:15
Compare
Choose a tag to compare
  • ⬆️ Update dev Dependencies (64daee5)
  • 🏷️ Change test files to .tsx (a510972)
  • 🚚 Move files to src folder (c4a8446)
  • βœ… Update Tests and snapshots (999bd03)
  • ⬆️ Update devDependencies (e2a0ce7)
  • ✨ Use Clipboard with listener to apply copied text (8a706ad)
  • ✨ Add oneTimeCode textContentType for iOS >= 12 (f55b695)
  • πŸ’„ Update default styling (3d104bb)
  • Update documentation (ef23f88)
  • πŸ“ Generate Changelog (6736feb)
  • πŸ”§ Add release-it config (94b9232)

Release 2.0.1

06 Apr 09:52
Compare
Choose a tag to compare
  • πŸ”§ Configure tests to use typescript files (626e8ac)
  • πŸ”§ Add additional config files (fa6a26d)
  • πŸš€ Use 'bob' for preparing publish (f356b3c)
  • 🏷️ Update typings (9c5014b)
  • βœ… Update tests to improve coverage (eab5a4c)
  • πŸ“ Add badges (ff687bf)
  • πŸ‘· Add codecov (d200415)
  • Update readme (9cee387)
  • Update tests and snapshots, add CI (4a49723)
  • Update props inside README.md (6e2b993)
  • Update tests (3a11f9b)