Skip to content

Commit df71464

Browse files
chore: release (#3406)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e914fca commit df71464

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/new-doors-fold.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

components/combobox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#3232](https://github.com/adobe/spectrum-css/pull/3232) [`5d83841`](https://github.com/adobe/spectrum-css/commit/5d83841553b0221d3fb8443a1de861bc6e70db27) Thanks [@aramos-adobe](https://github.com/aramos-adobe)! - Combobox now includes a `read-only` state. Add the `is-readOnly` class to the Combobox to enable this feature. To ensure the intended user experience, please make sure the readonly state in the textfield is enabled by adding the `is-readOnly` class and `readonly` attribute on the input element for this component as well.
8+
39
## 3.2.0
410

511
### Minor Changes

components/combobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/combobox",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "The Spectrum CSS combobox component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

0 commit comments

Comments
 (0)