This repository was archived by the owner on Aug 15, 2025. It is now read-only.
chore(deps): update dependency @skeletonlabs/skeleton to v1.12.0#112
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @skeletonlabs/skeleton to v1.12.0#112renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #112 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 135 135
Branches 26 26
=========================================
Hits 135 135 |
96a6c54 to
afd4ec8
Compare
afd4ec8 to
de77a81
Compare
de77a81 to
1b51691
Compare
1b51691 to
855f58f
Compare
855f58f to
7616577
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.2->1.12.0Release Notes
skeletonlabs/skeleton (@skeletonlabs/skeleton)
v1.12.0Compare Source
Minor Changes
regionLabelprop to Radio Groups (#1836)Patch Changes
bugfix:
autocompletefixed reactive update when allow and deny lists are empty. (#1825)bugfix: Fixed
.bg-hover-primary-tokencolor in dark mode. (#1824)bugfix: InputChips updates bound value only once. (#1768)
v1.11.0Compare Source
Minor Changes
chore: Added
separatorTextprop to Paginator to allow localization (#1791)feat: Added region props in
ListBoxandListBoxItem. (#1771)Patch Changes
bugfix: Removed
backdrop-blurfromvariant-form-materialbecause 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)
v1.10.0Compare Source
Minor Changes
feat: AppRail has better support for padding, Tile and Anchors now include an
aspectRatioproperty. (#1727)feat: A new
Tree Viewcomponent has been added. (#1691)Patch Changes
bugfix: Fix accessibility warning in Ratings component due to applied
on:clickfor 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
allowedlistfeature from working as expected. (#1736)v1.9.0Compare Source
Minor Changes
Patch Changes
bugfix: Enhanced types for the
clipboardaction (#1692)bugfix: resolved a spacing issue when using the vertical
radio groupsetting (#1696)bugfix: resolved an issue when the drawer position suddenly changes sides (#1679)
bugfix: paginator buttons now include accessible ARIA label props (#1709)
bugfix: fixed
scrollevent type inAppShell(#1715)bugfix: Enhanced types for the
filteraction (#1693)bugfix:
InputChipscan now handleundefinedvalues (#1678)v1.8.0Compare Source
Minor Changes
feat: Implemented a new TabAnchor component for Tabs (#1645)
feat: Expanded Toast features to allow hiding the dismiss button, allow toast to remain visible on hover, and programatically close each instance (#1637)
feat: Added svelte Ratings component (#1654)
Patch Changes
bugfix: Fixed a typo for the Drawer component's backdrop
blurproperty (#1663)bugfix: Tailwind plugin intellisense now properly displays all component classes (#1664)
chore: Updated all project depedencies (#1648)
bugfix: Fixed a typo for the typography-prose.css headers (#1647)
v1.7.1Compare Source
Patch Changes
v1.7.0Compare Source
Minor Changes
feat: The Paginator component can now be displayed as a numeric row of pages (#1573)
feat: Added additional forwarded events for AppRailTile and AppRailAnchor (#1633)
feat: Added
digitsprop to Conic Gradient to limit decimal points (#1607)feat: Added a navigation slot to the Step component, which can replace the Back button for the first step only (#1606)
feat: Modal backdrop clicks now take into account both the
mouseupandmousedownevents for better accuracy (#1605)feat: Added a
backgroundprop to the SlideToggle component (#1627)feat: Added a missing dark mode modifier for each background hover design token (#1577)
Patch Changes
chore: Added types to the
Stepperstore anddispatchParent(#1567)bugfix: Updated
focusablePopupElementsin Popup to resolve issues when tabbing into Autocomplete options (#1592)bugfix: The Drawer's
backdropevent only fires on backdrop interaction (#1611)bugfix:
typography-prose.cssmust now be imported directly to enable the default Tailwind Typography plugin styles (#1608)docs: Updated Autocomplete documentation to demonstrate Firefox tab navigation fix for wrapping elements (#1604)
bugfix: Fixed an undesired jiggle within the animation for Toasts (#1579)
chore: Added additional type safeguard to the Table of Contents
scrollToHeading(#1565)bugfix: Replaced unicode arrows with SVGs for the Paginator component (#1629)
bugfix: All relative import paths now fully specify the
.jsextension to adhere to Node's ESM algorithm (#1584)bugfix: ListBoxItem now supports the use of objects for the
valueproperty (#1628)bugfix: Updated
typesVersionsmap to fix auto imports paths (#1587)chore: Replaced the now deprecated
eslint-plugin-svelte3foreslint-plugin-svelte(#1618)