Skip to content

Releases: gyurielf/svelte-tel-input

[email protected]

30 Oct 16:20
e63d305
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

15 Aug 04:59
96e1ac1
Compare
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)

[email protected]

12 Aug 15:43
4ed1584
Compare
Choose a tag to compare

Minor Changes

  • Add $restProps (#222)

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

[email protected]

27 Jun 07:05
96a221f
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

27 Jun 07:02
134ce8a
Compare
Choose a tag to compare

Minor Changes

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

[email protected]

20 Nov 19:18
f2b7d1a
Compare
Choose a tag to compare

Patch Changes

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

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

[email protected]

18 Oct 20:54
256203d
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

11 Oct 16:04
252b926
Compare
Choose a tag to compare

Patch Changes

  • chore: allow yarn classic engine (#207)

[email protected]

29 Aug 12:53
a39e454
Compare
Choose a tag to compare

Patch Changes

  • fix: country parse happened too early (#203)

  • chore: update deps (#203)

[email protected]

21 Aug 17:04
e54ee96
Compare
Choose a tag to compare

Patch Changes

  • fix: import of examplePhoneNumbers (#201)