|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## 14.0.0-next.7 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#2725](https://github.com/adobe/spectrum-css/pull/2725) [`81edcde`](https://github.com/adobe/spectrum-css/commit/81edcde7fc606acd86b2bdb4379e0d2f96a5e211) Thanks [@jawinn](https://github.com/jawinn)! - #### refactor: remove spectrum-ButtonWithFocusRing placeholder class extend |
| 8 | + |
| 9 | + Removes the need for the extend from this placeholder class, as the styles it provides have diverged slightly from what is in button and it was causing some unnecessary CSS to override. |
| 10 | + This should not result in any changed visuals or behavior, as the same CSS has been integrated. |
| 11 | + |
| 12 | +## 14.0.0-next.6 |
| 13 | + |
| 14 | +### Major Changes |
| 15 | + |
| 16 | +- [#2600](https://github.com/adobe/spectrum-css/pull/2600) [`3559678`](https://github.com/adobe/spectrum-css/commit/35596780a1309dd145fa565461d330ddfaf50e68) Thanks [@jawinn](https://github.com/jawinn)! |
| 17 | + |
| 18 | +#### Spectrum 2 migration |
| 19 | + |
| 20 | +Button now uses Spectrum 2 tokens and specifications, which includes many color changes to all variants. A few other notable changes: |
| 21 | + |
| 22 | +- Outline buttons are no longer available in accent and negative options — use the filled variant instead. |
| 23 | +- Medium size is now the default. The class `.spectrum-Button--sizeM` is now unnecessary for this size, and has been removed. |
| 24 | +- The `.spectrum-Button--fill` class is no longer needed and has been removed. |
| 25 | + |
| 26 | +The following `--mod` custom properties have been renamed: |
| 27 | + |
| 28 | +- `--mod-line-height-100` has been renamed to `--mod-button-line-height` |
| 29 | +- `--mod-sans-font-family-stack` has been renamed to `--mod-button-font-family` |
| 30 | +- `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration` |
| 31 | +- `--mod-bold-font-weight` has been renamed to `--mod-button-font-weight` |
| 32 | + |
| 33 | +## 14.0.0-next.5 |
| 34 | + |
| 35 | +### Patch Changes |
| 36 | + |
| 37 | +- Updated peerDependencies [[`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d)]: |
| 38 | + - @spectrum-css/icon@>=7 |
| 39 | + - @spectrum-css/progresscircle@>=3 |
| 40 | + - @spectrum-css/tokens@>=14 |
| 41 | + |
3 | 42 | ## 13.5.0
|
4 | 43 |
|
5 | 44 | ### Minor Changes
|
|
62 | 101 | - @spectrum-css/progresscircle@3.1.1
|
63 | 102 | - @spectrum-css/icon@7.1.1
|
64 | 103 |
|
65 |
| -## 14.0.0-next.6 |
66 |
| - |
67 |
| -### Major Changes |
68 |
| - |
69 |
| -- [#2600](https://github.com/adobe/spectrum-css/pull/2600) [`3559678`](https://github.com/adobe/spectrum-css/commit/35596780a1309dd145fa565461d330ddfaf50e68) Thanks [@jawinn](https://github.com/jawinn)! |
70 |
| - |
71 |
| -#### Spectrum 2 migration |
72 |
| - Button now uses Spectrum 2 tokens and specifications, which includes many color changes to all variants. A few other notable changes: |
73 |
| - |
74 |
| - - Outline buttons are no longer available in accent and negative options — use the filled variant instead. |
75 |
| - - Medium size is now the default. The class `.spectrum-Button--sizeM` is now unnecessary for this size, and has been removed. |
76 |
| - - The `.spectrum-Button--fill` class is no longer needed and has been removed. |
77 |
| - |
78 |
| - The following `--mod` custom properties have been renamed: |
79 |
| - |
80 |
| - - `--mod-line-height-100` has been renamed to `--mod-button-line-height` |
81 |
| - - `--mod-sans-font-family-stack` has been renamed to `--mod-button-font-family` |
82 |
| - - `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration` |
83 |
| - - `--mod-bold-font-weight` has been renamed to `--mod-button-font-weight` |
84 |
| - |
85 |
| -## 14.0.0-next.5 |
86 |
| - |
87 |
| -### Patch Changes |
88 |
| - |
89 |
| -- Updated peerDependencies [[`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d)]: |
90 |
| - - @spectrum-css/icon@>=7 |
91 |
| - - @spectrum-css/progresscircle@>=3 |
92 |
| - - @spectrum-css/tokens@>=14 |
93 |
| - |
94 |
| -All notable changes to this project will be documented in this file. |
95 |
| -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
96 |
| - |
97 | 104 | ## 13.1.0
|
98 | 105 |
|
99 | 106 | ### Minor Changes
|
|
0 commit comments