svelteui

SvelteUI Monorepo

MIT License

Downloads
11.1K
Stars
1.3K
Committers
23

Bot releases are hidden (Show)

svelteui - v0.15.7 Latest Release

Published by BeeMargarida 3 months ago

What's Changed

Fixed

New Contributors

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.15.6...v0.15.7

svelteui - v0.15.6

Published by BeeMargarida 6 months ago

What's Changed

Fixed

  • Fix missed reactivity in Accordion value prop
  • Fix missing functionality of controlling the Collapse animation in Accordion component

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.15.5...v0.15.6

svelteui - v0.15.5

Published by BeeMargarida 6 months ago

What's Changed

Fixed

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.15.4...v0.15.5

svelteui - v0.15.3

Published by BeeMargarida about 1 year ago

What's Changed

Fixed

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.15.2...v0.15.3

svelteui - v0.15.2

Published by BeeMargarida about 1 year ago

svelteui - v0.15.1

Published by BeeMargarida about 1 year ago

svelteui - v0.15.0

Published by BeeMargarida about 1 year ago

What's Changed

Added/Improved

Fixed

New Contributors

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.14.0...v0.15.0

svelteui - v0.14.0

Published by BeeMargarida over 1 year ago

What's Changed

Added/Improved

Fixed

Internal

New Contributors

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.13.0...v0.14.0

svelteui - v0.13.0

Published by BeeMargarida over 1 year ago

What's Changed

Added/Improved

Fixed

Internal

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.12.1...v0.13.0

svelteui - v0.12.1

Published by BeeMargarida over 1 year ago

svelteui - v0.12.0

Published by BeeMargarida over 1 year ago

What's Changed

Added/Improved

Fixed

New Contributors

A huge thank you to @Caladan08 for all the help in migrating the docs to SvelteKit!! 🙌

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.11.1...v0.12.0

svelteui - v0.11.1

Published by BeeMargarida over 1 year ago

What's Changed

  • remove icon library dependency from FileUpload component

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.11.0...v0.11.1

svelteui - v0.11.0

Published by BeeMargarida over 1 year ago

What's Changed

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.10.0...v0.11.0

svelteui - v0.10.0

Published by BeeMargarida over 1 year ago

What's Changed

  • Radio component - @masagatech
  • Breadcrumbs component - @masagatech
  • Fixed vertical orientation layout in Tabs
  • Fixes error in disabled state of Button
  • Support nested tabs in Tabs component

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.9.0...v0.10.0

svelteui - v0.9.0

Published by BeeMargarida over 1 year ago

What's Changed

  • Fix and improve typings in all components
    • This should allow passing HTML attributes to components (where it makes sense) without throwing TS errors
  • Changes to the style API
  • Most components now contain a static class name that can be used to override its style
  • Fixed existing problems when using stitches class names as references
  • Improved the overall logic
  • This contains breaking changes ⚠️ on certain component classes , please let us know if you find any problems
  • Removed aria-required from NativeSelect
  • Input now supports type other than text

Docs

  • Fix to make docs more mobile friendly - @Caladan08
  • Remove outdated parts of the docs

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.8.0...v0.9.0

svelteui - v0.8.0

Published by BeeMargarida over 1 year ago

What's Changed

  • Fix IconRenderer error in SSR
  • Allow CSS pointer events in Popper - @ekampp
  • Solution that allows using SvelteUI with SSR and removal of prop ssr from SvelteUIProvider - ⚠️ BREAKING CHANGE
  • Added slots for icon and label for Tabs.Tab and a new prop iconProps to modify the icon
  • Changed ChipGroup value type based on the multiple prop
  • Use random ID in TextInput - @hiddenLadder
  • Fixed required props in some components
  • Fix bug in NativeSelect that fixed the on:change call timing
  • Added prop name to Checkbox

Docs

  • Added search bar to the docs - @Caladan08
  • Improved docs by adding examples of components in the homepage - @Caladan08
  • Added missing info for NativeSelect and Anchor docs

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.7.7...v0.8.0

svelteui - v0.7.7

Published by BeeMargarida almost 2 years ago

What's Changed

  • New composable action use-move
  • Make Code props optional
  • Fix target check for Modal
  • Improve documentation - @Caladan08
  • Fix peerDependencies problem
  • Fix problem in Select in the demos - @Caladan08
  • Fix Grid's spacing not being reactive
  • Fix Menu's open/close events not being dispatched
  • Fix Modal's focus bug by creating a new composable action use-focus-trap

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.7.6...v0.7.7

svelteui - v0.7.6

Published by BeeMargarida almost 2 years ago

What's Changed

  • Chip and ChipGroup components
  • IconRendered component
  • Improve override style documentation
  • Fix Menu placement bug
  • Fix npm dependency errors on install
  • Fix bug in demos configurator with gradients
  • Fix bugs and typos in docs
  • Updated docs with SvelteKit updated layout naming
  • Fix docs source code links

New Contributors

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.7.5...v0.7.6

svelteui - v0.7.5

Published by Brisklemonade about 2 years ago

What's Changed

  • Fix Tab dark mode styling
  • Fix disabled state in Switch
  • Bumped svelte version
  • Multiple critical bugs

New Contributors

Full Changelog: https://github.com/svelteuidev/svelteui/compare/v0.7.1...v0.7.5

svelteui - v0.7.1

Published by Brisklemonade about 2 years ago

What's Changed

  • Menu component's control button now customizable
  • All prop types are exported as ComponentNameProps
  • Tabs.Tab now propagates events
  • NativeSelect no longer flashes first item before placeholder
  • Button size can now be changed with numbers

New Contributors

Package Rankings
Top 2.09% on Npmjs.org
Badges
Extracted from project README
NPM GitHub contributors npm npm Help wanted Discord
Related Projects