Skip to content

Commit

Permalink
5.0.0-alpha.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Jul 11, 2024
2 parents b9c9f5c + 5fffc3c commit 6796080
Show file tree
Hide file tree
Showing 17 changed files with 25,423 additions and 31,326 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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

## [5.0.0-alpha.1] - 2024-07-11

### Added

- `spotlight/SpotlightRootDecorator` config `rootId` to specify React DOM tree root for global event handlers

### Changed

- `ui/Marquee.MarqueeDecorator` to use `@enact/i18n/utils.isRtlText` API to determine the text directionality

### Fixed

- `ui/Marquee.MarqueeDecorator` to start animation properly when synchronized by `ui/Marquee.MarqueeController` and text changed

### Removed

- `core/platform` member `windowsPhone`, `edge`, `androidChrome`, `android`, `ie`, `ios`, `webos`, `androidFirefox`, `firefoxOS`, `blackberry`, and `tizen`
- `core/platform` member `gesture`, `node`, `platformName`, and `unknown`
- `core/platform` member `touch` and `touchscreen`
- `ui/GridListImageItem`
- `ui/IconButton`
- `ui/Marquee.MarqueeDecorator` config `className`
- `ui/RadioDecorator`
- `ui/Scroller.ScrollerBase`
- `ui/SlotItem`
- `ui/ToggleItem`
- `ui/VirtualList.VirtualListBase`
- `webos/platform` member `watch` and `legacy`

## [4.9.0-beta.1] - 2024-06-17

No significant changes.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.9.0-beta.1",
"version": "5.0.0-alpha.1",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enact",
"version": "4.9.0-beta.1",
"version": "5.0.0-alpha.1",
"description": "Monorepo for all Enact front end libraries.",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [unreleased]
## [5.0.0-alpha.1] - 2024-07-11

### Removed

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/core",
"version": "4.9.0-beta.1",
"version": "5.0.0-alpha.1",
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [5.0.0-alpha.1] - 2024-07-11

No significant changes.

## [4.9.0-beta.1] - 2024-06-17

No significant changes.
Expand Down
6 changes: 3 additions & 3 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enact/i18n",
"main": "./src/index.js",
"version": "4.9.0-beta.1",
"version": "5.0.0-alpha.1",
"description": "Internationalization support for Enact using iLib",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,15 +48,15 @@
]
},
"dependencies": {
"@enact/core": "^4.9.0-beta.1",
"@enact/core": "^5.0.0-alpha.1",
"prop-types": "^15.8.1",
"ramda": "^0.29.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"xhr": "^2.6.0"
},
"peerDependencies": {
"ilib": "14.19.0 || 14.19.0-webos1"
"ilib": "^14.19.0 || ^14.19.0-webos1"
},
"devDependencies": {
"@enact/ui-test-utils": "^1.0.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/sampler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [5.0.0-alpha.1] - 2024-07-11

No significant changes.

## [4.9.0-beta.1] - 2024-06-17

No significant changes.
Expand Down
Loading

0 comments on commit 6796080

Please sign in to comment.