diff --git a/.changeset/brave-pens-study.md b/.changeset/brave-pens-study.md deleted file mode 100644 index 57f73a3e10..0000000000 --- a/.changeset/brave-pens-study.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@patternfly/pfe-core": patch ---- -`ATFocusController`: fix keyboard focus wrapping and dynamic item support - -- Fix arrow up/down focus wrapping when a non-focusable placeholder occupies - index 0 (e.g. a disabled "Select a value" option) -- Fix dynamically added options not receiving keyboard focus until the listbox - is reopened diff --git a/.changeset/warm-dogs-laugh.md b/.changeset/warm-dogs-laugh.md deleted file mode 100644 index 9fda4b861b..0000000000 --- a/.changeset/warm-dogs-laugh.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@patternfly/elements": patch ---- -``: don't steal browser focus on page load, and improve keyboard accessibility of the listbox. diff --git a/core/pfe-core/CHANGELOG.md b/core/pfe-core/CHANGELOG.md index 921eba309c..91109f2672 100644 --- a/core/pfe-core/CHANGELOG.md +++ b/core/pfe-core/CHANGELOG.md @@ -1,5 +1,15 @@ # @patternfly/pfe-core +## 5.0.6 +### Patch Changes + +- ec6b358: `ATFocusController`: fix keyboard focus wrapping and dynamic item support + + - Fix arrow up/down focus wrapping when a non-focusable placeholder occupies + index 0 (e.g. a disabled "Select a value" option) + - Fix dynamically added options not receiving keyboard focus until the listbox + is reopened + ## 5.0.5 ### Patch Changes diff --git a/core/pfe-core/package.json b/core/pfe-core/package.json index 4297cd33ff..ebf33541b7 100644 --- a/core/pfe-core/package.json +++ b/core/pfe-core/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pfe-core", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "description": "PatternFly Elements Core Library", "customElements": "custom-elements.json", diff --git a/elements/CHANGELOG.md b/elements/CHANGELOG.md index b6255a055b..1ad0da86d6 100644 --- a/elements/CHANGELOG.md +++ b/elements/CHANGELOG.md @@ -1,5 +1,12 @@ # @patternfly/elements +## 4.3.1 +### Patch Changes + +- ec6b358: ``: don't steal browser focus on page load, and improve keyboard accessibility of the listbox. +- Updated dependencies [ec6b358] + - @patternfly/pfe-core@5.0.6 + ## 4.3.0 ### Minor Changes diff --git a/elements/package.json b/elements/package.json index d346c1fc81..3daa19ca2e 100644 --- a/elements/package.json +++ b/elements/package.json @@ -1,7 +1,7 @@ { "name": "@patternfly/elements", "license": "MIT", - "version": "4.3.0", + "version": "4.3.1", "description": "PatternFly Elements", "customElements": "custom-elements.json", "type": "module", @@ -139,7 +139,7 @@ "dependencies": { "@lit/context": "^1.1.6", "@patternfly/icons": "^1.0.3", - "@patternfly/pfe-core": "^5.0.5", + "@patternfly/pfe-core": "^5.0.6", "lit": "^3.3.2", "tslib": "^2.8.1" }