From f0c75a1251ee750fbc3ffaf9a4c94861bdf94d6d Mon Sep 17 00:00:00 2001 From: Robert Means Date: Wed, 18 Dec 2024 08:42:35 -0600 Subject: [PATCH] Consolidates Changelog Add sections (#4824) --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c90ead66..0714a87244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ ### Adds * When validating an `area` field, warn the developer if `widgets` is not nested in `options`. +* Adds support for supplying CSS variable names to a color field's `presetColors` array as selectable values. +* 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 `disableFocus` can be set to `false` to disable the focus on the toggle button. It's enabled by default. +* Adds support for event on `addContextOperation`, an option `type` can now be passed and can be `modal` (default) or `event`, in this case it does not try to open a modal but emit a bus event using the action as name. + ### Fixes @@ -15,13 +20,6 @@ * Range field now correctly takes 0 into account. * Apos style does not go through `postcss-viewport-to-container-toggle` plugin anymore to avoid UI bugs. -### Adds - -* Adds support for supplying CSS variable names to a color field's `presetColors` array as selectable values. -* 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 `disableFocus` can be set to `false` to disable the focus on the toggle button. It's enabled by default. -* Adds support for event on `addContextOperation`, an option `type` can now be passed and can be `modal` (default) or `event`, in this case it does not try to open a modal but emit a bus event using the action as name. - ## 4.10.0 (2024-11-20) ### Fixes