Skip to content

Commit bc2913d

Browse files
committed
fix: rebase error where changelog ended up in released section
1 parent 44c2413 commit bc2913d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/pluggableWidgets/combobox-web/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212

1313
- We fixed an issue where the editability setting was inverted: setting editability to `false` allowed editing, and setting it to `true` prevented editing. The editability condition expression now behaves correctly: `true` means editable, `false` means read-only.
1414

15+
- We improved screen reader accessibility by fixing accessible name announcements, hiding decorative icons, and preventing menu exposure when closed.
16+
1517
### Breaking changes
1618

1719
- The editability fix above is a potential breaking change. Apps that worked around the bug by inverting their editability expression will now have the opposite (incorrect) behavior after upgrading. Review any combobox widgets using a custom editability expression and remove the inversion workaround, otherwise fields may unexpectedly become editable or read-only.
@@ -26,8 +28,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2628

2729
- We fixed an issue where the widget crashed when using the "On filter input change" action with the new string behavior enabled.
2830

29-
- We improved screen reader accessibility by fixing accessible name announcements, hiding decorative icons, and preventing menu exposure when closed.
30-
3131
### Changed
3232

3333
- The combobox menu now keeps a stable position and, when there is not enough space, shrinks and scrolls instead of overflowing the viewport.

0 commit comments

Comments
 (0)