- Embrace standalone components and get rid of
NgModule
.
angular 18
migration.
- Revert: Use
isValidNumber
vsisValidNumberPrecise
. See this issue.
intl-tel-input 19
support, thanks to tlebreton.- BC break: The
onlyLocalized
feature has been removed as it's not needed anymore.
angular 17
migration.
intl-tel-input 18
support, thanks to nabilelmahiri.
angular 16
migration.
angular 15
migration.
angular 14
migration.
- Fix after ng-packagr removal of UMD support.
angular 13
migration.
angular 12
migration.- BC break: The library is not
view-engine
compatible anymore.
angular 11
migration.
angular 10
migration.
angular 9
migration.
angular 8
migration.
- Bump
intl-tel-input
dependency to^15.0.0
.
- Added possibility to customize the label's css class via the
labelCssClass
@Input()
.
[attr.required]
has been changed to[required]
. The built-in validator was not triggered.
- Added an
IntlTelInputOptions
interface (meh) for better IDE support when settingintl-tel-input
options.
This is a port of thoses definitions.
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.
Draft release.