Releases: skeletonlabs/skeleton
@skeletonlabs/tw-plugin@0.1.0-rc.4
Minor Changes
- feat: Added optional properties that are applied in dark mode (#1896)
create-skeleton-app@0.0.46-rc.3
Patch Changes
- Fixed
@rc
pinning (#1882)
@skeletonlabs/tw-plugin@0.0.1-rc.3
Patch Changes
- chore: Fix release tag (#1730)
@skeletonlabs/skeleton@1.12.0
create-skeleton-app@0.0.46-rc.2
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/skeleton@2.0.0-rc.1
Patch Changes
- bugfix: Fixed an issue where the paginator page would be set to -1 if the size was 0 (#1861)
@skeletonlabs/tw-plugin@0.0.1-rc.1
Patch Changes
- fix: Plugin's base styles are no longer wrongfully removed (#1850)
@skeletonlabs/tw-plugin@0.0.1-rc.0
Patch Changes
- chore: Initial Release (#1660)
@skeletonlabs/skeleton@2.0.0-rc.0
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)