Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Latest commit

 

History

History
57 lines (31 loc) · 1.19 KB

File metadata and controls

57 lines (31 loc) · 1.19 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.

[v0.5.3] - 2018-10-01

Fixed

  • Fix clean inputs (see #22)

[v0.5.1] - 2018-09-09

Fixed

  • Fix clear input fields on success (see #16)
  • Fix focus

[v0.5.0] - 2018-09-03

Added

  • Supports auto-fill and past of codes.

Fixed

  • Fixed crash which occurs when using iOS 12's security code auto-fill feature.
  • Corrected Typos in Readme/Changelog

[v0.4.1] - 2018-02-09

Fixed

  • allow to not pass code prop.

[v0.4.0] - 2018-02-09

Added

  • handle backspace event

[v0.3.0] - 2018-02-04

Added

  • New prop checkPinCode(optional). Called to check pin code (code prop is not used if checkPinCode prop is present)
  • New prop obfuscation (optional). Obfuscate code if set to true

Changed

  • Update Readme to add simple example.

Fixed

  • Use code.length if number prop is not used.