Skeleton v1.2.5
News
Skeleton at Svelte Summit!
That's right, be on the lookout for a lightning talk from the Skeleton crew at the upcoming Svelte Summit spring conference, hosted by Svelte Society. The event will be on Saturday, May 6th. View the Svelte Summit website local times and more information:
New Huntabyte Video!
We're thrilled to share that Skeleton was recently covered by Svelte-focused YouTube content creator Huntabyte. In his latest video he provides a quick crash course into setting up a new Skeleton project and building a simple application. Hunter is a wonderful supporter and contributor in the Svelte community, so please drop him a like and follow!
New Skeleton v2 Roadmap
We've shared a new article discussing the future of Skeleton and the priority for upcoming features. As well as discussing progress on Skeleton Labs. View the article below to learn more about our plans.
Release Notes
https://github.com/skeletonlabs/skeleton/releases/tag/1.2.5
Summary:
- 🛠️ A variety of minor improvements
- 📗 Various documentation updates
- 🐞 A number of notable bugfixes
Minor Improvements
- Improved Toast animations:
https://github.com/skeletonlabs/skeleton/pull/1312 - Input chips now feature an
on:invalid
event handler when an invalid value is input:
https://github.com/skeletonlabs/skeleton/pull/1334 - The Accordion and AccordionGroups now accept a
disabled
property:
https://github.com/skeletonlabs/skeleton/issues/1343 - Normalized horizontal scrollbar heights:
https://github.com/skeletonlabs/skeleton/pull/1360 - The Input Chip's input element now forwards
on:focus
andon:blur
events:
https://github.com/skeletonlabs/skeleton/pull/1365
Bugfixes
- Performance improvements for autocomplete with lots of options:
https://github.com/skeletonlabs/skeleton/pull/1321 - Resolved a visual bug when closing custom demo modals:
https://github.com/skeletonlabs/skeleton/issues/1300 - Resolved an issue preventing the popup
closeQuery
option from working with empty selectors:
https://github.com/skeletonlabs/skeleton/issues/1318 - Fixed a bug preventing form submission for Steppers with individual forms:
https://github.com/skeletonlabs/skeleton/issues/1328 - Resolved an issue with the
hide-scrollbar
class within TabGroups:
https://github.com/skeletonlabs/skeleton/pull/1347 - Quick fix to the spelling of some internal App Shell imports:
https://github.com/skeletonlabs/skeleton/pull/1361
Documentation
- Documented the proper use of
cspell
for contributors:
https://github.com/skeletonlabs/skeleton/pull/1329 - Minor improvements to the App Rail demo:
https://github.com/skeletonlabs/skeleton/pull/1339 - Minor improvements to the App Shell documentation:
https://github.com/skeletonlabs/skeleton/pull/1340 - Removed a duplicate class in the modal examples:
https://github.com/skeletonlabs/skeleton/pull/1346 - Provided new FAQ and warning in regards to VS Code auto-reorder imports feature:
https://github.com/skeletonlabs/skeleton/pull/1351 - The Introduction documentation now features Huntabyte's recent video:
https://github.com/skeletonlabs/skeleton/pull/1357 - Fixed documentation issues for Design Tokens > Text:
https://github.com/skeletonlabs/skeleton/issues/1363 - Documented our stance on Toast position settings:
https://github.com/skeletonlabs/skeleton/issues/1363