Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 1.09 KB

Changelog

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.