Skip to content

Releases: svelteuidev/svelteui

0.6.6

07 Jun 02:19
13c7746
Compare
Choose a tag to compare
  • Added new dependency to @svelteui/core
  • Fixed Tooltip position not being positioned correctly due to not referencing parent elements
  • Released @svelteui/dates under an experimental version
  • numerous minor bug fixes

0.6.5

05 Jun 03:25
afca0f3
Compare
Choose a tag to compare
  • 17 new components
  • 8 new composables
  • Deprecated svelteuidev/actions and svelteuidev/utilities packages
  • New styling engine made through the new createStyles function.

  • Fixed Space component not working properly

  • Fixed longpress action not having touch events

  • Fixed NativeSelect & Switch dark styles not showing

  • Added $$restProps to all components with Box as their base

  • Added Fragment lifecycle methods

  • Added support for event modifiers on components

  • Added external prop to Anchor component

  • Added automatic children detection to Group

0.6.0

13 May 23:53
Compare
Choose a tag to compare
  • 17 new components
  • 4 new actions
  • 1 new utility
  • New package: Prism

  • Fixed components not being reactive (can't believe it took this long)
  • Fixed use-css-variable action not cleaning up old props correctly
  • Fixed image placeholder container not occupying the width and height set by the prop
  • Fixed switch animation being cut when enabled
  • Fixed component errors not showing correct element tag styling
  • Added action forwarding to components by default
  • Added top level element binding via the element property to components.
  • Added ripple prop for button
  • Added override prop to SvelteUIProvider
  • Added dark and light theme configuration to SvelteUIProvider

Official public beta

02 Apr 05:12
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/Brisklemonade/svelteui

update readme.