Skip to content

Releases: techniq/svelte-ux

[email protected]

10 May 02:15
66ad8f9
Compare
Choose a tag to compare

Minor Changes

  • Allow customizing CopyButton notification (#346)

  • Allow CopyButton to take a function that returns a string (#346)

Patch Changes

  • Add support for axis-specific offsets in Popover and other Popover-based components (#344)

[email protected]

05 May 21:19
3ad0d41
Compare
Choose a tag to compare

Patch Changes

  • [Field] Support passing value for simple display with handling of empty (null/undefined) with custom placeholder (#339)

[email protected]

04 May 14:09
bd59316
Compare
Choose a tag to compare

Patch Changes

  • [SelectField] Pass option value instead of label when submitted within form (#337)

[email protected]

03 May 14:48
fe24f4a
Compare
Choose a tag to compare

Patch Changes

  • Add well known PortalTarget class and examples (#334)

[email protected]

01 May 14:21
513dcc2
Compare
Choose a tag to compare

Patch Changes

[email protected]

12 Apr 16:54
691524e
Compare
Choose a tag to compare

Patch Changes

[email protected]

09 Apr 18:06
3306fa0
Compare
Choose a tag to compare

Patch Changes

[email protected]

31 Mar 00:58
8cb709a
Compare
Choose a tag to compare

Patch Changes

  • Add step() number util which combines round() and decimalCount() to simplify handling floating point handling with stepping (#319)

  • [ToggleGroup] Use border instead of space for variant="outline" and gap (0c30818e9ddbaaf1bc0713a3225e17eb6e7c0a71)

  • [TextField/Input] Add min/max/step support (for integer / decimal types) (#319)

  • [NumberStepper / TextField] Fix handling of initial 0 (111c67aa5d0a03b33b727c89db8d432143ed1b55)

  • [NumberStepper] Add step support (to support decimal including HTML form validation) (#319)

[email protected]

29 Mar 18:37
c7b8bfd
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Mar 21:36
a51c6ec
Compare
Choose a tag to compare

Patch Changes

  • [Checkbox / Radio] Add fullWidth prop. Add input to classes, and class names to all internal elements for easier devtool recognition and CSS targeting (#310)

  • [MultiSelect] Remove default outer padding (add to MultiSelectMenu) and add classes.action (#310)

  • [MultiSelectOption] Improve default styling (align with SelectField) including :hover. Leverage recent Checkbox fullWidth changes for better pointer targets (full width and height). Support passing all Checkbox classes. (#310)