From 5fe8f54509b1163df8218762ddb31f8274a2da44 Mon Sep 17 00:00:00 2001 From: Miro Yovchev <2827783+myovchev@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:14:07 +0200 Subject: [PATCH] Prop name --- CHANGELOG.md | 2 +- modules/@apostrophecms/ui/ui/apos/components/AposToggle.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da565a149..983d5e5c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### 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. +* 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. ## 4.10.0 (2024-11-20) diff --git a/modules/@apostrophecms/ui/ui/apos/components/AposToggle.vue b/modules/@apostrophecms/ui/ui/apos/components/AposToggle.vue index bee51419b8..0ca746c508 100644 --- a/modules/@apostrophecms/ui/ui/apos/components/AposToggle.vue +++ b/modules/@apostrophecms/ui/ui/apos/components/AposToggle.vue @@ -2,7 +2,7 @@