From 442e05f719bb3a9b018fdcff70413e494119d25f Mon Sep 17 00:00:00 2001 From: Juwon Jeong Date: Fri, 16 Feb 2024 11:06:36 +0900 Subject: [PATCH 1/3] Fixed --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4c1acea3..f25ba63e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ The following is a curated list of changes in the Enact sandstone module, newest changes on the top. +## [unreleased] + +### Fixed + +- `sandstone/Scroller` with `editable` prop to remain focused on the selected item when completing edit by down or enter key in pointer mode + ## [2.8.0] - 2024-02.07 ### Fixed From 7d6e009450f5554e3163ec002a83b82296d780f4 Mon Sep 17 00:00:00 2001 From: Juwon Jeong Date: Fri, 16 Feb 2024 11:07:28 +0900 Subject: [PATCH 2/3] test --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f25ba63e0f..bcab09efee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The following is a curated list of changes in the Enact sandstone module, newest ### Fixed -- `sandstone/Scroller` with `editable` prop to remain focused on the selected item when completing edit by down or enter key in pointer mode +- `sandstone/VirtualList` to have proper scroll position when item with affordance is larger than scroll area ## [2.8.0] - 2024-02.07 From 0c24cb957569d5e49fd7969b72128ea9d3c495dd Mon Sep 17 00:00:00 2001 From: "dongsu.won" Date: Fri, 16 Feb 2024 17:08:10 +0900 Subject: [PATCH 3/3] test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 119d46715b..1453d78200 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "ilib": "^14.19.0 || ^14.19.0-webos1" }, "devDependencies": { - "@enact/docs-utils": "^0.4.7", + "@enact/docs-utils": "enactjs/docs-utils#develop", "@enact/ui-test-utils": "^1.0.6", "eslint-config-enact-proxy": "^1.0.7", "ilib": "^14.19.0"