From 989010764e21d95edb6e3405656272fc396958fe Mon Sep 17 00:00:00 2001 From: Juwon Jeong Date: Wed, 10 Jul 2024 16:06:40 +0900 Subject: [PATCH] Add changelog Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com) --- packages/spotlight/CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/spotlight/CHANGELOG.md b/packages/spotlight/CHANGELOG.md index b4a7f059ca..5717cbd6c8 100644 --- a/packages/spotlight/CHANGELOG.md +++ b/packages/spotlight/CHANGELOG.md @@ -2,6 +2,12 @@ The following is a curated list of changes in the Enact spotlight module, newest changes on the top. +## [unreleased] + +### Fixed + +- `spotlight/Spotlight.disableSelector` to properly update the `selectorDisabled` container config + ## [4.9.0-beta.1] - 2024-06-17 No significant changes. @@ -139,7 +145,7 @@ No significant changes. ### Fixed - `spotlight` to not leave the restrict container after returning from another app - + ## [4.5.0-rc.1] - 2022-06-23 No significant changes. @@ -149,7 +155,7 @@ No significant changes. ### Added - `spotlight` an optional `containerOption.toOuterContainer` parameter to `focus` function to search target recursively to outer container - + ## [4.5.0-alpha.2] - 2022-05-09 ### Changed