A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.
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.
What are the specific steps to test this change?
Test on Document Versions modal context menu View Options.
What kind of change does this PR introduce?
(Check at least one)
[ ] Bug fix
[x] New feature
[ ] Refactor
[ ] Documentation
[ ] Build-related changes
[ ] Other
Make sure the PR fulfills these requirements:
[x] It includes a) the existing issue ID being resolved, b) a convincing reason for adding this feature, or c) a clear description of the bug it resolves
[x] The changelog is updated
[ ] Related documentation has been updated
[ ] Related tests have been updated
If adding a new feature without an already open issue, it's best to open a feature request issue first and wait for approval before working on it.
Summary
dynamicFocus
). When set totrue
, the focusable elements are recalculated on each cycle step.tabindex
onAposToggle
component. A new propnoFocus
can be set tofalse
to disable the focus on the toggle button. It's enabled by default.What are the specific steps to test this change?
Test on Document Versions modal context menu View Options.
What kind of change does this PR introduce?
(Check at least one)
Make sure the PR fulfills these requirements:
If adding a new feature without an already open issue, it's best to open a feature request issue first and wait for approval before working on it.
Other information: