From 441a8805fb6987604b4285ff87a63244c46c9ef1 Mon Sep 17 00:00:00 2001 From: "taeyoung.hong" Date: Tue, 5 Mar 2024 17:01:30 +0900 Subject: [PATCH] Update change logs for 4.7.10 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- packages/core/CHANGELOG.md | 4 ++++ packages/core/README.md | 2 +- packages/i18n/CHANGELOG.md | 4 ++++ packages/i18n/README.md | 2 +- packages/sampler/CHANGELOG.md | 4 ++++ packages/sampler/README.md | 2 +- packages/spotlight/CHANGELOG.md | 2 +- packages/spotlight/README.md | 2 +- packages/ui/CHANGELOG.md | 4 ++++ packages/ui/README.md | 2 +- packages/webos/CHANGELOG.md | 4 ++++ packages/webos/README.md | 2 +- 14 files changed, 34 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6b5bf594..239cdbc52c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ The following is a curated list of changes in the Enact project, newest changes on the top. +## [4.7.10] - 2024-03-05 + +### Fixed + +- `spotlight` navigation from the focused element clipped by an overflow container + ## [4.7.9] - 2023-12-08 No significant changes. diff --git a/README.md b/README.md index f5cba4ef27..b14d926137 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ That command will `npm link` the packages into global NPM userspace, for use in Unless otherwise specified, all content, including all source code files and documentation files in this repository are: -Copyright (c) 2012-2023 LG Electronics +Copyright (c) 2012-2024 LG Electronics Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b5e05aa9e0..7006ea3b24 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -2,6 +2,10 @@ The following is a curated list of changes in the Enact core module, newest changes on the top. +## [4.7.10] - 2024-03-05 + +No significant changes. + ## [4.7.9] - 2023-12-08 No significant changes. diff --git a/packages/core/README.md b/packages/core/README.md index 4b60c271c1..395125f7db 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -24,7 +24,7 @@ npm test Unless otherwise specified, all content, including all source code files and documentation files in this repository are: -Copyright (c) 2012-2023 LG Electronics +Copyright (c) 2012-2024 LG Electronics Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 37c4ef2da4..7df7dc6fdc 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -2,6 +2,10 @@ The following is a curated list of changes in the Enact i18n module, newest changes on the top. +## [4.7.10] - 2024-03-05 + +No significant changes. + ## [4.7.9] - 2023-12-08 No significant changes. diff --git a/packages/i18n/README.md b/packages/i18n/README.md index 355cc6837f..3fab12e72f 100644 --- a/packages/i18n/README.md +++ b/packages/i18n/README.md @@ -45,7 +45,7 @@ This module is built upon the [iLib](http://github.com/iLib-js/iLib) library. Unless otherwise specified, all content, including all source code files and documentation files in this repository are: -Copyright (c) 2016-2023 LG Electronics +Copyright (c) 2016-2024 LG Electronics Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: diff --git a/packages/sampler/CHANGELOG.md b/packages/sampler/CHANGELOG.md index 8e7052d531..d0ffe4a5a2 100755 --- a/packages/sampler/CHANGELOG.md +++ b/packages/sampler/CHANGELOG.md @@ -2,6 +2,10 @@ The following is a curated list of changes in the Enact Sampler, newest changes on the top. +## [4.7.10] - 2024-03-05 + +No significant changes. + ## [4.7.9] - 2023-12-08 No significant changes. diff --git a/packages/sampler/README.md b/packages/sampler/README.md index 9e623c5619..195572a3b0 100644 --- a/packages/sampler/README.md +++ b/packages/sampler/README.md @@ -21,7 +21,7 @@ npm run pack Unless otherwise specified, all content, including all source code files and documentation files in this repository are: -Copyright (c) 2016-2023 LG Electronics +Copyright (c) 2016-2024 LG Electronics Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at diff --git a/packages/spotlight/CHANGELOG.md b/packages/spotlight/CHANGELOG.md index 14f2f1f423..7f6773d800 100644 --- a/packages/spotlight/CHANGELOG.md +++ b/packages/spotlight/CHANGELOG.md @@ -2,7 +2,7 @@ The following is a curated list of changes in the Enact spotlight module, newest changes on the top. -## [unreleased] +## [4.7.10] - 2024-03-05 ### Fixed diff --git a/packages/spotlight/README.md b/packages/spotlight/README.md index 69dd5e9a0f..42b4391dc5 100644 --- a/packages/spotlight/README.md +++ b/packages/spotlight/README.md @@ -43,7 +43,7 @@ Spotlight is based on a fork of [JavaScript SpatialNavigation](https://github.co Unless otherwise specified, all content, including all source code files and documentation files in this repository are: -Copyright (c) 2012-2023 LG Electronics +Copyright (c) 2012-2024 LG Electronics Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 34034315ad..1486353674 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -2,6 +2,10 @@ The following is a curated list of changes in the Enact ui module, newest changes on the top. +## [4.7.10] - 2024-03-05 + +No significant changes. + ## [4.7.9] - 2023-12-08 No significant changes. diff --git a/packages/ui/README.md b/packages/ui/README.md index ab99c7f756..d231b76da3 100644 --- a/packages/ui/README.md +++ b/packages/ui/README.md @@ -35,7 +35,7 @@ npm install --save @enact/ui Unless otherwise specified, all content, including all source code files and documentation files in this repository are: -Copyright (c) 2012-2023 LG Electronics +Copyright (c) 2012-2024 LG Electronics Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at diff --git a/packages/webos/CHANGELOG.md b/packages/webos/CHANGELOG.md index 723d7b6f35..c59e22b763 100644 --- a/packages/webos/CHANGELOG.md +++ b/packages/webos/CHANGELOG.md @@ -2,6 +2,10 @@ The following is a curated list of changes in the Enact webos module, newest changes on the top. +## [4.7.10] - 2024-03-05 + +No significant changes. + ## [4.7.9] - 2023-12-08 No significant changes. diff --git a/packages/webos/README.md b/packages/webos/README.md index 63d97b60dc..46cee0b6c2 100644 --- a/packages/webos/README.md +++ b/packages/webos/README.md @@ -12,7 +12,7 @@ npm install --save @enact/webos Unless otherwise specified, all content, including all source code files and documentation files in this repository are: -Copyright (c) 2012-2023 LG Electronics +Copyright (c) 2012-2024 LG Electronics Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at