Skip to content

Commit

Permalink
Merge pull request #1639 from skeletonlabs/changeset-release/master
Browse files Browse the repository at this point in the history
chore(release): version package
  • Loading branch information
endigo9740 authored Jun 6, 2023
2 parents bf5c466 + 4d375bd commit 60f0bd8
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 96 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-maps-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-paws-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-apricots-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-students-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-pears-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-flowers-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-gorillas-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-plants-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-dancers-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-mice-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-deers-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-cheetahs-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-eagles-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-countries-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-vans-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-mice-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-knives-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-rockets-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-parrots-help.md

This file was deleted.

45 changes: 45 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# @skeletonlabs/skeleton

## 1.7.0

### Minor Changes

- feat: The Paginator component can now be displayed as a numeric row of pages ([#1573](https://github.com/skeletonlabs/skeleton/pull/1573))

- feat: Added additional forwarded events for AppRailTile and AppRailAnchor ([#1633](https://github.com/skeletonlabs/skeleton/pull/1633))

- feat: Added `digits` prop to Conic Gradient to limit decimal points ([#1607](https://github.com/skeletonlabs/skeleton/pull/1607))

- feat: Added a navigation slot to the Step component, which can replace the Back button for the first step only ([#1606](https://github.com/skeletonlabs/skeleton/pull/1606))

- feat: Modal backdrop clicks now take into account both the `mouseup` and `mousedown` events for better accuracy ([#1605](https://github.com/skeletonlabs/skeleton/pull/1605))

- feat: Added a `background` prop to the SlideToggle component ([#1627](https://github.com/skeletonlabs/skeleton/pull/1627))

- feat: Added a missing dark mode modifier for each background hover design token ([#1577](https://github.com/skeletonlabs/skeleton/pull/1577))

### Patch Changes

- chore: Added types to the `Stepper` store and `dispatchParent` ([#1567](https://github.com/skeletonlabs/skeleton/pull/1567))

- bugfix: Updated `focusablePopupElements` in Popup to resolve issues when tabbing into Autocomplete options ([#1592](https://github.com/skeletonlabs/skeleton/pull/1592))

- bugfix: The Drawer's `backdrop` event only fires on backdrop interaction ([#1611](https://github.com/skeletonlabs/skeleton/pull/1611))

- bugfix: `typography-prose.css` must now be imported directly to enable the default Tailwind Typography plugin styles ([#1608](https://github.com/skeletonlabs/skeleton/pull/1608))

- docs: Updated Autocomplete documentation to demonstrate Firefox tab navigation fix for wrapping elements ([#1604](https://github.com/skeletonlabs/skeleton/pull/1604))

- bugfix: Fixed an undesired jiggle within the animation for Toasts ([#1579](https://github.com/skeletonlabs/skeleton/pull/1579))

- chore: Added additional type safeguard to the Table of Contents `scrollToHeading` ([#1565](https://github.com/skeletonlabs/skeleton/pull/1565))

- bugfix: Replaced unicode arrows with SVGs for the Paginator component ([#1629](https://github.com/skeletonlabs/skeleton/pull/1629))

- bugfix: All relative import paths now fully specify the `.js` extension to adhere to Node's ESM algorithm ([#1584](https://github.com/skeletonlabs/skeleton/pull/1584))

- bugfix: ListBoxItem now supports the use of objects for the `value` property ([#1628](https://github.com/skeletonlabs/skeleton/pull/1628))

- bugfix: Updated `typesVersions` map to fix auto imports paths ([#1587](https://github.com/skeletonlabs/skeleton/pull/1587))

- chore: Replaced the now deprecated `eslint-plugin-svelte3` for `eslint-plugin-svelte` ([#1618](https://github.com/skeletonlabs/skeleton/pull/1618))
2 changes: 1 addition & 1 deletion packages/skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/skeleton",
"version": "1.6.2",
"version": "1.7.0",
"description": "A SvelteKit component library.",
"author": "endigo9740 <[email protected]>",
"scripts": {
Expand Down

1 comment on commit 60f0bd8

@vercel
Copy link

@vercel vercel bot commented on 60f0bd8 Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.