Skip to content

Commit e42e8c9

Browse files
committed
4.9.0 release
2 parents dfaa21a + 1d35cf9 commit e42e8c9

33 files changed

+3362
-5917
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
The following is a curated list of changes in the Enact project, newest changes on the top.
44

5+
## [4.9.0] - 2024-07-17
6+
7+
### Fixed
8+
9+
- `spotlight/Spotlight.disableSelector` to properly update the `selectorDisabled` container config
10+
- `ui/Marquee.MarqueeDecorator` to start animation properly when synchronized by `ui/Marquee.MarqueeController` and text changed
11+
- `ui/Placeholder.PlaceholderControllerDecorator` to not remount its children when it rerenders
12+
- `webos/speech.VoiceControlDecorator` to not remount its children when it rerenders
13+
514
## [4.9.0-beta.1] - 2024-06-17
615

716
No significant changes.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.9.0-beta.1",
2+
"version": "4.9.0",
33
"packages": [
44
"packages/*"
55
],

package-lock.json

Lines changed: 2767 additions & 5369 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enact",
3-
"version": "4.9.0-beta.1",
3+
"version": "4.9.0",
44
"description": "Monorepo for all Enact front end libraries.",
55
"private": true,
66
"scripts": {
@@ -23,8 +23,8 @@
2323
"extends": "enact-proxy/strict"
2424
},
2525
"devDependencies": {
26-
"@enact/docs-utils": "^0.4.8",
26+
"@enact/docs-utils": "^0.4.9",
2727
"eslint-config-enact-proxy": "^1.0.7",
28-
"lerna": "^8.1.2"
28+
"lerna": "^8.1.5"
2929
}
3030
}

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The following is a curated list of changes in the Enact core module, newest changes on the top.
44

5+
## [4.9.0] - 2024-07-17
6+
7+
No significant changes.
8+
59
## [4.9.0-beta.1] - 2024-06-17
610

711
No significant changes.

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enact/core",
3-
"version": "4.9.0-beta.1",
3+
"version": "4.9.0",
44
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
55
"repository": {
66
"type": "git",
@@ -35,7 +35,7 @@
3535
"classnames": "^2.5.1",
3636
"invariant": "^2.2.4",
3737
"prop-types": "^15.8.1",
38-
"ramda": "^0.29.1",
38+
"ramda": "^0.30.1",
3939
"react": "^18.3.1",
4040
"react-dom": "^18.3.1",
4141
"react-is": "^18.3.1",

packages/i18n/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The following is a curated list of changes in the Enact i18n module, newest changes on the top.
44

5+
## [4.9.0] - 2024-07-17
6+
7+
No significant changes.
8+
59
## [4.9.0-beta.1] - 2024-06-17
610

711
No significant changes.

packages/i18n/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enact/i18n",
33
"main": "./src/index.js",
4-
"version": "4.9.0-beta.1",
4+
"version": "4.9.0",
55
"description": "Internationalization support for Enact using iLib",
66
"repository": {
77
"type": "git",
@@ -48,15 +48,15 @@
4848
]
4949
},
5050
"dependencies": {
51-
"@enact/core": "^4.9.0-beta.1",
51+
"@enact/core": "^4.9.0",
5252
"prop-types": "^15.8.1",
53-
"ramda": "^0.29.1",
53+
"ramda": "^0.30.1",
5454
"react": "^18.3.1",
5555
"react-dom": "^18.3.1",
5656
"xhr": "^2.6.0"
5757
},
5858
"peerDependencies": {
59-
"ilib": "14.19.0 || 14.19.0-webos1"
59+
"ilib": "^14.19.0 || ^14.19.0-webos1"
6060
},
6161
"devDependencies": {
6262
"@enact/ui-test-utils": "^1.0.8",

packages/sampler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The following is a curated list of changes in the Enact Sampler, newest changes on the top.
44

5+
## [4.9.0] - 2024-07-17
6+
7+
No significant changes.
8+
59
## [4.9.0-beta.1] - 2024-06-17
610

711
No significant changes.

0 commit comments

Comments
 (0)