Releases: svelteuidev/svelteui
Releases · svelteuidev/svelteui
v0.15.7
What's Changed
Fixed
- Fix type error for in
RadioGroup
label prop - Fix wrong padding being applied in
Menu
dropdown - Removed
target=_self
from Button when usinghref
, so that it does use hard page load - Fix font family not being applied to the label of a
Checkbox
- #496 by @erwanvivien - Fix wrong link to
UnstyledButton
in our docs - #500 by @HopFlash
New Contributors
- @erwanvivien made their first contribution in #496
- @HopFlash made their first contribution in #500
Full Changelog: v0.15.6...v0.15.7
v0.15.6
What's Changed
Fixed
- Fix missed reactivity in Accordion
value
prop - Fix missing functionality of controlling the Collapse animation in Accordion component
Full Changelog: v0.15.5...v0.15.6
v0.15.5
What's Changed
Fixed
- Fix missing required prop implementation in
Checkbox
- #492
Full Changelog: v0.15.4...v0.15.5
v0.15.3
What's Changed
Fixed
- Fix missing pointer events interaction in NumberInput controls - 8380ac7
Full Changelog: v0.15.2...v0.15.3
v0.15.2
What's Changed
Fixed
- Fix type error in prop
label
forTooltip
- 4867b26 - Add missing loading style when in dark mode for
Button
- bf3db6b
Full Changelog: v0.15.1...v0.15.2
v0.15.1
What's Changed
Fixed
- Fix missing click interaction in
Input
slotrightSection
- bab15a5
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
Added/Improved
- Improve documentation regarding the controlled behaviour of
Tooltip
- 11e5290 - Contributing and Code of conduct now available in Korean - #417 by @devcomfort
JsonInput
component - #422 by @khaliblooBlockquote
component - #425 by @khaliblooPasswordInput
component - #423 by @khaliblooMark
component - #424 by @khalibloo- Add slots for icons in all components that have them - ef64c79
- Add slot to override
Modal
title - a4ecac8 - New props to change
Modal
transitions (transition
,transitionOptions
,overlayTransition
,overlayTransitionOptions
) - 7ac5f5a - Set
fixed
to true as the default value inAppShell
- 138a23d - Add new prop
insideLabelSize
toSwitch
- #440 by @xon52
Fixed
- Fix
Installation
guide style in docs - 618f7d6 - Fix
createStyles
check for variants - 9268c8d - Fix resize issue in
Modal
for smaller viewports - 0770e2b - Fix
Menu
type export to allow typingthis
prop - 718a1f9 - Fix dependency cycle happening in
@svelteuidev/core
- 6e29bad - Add missing
fontFamily
to some components - 00649e3 - Add missing reactivity in
Box
whencss
prop changes - 5b0028c - Fix broken
Collapse
animations when using Svelte 4 - abd1341 - Fix missing interaction when clicking right section of
NativeSelect
- 9e3e652 - Fix
Menu
being cut when used inside a container - 595be5c - Fix
TextArea
bind:value propagation - e2afd80 - Fix type errors for
Menu.Item
prop icon - 618187c
New Contributors
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
Added/Improved
Collapse
component - #391AspectRatio
component - #400 by @khaliblooFlex
component - #401 by @khaliblooTextarea
component - #407 by @khaliblooAccordion
component - #412- Add transitions to Sidebar in docs - #388 by @Caladan08
- Add documentation for outside control of
Menu
- 2321cab - Add disabled option in
NativeSelect
documentation examples - #404 by @khalibloo - Support refs and other theme keywords inside variants for the StyleAPI - d6590c7
Fixed
- Fix missing
Button
disabled style - #390 - f12cc12 - Fix
Button
withhref
disabled and loading style - b4c8f0d - Fix dark mode style for
Button
andActionIcon
- 8d4b767 - Fix wrong example code in
use-move
documentation - bb4eacf - Fix
NaN
value on blur inNumberInput
- 9df71bd - Add missing forwarded events in
NumberInput
- 3e79371 - Fix incorrect background color for
Paper
in dark mode - aa35158 - Fix outside control of
Menu
- af7ceb5 - Remove duplicate event
change
inNumberInput
- 328d36b
Internal
- Run format and improve lint in pre-commit hook - #403 by @khalibloo
New Contributors
- @khalibloo made their first contribution in #400
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
Added/Improved
- Improve documentation regarding
Menu.Label
- df46763
Fixed
- Fix broken navigation in
Tabs
usingTab
andShift + Tab
- 9c2f26b - Fix problem with using
iconProps
inMenu
andAlert
- c5b41ff - Fix wrong variant styling in dark mode for
Button
- 8fd0155 - Fix edit page links in docs - 14f1438
Internal
- Bumped package versions and migrated to
@sveltejs/package
2.0 version - #379 - Migrated to svelte official eslint package
eslint-plugin-svelte
- 9c2f26b
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
Fixed
- Fix
Checkbox
color not showing in dark mode - a30ebd1
Full Changelog: v0.12.0...v0.12.1