Skip to content

Commit

Permalink
Release v 1.2.0: Have added the ability to paste code from the clipbo…
Browse files Browse the repository at this point in the history
…ard. Coauthor: AnimaWolf
  • Loading branch information
AlexMiniApps committed May 20, 2020
1 parent 3f599c6 commit 018b08d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Code/pincode input component for angular

Code (number/chars) input component for angular 7+ projects.<br />
Ionic 4+ is supported, can be used in iOS and Android.
Code (number/chars) input component for Angular 7, 8, 9 + projects.<br />
Ionic 4, 5 + is supported, can be used in iOS and Android.<br />
Clipboard events are supported.

Preview

Expand Down
3 changes: 3 additions & 0 deletions angular-code-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.2.0 (20.05.2020)
**Note:** Have added the ability to paste code from the clipboard.

# 1.1.0 (04.03.2020)
**Note:** Have added to the component new input props - code, isPrevFocusableAfterClearing, inputType.
Minor refactoring.
Expand Down
5 changes: 3 additions & 2 deletions angular-code-input/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Code/pincode input component for angular

Code (number/chars) input component for angular 7+ projects.<br />
Ionic 4+ is supported, can be used in iOS and Android.
Code (number/chars) input component for Angular 7, 8, 9 + projects.<br />
Ionic 4, 5 + is supported, can be used in iOS and Android.<br />
Clipboard events are supported.

Preview

Expand Down
2 changes: 1 addition & 1 deletion angular-code-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-code-input",
"version": "1.1.0",
"version": "1.2.0",
"description": "Code or pin code input for Angular 7, 8, 9 + / Ionic 4, 5 + projects",
"keywords": ["angular", "pincode", "angular-pincode", "otp", "code-input", "angular-otp", "ionic-otp", "ionic-code-input", "ionic-pincode"],
"author": "Alexander Dmitrenko",
Expand Down

0 comments on commit 018b08d

Please sign in to comment.