Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
myovchev committed Nov 24, 2024
1 parent 8d4f6a2 commit 320cf78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

* Fixes broken widget preview URL when the image is overridden (module improve) and external build module is registered.

### Adds

* Adds support for dynamic focus trap in Context menus (prop `dynamicFocus`). When set to `true`, the focusable elements are recalculated on each cycle step.
* Adds option to disable `tabindex` on `AposToggle` component. A new prop `noFocus` can be set to `false` to disable the focus on the toggle button. It's enabled by default.

## 4.10.0 (2024-11-20)

### Fixes
Expand Down

0 comments on commit 320cf78

Please sign in to comment.