Skip to content

Releases: techniq/svelte-ux

[email protected]

13 Jul 20:06
c345d08
Compare
Choose a tag to compare

Minor Changes

  • Improve Svelte 5 compatibility, especially with docs (enabling svelte-check to pass) (#399)

Patch Changes

[email protected]

13 Jul 20:05
c345d08
Compare
Choose a tag to compare

Patch Changes

[email protected]

10 Jul 03:21
9e26516
Compare
Choose a tag to compare

Patch Changes

[email protected]

09 Jul 16:47
5a62dbf
Compare
Choose a tag to compare

Patch Changes

[email protected]

09 Jul 12:13
b74f64c
Compare
Choose a tag to compare

Patch Changes

[email protected]

02 Jul 18:36
2acf2d4
Compare
Choose a tag to compare

Patch Changes

  • adds a function normalizeClasses to normalize classes when they can be a string or an object, essentially converting strings to objects (#419)

  • adds a function clsMerge for merging groups of classes without needing to do more complex property-by-property merging (#419)

  • passes the classes objects down to the TextField component from the Select and MultiSelect components (#419)

  • fixes a TypeError caused by a faulty ReturnType from entries() and removes a related @ts-expect-error (#419)

[email protected]

02 Jul 03:57
e2437a7
Compare
Choose a tag to compare

Minor Changes

  • [MultiSelect | MultiSelectField | MultiSelectMenu] Remove labelProp and valueProp props and expect common label and value props. Improve type safety (#415)

  • [SelectField] Remove optionText() and optionValue() props and expect common label and value props. Improve type safety (#415)

Patch Changes

[email protected]

28 Jun 16:28
0541128
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 Jun 15:36
753147c
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 Jun 04:38
7278d72
Compare
Choose a tag to compare

Patch Changes