Releases: jackocnr/intl-tel-input
Releases · jackocnr/intl-tel-input
v26.9.1
v26.9.0
- simplify promise typing, to better represent how the promise is used - just to know when the plugin has finished initialising
- fix: error when using strictMode when utils not loaded
- fix: add types field to ./data and ./utils exports for moduleResolution: bundler
- for country array options, ignore individual invalid entries rather than the whole array
- fix null pointer exception
- fix types for destroy method setting null everywhere
- improve dropdown type-to-search when countrySearch disabled e.g. match Réunion
- pass the new country data to the countrychange event handler
- fix(TypeError): guard selectedCountry before toggling disabled
- fix Enter key selecting country during IME composition.
v26.8.1
v26.8.0
- fix: selected country button shouldnt have cursor:pointer when input is readonly
- styling selected country button when input is disabled/readonly
- fix svelte cmp so only fires onChange handlers when values change, and improvements to svelte example page
- fix angular cmp so it only fires change handlers when values actually change
- fix vue cmp so it only fires change handlers when values actually change
- real private fields/methods
- vue cmp: fix error around private fields
- components: prevent inputProps from overriding other required props
- angular: prevent inputProps from overriding other required props
- angular cmp: respond to updates to inputProps
- fix: isValidNumber returning true for incomplete barbados numbers
- refactor(angular): simplify Angular input props and lifecycle