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)