Releases: skeletonlabs/skeleton
Releases · skeletonlabs/skeleton
v.0.50.7
v0.50.6
- 🎨 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!
v0.41.49
v0.41.48
- 🚀 Introducing Tailwind Elements!
- 🎨 Major style and stylesheet improvements!
- ⬆️ Updates to nearly every component!
- 📋 New Clipboard action added!
- ☑️ New Placeholder element added!
- 📕 Major documentation updates!
v0.37.32
- 🐚 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!
v0.32.19
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
- Fixed a dependency issue for Highlight.js that was causing errors when you tried to import and use components.
v0.30.6
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
v0.30.5
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.
v0.30.4
Package
- BUGFIX: Added missing Dialog and Snackbar type exports #47
Components
- BUGFIX: Button, Logo, RadioSet, and SlideToggle lose styles on prop change #45
- BUGFIX: Stepper back/next buttons wrapping on small mobile screens #50
- BUGFIX: Paginator buttons wrapping on small mobile screens #50