Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/lucky-experts-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-steaks-provide.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/silly-donkeys-remember.md

This file was deleted.

12 changes: 12 additions & 0 deletions components/clearbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 6.3.0

### Minor Changes

- [#3258](https://github.com/adobe/spectrum-css/pull/3258) [`db450d8`](https://github.com/adobe/spectrum-css/commit/db450d8679242cffced38793f8c3f4f458240612) Thanks [@cdransf](https://github.com/cdransf)! - Improves the visibility of the clear button disabled variant on static color backgrounds by more closely aligning styles with close button.

- Adds `.spectrum-ClearButton--staticWhite` to the mod declarations associated with `.spectrum-ClearButton--overBackground` in advance of the latter being deprecated. The same class has been added to the `:focus` declaration for `spectrum-ClearButton--overBackground`.
- Adds `--spectrum-clear-button-icon-color-disabled: var(--spectrum-disabled-static-white-content-color);` custom property for `.spectrum-ClearButton--staticWhite`.
- Enables `cursor: pointer` for `.spectrum-ClearButton` when it is not disabled.
- Disables hover, active, focus and focus-within states for `:disabled` `.spectrum-ClearButton` elements.
- Adds color styles for `:disabled` and `.is-disabled` `.spectrum-ClearButton` `:disabled` icons.

## 6.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/clearbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/clearbutton",
"version": "6.2.0",
"version": "6.3.0",
"description": "The Spectrum CSS clearbutton component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
6 changes: 6 additions & 0 deletions components/coachmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 7.2.0

### Minor Changes

- [#3292](https://github.com/adobe/spectrum-css/pull/3292) [`f35a58e`](https://github.com/adobe/spectrum-css/commit/f35a58e9bdf5599f7971e88831df44460657b860) Thanks [@castastrophe](https://github.com/castastrophe)! - Update coach mark pagination to add `font-family`, using the existing custom property. Update the `font-weight` and `line-height` to reference the correct tokens.

## 7.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/coachmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/coachmark",
"version": "7.1.3",
"version": "7.2.0",
"description": "The Spectrum CSS coachmark component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
6 changes: 6 additions & 0 deletions components/treeview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.3.1

### Patch Changes

- [#3318](https://github.com/adobe/spectrum-css/pull/3318) [`d8d0450`](https://github.com/adobe/spectrum-css/commit/d8d0450a1c4bc54808f8c423a435f3a882b13c57) Thanks [@cdransf](https://github.com/cdransf)! - Use the already defined custom property `--spectrum-treeview-item-border-color-quiet-selected` in place of the direct value. The border color value remains the same.

## 10.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/treeview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/treeview",
"version": "10.3.0",
"version": "10.3.1",
"description": "The Spectrum CSS Tree view component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
Loading