Stwui Versions Save

Opinionated yet customizable Svelte-TailwindCSS component library

v0.21.2-next

4 months ago

0.21.2-next (2024-01-12)

Bug Fixes

  • date-utils: dayjs import error (9a3e19c)

v0.21.1-next

4 months ago

0.21.1-next (2024-01-12)

Bug Fixes

  • DatePicker: unable to set another date after it has been set once (#209) (d2f6c0b)

v0.21.0-next

4 months ago

0.21.0-next (2024-01-03)

Breaking

  • Autocomplete: converted api to be more in line with the Select component. options prop must be provided and now the value prop is string | undefined as apposed to passing an entire SelectOption as you would expect.

Features

  • DatePicker: allow user input (desktop version) (#201) (55dae78)

Bug Fixes

  • Fix publint error and add prepublishOnly command (#202) (1143b64)
  • Toggle: if content on one side only then clicking toggles (#205) (fadbd5b)

v0.20.0-next

4 months ago

0.20.0-next (2023-12-22)

Features

  • Menu: add itemsPanelClass prop for Group (#197) (cdcb863)

v0.19.0-next

4 months ago

0.19.0-next (2023-12-22)

Features

  • Menu: added extra slot for GroupItem (#196) (8cabc25)

v0.18.13-next

5 months ago

0.18.13-next (2023-11-22)

Bug Fixes

  • Autocomplete: add max height to autocomplete options (a5992d2)
  • Dropdown: added max height to Items (11965b1)
  • Select: long options need to have max height with overflow (85578cb)

v0.18.12-next

5 months ago

0.18.12-next (2023-11-21)

Bug Fixes

  • Icon: allow icon packages to be easily used (d26db97)
  • InputNumber: allow float numbers (e1d56f9)

v0.18.11-next

5 months ago

0.18.11-next (2023-11-18)

Bug Fixes

  • Checkbox: added event forwarding and use directive support (#192) (d6700d8)

v0.18.10-next

5 months ago

0.18.10-next (2023-11-14)

Bug Fixes

  • Autocomplete: name now defaults to nanoid() (9243a98)
  • Checkbox: name now defaults to nanoid() (8bc079f)
  • Currency: name now defaults to nanoid() (241493b)
  • DatePicker: name now defaults to nanoid() (4643568)
  • DatePicker: timepicker padding (f07ab63)
  • FilePicker: name now defaults to nanoid() (58ff555)
  • Input: name now defaults to nanoid() (2d79f76)
  • InputNumber: name now defaults to nanoid() (2f79ee7)
  • Progress: set value default to 0 (c58b12c)
  • RadioGroup: name now defaults to nanoid() (2a598b5)
  • Rating: name now defaults to nanoid() (202b1be)
  • Select: name now defaults to nanoid() (5af8851)
  • Toggle: name now defaults to nanoid() (24429e5)

v0.18.9-next

6 months ago

0.18.9-next (2023-11-04)

Bug Fixes

  • DatePicker: allow programmatic clearing values (40a826a)
  • Modal: default content overflows off screen and provided a screen contained Modal example (6184deb)
  • plugin: scrollbar no longer is always visible by default (bf38253)
  • removed scrollbar styling to allow more flexibility for developers (e92aea6)