Skip to content

Releases: gyurielf/svelte-tel-input

svelte-tel-input@3.6.1

17 Nov 07:37
c42f559

Choose a tag to compare

Patch Changes

  • fix: cursor position (#246)

svelte-tel-input@3.6.0

18 Feb 13:23
cad0abb

Choose a tag to compare

Minor Changes

  • feat: option to disallow detecting and changing country from e164 number (#240)

svelte-tel-input@3.5.2

30 Oct 16:20
e63d305

Choose a tag to compare

Patch Changes

  • fix: support svelte v5 as peer dependency (#233)

svelte-tel-input@3.5.1

15 Aug 04:59
96e1ac1

Choose a tag to compare

Patch Changes

  • fix: Allow for undefined as a value for country making the input easier to consume in reusable components. (#228)

svelte-tel-input@3.5.0

12 Aug 15:43
4ed1584

Choose a tag to compare

Minor Changes

  • Add $restProps (#222)

  • Add el prop to allow for binding to underlying <input> element (#222)

svelte-tel-input@3.4.1

27 Jun 07:05
96a221f

Choose a tag to compare

Patch Changes

  • fix: updateValue second param should be optional (#218)

svelte-tel-input@3.4.0

27 Jun 07:02
134ce8a

Choose a tag to compare

Minor Changes

  • feat: introduce updateValue method which allows you to update value from outside. (#216)

svelte-tel-input@3.3.9

20 Nov 19:18
f2b7d1a

Choose a tag to compare

Patch Changes

  • Not ignore placeholder if country is falsie (#213)

  • packaging: abide closer to svelte spec (#211)

svelte-tel-input@3.3.8

18 Oct 20:54
256203d

Choose a tag to compare

Patch Changes

  • fix: allow using yarn classic in all workspaces (#209)

svelte-tel-input@3.3.7

11 Oct 16:04
252b926

Choose a tag to compare

Patch Changes

  • chore: allow yarn classic engine (#207)