Skip to content

Releases: gyurielf/svelte-tel-input

svelte-tel-input@3.3.9

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)

svelte-tel-input@3.3.8

18 Oct 20:54
256203d
Compare
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
Compare
Choose a tag to compare

Patch Changes

  • chore: allow yarn classic engine (#207)

svelte-tel-input@3.3.6

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

Patch Changes

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

  • chore: update deps (#203)

svelte-tel-input@3.3.5

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

Patch Changes

  • fix: import of examplePhoneNumbers (#201)

svelte-tel-input@3.3.4

21 Aug 16:51
64cca30
Compare
Choose a tag to compare

Patch Changes

  • fix: asserted json import workaround (#197)

  • chore: update deps (#197)

svelte-tel-input@3.3.3

17 Aug 16:31
ddc69ac
Compare
Choose a tag to compare

Patch Changes

  • fix: parsing and formatting input value (#194)

  • chore: update dev deps (#194)

svelte-tel-input@3.3.2

15 Aug 17:00
3a0a9d2
Compare
Choose a tag to compare

Patch Changes

  • feat: generate unique id for the input by default (#190)

  • fix: simplify parsing, remove onmount (#190)

  • fix: improve a11y with new props like name, size, readonly etc.. (#190)

  • fix: add assert { type: 'json' } for placeholders json import assertion, experimentally (needs at least node 17). (#190)

svelte-tel-input@3.3.1

03 Aug 07:07
248fc85
Compare
Choose a tag to compare

Patch Changes

  • chore: update dependencies (#188)

  • chore: extend readme with the new features and example links (#188)

svelte-tel-input@3.3.0

28 Jul 12:59
f024951
Compare
Choose a tag to compare

Minor Changes

  • feat: introduce international format (#186)

Patch Changes

  • fix: package.json for backward compatibility (#186)

  • fix: optimize code performance (#186)

  • chore: shrink package size, rename, concat files and folders (#186)