Skip to content

Commit 06583c8

Browse files
authored
Merge pull request #2451 from skeletonlabs/changeset-release/master
chore(release): version package
2 parents 93a9773 + bda9eee commit 06583c8

7 files changed

+17
-26
lines changed

.changeset/famous-pots-trade.md

-5
This file was deleted.

.changeset/flat-icons-do.md

-5
This file was deleted.

.changeset/nasty-terms-allow.md

-5
This file was deleted.

.changeset/real-cougars-invent.md

-5
This file was deleted.

.changeset/swift-insects-rush.md

-5
This file was deleted.

packages/skeleton/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @skeletonlabs/skeleton
22

3+
## 2.8.0
4+
5+
### Minor Changes
6+
7+
- feat: InputChips now allow you to add/remove chips programatically. ([#2347](https://github.com/skeletonlabs/skeleton/pull/2347))
8+
9+
### Patch Changes
10+
11+
- bugfix: Removed recursive-tree-view's unused props for `disabled` and `open` ([#2427](https://github.com/skeletonlabs/skeleton/pull/2427))
12+
13+
- bugfix: CodeBlock copy button type is now `button` instead of default (`submit`) ([#2428](https://github.com/skeletonlabs/skeleton/pull/2428))
14+
15+
- bugfix: added `label` prop to InputChips to provide aria-label for a11y ([#2445](https://github.com/skeletonlabs/skeleton/pull/2445))
16+
17+
- chore: Applied `@html` interpretation to Autocomplete empty state ([#2448](https://github.com/skeletonlabs/skeleton/pull/2448))
18+
319
## 2.7.1
420

521
### Patch Changes

packages/skeleton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skeletonlabs/skeleton",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"description": "A SvelteKit component library.",
55
"author": "endigo9740 <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)