You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the S2 migration of the progress circle. The original markup has changed to an svg and circle element to allow CSS styles such as `stroke-linecap`. This was necessary to match the design. The `--small/--medium/--large` sizing classes have been deprecated in favor of t-shirt classes `--sizeS/--sizeM/--sizeL`
8
+
9
+
### Animation
10
+
11
+
`@keyframes spectrum-dashoffset-animation`:
12
+
This animation was created by React Spectrum and used to keep the same speed and bezier curve.
Copy file name to clipboardExpand all lines: components/button/CHANGELOG.md
+41-1Lines changed: 41 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,47 @@ The following `--mod` custom properties have been renamed:
82
82
-`--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration`
83
83
-`--mod-bold-font-weight` has been renamed to `--mod-button-font-weight`
84
84
85
-
## 14.0.0-next.5
85
+
## 13.1.3
86
+
87
+
### Patch Changes
88
+
89
+
-[#3107](https://github.com/adobe/spectrum-css/pull/3107)[`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)! - Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs).
-[#3045](https://github.com/adobe/spectrum-css/pull/3045)[`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277) Thanks [@castastrophe](https://github.com/castastrophe)! - Improve changeset suggestions by using exports instead of files in component packages
Output for all component CSS files is now being run through a lightweight optimizer (cssnano) which significantly reduces unnecessary whitespace. These changes reduce file size but should not have any impact on the rendering of the component. By removing unnecessary whitespace from var functions, we are making it easier to effectively minify our provided CSS assets.
0 commit comments