Skip to content

Releases: jackocnr/intl-tel-input

v27.3.0

25 Apr 19:51

Choose a tag to compare

  • Svelte fix: initialValue ignored (435e04f5)
  • Cmp fix: setting the input class via inputProps wiped existing classes (d8da74d2)
  • New option: strictRejectAnimation (4a30176a)
  • Fix: regular css export was getting minified by mistake (ff6a5a0c)

v27.2.1

23 Apr 01:48

Choose a tag to compare

  • 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

22 Apr 15:36

Choose a tag to compare

  • Expose open/close dropdown and strict:reject events in component wrappers (f6800007)

v27.1.3

21 Apr 16:11

Choose a tag to compare

  • 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

20 Apr 21:01

Choose a tag to compare

  • Language consistency: utilities and utils (52aa28b7)
  • comment tweak (9d11682d)
  • Fix: shared numbers default to main country, but initialCountry should override (c4249afd)
  • data.ts comments (5f4a0c4f)

v27.1.1

20 Apr 01:15

Choose a tag to compare

  • Fix: strictMode not rejecting certain keys on Android (12f6d285)

v27.1.0

19 Apr 23:17

Choose a tag to compare

  • 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

19 Apr 10:59

Choose a tag to compare

v27.0.16

19 Apr 10:52

Choose a tag to compare

Full Changelog: v27.0.15...v27.0.16

v27.0.11

17 Apr 22:29

Choose a tag to compare