Skip to content

Releases: skeletonlabs/skeleton

[email protected]

16 Aug 02:29
84011f2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Fixed @rc pinning (#1882)

@skeletonlabs/[email protected]

16 Aug 01:31
e9b1f01
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • chore: Fix release tag (#1730)

@skeletonlabs/[email protected]

15 Aug 16:41
4fbf74f
Compare
Choose a tag to compare

Minor Changes

  • feat: Added regionLabel prop to Radio Groups (#1836)

Patch Changes

  • bugfix: autocomplete fixed reactive update when allow and deny lists are empty. (#1825)

  • bugfix: Fixed .bg-hover-primary-token color in dark mode. (#1824)

  • bugfix: InputChips updates bound value only once. (#1768)

[email protected]

15 Aug 16:31
ba8ae07
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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]

15 Aug 16:31
ba8ae07
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • bugfix: Fixed an issue where the paginator page would be set to -1 if the size was 0 (#1861)

@skeletonlabs/[email protected]

11 Aug 21:05
67f56d3
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • fix: Plugin's base styles are no longer wrongfully removed (#1850)

@skeletonlabs/[email protected]

10 Aug 15:59
ad69c4e
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • chore: Initial Release (#1660)

@skeletonlabs/[email protected]

10 Aug 15:59
ad69c4e
Compare
Choose a tag to compare
Pre-release

Major Changes

  • breaking: Introduced dynamic transitions for various components (#1533)

  • breaking: removed deprecated whitelist and blacklist 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, and Modal 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 to page for better semantics (#1822)

Minor Changes

  • feat: Added tree-view single/multi selection mode, Enabled data-driven for tree-view. (#1779)

  • feat: Added regionLabel prop to Radio Groups (#1836)

Patch Changes

  • bugfix: autocomplete fixed reactive update when allow and deny lists are empty. (#1825)

  • bugfix: Fixed .bg-hover-primary-token color in dark mode. (#1824)

  • bugfix: prevent Paginator from resetting it's page on length change. (#1837)

  • bugfix: InputChips updates bound value only once. (#1768)

@skeletonlabs/[email protected]

01 Aug 15:44
bb73227
Compare
Choose a tag to compare

Minor Changes

  • chore: Added separatorText prop to Paginator to allow localization (#1791)

  • feat: Added region props in ListBox and ListBoxItem. (#1771)

Patch Changes

  • bugfix: Removed backdrop-blur from variant-form-material because of high CPU usage on some browsers. (#1807)

  • bugfix: fixed a minor typo in the Logo Cloud stylesheet (#1769)

  • bugfix: resolved a scrolling issue when Modals exceeds the visible screen size (#1695)

@skeletonlabs/[email protected]

18 Jul 17:07
b2e23b2
Compare
Choose a tag to compare

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)