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
fromSvelteUIProvider
- ⚠️ BREAKING CHANGE - Added slots for icon and label for
Tabs.Tab
and a new propiconProps
to modify the icon - Changed
ChipGroup
value
type based on themultiple
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
toCheckbox
Docs
- Added search bar to the docs - @Caladan08
- Improved docs by adding examples of components in the homepage - @Caladan08
- Added missing info for
NativeSelect
andAnchor
docs
Full Changelog: v0.7.7...v0.8.0