Releases: skeletonlabs/skeleton
[email protected]
Patch Changes
- Fixed
@rc
pinning (#1882)
@skeletonlabs/[email protected]
Patch Changes
- chore: Fix release tag (#1730)
@skeletonlabs/[email protected]
[email protected]
Patch Changes
- CSA updates for V2 (#1859)
- Install vite-plugin-tailwind-purgecss to enable purging of unused component CSS
- mdsvex is an optional install
- No longer installs packages by default
- Templates can now specify additional packages to be installed
- Bug fixes and improvements all over
@skeletonlabs/[email protected]
Patch Changes
- bugfix: Fixed an issue where the paginator page would be set to -1 if the size was 0 (#1861)
@skeletonlabs/[email protected]
Patch Changes
- fix: Plugin's base styles are no longer wrongfully removed (#1850)
@skeletonlabs/[email protected]
Patch Changes
- chore: Initial Release (#1660)
@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)