Skip to content

Releases: techniq/svelte-ux

[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

[email protected]

23 Jun 21:08
4d0caa0
Compare
Choose a tag to compare

Minor Changes

  • Cleanup a11y and TS warnings/errors (#409)

  • [ButtonGroup] Remove mouse/keyboard event handlers (a11y). Use wrapping container to stop event propagation (#409)

[email protected]

22 Jun 03:43
f2c3833
Compare
Choose a tag to compare

Patch Changes

[email protected]

21 Jun 17:58
406205f
Compare
Choose a tag to compare

Minor Changes