Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @skeletonlabs/skeleton to v1.12.0 #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@skeletonlabs/skeleton (source) 1.6.2 -> 1.12.0 age adoption passing confidence

Release Notes

skeletonlabs/skeleton (@​skeletonlabs/skeleton)

v1.12.0

Compare Source

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)

v1.11.0

Compare Source

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)

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
  • feat: Adds support for Svelte 4 (#​1690)
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 in AppShell (#​1715)

  • bugfix: Enhanced types for the filter action (#​1693)

  • bugfix: InputChips can now handle undefined 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
  • bugfix: Resolved a bug preventing the prose stylesheet from being imported (#​1641)

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 and mousedown 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 and dispatchParent (#​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 for eslint-plugin-svelte (#​1618)

@codecov
Copy link

codecov bot commented Jun 10, 2023

Codecov Report

Merging #112 (7616577) into main (0ec1fa7) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #112   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          135       135           
  Branches        26        26           
=========================================
  Hits           135       135           

@renovate renovate bot changed the title chore(deps): update dependency @skeletonlabs/skeleton to v1.7.1 chore(deps): update dependency @skeletonlabs/skeleton to v1.8.0 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/skeletonlabs-skeleton-1.x branch from 96a6c54 to afd4ec8 Compare June 20, 2023 16:38
@renovate renovate bot changed the title chore(deps): update dependency @skeletonlabs/skeleton to v1.8.0 chore(deps): update dependency @skeletonlabs/skeleton to v1.9.0 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/skeletonlabs-skeleton-1.x branch from afd4ec8 to de77a81 Compare July 4, 2023 17:07
@renovate renovate bot changed the title chore(deps): update dependency @skeletonlabs/skeleton to v1.9.0 chore(deps): update dependency @skeletonlabs/skeleton to v1.10.0 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/skeletonlabs-skeleton-1.x branch from de77a81 to 1b51691 Compare July 18, 2023 17:08
@renovate renovate bot changed the title chore(deps): update dependency @skeletonlabs/skeleton to v1.10.0 chore(deps): update dependency @skeletonlabs/skeleton to v1.11.0 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/skeletonlabs-skeleton-1.x branch from 1b51691 to 855f58f Compare August 1, 2023 16:19
@renovate renovate bot changed the title chore(deps): update dependency @skeletonlabs/skeleton to v1.11.0 chore(deps): update dependency @skeletonlabs/skeleton to v1.12.0 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/skeletonlabs-skeleton-1.x branch from 855f58f to 7616577 Compare August 15, 2023 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants