Skip to content

Latest commit

 

History

History
85 lines (45 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

85 lines (45 loc) · 1.76 KB

Changelog

v0.11.1

  • Revert: Use isValidNumber vs isValidNumberPrecise. See this issue.

v0.11.0

  • intl-tel-input 19 support, thanks to tlebreton.
  • BC break: The onlyLocalized feature has been removed as it's not needed anymore.

v0.10.0

  • angular 17 migration.

v0.9.0

v0.8.0

  • angular 16 migration.

v0.7.0

  • angular 15 migration.

v0.6.0

  • angular 14 migration.

v0.5.1

  • Fix after ng-packagr removal of UMD support.

v0.5.0

  • angular 13 migration.

v0.4.0

  • angular 12 migration.
  • BC break: The library is not view-enginecompatible anymore.

v0.3.0

  • angular 11 migration.

v0.2.0

  • angular 10 migration.

v0.1.0

  • angular 9 migration.

v0.0.7

  • angular 8 migration.

v0.0.6

  • Bump intl-tel-input dependency to ^15.0.0.

v0.0.5

  • Added possibility to customize the label's css class via the labelCssClass @Input().

v0.0.4

  • [attr.required] has been changed to [required]. The built-in validator was not triggered.

v0.0.3

  • Added an IntlTelInputOptions interface (meh) for better IDE support when setting intl-tel-input options.
    This is a port of thoses definitions.

v0.0.2

Pass an option object as Input() for intl-tel-input module, so we don't have to provide multiple @Input().
Please, refer to the README to see the component's options.

v0.0.1

Draft release.