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
Remove dates from in front of version numbers on migration guides, as
we're adjusting to this format going forward. Includes removal of the
placeholder "x/x/2024" dates that were added. The button component
was excluded from this update as they're already removed in the button
s2 migration PR.
Copy file name to clipboardexpand all lines: components/actionbutton/metadata/actionbutton.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ sections:
12
12
This component can be modified via its `--mod-*` prefixed custom properties. A list of those prefixed custom properties can be found <a class="spectrum-Link" href="https://github.com/adobe/spectrum-css/tree/main/components/actionbutton/metadata/mods.md">here</a>.
13
13
- name: Migration Guide
14
14
description: |
15
-
### x/x/2024 - Version 6.0.0
15
+
### Version 6.0.0
16
16
#### Spectrum 2 release
17
17
Action button now uses Spectrum 2 tokens and specifications. A few notable changes:
18
18
- The mod custom property `--mod-line-height-100` has been renamed to `--mod-button-line-height`.
Copy file name to clipboardexpand all lines: components/closebutton/metadata/closebutton.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sections:
8
8
This component can be modified via its `--mod-*` prefixed custom properties. A list of those prefixed custom properties can be found <a class="spectrum-Link" href="https://github.com/adobe/spectrum-css/tree/main/components/closebutton/metadata/mods.md">here</a>.
9
9
- name: Migration Guide
10
10
description: |
11
-
### x/x/2024 - Version 5.0.0
11
+
### Version 5.0.0
12
12
#### Spectrum 2 release
13
13
Close button now uses Spectrum 2 tokens and specifications. A few notable changes and additions:
14
14
* Removes all static-specific `--mod` custom properties since they are no longer needed. The existing background-color mods can be used instead:
@@ -32,11 +32,11 @@ sections:
32
32
* The mod custom property `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration`.
33
33
* The regular and large "Icon size" variants have been removed.
34
34
35
-
### 8/16/2023 - Version 4.0.0
35
+
### Version 4.0.0
36
36
#### Remove focus-ring class
37
37
We've migrated away from the focus-ring class in favor of the native `:focus-visible` pseudo-class due to changes in browser support.
38
38
39
-
### 8/3/2022 - Version 2.0.0
39
+
### Version 2.0.0
40
40
#### Sizing and Spectrum tokens migration
41
41
Close button was migrated to use Spectrum tokens. Close button now supports different sizes. By default, the following icons should be used for each size:
Copy file name to clipboardexpand all lines: components/fieldlabel/metadata/fieldlabel.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ sections:
6
6
This component can be modified via its `--mod-*` prefixed custom properties. A list of those prefixed custom properties can be found <a class="spectrum-Link" href="https://github.com/adobe/spectrum-css/tree/main/components/fieldlabel/metadata/mods.md">here</a>.
7
7
- name: Migration Guide
8
8
description: |
9
-
### x/x/2024 - Version 8.0.0
9
+
### Version 8.0.0
10
10
#### Spectrum 2 release
11
11
Field label now uses Spectrum 2 tokens and specifications. A few notable changes and additions:
12
12
- The medium size styles are used by default, so the `spectrum-FieldLabel--sizeM` class is no longer necessary and has been removed.
13
13
- Two variant classes have been added for black and white static colors.
14
14
- The mod custom property `--mod-disabled-content-color` has been renamed to `--mod-field-label-disabled-content-color`.
15
15
16
-
### 11/13/2020 - Version 3.0.0
16
+
### Version 3.0.0
17
17
#### T-shirt sizing
18
18
Field label now supports t-shirt sizing and requires that you specify the size by adding a `.spectrum-FieldLabel--size*` class.
Copy file name to clipboardexpand all lines: components/fieldlabel/metadata/form.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sections:
6
6
This component can be modified via its `--mod-*` prefixed custom properties. A list of those prefixed custom properties can be found <a class="spectrum-Link" href="https://github.com/adobe/spectrum-css/tree/main/components/fieldlabel/metadata/mods.md">here</a>.
7
7
- name: Migration Guide
8
8
description: |
9
-
### x/x/2024 - Version 8.0.0
9
+
### Version 8.0.0
10
10
#### Spectrum 2 release
11
11
The renamed mod properties previously marked as deprecated have been removed:
12
12
- `--mod-tableform-item-block-spacing` has been renamed to `--mod-form-item-block-spacing`
Copy file name to clipboardexpand all lines: components/picker/metadata/picker.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sections:
7
7
This component can be modified via its `--mod-*` prefixed custom properties. A list of those prefixed custom properties can be found <a class="spectrum-Link" href="https://github.com/adobe/spectrum-css/tree/main/components/picker/metadata/mods.md">here</a>.
8
8
- name: Migration Guide
9
9
description: |
10
-
### x/x/2024 - Version 8.0.0
10
+
### Version 8.0.0
11
11
#### Spectrum 2 release
12
12
Picker now uses Spectrum 2 tokens and specifications. A few notable changes:
13
13
- The mod custom property `--mod-line-height-100` has been renamed to `--mod-button-line-height`.
0 commit comments