Skip to content

v0.8.0

Compare
Choose a tag to compare
@BeeMargarida BeeMargarida released this 21 Jan 13:50
· 172 commits to main since this release

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