Releases: skeletonlabs/skeleton
@skeletonlabs/[email protected]
Major Changes
-
breaking: Introduced dynamic transitions for various components (#1533)
-
breaking: removed deprecated
whitelist
andblacklist
properties from the Autocomplete component (#1822) -
breaking: removed the long-deprecated Skeleton Data Table feature (#1822)
-
breaking: Refactored global stores to use contexts for
Toast
,Drawer
, andModal
utilities (#1831) -
breaking: Overhauled the Tailwind plugin and separated it into its own package:
@skeletonlabs/tw-plugin
(#1660) -
breaking: Table of Contents component has been reimplemented from the ground up (#1832)
-
breaking: removed all references to Skeleton's legacy typography system, including
typography-prose.css
and.unstyled
(#1822) -
breaking: renamed the Paginator
offset
property topage
for better semantics (#1822)
Minor Changes
-
feat: Added
tree-view
single/multi selection mode, Enableddata-driven
for tree-view. (#1779) -
feat: Added
regionLabel
prop to Radio Groups (#1836)
Patch Changes
@skeletonlabs/[email protected]
@skeletonlabs/[email protected]
Minor Changes
-
feat: AppRail has better support for padding, Tile and Anchors now include an
aspectRatio
property. (#1727) -
feat: A new
Tree View
component has been added. (#1691)
Patch Changes
-
bugfix: Fix accessibility warning in Ratings component due to applied
on:click
for non-interactive elements. (#1739) -
bugfix: Resolved an issue with Popups that caused them to be interactive when closed. (#1721)
-
bugfix: Resolved an issue that prevented the Autocomplete
allowedlist
feature from working as expected. (#1736)
@skeletonlabs/[email protected]
Minor Changes
- feat: Adds support for Svelte 4 (#1690)
Patch Changes
-
bugfix: Enhanced types for the
clipboard
action (#1692) -
bugfix: resolved a spacing issue when using the vertical
radio group
setting (#1696) -
bugfix: resolved an issue when the drawer position suddenly changes sides (#1679)
-
bugfix: paginator buttons now include accessible ARIA label props (#1709)
-
bugfix: fixed
scroll
event type inAppShell
(#1715) -
bugfix: Enhanced types for the
filter
action (#1693) -
bugfix:
InputChips
can now handleundefined
values (#1678)
@skeletonlabs/[email protected]
@skeletonlabs/[email protected]
Patch Changes
- bugfix: Resolved a bug preventing the prose stylesheet from being imported (#1641)
@skeletonlabs/[email protected]
Minor Changes
-
feat: The Paginator component can now be displayed as a numeric row of pages (#1573)
-
feat: Added additional forwarded events for AppRailTile and AppRailAnchor (#1633)
-
feat: Added
digits
prop to Conic Gradient to limit decimal points (#1607) -
feat: Added a navigation slot to the Step component, which can replace the Back button for the first step only (#1606)
-
feat: Modal backdrop clicks now take into account both the
mouseup
andmousedown
events for better accuracy (#1605) -
feat: Added a
background
prop to the SlideToggle component (#1627) -
feat: Added a missing dark mode modifier for each background hover design token (#1577)
Patch Changes
-
chore: Added types to the
Stepper
store anddispatchParent
(#1567) -
bugfix: Updated
focusablePopupElements
in Popup to resolve issues when tabbing into Autocomplete options (#1592) -
bugfix: The Drawer's
backdrop
event only fires on backdrop interaction (#1611) -
bugfix:
typography-prose.css
must now be imported directly to enable the default Tailwind Typography plugin styles (#1608) -
docs: Updated Autocomplete documentation to demonstrate Firefox tab navigation fix for wrapping elements (#1604)
-
bugfix: Fixed an undesired jiggle within the animation for Toasts (#1579)
-
chore: Added additional type safeguard to the Table of Contents
scrollToHeading
(#1565) -
bugfix: Replaced unicode arrows with SVGs for the Paginator component (#1629)
-
bugfix: All relative import paths now fully specify the
.js
extension to adhere to Node's ESM algorithm (#1584) -
bugfix: ListBoxItem now supports the use of objects for the
value
property (#1628) -
bugfix: Updated
typesVersions
map to fix auto imports paths (#1587) -
chore: Replaced the now deprecated
eslint-plugin-svelte3
foreslint-plugin-svelte
(#1618)
v1.6.2
- Fixes a bug with the new first/last options for paginators
- Introduces new paginators
showFirstLastButtons
toggle prop (defaults off)
v1.6.1
- Resolve an import path issue affecting several components and features
v1.6.0
- 🧱 New monorepo project structure
- 📗 Contribution guidelines overhauled
- 📎 New anchor tile added to App Rails
- 🐞 Plus a host of improvements and bugfixes