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
9 changes: 0 additions & 9 deletions .changeset/brave-pens-study.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/warm-dogs-laugh.md

This file was deleted.

10 changes: 10 additions & 0 deletions core/pfe-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion core/pfe-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @patternfly/elements

## 4.3.1
### Patch Changes

- ec6b358: `<pf-select>`: don't steal browser focus on page load, and improve keyboard accessibility of the listbox.
- Updated dependencies [ec6b358]
- @patternfly/[email protected]

## 4.3.0
### Minor Changes

Expand Down
4 changes: 2 additions & 2 deletions elements/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
Expand Down
Loading