Skip to content

Releases: skeletonlabs/skeleton

v0.56.2

18 Oct 16:31
7d5657b
Compare
Choose a tag to compare
v0.56.2 Pre-release
Pre-release
  • 🪙 New design token system introduced
  • 📗 Documentation overhauls
  • 📚 Guides for SvelteKit, Vite, and Astro added
  • 🍞 Toast and Menu state handlers added
  • 🐞 Many bugfixes and small improvements

View the full release notes.

v.0.50.7

11 Oct 17:18
Compare
Choose a tag to compare
v.0.50.7 Pre-release
Pre-release

Includes a bugfix for Vite and the Conic Gradient - per #344

v0.50.6

05 Oct 15:24
Compare
Choose a tag to compare
v0.50.6 Pre-release
Pre-release
  • 🎨 Theme Generator Overhaul and Previews!
  • 🧩 New File Handler and Data Visualization components!
  • 💬 New Menu, Tooltip, and Store utilities!
  • *️⃣ Keyboard and Contribution Doc Improvements!
  • 🐞 Plus bugfixes and other improvements!

View the Release Notes

v0.41.49

23 Sep 16:25
Compare
Choose a tag to compare
v0.41.49 Pre-release
Pre-release
  • Fixed an issue with dialogStore export in index.ts - #276
  • Fixed a small typo for the Styling doc page

v0.41.48

22 Sep 01:16
Compare
Choose a tag to compare
v0.41.48 Pre-release
Pre-release
  • 🚀 Introducing Tailwind Elements!
  • 🎨 Major style and stylesheet improvements!
  • ⬆️ Updates to nearly every component!
  • 📋 New Clipboard action added!
  • ☑️ New Placeholder element added!
  • 📕 Major documentation updates!

View the Full Release Notes

View the Migration Guide

v0.37.32

07 Sep 16:43
Compare
Choose a tag to compare
v0.37.32 Pre-release
Pre-release
  • 🐚 New App Shell layout component added!
  • ⬆️ New App Bar header component added!
  • 🗄️ Drawer component overhauled!
  • 🎨 Built-in themes and modular stylesheets!
  • 🤘Plus many more improvements and fixes!

View the full release notes here

v0.32.19

24 Aug 17:11
e21e08c
Compare
Choose a tag to compare
v0.32.19 Pre-release
Pre-release

Summary

♿ Major updates to a11y (accessibility) for near every component!
⚡ Official support for for Vite + Svelte!
🚀 Official support for Astro
✴️ Docs updated to support the latest SvelteKit updates
🤝 Improvements for guides and contributor information
🤘Plus lots more!

Details

View the full changelog here: #148

v0.30.7

12 Aug 03:09
Compare
Choose a tag to compare
v0.30.7 Pre-release
Pre-release
  • Fixed a dependency issue for Highlight.js that was causing errors when you tried to import and use components.

v0.30.6

08 Aug 16:30
Compare
Choose a tag to compare
v0.30.6 Pre-release
Pre-release

Components

  • The Menu component has been updated with a new origin="auto" prop value. This will attempt to automatically adjust the menu's origin to keep it on screen. This occurs on load as well as when scrolling. c9f928e

Utilities

  • A new CodeBlock utility is now available. This is currently used on the Docs site, but is now available for all. Just note the additional dependency of Highlight.js 117d6b2

Docs

  • Various spelling issues have been addressed across multiple pages (thanks Nik!) 1dfdc2b
  • A new style has been introduced for inline elements wrapped in <code>. 961ea55

v0.30.5

04 Aug 18:07
Compare
Choose a tag to compare
v0.30.5 Pre-release
Pre-release

Package

  • Reverted Dialog and Toast type exports which introduced unexpected errors

Components

  • Dropped console.log from Button component

Documentation

  • Updated Dialog and Toast type import codeblock to reflect the current method for handling this. Note this may change in the future.