skeletonlabs/skeleton (@skeletonlabs/skeleton)
### [`v2.0.0`](https://togithub.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%402.0.0)
[Compare Source](https://togithub.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@1.12.0...@skeletonlabs/skeleton@2.0.0)
##### Major Changes
- breaking: Introduced dynamic transitions for various components ([#1533](https://togithub.com/skeletonlabs/skeleton/pull/1533))
- breaking: Removed deprecated `whitelist` and `blacklist` properties from the Autocomplete component ([#1822](https://togithub.com/skeletonlabs/skeleton/pull/1822))
- breaking: Removed the long-deprecated Skeleton Data Table feature ([#1822](https://togithub.com/skeletonlabs/skeleton/pull/1822))
- breaking: Refactored global stores to use contexts for `Toast`, `Drawer`, and `Modal` utilities ([#1831](https://togithub.com/skeletonlabs/skeleton/pull/1831))
- breaking: Overhauled the Tailwind plugin and separated it into its own package: `@skeletonlabs/tw-plugin` ([#1660](https://togithub.com/skeletonlabs/skeleton/issues/1660))
- breaking: Table of Contents component has been rebuilt and reimplemented from the ground up ([#1832](https://togithub.com/skeletonlabs/skeleton/pull/1832))
- breaking: Removed all references to Skeleton's legacy typography system, including `typography-prose.css` and `.unstyled` ([#1822](https://togithub.com/skeletonlabs/skeleton/pull/1822))
- breaking: Renamed the Paginator `offset` property to `page` for better semantics ([#1822](https://togithub.com/skeletonlabs/skeleton/pull/1822))
##### Minor Changes
- feat: Added Tree View single/multi selection mode, enabled data-driven Tree View ([#1866](https://togithub.com/skeletonlabs/skeleton/pull/1866))
##### Patch Changes
- bugfix: Updates to the relational Tree View now work as expected ([#1910](https://togithub.com/skeletonlabs/skeleton/pull/1910))
- bugfix: Paginator no longer resets `page` value on length change ([#1837](https://togithub.com/skeletonlabs/skeleton/pull/1837))
- chore: Update File Button `button` prop now includes `.btn` class to allow removing all styles ([#1919](https://togithub.com/skeletonlabs/skeleton/pull/1919))
- bugfix: Fixed an issue where the paginator page would be set to -1 if `size` was 0 ([#1861](https://togithub.com/skeletonlabs/skeleton/pull/1861))
- chore: Update Table of Contents to include optional `prefix` and `suffix` parameters ([#1956](https://togithub.com/skeletonlabs/skeleton/pull/1956))
- chore: Rollback Input Chip change that introduced reactivity bug ([#1957](https://togithub.com/skeletonlabs/skeleton/pull/1957))
- chore: The checkbox `indeterminate` state now uses theme styling by default ([#1917](https://togithub.com/skeletonlabs/skeleton/pull/1917))
### [`v1.12.0`](https://togithub.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%401.12.0)
[Compare Source](https://togithub.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@1.11.0...@skeletonlabs/skeleton@1.12.0)
##### Minor Changes
- feat: Added `regionLabel` prop to Radio Groups ([#1836](https://togithub.com/skeletonlabs/skeleton/pull/1836))
##### Patch Changes
- bugfix: `autocomplete` fixed reactive update when allow and deny lists are empty. ([#1825](https://togithub.com/skeletonlabs/skeleton/pull/1825))
- bugfix: Fixed `.bg-hover-primary-token` color in dark mode. ([#1824](https://togithub.com/skeletonlabs/skeleton/pull/1824))
- bugfix: InputChips updates bound value only once. ([#1768](https://togithub.com/skeletonlabs/skeleton/pull/1768))
### [`v1.11.0`](https://togithub.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%401.11.0)
[Compare Source](https://togithub.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@1.10.0...@skeletonlabs/skeleton@1.11.0)
##### Minor Changes
- chore: Added `separatorText` prop to Paginator to allow localization ([#1791](https://togithub.com/skeletonlabs/skeleton/pull/1791))
- feat: Added region props in `ListBox` and `ListBoxItem`. ([#1771](https://togithub.com/skeletonlabs/skeleton/pull/1771))
##### Patch Changes
- bugfix: Removed `backdrop-blur` from `variant-form-material` because of high CPU usage on some browsers. ([#1807](https://togithub.com/skeletonlabs/skeleton/pull/1807))
- bugfix: fixed a minor typo in the Logo Cloud stylesheet ([#1769](https://togithub.com/skeletonlabs/skeleton/pull/1769))
- bugfix: resolved a scrolling issue when Modals exceeds the visible screen size ([#1695](https://togithub.com/skeletonlabs/skeleton/pull/1695))
### [`v1.10.0`](https://togithub.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%401.10.0)
[Compare Source](https://togithub.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@1.9.0...@skeletonlabs/skeleton@1.10.0)
##### Minor Changes
- feat: AppRail has better support for padding, Tile and Anchors now include an `aspectRatio` property. ([#1727](https://togithub.com/skeletonlabs/skeleton/pull/1727))
- feat: A new `Tree View` component has been added. ([#1691](https://togithub.com/skeletonlabs/skeleton/pull/1691))
##### Patch Changes
- bugfix: Fix accessibility warning in Ratings component due to applied `on:click` for non-interactive elements. ([#1739](https://togithub.com/skeletonlabs/skeleton/pull/1739))
- bugfix: Resolved an issue with Popups that caused them to be interactive when closed. ([#1721](https://togithub.com/skeletonlabs/skeleton/pull/1721))
- bugfix: Resolved an issue that prevented the Autocomplete `allowedlist` feature from working as expected. ([#1736](https://togithub.com/skeletonlabs/skeleton/pull/1736))
### [`v1.9.0`](https://togithub.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%401.9.0)
[Compare Source](https://togithub.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@1.8.0...@skeletonlabs/skeleton@1.9.0)
##### Minor Changes
- feat: Adds support for Svelte 4 ([#1690](https://togithub.com/skeletonlabs/skeleton/pull/1690))
##### Patch Changes
- bugfix: Enhanced types for the `clipboard` action ([#1692](https://togithub.com/skeletonlabs/skeleton/pull/1692))
- bugfix: resolved a spacing issue when using the vertical `radio group` setting ([#1696](https://togithub.com/skeletonlabs/skeleton/pull/1696))
- bugfix: resolved an issue when the drawer position suddenly changes sides ([#1679](https://togithub.com/skeletonlabs/skeleton/pull/1679))
- bugfix: paginator buttons now include accessible ARIA label props ([#1709](https://togithub.com/skeletonlabs/skeleton/pull/1709))
- bugfix: fixed `scroll` event type in `AppShell` ([#1715](https://togithub.com/skeletonlabs/skeleton/pull/1715))
- bugfix: Enhanced types for the `filter` action ([#1693](https://togithub.com/skeletonlabs/skeleton/pull/1693))
- bugfix: `InputChips` can now handle `undefined` values ([#1678](https://togithub.com/skeletonlabs/skeleton/pull/1678))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^1.8.0
->^2.0.0
Release Notes
skeletonlabs/skeleton (@skeletonlabs/skeleton)
### [`v2.0.0`](https://togithub.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%402.0.0) [Compare Source](https://togithub.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@1.12.0...@skeletonlabs/skeleton@2.0.0) ##### Major Changes - breaking: Introduced dynamic transitions for various components ([#1533](https://togithub.com/skeletonlabs/skeleton/pull/1533)) - breaking: Removed deprecated `whitelist` and `blacklist` properties from the Autocomplete component ([#1822](https://togithub.com/skeletonlabs/skeleton/pull/1822)) - breaking: Removed the long-deprecated Skeleton Data Table feature ([#1822](https://togithub.com/skeletonlabs/skeleton/pull/1822)) - breaking: Refactored global stores to use contexts for `Toast`, `Drawer`, and `Modal` utilities ([#1831](https://togithub.com/skeletonlabs/skeleton/pull/1831)) - breaking: Overhauled the Tailwind plugin and separated it into its own package: `@skeletonlabs/tw-plugin` ([#1660](https://togithub.com/skeletonlabs/skeleton/issues/1660)) - breaking: Table of Contents component has been rebuilt and reimplemented from the ground up ([#1832](https://togithub.com/skeletonlabs/skeleton/pull/1832)) - breaking: Removed all references to Skeleton's legacy typography system, including `typography-prose.css` and `.unstyled` ([#1822](https://togithub.com/skeletonlabs/skeleton/pull/1822)) - breaking: Renamed the Paginator `offset` property to `page` for better semantics ([#1822](https://togithub.com/skeletonlabs/skeleton/pull/1822)) ##### Minor Changes - feat: Added Tree View single/multi selection mode, enabled data-driven Tree View ([#1866](https://togithub.com/skeletonlabs/skeleton/pull/1866)) ##### Patch Changes - bugfix: Updates to the relational Tree View now work as expected ([#1910](https://togithub.com/skeletonlabs/skeleton/pull/1910)) - bugfix: Paginator no longer resets `page` value on length change ([#1837](https://togithub.com/skeletonlabs/skeleton/pull/1837)) - chore: Update File Button `button` prop now includes `.btn` class to allow removing all styles ([#1919](https://togithub.com/skeletonlabs/skeleton/pull/1919)) - bugfix: Fixed an issue where the paginator page would be set to -1 if `size` was 0 ([#1861](https://togithub.com/skeletonlabs/skeleton/pull/1861)) - chore: Update Table of Contents to include optional `prefix` and `suffix` parameters ([#1956](https://togithub.com/skeletonlabs/skeleton/pull/1956)) - chore: Rollback Input Chip change that introduced reactivity bug ([#1957](https://togithub.com/skeletonlabs/skeleton/pull/1957)) - chore: The checkbox `indeterminate` state now uses theme styling by default ([#1917](https://togithub.com/skeletonlabs/skeleton/pull/1917)) ### [`v1.12.0`](https://togithub.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%401.12.0) [Compare Source](https://togithub.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@1.11.0...@skeletonlabs/skeleton@1.12.0) ##### Minor Changes - feat: Added `regionLabel` prop to Radio Groups ([#1836](https://togithub.com/skeletonlabs/skeleton/pull/1836)) ##### Patch Changes - bugfix: `autocomplete` fixed reactive update when allow and deny lists are empty. ([#1825](https://togithub.com/skeletonlabs/skeleton/pull/1825)) - bugfix: Fixed `.bg-hover-primary-token` color in dark mode. ([#1824](https://togithub.com/skeletonlabs/skeleton/pull/1824)) - bugfix: InputChips updates bound value only once. ([#1768](https://togithub.com/skeletonlabs/skeleton/pull/1768)) ### [`v1.11.0`](https://togithub.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%401.11.0) [Compare Source](https://togithub.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@1.10.0...@skeletonlabs/skeleton@1.11.0) ##### Minor Changes - chore: Added `separatorText` prop to Paginator to allow localization ([#1791](https://togithub.com/skeletonlabs/skeleton/pull/1791)) - feat: Added region props in `ListBox` and `ListBoxItem`. ([#1771](https://togithub.com/skeletonlabs/skeleton/pull/1771)) ##### Patch Changes - bugfix: Removed `backdrop-blur` from `variant-form-material` because of high CPU usage on some browsers. ([#1807](https://togithub.com/skeletonlabs/skeleton/pull/1807)) - bugfix: fixed a minor typo in the Logo Cloud stylesheet ([#1769](https://togithub.com/skeletonlabs/skeleton/pull/1769)) - bugfix: resolved a scrolling issue when Modals exceeds the visible screen size ([#1695](https://togithub.com/skeletonlabs/skeleton/pull/1695)) ### [`v1.10.0`](https://togithub.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%401.10.0) [Compare Source](https://togithub.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@1.9.0...@skeletonlabs/skeleton@1.10.0) ##### Minor Changes - feat: AppRail has better support for padding, Tile and Anchors now include an `aspectRatio` property. ([#1727](https://togithub.com/skeletonlabs/skeleton/pull/1727)) - feat: A new `Tree View` component has been added. ([#1691](https://togithub.com/skeletonlabs/skeleton/pull/1691)) ##### Patch Changes - bugfix: Fix accessibility warning in Ratings component due to applied `on:click` for non-interactive elements. ([#1739](https://togithub.com/skeletonlabs/skeleton/pull/1739)) - bugfix: Resolved an issue with Popups that caused them to be interactive when closed. ([#1721](https://togithub.com/skeletonlabs/skeleton/pull/1721)) - bugfix: Resolved an issue that prevented the Autocomplete `allowedlist` feature from working as expected. ([#1736](https://togithub.com/skeletonlabs/skeleton/pull/1736)) ### [`v1.9.0`](https://togithub.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%401.9.0) [Compare Source](https://togithub.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@1.8.0...@skeletonlabs/skeleton@1.9.0) ##### Minor Changes - feat: Adds support for Svelte 4 ([#1690](https://togithub.com/skeletonlabs/skeleton/pull/1690)) ##### Patch Changes - bugfix: Enhanced types for the `clipboard` action ([#1692](https://togithub.com/skeletonlabs/skeleton/pull/1692)) - bugfix: resolved a spacing issue when using the vertical `radio group` setting ([#1696](https://togithub.com/skeletonlabs/skeleton/pull/1696)) - bugfix: resolved an issue when the drawer position suddenly changes sides ([#1679](https://togithub.com/skeletonlabs/skeleton/pull/1679)) - bugfix: paginator buttons now include accessible ARIA label props ([#1709](https://togithub.com/skeletonlabs/skeleton/pull/1709)) - bugfix: fixed `scroll` event type in `AppShell` ([#1715](https://togithub.com/skeletonlabs/skeleton/pull/1715)) - bugfix: Enhanced types for the `filter` action ([#1693](https://togithub.com/skeletonlabs/skeleton/pull/1693)) - bugfix: `InputChips` can now handle `undefined` values ([#1678](https://togithub.com/skeletonlabs/skeleton/pull/1678))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.