Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 2.85 KB

File metadata and controls

68 lines (52 loc) · 2.85 KB

2.0.0 (15.06.2023)

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

1.6.0 (11.11.2021)

Note: Fixed issues and implemented cool features:

  • Always uppercase keyboard #51
  • Change codeLength in app #46
  • Delete button is not triggering on (codechanged) #44

1.5.0 (27.05.2021)

Note: The following changes have been made:

  • Have implemented the feature 'Disabled state' #28
  • Have fixed the issue 'Insert code "from messages" doesn't appear on iOS' #36

1.4.0 (09.02.2021)

Note: The following changes have been made:

  • 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

1.3.3 (21.01.2021)

Note: Have implemented the feature:

Insert Code from Messages not working on IOS #19

1.3.2 (15.12.2020)

Note: Have implemented the feature:

Trim whitespace before paste in digit code input #23

1.3.1 (01.12.2020)

Note: The following changes have been made:

  • The issue with inline component configuration has been resolved
  • Have fixed issues with readonly properties in Angular 11
  • Adjusting tslint issues

1.3.0 (30.11.2020)

Note: The following changes have been made:

  • Added the root config of the component
  • The prop isCharsCode has been added for using instead of the isNonDigitsCode
  • Added the ability to configure component at runtime

1.2.2 (04.08.2020)

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

1.2.1 (20.06.2020)

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

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. Fixing Android issues.

1.0.1 (30.12.2019)

Note: Have added links to the repository and bugs to the package.json.

1.0.0 (28.12.2019)

Note: Initial build.