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

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
gkueny committed Sep 9, 2018
1 parent 2dee02c commit 48e21e3
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,47 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v0.5.1] - 2018-09-09

### Fixed

- Fix clear input fields on success (see [#16](https://github.com/gkueny/react-native-pin-code/issues/16))
- Fix focus

## [v0.5.0] - 2018-09-03

### Added

* Supports auto-fill and past of codes.
- 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
- 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.
- allow to not pass `code` prop.

## [v0.4.0] - 2018-02-09

### Added

* handle backspace event
- 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
- 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.
- Update Readme to add simple example.

### Fixed

* Use `code.length` if `number` prop is not used.
- Use `code.length` if `number` prop is not used.

0 comments on commit 48e21e3

Please sign in to comment.