Skip to content

Commit 7339e51

Browse files
RajdeepcRajdeep Chandra
andauthored
docs: fixed typo in changeset readme files (#5803)
* docs: fixed typo in changeset readme files * docs: fixed typo in changeset readme files * docs: fixed typo in changeset readme files --------- Co-authored-by: Rajdeep Chandra <rajdeepchandra@Rajdeeps-MacBook-Pro-7.local>
1 parent 4880da4 commit 7339e51

12 files changed

+13
-13
lines changed

.changeset/button-aria-label-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'@spectrum-web-components/button': patch
33
---
44

5-
**Fixed** aria-label handling in `<sp-button>` component.
5+
- **Fixed**: Aria-label handling in `<sp-button>` component.
66

77
- **Fixed**: Moved aria-label updates to occur after slot content changes are processed to prevent timing issues
88
- **Added**: Enhanced `label` property support for programmatic aria-label control

.changeset/combobox-pending-state-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'@spectrum-web-components/combobox': patch
33
---
44

5-
**Fixed** pending state handling and accessibility in `<sp-combobox>` component.
5+
- **Fixed**: Pending state handling and accessibility in `<sp-combobox>` component.
66

77
- **Changed**: Removed dependency on `PendingStateController` and implemented inline pending state handling
88
- **Fixed**: Updated aria-labelledby attribute ordering to improve screen reader experience (`label applied-label pending-label`)

.changeset/cruel-eels-open.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@spectrum-web-components/menu': minor
2+
'@spectrum-web-components/menu': patch
33
---
44

5-
**Fixed** MenuItem focus stealing from input elements on mouseover by enhanceing MenuItem's `handleMouseover` method to detect when an input element currently has focus and prevent stealing focus in those cases.
5+
- **Fixed**: MenuItem focus stealing from input elements on mouseover by enhancing MenuItem's `handleMouseover` method to detect when an input element currently has focus and prevent stealing focus in those cases.

.changeset/eight-parts-begin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@spectrum-web-components/alert-dialog': patch
33
---
44

5-
Make the divider color transparent only for spectrum 2 theme
5+
- **Fixed**: Make the divider color transparent only for Spectrum 2 theme

.changeset/honest-words-say.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@spectrum-web-components/picker': patch
33
---
44

5-
**Fixed** : Picker border color should be hidden in S2 theme
5+
- **Fixed**: Picker border color should be hidden in S2 theme

.changeset/light-mice-doubt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@spectrum-web-components/textfield': patch
33
---
44

5-
**Fixed** : Update border radius and border width for different t-shirt sizes for textfield component for S2 and Express themes
5+
- **Fixed**: Update border radius and border width for different t-shirt sizes for textfield component for S2 and Express themes

.changeset/new-hounds-admire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@spectrum-web-components/textfield': patch
33
---
44

5-
**Fixed** : Update border color and block padding inside the textfield and textarea components for S2 and Express themes
5+
- **Fixed**: Update border color and block padding inside the textfield and textarea components for S2 and Express themes

.changeset/picker-pending-state-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'@spectrum-web-components/picker': patch
33
---
44

5-
**Fixed** pending state handling and accessibility in `<sp-picker>` component.
5+
- **Fixed**: Pending state handling and accessibility in `<sp-picker>` component.
66

77
- **Changed**: Removed dependency on `PendingStateController` and implemented inline pending state handling
88
- **Fixed**: Updated aria-labelledby attribute ordering to improve screen reader experience (`icon label applied-label pending-label`)

.changeset/progress-circle-accessibility-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'@spectrum-web-components/progress-circle': patch
33
---
44

5-
**Fixed** accessibility warning logic in `<sp-progress-circle>` component.
5+
- **Fixed**: Accessibility warning logic in `<sp-progress-circle>` component.
66

77
- **Fixed**: Updated accessibility warning logic to only apply when `role="progressbar"` is explicitly set
88
- **Fixed**: Improved label validation for better accessibility compliance

.changeset/reactive-controllers-pending-state-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'@spectrum-web-components/reactive-controllers': patch
33
---
44

5-
**Fixed** accessibility and caching in `PendingStateController`.
5+
- **Fixed**: Accessibility and caching in `PendingStateController`.
66

77
- **Fixed**: Updated progress circle to use `role="presentation"` for better accessibility compliance
88
- **Fixed**: Improved aria-label caching logic to better handle dynamic label changes

0 commit comments

Comments
 (0)