Skip to content

Commit 018b08d

Browse files
committed
Release v 1.2.0: Have added the ability to paste code from the clipboard. Coauthor: AnimaWolf
1 parent 3f599c6 commit 018b08d

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Code/pincode input component for angular
22

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

67
Preview
78

angular-code-input/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.2.0 (20.05.2020)
2+
**Note:** Have added the ability to paste code from the clipboard.
3+
14
# 1.1.0 (04.03.2020)
25
**Note:** Have added to the component new input props - code, isPrevFocusableAfterClearing, inputType.
36
Minor refactoring.

angular-code-input/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Code/pincode input component for angular
22

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

67
Preview
78

angular-code-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-code-input",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Code or pin code input for Angular 7, 8, 9 + / Ionic 4, 5 + projects",
55
"keywords": ["angular", "pincode", "angular-pincode", "otp", "code-input", "angular-otp", "ionic-otp", "ionic-code-input", "ionic-pincode"],
66
"author": "Alexander Dmitrenko",

0 commit comments

Comments
 (0)