File tree Expand file tree Collapse file tree 4 files changed +45
-3
lines changed Expand file tree Collapse file tree 4 files changed +45
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ <a name =" 8.0.2 " ></a >
7
+ ##8 .0.2
8
+ 🗓
9
+ 2023-08-25 • 📝 [ Commits] ( https://github.com/adobe/spectrum-css/compare/@spectrum-css/tag@8.0.1...@spectrum-css/tag@8.0.2 )
10
+
11
+ ### 🔙 Reverts
12
+
13
+ \* gulp and build updates ([ #2121 ] ( https://github.com/adobe/spectrum-css/issues/2121 ) )([ 03a37f5] ( https://github.com/adobe/spectrum-css/commit/03a37f5 ) ), closes[ #2099 ] ( https://github.com/adobe/spectrum-css/issues/2099 )
14
+
6
15
<a name =" 8.0.1 " ></a >
7
16
##8 .0.1
8
17
🗓
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @spectrum-css/tag" ,
3
- "version" : " 8.0.1 " ,
3
+ "version" : " 8.0.2 " ,
4
4
"description" : " The Spectrum CSS tags component" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Adobe" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ <a name =" 4.0.0 " ></a >
7
+ #4 .0.0
8
+ 🗓
9
+ 2023-08-25 • 📝 [ Commits] ( https://github.com/adobe/spectrum-css/compare/@spectrum-css/taggroup@3.3.64...@spectrum-css/taggroup@4.0.0 )
10
+
11
+ ### 🔙 Reverts
12
+
13
+ \* gulp and build updates ([ #2121 ] ( https://github.com/adobe/spectrum-css/issues/2121 ) )([ 03a37f5] ( https://github.com/adobe/spectrum-css/commit/03a37f5 ) ), closes[ #2099 ] ( https://github.com/adobe/spectrum-css/issues/2099 )
14
+
15
+ \* feat(taggroup)!: migrate to spectrum-tokens([ 531e067] ( https://github.com/adobe/spectrum-css/commit/531e067 ) )
16
+
17
+ ###
18
+ 🛑 BREAKING CHANGES
19
+
20
+ *
21
+ migrates TagGroup to use `@adobe/spectrum-tokens`
22
+
23
+ Update build related files to migrate to use of core tokens.
24
+
25
+ Use new global tokens for margin, and simplify usage. Adds mod prefixed
26
+ custom properties and improves docs with mod section and description
27
+ text pulled from the tag guidelines.
28
+
29
+ Updates example markup and migration guide.
30
+
31
+ fix(taggroup): allow tag items to wrap to the next line
32
+
33
+ Tag group flex items were not previously wrapping and would overflow and
34
+ cut off at smaller screen sizes. This now follows the tag guidelines to
35
+ wrap items to the next line. And adds a story that shows wrapping.
36
+
37
+ CSS-500
38
+
6
39
<a name =" 3.3.64 " ></a >
7
40
##3 .3.64
8
41
🗓
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @spectrum-css/taggroup" ,
3
- "version" : " 4.0.0-beta.0 " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" : " The Spectrum CSS tag group component" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Adobe" ,
27
27
"@spectrum-css/clearbutton" : " ^5.0.0" ,
28
28
"@spectrum-css/component-builder-simple" : " ^2.0.17" ,
29
29
"@spectrum-css/icon" : " ^4.0.1" ,
30
- "@spectrum-css/tag" : " ^8.0.0 " ,
30
+ "@spectrum-css/tag" : " ^8.0.2 " ,
31
31
"@spectrum-css/tokens" : " ^11.2.2" ,
32
32
"gulp" : " ^4.0.0"
33
33
},
You can’t perform that action at this time.
0 commit comments