Skip to content

Commit 662aadb

Browse files
committed
chore(release): release
- @spectrum-css/preview@8.0.0 - @spectrum-css/accordion@4.2.3 - @spectrum-css/actionbar@7.2.1 - @spectrum-css/actionbutton@5.2.3 - @spectrum-css/actiongroup@4.2.2 - @spectrum-css/alertbanner@1.1.39 - @spectrum-css/alertdialog@1.2.2 - @spectrum-css/asset@3.1.2 - @spectrum-css/assetcard@3.1.2 - @spectrum-css/assetlist@5.2.2 - @spectrum-css/avatar@6.1.2 - @spectrum-css/badge@3.2.2 - @spectrum-css/breadcrumb@8.2.2 - @spectrum-css/button@11.3.0 - @spectrum-css/buttongroup@6.2.2 - @spectrum-css/calendar@4.2.3 - @spectrum-css/card@7.0.0 - @spectrum-css/checkbox@8.1.2 - @spectrum-css/clearbutton@5.1.2 - @spectrum-css/closebutton@4.2.2 - @spectrum-css/coachindicator@1.1.3 - @spectrum-css/coachmark@6.1.3 - @spectrum-css/colorarea@4.1.2 - @spectrum-css/colorhandle@7.1.2 - @spectrum-css/colorloupe@4.2.2 - @spectrum-css/colorslider@5.1.2 - @spectrum-css/colorwheel@3.1.2 - @spectrum-css/combobox@2.1.4 - @spectrum-css/commons@9.1.2 - @spectrum-css/contextualhelp@2.1.2 - @spectrum-css/cyclebutton@3.1.2 - @spectrum-css/datepicker@2.1.2 - @spectrum-css/dial@2.2.2 - @spectrum-css/dialog@9.2.2 - @spectrum-css/divider@2.2.2 - @spectrum-css/dropindicator@4.1.2 - @spectrum-css/dropzone@5.2.3 - @spectrum-css/fieldgroup@4.2.2 - @spectrum-css/fieldlabel@7.3.3 - @spectrum-css/floatingactionbutton@1.2.2 - @spectrum-css/helptext@4.1.2 - @spectrum-css/icon@6.0.3 - @spectrum-css/illustratedmessage@6.1.3 - @spectrum-css/infieldbutton@4.2.2 - @spectrum-css/inlinealert@7.1.3 - @spectrum-css/link@4.2.2 - @spectrum-css/logicbutton@3.3.2 - @spectrum-css/menu@6.1.2 - @spectrum-css/miller@5.1.2 - @spectrum-css/modal@4.2.3 - @spectrum-css/opacitycheckerboard@1.1.3 - @spectrum-css/page@7.1.2 - @spectrum-css/pagination@7.1.4 - @spectrum-css/picker@7.2.4 - @spectrum-css/pickerbutton@4.1.3 - @spectrum-css/popover@6.2.2 - @spectrum-css/progressbar@3.1.2 - @spectrum-css/progresscircle@2.2.0 - @spectrum-css/radio@8.1.2 - @spectrum-css/rating@4.2.2 - @spectrum-css/search@6.2.2 - @spectrum-css/searchwithin@5.1.2 - @spectrum-css/sidenav@4.2.2 - @spectrum-css/site@4.2.2 - @spectrum-css/slider@4.3.3 - @spectrum-css/splitbutton@8.1.2 - @spectrum-css/splitview@4.2.2 - @spectrum-css/statuslight@6.1.3 - @spectrum-css/steplist@4.1.2 - @spectrum-css/stepper@5.1.3 - @spectrum-css/swatch@5.1.2 - @spectrum-css/swatchgroup@2.1.2 - @spectrum-css/switch@4.2.2 - @spectrum-css/table@5.2.2 - @spectrum-css/tabs@4.1.2 - @spectrum-css/tag@8.1.2 - @spectrum-css/taggroup@4.1.2 - @spectrum-css/textfield@6.1.3 - @spectrum-css/thumbnail@5.2.2 - @spectrum-css/toast@9.1.22 - @spectrum-css/tooltip@5.3.2 - @spectrum-css/tray@2.2.3 - @spectrum-css/treeview@9.2.3 - @spectrum-css/typography@5.1.2 - @spectrum-css/underlay@3.2.2 - @spectrum-css/well@4.1.2 - @spectrum-css/bundle-builder@7.0.0 - @spectrum-css/component-builder@7.0.0
1 parent fc48d5d commit 662aadb

File tree

176 files changed

+757
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+757
-97
lines changed

.storybook/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="8.0.0"></a>
7+
#8.0.0
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@7.5.0...@spectrum-css/preview@8.0.0)
10+
11+
### ♻️ Code refactoring
12+
13+
- **quickaction:**deprecate component; support this in docs ([#2304](https://github.com/adobe/spectrum-css/issues/2304))([84e1ee9](https://github.com/adobe/spectrum-css/commit/84e1ee9))
14+
15+
###
16+
🛑 BREAKING CHANGES
17+
18+
*
19+
**quickaction:** @spectrum-css/quickaction deprecated
20+
21+
This component has been deprecated. Use an action bar to allow users to perform actions on either a single or multiple items at the same time, instead.
22+
623
<a name="7.5.0"></a>
724
#7.5.0
825
🗓

.storybook/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "7.5.0",
3+
"version": "8.0.0",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
1414
"@spectrum-css/expressvars": "^3.0.9",
15-
"@spectrum-css/site": "^4.2.1",
15+
"@spectrum-css/site": "^4.2.2",
1616
"@spectrum-css/tokens": "^13.1.2",
1717
"@spectrum-css/ui-icons": "^1.1.2",
1818
"@spectrum-css/vars": "^9.0.8"
@@ -21,7 +21,7 @@
2121
"@babel/core": "^7.22.1",
2222
"@chromaui/addon-visual-tests": "^0.0.124",
2323
"@etchteam/storybook-addon-status": "^4.2.4",
24-
"@spectrum-css/component-builder": "^6.0.2",
24+
"@spectrum-css/component-builder": "^7.0.0",
2525
"@spectrum-css/component-builder-simple": "^5.0.2",
2626
"@storybook/addon-a11y": "^7.6.14",
2727
"@storybook/addon-actions": "^7.6.14",

components/accordion/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="4.2.3"></a>
7+
##4.2.3
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.2.2...@spectrum-css/accordion@4.2.3)
10+
11+
**Note:** Version bump only for package @spectrum-css/accordion
12+
613
<a name="4.2.2"></a>
714
##4.2.2
815
🗓

components/accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/accordion",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/actionbar/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.2.1"></a>
7+
##7.2.1
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@7.2.0...@spectrum-css/actionbar@7.2.1)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionbar
12+
613
<a name="7.2.0"></a>
714
#7.2.0
815
🗓

components/actionbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbar",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/actionbutton/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="5.2.3"></a>
7+
##5.2.3
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@5.2.2...@spectrum-css/actionbutton@5.2.3)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionbutton
12+
613
<a name="5.2.2"></a>
714
##5.2.2
815
🗓

components/actionbutton/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbutton",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"devDependencies": {
27-
"@spectrum-css/commons": "^9.1.1"
27+
"@spectrum-css/commons": "^9.1.2"
2828
},
2929
"publishConfig": {
3030
"access": "public"

components/actiongroup/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="4.2.2"></a>
7+
##4.2.2
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@4.2.1...@spectrum-css/actiongroup@4.2.2)
10+
11+
**Note:** Version bump only for package @spectrum-css/actiongroup
12+
613
<a name="4.2.1"></a>
714
##4.2.1
815
🗓

components/actiongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actiongroup",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/alertbanner/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.1.39"></a>
7+
##1.1.39
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertbanner@1.1.38...@spectrum-css/alertbanner@1.1.39)
10+
11+
**Note:** Version bump only for package @spectrum-css/alertbanner
12+
613
<a name="1.1.38"></a>
714
##1.1.38
815
🗓

components/alertbanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertbanner",
3-
"version": "1.1.38",
3+
"version": "1.1.39",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/alertdialog/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.2.2"></a>
7+
##1.2.2
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.2.1...@spectrum-css/alertdialog@1.2.2)
10+
11+
**Note:** Version bump only for package @spectrum-css/alertdialog
12+
613
<a name="1.2.1"></a>
714
##1.2.1
815
🗓

components/alertdialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertdialog",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/asset/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.1.2"></a>
7+
##3.1.2
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/asset@3.1.1...@spectrum-css/asset@3.1.2)
10+
11+
**Note:** Version bump only for package @spectrum-css/asset
12+
613
<a name="3.1.1"></a>
714
##3.1.1
815
🗓

components/asset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/asset",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "The Spectrum CSS asset component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/assetcard/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.1.2"></a>
7+
##3.1.2
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@3.1.1...@spectrum-css/assetcard@3.1.2)
10+
11+
**Note:** Version bump only for package @spectrum-css/assetcard
12+
613
<a name="3.1.1"></a>
714
##3.1.1
815
🗓

components/assetcard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/assetcard",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "The Spectrum CSS asset card component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/assetlist/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="5.2.2"></a>
7+
##5.2.2
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@5.2.1...@spectrum-css/assetlist@5.2.2)
10+
11+
**Note:** Version bump only for package @spectrum-css/assetlist
12+
613
<a name="5.2.1"></a>
714
##5.2.1
815
🗓

components/assetlist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/assetlist",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "The Spectrum CSS assetlist component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/avatar/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="6.1.2"></a>
7+
##6.1.2
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@6.1.1...@spectrum-css/avatar@6.1.2)
10+
11+
**Note:** Version bump only for package @spectrum-css/avatar
12+
613
<a name="6.1.1"></a>
714
##6.1.1
815
🗓

components/avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/avatar",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "The Spectrum CSS avatar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/badge/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.2.2"></a>
7+
##3.2.2
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@3.2.1...@spectrum-css/badge@3.2.2)
10+
11+
**Note:** Version bump only for package @spectrum-css/badge
12+
613
<a name="3.2.1"></a>
714
##3.2.1
815
🗓

components/badge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/badge",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "The Spectrum CSS badge component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/breadcrumb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="8.2.2"></a>
7+
##8.2.2
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/breadcrumb@8.2.1...@spectrum-css/breadcrumb@8.2.2)
10+
11+
**Note:** Version bump only for package @spectrum-css/breadcrumb
12+
613
<a name="8.2.1"></a>
714
##8.2.1
815
🗓

components/breadcrumb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/breadcrumb",
3-
"version": "8.2.1",
3+
"version": "8.2.2",
44
"description": "The Spectrum CSS breadcrumb component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/button/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="11.3.0"></a>
7+
#11.3.0
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/button@11.2.1...@spectrum-css/button@11.3.0)
10+
11+
### ✨ Features
12+
13+
- **button:**pending state([0b82dd9](https://github.com/adobe/spectrum-css/commit/0b82dd9))
14+
615
<a name="11.2.1"></a>
716
##11.2.1
817
🗓

components/button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/button",
3-
"version": "11.2.1",
3+
"version": "11.3.0",
44
"description": "The Spectrum CSS button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"devDependencies": {
31-
"@spectrum-css/commons": "^9.1.1"
31+
"@spectrum-css/commons": "^9.1.2"
3232
},
3333
"publishConfig": {
3434
"access": "public"

components/buttongroup/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="6.2.2"></a>
7+
##6.2.2
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/buttongroup@6.2.1...@spectrum-css/buttongroup@6.2.2)
10+
11+
**Note:** Version bump only for package @spectrum-css/buttongroup
12+
613
<a name="6.2.1"></a>
714
##6.2.1
815
🗓

components/buttongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/buttongroup",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "The Spectrum CSS buttongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/calendar/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="4.2.3"></a>
7+
##4.2.3
8+
🗓
9+
2024-02-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/calendar@4.2.2...@spectrum-css/calendar@4.2.3)
10+
11+
**Note:** Version bump only for package @spectrum-css/calendar
12+
613
<a name="4.2.2"></a>
714
##4.2.2
815
🗓

components/calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/calendar",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "The Spectrum CSS calendar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

0 commit comments

Comments
 (0)