stwui

Opinionated yet customizable Svelte-TailwindCSS component library

MIT License

Downloads
569
Stars
424
Committers
13

Bot releases are visible (Hide)

stwui - v0.17.3-next

Published by github-actions[bot] about 1 year ago

0.17.3-next (2023-08-19)

Bug Fixes

  • Input: do not show text under password eye icon (#153) (76490da)
stwui - v0.17.2-next

Published by github-actions[bot] over 1 year ago

0.17.2-next (2023-07-20)

Bug Fixes

  • package.json: update exports to allow for tree shaking (c5d3c38)
  • Row: updated imports due to file restructure (c25a594)
stwui - v0.17.1-next

Published by github-actions[bot] over 1 year ago

0.17.1-next (2023-07-19)

Bug Fixes

  • package.json: updated dependancies and added exports (4291b15)
stwui - v0.17.0-next

Published by github-actions[bot] over 1 year ago

0.17.0-next (2023-07-19)

Breaking

  • DatePicker: replaced default locale for easy language switching (5e91023)

Features

  • Autocomplete: added mobile version (2a85fda)
  • Drawer: added property panelClass (7e7d633)
  • Select: added mobile version (1abb66c)

Bug Fixes

  • Select: mobile select conflicts with select click outside (19547d8)
stwui - v0.16.0-next

Published by github-actions[bot] over 1 year ago

0.16.0-next (2023-07-16)

Features

  • DatePicker: added mobile DatePicker (b431456)
stwui - v0.15.0-next

Published by github-actions[bot] over 1 year ago

0.15.0-next (2023-07-12)

Features

  • TimePicker: switch between 12 and 24 hours and hide AM/PM based on format property (d9a48a1)
stwui - v0.14.0-next

Published by github-actions[bot] over 1 year ago

0.14.0-next (2023-07-09)

Features

  • DatePicker: added time picker and actions (d39deb1)
  • InputNumber: added loop when min and max are set together (26ac04d)

Bug Fixes

  • InputNumber: added min max and updated step logic (b2b0f8d)
  • InputNumber: added prop showStep (79e68f0)
  • InputNumber: cleaned up logic for showStep (7c7d7db)
  • InputNumber: set default showSpin to false (04d907b)
  • InputNumber: set min max default to undefined (e3197ec)
  • plugin: horizontal scrollbar height (e73645e)
stwui - v0.13.7-next

Published by github-actions[bot] over 1 year ago

0.13.7-next (2023-07-03)

Bug Fixes

  • Checkbox: fixed A11y warnings (803ba13)
  • Drawer: fixed A11y warnings (803ba13)
  • Dropdown: fixed A11y warnings (803ba13)
  • FilePicker: fixed A11y warnings (803ba13)
  • Menu: fixed A11y warnings (803ba13)
  • Modal: fixed A11y warnings (803ba13)
  • Post: fixed A11y warnings (803ba13)
  • Radio: fixed A11y warnings (803ba13)
  • Toggle: fixed A11y warnings (803ba13)
stwui - v0.13.6-next

Published by github-actions[bot] over 1 year ago

0.13.6-next (2023-06-27)

Bug Fixes

  • updating packaging scripts and dependancies (3f51aee)
stwui - v0.13.5-next

Published by github-actions[bot] over 1 year ago

0.13.5-next (2023-06-27)

Bug Fixes

stwui - v0.13.4-next

Published by github-actions[bot] over 1 year ago

0.13.4-next (2023-06-17)

Bug Fixes

  • Toggle: fixed error placement in flex container (e2387e1)
stwui - v0.13.3-next

Published by github-actions[bot] over 1 year ago

0.13.3-next (2023-06-16)

Features

  • Statistic: added bordered prop (da414d2)

Miscellaneous Chores

stwui - v0.13.2-next

Published by github-actions[bot] over 1 year ago

0.13.2-next (2023-06-14)

Bug Fixes

  • Post: added top border to Status and Actions (f717914)
stwui - v0.13.0-next

Published by github-actions[bot] over 1 year ago

0.13.0-next (2023-05-11)

Features

  • Autocomplete: fixed collision issues (28a38e7)
  • DatePicker: fixed collision issues (6646201)
  • Dropdown: fixed collision issues (f98f9f9)
  • floating-ui: added floating-ui action (21af0cb)
  • Select: fixed collision issues (45f183e)
  • TextArea: added floating action buttons, inset action items, title, and description (9c8d240)
stwui - v0.12.0-next

Published by github-actions[bot] over 1 year ago

0.12.0-next (2023-05-07)

Features

stwui - v0.11.0-next

Published by github-actions[bot] over 1 year ago

0.11.0-next (2023-04-27)

Features

  • Checkbox: added error handling (9e99aac)
  • RadioGroup: added error handling (5baec04)
  • Toggle: added error handling (297f6aa)

Bug Fixes

  • Autocomplete: typing has been restored (f6bba59)
  • DatePicker: transition animation has been reversed (d91a2e9)
  • Dropdown: no more focus errors if Dropdown.Items.Item is not used (cbdc419)
  • HoverBackground: more distinguisable styling between focus and hover (b7ccb1d)
stwui - v0.10.0-next

Published by github-actions[bot] over 1 year ago

0.10.0-next (2023-04-25)

Features

  • Table: columns can now be passed a class allowing for custom widths and styles (90b4567)

Bug Fixes

  • Autocomplete: allow navigating options via keyboard (5108f3e)
  • Checkbox: allow select/unselect with Spacebar (8f2ebf5)
  • DatePicker: allow keyboard navigation for calendar picker (370dbfa)
  • Drawer: preventDefault and stopPropagation on Escape (274d2f7)
  • Dropdown: allow keyboard navigation (a8c936b)
  • HoverBackground: added group-focus instead of (6bce06e)
  • LightBox: preventDefault and stopPropagation on Escape, ArrowRight, and ArrowLeft (a4f15d1)
  • Modal: preventDefault and stopPropagation on E (c3129ea)
  • Radio: allow keyboard navigation (627d774)
  • Select: allow keyboard navigation for options (6dee888)
stwui - v0.9.5-next

Published by github-actions[bot] over 1 year ago

0.9.5-next (2023-04-11)

Bug Fixes

  • reverting svelte-package to fix breaking change (d72bf79)
stwui - v0.9.4-next

Published by github-actions[bot] over 1 year ago

0.9.4-next (2023-04-11)

Bug Fixes

  • updating and migrating package to svelte-package 2.0 (539f6a2)
stwui - v0.9.3-next

Published by github-actions[bot] over 1 year ago

0.9.3-next (2023-04-11)

Bug Fixes

  • Select: clicking option no longer submits forms (17c3e39)
Package Rankings
Top 8.95% on Npmjs.org
Badges
Extracted from project README
Under Development npm version Chat license
Related Projects