Releases: jackocnr/intl-tel-input
Releases · jackocnr/intl-tel-input
v27.3.0
v27.2.1
- Build: plug two TS type-check gaps in CI (55cd6cf5)
- Fix: file extensions on imports in generated file (2566d931)
- TS: split IDE and build tsconfigs for all component wrappers (8ad653c8)
- Build: validate ItiUtils type against utils.js runtime shape (20aa883c)
- TS: extract shared compiler settings into tsconfig.base.json (e9c0c03c)
- TS: match source public type surface to the bundled dist (ab169088)
- TS: modernise module resolution (2bdacf8d)
- Vue: revert to dist-based "intl-tel-input" resolution (3388b8be)
- Svelte: add svelte-check to catch type errors in shipped source (b39e51a9)
- Fix TS errors in IDE (e261325a)
- Build: add consumer-style typecheck for generated .d.ts files (bef31a57)
v27.2.0
v27.1.3
- Move large inline handlers to private methods (4dcd8d5d)
- Break up handleInputEvent for readability (8395c396)
- Playground fix: countrySearch disabled, typing alpha chars in tel input performed hidden-search on dropdown (7b078496)
- separateDialCode: don't erase lone + typed when strictMode is off (180e5760)
- Component wrappers: prevent missing-utils throw on keystrokes during utils-loading gap (7f5f2ec8)
v27.1.2
v27.1.1
v27.1.0
- Emit synthetic input event on countrychange to simplify handler code (288c0290)
- Fix: 2nd instance breaks if initialised after geoIpLookup complete (b73a998b)
- Fix focus issue when dropdownAlwaysOpen enabled (456bee79)
- Set dropdown width before calling setInitialState (4cbfc30a)
- Rename private method to distinguish from public method with same name (40184d0e)
- Refactor for clarity e.g. always explicity call setLoading(false) instead of relying on the loading class getting wiped incidentally (d98d10b1)
- Fix: dropdownAlwaysOpen bug - new selected country not being highighted and scrolled to (f144f560)
- Emit strict:reject event when strict mode rejects a key/paste chars (49faebc3)
v27.0.17
v27.0.16
Full Changelog: v27.0.15...v27.0.16
v27.0.11
- fix: restore input padding-left on destroy in non-separateDialCode mode
- Lots of code cleanup