Skip to content

Latest commit

 

History

History
191 lines (118 loc) · 6.26 KB

CHANGELOG.md

File metadata and controls

191 lines (118 loc) · 6.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.9.0] - 2018-11-21

Added

  • Added an attribute to provide a custom component to replace the bottom left empty space. Related issue: Issue 49.

[1.8.0] - 2018-11-20

Added

  • Added a function to allow the user to delete the PIN code stored in the Keychain. Related issue: Issue 50.

[1.7.6] - 2018-11-16

Fixed

  • Changed the copyright name on the LICENSE file.

[1.7.5] - 2018-11-13

Fixed

  • Fixed an issue where the onFail and the handleResultPin functions where not triggered as expected. Related issue: Issue 48.

[1.7.4] - 2018-10-23

Merged

  • Merged Dimon70007 pull request adding a missing property on PinCodeChoose file.

[1.7.3] - 2018-10-19

Merged

  • Merged marla-singer pull request fixing the timer of the locked page.

[1.7.2] - 2018-10-18

Merged

  • Merged tskorupka pull request adding a property to change the subtitle of the locked page. Issue 41.

[1.7.1] - 2018-10-13

Updated

  • Updated react-native-touch-id version to 4.1.0 to get the localization fix. Related issue: Issue 24.

[1.7.0] - 2018-10-10

Added

  • Added validationRegex and titleValidationFailed properties to check the PIN code entered by the user against a provided RegExp. Related issue: Issue 32.

[1.6.6] - 2018-10-04

Added

  • Added pinCodeVisible, textPasswordVisibleFamily and textPasswordVisibleSize properties to allow the user to see the PIN code they're entering. Related issue: Issue 37.

[1.6.5] - 2018-09-26

Fixed

  • Fixed an issue with the pin code not component not resetting after a lock. Fix provided by marla-singer. Related issue: Issue 38.

[1.6.4] - 2018-09-21

Added

  • Added getCurrentPinLength property to make the passwordComponent property usable. Related issue: Issue 34.

[1.6.3] - 2018-09-05

Fixed

  • Buttons layout broken.

Added

  • Added stylePinCodeHiddenPasswordSizeEmpty and stylePinCodeHiddenPasswordSizeFull properties. Related issue: Issue 29.

Merged

  • Merged Dimon70007 pull request fixing the align center for the icon in the delete button.

[1.6.2] - 2018-08-24

Fixed

  • Fixed an issue with the stylePinCodeDeleteButtonColorHideUnderlay property. Related issue: Issue 25.

[1.6.1] - 2018-08-15

Merged

  • Merged marla-singer pull request updating the version of react-native-easy-grid.

[1.6.0] - 2018-08-13

Added

  • Exposed a new function hasUserSetPinCode to know if a user already set a PIN code with the package.

[1.5.5] - 2018-08-12

Merged

  • Merged stephenkopylov pull request adding a onFail function triggered when user enters a wrong password.

[1.5.4] - 2018-07-20

Added

  • Added a prop to remove the icon on the delete button of the PIN panel. Related issue: Issue 19.

[1.5.3] - 2018-07-19

Fixed

  • Changed the react-native-touch-id version to fix a crash on iOS. Related issue: Issue 20.

[1.5.2] - 2018-07-18

Added

  • Added a prop to change the text of the delete button. Related issue: Issue 19.

[1.5.1] - 2018-07-17

Merged

  • Merged neutrous pull request allowing to avoid the use of Keychain, and preventing YellowBox.

[1.5.0] - 2018-07-14

Added

  • License file

Updated

  • Readme

Merged

  • Merged mikecann pull request adding a finish process function to the choose pin flow.
  • Merged Panda-ref pull request fixing the lock page main container style.

[1.4.1] - 2018-07-12

Added

  • Changelog
  • MIT license

[1.4.0] - 2018-07-07

Merged

  • Merged stephenkopylov pull request adding color props for dots on error state and color props for buttons (normal and selected state).

[1.3.0] - 2018-07-06

Added

  • Added props to change the color of the title and the subtitle. Related issue: Issue 9.
  • Added types for the style props.

[1.2.0] - 2018-07-03

Added

  • Added props to disable the TouchID/FaceID. Related issue: Issue 8.

[1.1.0] - 2018-06-28

Added

  • Added styling props on the components.

[1.0.5] - 2018-06-22

Fixed

  • Pincode not resetting after the lock screen. Related issue: Issue 4.

Changed

  • Animation on the pincode dots was a bit messy when resetting the password.

[1.0.4] - 2018-06-22

Fixed

  • Changed the react-native-touch-id again to use a fork fixing the issue.

[1.0.3] - 2018-06-21

Fixed

  • Changed the react-native-touch-id version to fix a crash on android. Related issue: Issue 3.

[1.0.2] - 2018-06-06

Added

  • .gitignore file

Removed

  • Removed the node_modules and the .idea workspace.

[1.0.1] - 2018-03-24

Fixed

  • Fixed a bug on the lock page causing the timer to take negative values.

[1.0.0] - 2018-03-23

Added

  • Added the project as used in my company's React Native application.