Releases: AlexMiniApps/angular-code-input
Releases · AlexMiniApps/angular-code-input
v2.0.0
Breaking changes:
- Enabled Ivy in the compiled library
- The minimum supported version of Angular is set to 16
Note: Resolved the issue:
- Add support for angular 13 #59
v1.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
v1.5.0
- Have implemented the feature 'Disabled state' #28
- Have fixed the issue 'Insert code "from messages" doesn't appear on iOS' #36
v1.4.0
- Have fixed the issue 'initialFocusField not working for 0 as index bug' #26
- Have implemented the feature 'Clear the inputs?' #27
- Have added the method for an input field focusing
v1.3.3
Have implemented the feature #19
v1.3.2
Have implemented the feature #23
v1.3.1
The following changes have been made:
- The issue with inline component configuration has been resolved #21
- Have fixed issues with readonly properties in Angular 11 #20
- Adjusting tslint issues
v1.3.0
The following changes have been made:
- Added the root config of the component #16
- The prop
isCharsCode
has been added for using instead of the isNonDigitsCode
- Added the ability to configure component at runtime #20
v1.2.2
Have added the prop initialFocusField for focusing on the appropriate input when
the component has been appeared.
v1.2.1
Have added the prop isFocusingOnLastByClickIfFilled for focusing on the last input box
if the code is full, and any input box clicked.