chore(deps): update dependency @skeletonlabs/skeleton to v1.12.0 #112
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.0
Release Notes
skeletonlabs/skeleton (@skeletonlabs/skeleton)
v1.12.0
Compare Source
Minor Changes
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)
v1.11.0
Compare Source
Minor Changes
chore: Added
separatorText
prop to Paginator to allow localization (#1791)feat: Added region props in
ListBox
andListBoxItem
. (#1771)Patch Changes
bugfix: Removed
backdrop-blur
fromvariant-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)
v1.10.0
Compare Source
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)v1.9.0
Compare Source
Minor Changes
Patch Changes
bugfix: Enhanced types for the
clipboard
action (#1692)bugfix: resolved a spacing issue when using the vertical
radio group
setting (#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
scroll
event type inAppShell
(#1715)bugfix: Enhanced types for the
filter
action (#1693)bugfix:
InputChips
can now handleundefined
values (#1678)v1.8.0
Compare 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
blur
property (#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.1
Compare Source
Patch Changes
v1.7.0
Compare 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
digits
prop 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
mouseup
andmousedown
events for better accuracy (#1605)feat: Added a
background
prop 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
Stepper
store anddispatchParent
(#1567)bugfix: Updated
focusablePopupElements
in Popup to resolve issues when tabbing into Autocomplete options (#1592)bugfix: The Drawer's
backdrop
event only fires on backdrop interaction (#1611)bugfix:
typography-prose.css
must 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
.js
extension to adhere to Node's ESM algorithm (#1584)bugfix: ListBoxItem now supports the use of objects for the
value
property (#1628)bugfix: Updated
typesVersions
map to fix auto imports paths (#1587)chore: Replaced the now deprecated
eslint-plugin-svelte3
foreslint-plugin-svelte
(#1618)