Releases: svelteuidev/svelteui
Releases · svelteuidev/svelteui
v0.12.0
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
andButton
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 thesections
prop - 83b3fb3 - Fix dark theme reactivity inconsistency - #368 by @longnguyen2004
- Fix wrong usage of
iconProps
in MenuItem and added missingiconSize
prop - edcf881
New Contributors
- @resah made their first contribution in #365
- @longnguyen2004 made their first contribution in #368
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
What's Changed
- remove icon library dependency from
FileUpload
component
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
useFocusReturn
composable - #322 by @snake-345useFocusTrap
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 forcolor
prop inText
- b9e68b0 - Do not package story and test files - 89ccea1
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
Radio
component - @masagatechBreadcrumbs
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
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
fromNativeSelect
Input
now supportstype
other thantext
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
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
v0.7.7
What's Changed
- New composable action
use-move
- Make
Code
props optional - Fix
target
check forModal
- Improve documentation - @Caladan08
- Fix peerDependencies problem
- Fix problem in
Select
in the demos - @Caladan08 - Fix
Grid
'sspacing
not being reactive - Fix
Menu
's open/close events not being dispatched - Fix
Modal
's focus bug by creating a new composable actionuse-focus-trap
Full Changelog: v0.7.6...v0.7.7
v0.7.6
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
- @mrbrianevans made their first contribution in #209
- @kyleshepherd made their first contribution in #223
- @Caladon08 made their first contribution in #229
- @jNaimXIII made their first contribution in #227
- @t3hmrman made their first contribution in #235
Full Changelog: v0.7.5...v0.7.6
v0.7.5
What's Changed
- Fix Tab dark mode styling
- Fix disabled state in Switch
- Bumped svelte version
- Multiple critical bugs
New Contributors
- @marcmartin-prog made their first contribution in #191
Full Changelog: v0.7.1...v0.7.5
v0.7.1
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 placeholderButton size can now be changed with numbers