Skip to content

Releases: svelteuidev/svelteui

v0.12.0

13 May 14:59
v0.12.0
Compare
Choose a tag to compare

What's Changed

Added/Improved

  • Migrated documentation to SvelteKit - #372 and #338, #344, #352, by @Caladan08
  • Support for dynamic text in use-clipboard - #365 by @resah

Fixed

  • Fix Input dark mode style - 066cc08
  • Fix Input and Button icon alignment - 4c1e5da
  • Fix Button font weight and disabled style - 8cbac62
  • Fix Menu.Item types - 066cc08
  • Fix class root assignment for several components - 905bc8d
  • Fix Progress when updating the sections prop - 83b3fb3
  • Fix dark theme reactivity inconsistency - #368 by @longnguyen2004
  • Fix wrong usage of iconProps in MenuItem and added missing iconSize prop - edcf881

New Contributors

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

Full Changelog: v0.11.1...v0.12.0

v0.11.1

03 Apr 20:03
Compare
Choose a tag to compare

What's Changed

  • remove icon library dependency from FileUpload component

Full Changelog: v0.11.0...v0.11.1

v0.11.0

02 Apr 15:07
Compare
Choose a tag to compare

What's Changed

  • useFocusReturn composable - #322 by @snake-345
  • useFocusTrap correctly working - #321 by @snake-345
  • Fix for Menu keyboard navigation - #320 by @snake-345
  • File upload component (still WIP, design not finished) - #316 by @masagatech
  • Fix typings and warning in Burger component - bfbd3c2
  • Fix using black/white color value for color prop in Text - b9e68b0
  • Do not package story and test files - 89ccea1

Full Changelog: v0.10.0...v0.11.0

v0.10.0

16 Feb 21:39
Compare
Choose a tag to compare

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: v0.9.0...v0.10.0

v0.9.0

31 Jan 14:39
Compare
Choose a tag to compare

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: v0.8.0...v0.9.0

v0.8.0

21 Jan 13:50
Compare
Choose a tag to compare

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: v0.7.7...v0.8.0

v0.7.7

14 Dec 15:42
Compare
Choose a tag to compare

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: v0.7.6...v0.7.7

v0.7.6

27 Nov 15:51
Compare
Choose a tag to compare

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: v0.7.5...v0.7.6

v0.7.5

19 Oct 23:32
f86a736
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v0.7.1...v0.7.5

v0.7.1

16 Aug 14:52
a2604d9
Compare
Choose a tag to compare

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