Skip to content

Releases: AlexMiniApps/angular-code-input

v2.0.0

15 Jun 16:19
Compare
Choose a tag to compare

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

10 Nov 20:55
Compare
Choose a tag to compare

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

26 May 21:04
Compare
Choose a tag to compare
  • Have implemented the feature 'Disabled state' #28
  • Have fixed the issue 'Insert code "from messages" doesn't appear on iOS' #36

v1.4.0

09 Feb 12:02
Compare
Choose a tag to compare
  • 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

21 Jan 19:57
Compare
Choose a tag to compare

Have implemented the feature #19

v1.3.2

15 Dec 20:11
Compare
Choose a tag to compare

Have implemented the feature #23

v1.3.1

01 Dec 14:24
Compare
Choose a tag to compare

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

30 Nov 14:30
Compare
Choose a tag to compare

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

14 Aug 12:58
Compare
Choose a tag to compare

Have added the prop initialFocusField for focusing on the appropriate input when
the component has been appeared.

v1.2.1

20 Jun 19:22
Compare
Choose a tag to compare

Have added the prop isFocusingOnLastByClickIfFilled for focusing on the last input box
if the code is full, and any input box clicked.