Skip to content

Commit 8ec83ba

Browse files
committed
Release v 1.6.0. Fixed issues and implemented cool! features:
- Always uppercase keyboard #51 - Change codeLength in app #46 - Delete button is not triggering on (codechanged) #44
1 parent 96a93e0 commit 8ec83ba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

angular-code-input/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# 1.5.0 (09.02.2021)
1+
# 1.6.0 (11.11.2021)
2+
**Note:** Fixed issues and implemented cool features:
3+
- Always uppercase keyboard [#51](https://github.com/AlexMiniApps/angular-code-input/issues/51)
4+
- Change codeLength in app [#46](https://github.com/AlexMiniApps/angular-code-input/issues/46)
5+
- Delete button is not triggering on (codechanged) [#44](https://github.com/AlexMiniApps/angular-code-input/issues/44)
6+
7+
# 1.5.0 (27.05.2021)
28
**Note:** The following changes have been made:
39
- Have implemented the feature 'Disabled state' [#28](https://github.com/AlexMiniApps/angular-code-input/issues/28)
410
- Have fixed the issue 'Insert code "from messages" doesn't appear on iOS' [#36](https://github.com/AlexMiniApps/angular-code-input/issues/36)

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.5.0",
3+
"version": "1.6.0",
44
"description": "Code or pin code input for Angular 7 - 12 + / 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)