Releases: juanjotorres90/ngx-material-intl-tel-input
Releases · juanjotorres90/ngx-material-intl-tel-input
20.1.2
08 Oct 08:42
Compare
Sorry, something went wrong.
No results found
Fixed
Fix cursor position when 'numberValidation' is disabled.
20.1.1
11 Jul 13:21
Compare
Sorry, something went wrong.
No results found
Changed
Remove ngTemplateOutlet usage to render the phone icon to prevent possible issues running unit tests after Angular 20.1.0 upgrade.
20.1.0
10 Jul 11:55
Compare
Sorry, something went wrong.
No results found
Added
Add 'mainLabel' option to just set the main label of the input field (#17 ).
Fixed
Fix initial value not being set properly when the field is disabled (#50 ).
20.0.0
13 Jun 11:56
Compare
Sorry, something went wrong.
No results found
Added
Add support for Angular 20.
Add 'enableInputMaxLength' option to enable or disable the 'maxlength' attribute on the number input field, true by default to prevent errors for long numbers (#47 ).
Fixed
Fix cursor position when using 'includeDialCode' and 'outputNumberFormat' E164 or RFC3966 options (#47 ).
19.2.1
13 Mar 18:54
Compare
Sorry, something went wrong.
No results found
Fixed
Fix cursor position when using 'includeDialCode' option. (#41 ).
19.2.0
25 Jan 15:25
Compare
Sorry, something went wrong.
No results found
Added
Add 'outputNumberFormat' option to set the output number to INTERNATIONAL, E164, or RFC3966 format.
Add css variables to customize the input field appearance (#34 ).
Fixed
Clear the number input field when a form reset is triggered (#37 ).
Fix cursor position when editing the number from the middle or start position (#37 ).
19.1.0
21 Dec 11:14
Compare
Sorry, something went wrong.
No results found
Added
Add 'currentCountryCode' output event to retrieve the current country code number selected (#30 ).
Add 'currentCountryISO' output event to retrieve the current country ISO code selected (#31 ).
19.0.0
07 Dec 11:05
Compare
Sorry, something went wrong.
No results found
Added
Add support for Angular 19 (#25 ).
Add 'useMask' option to enable masking of the phone number input.
Changed
Upgrade project to nx 20.2.
Upgrade project to use ESLint 9.
18.2.1
22 Nov 16:07
Compare
Sorry, something went wrong.
No results found
Added
Add 'appearance' option to set the material form field appearance (#22 ).
18.2.0
15 Aug 11:08
Compare
Sorry, something went wrong.
No results found
Added
Add country's name tooltip when hovering over country selection element.
Fixed
Fix match area codes or priority when determining country code (#13 )