Skip to content

Releases: svelteuidev/svelteui

v0.15.7

07 Jul 14:34
bd505e6
Compare
Choose a tag to compare

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 using href, 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

Full Changelog: v0.15.6...v0.15.7

v0.15.6

26 Apr 09:59
Compare
Choose a tag to compare

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

11 Apr 17:22
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix missing required prop implementation in Checkbox - #492

Full Changelog: v0.15.4...v0.15.5

v0.15.3

24 Aug 16:20
270a2d1
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix missing pointer events interaction in NumberInput controls - 8380ac7

Full Changelog: v0.15.2...v0.15.3

v0.15.2

23 Aug 20:17
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix type error in prop label for Tooltip - 4867b26
  • Add missing loading style when in dark mode for Button - bf3db6b

Full Changelog: v0.15.1...v0.15.2

v0.15.1

21 Aug 12:09
cf6e7a5
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix missing click interaction in Input slot rightSection - bab15a5

Full Changelog: v0.15.0...v0.15.1

v0.15.0

20 Aug 14:31
cba20e2
Compare
Choose a tag to compare

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 @khalibloo
  • Blockquote component - #425 by @khalibloo
  • PasswordInput component - #423 by @khalibloo
  • Mark 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 in AppShell - 138a23d
  • Add new prop insideLabelSize to Switch - #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 typing this prop - 718a1f9
  • Fix dependency cycle happening in @svelteuidev/core - 6e29bad
  • Add missing fontFamily to some components - 00649e3
  • Add missing reactivity in Box when css 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

02 Jul 10:40
cb6020e
Compare
Choose a tag to compare

What's Changed

Added/Improved

  • Collapse component - #391
  • AspectRatio component - #400 by @khalibloo
  • Flex component - #401 by @khalibloo
  • Textarea component - #407 by @khalibloo
  • Accordion 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 with href disabled and loading style - b4c8f0d
  • Fix dark mode style for Button and ActionIcon - 8d4b767
  • Fix wrong example code in use-move documentation - bb4eacf
  • Fix NaN value on blur in NumberInput - 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 in NumberInput - 328d36b

Internal

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

02 Jun 14:55
5e63142
Compare
Choose a tag to compare

What's Changed

Added/Improved

  • Improve documentation regarding Menu.Label - df46763

Fixed

  • Fix broken navigation in Tabs using Tab and Shift + Tab - 9c2f26b
  • Fix problem with using iconProps in Menu and Alert - 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

14 May 10:04
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix Checkbox color not showing in dark mode - a30ebd1

Full Changelog: v0.12.0...v0.12.1