Skip to content

Commit

Permalink
4.9.0-alpha.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Apr 9, 2024
2 parents dd08076 + eac5df8 commit 80c5835
Show file tree
Hide file tree
Showing 44 changed files with 78,284 additions and 95,261 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: focal
language: node_js
node_js:
- lts/*
- "19"
- node
sudo: false
before_install:
- sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
Expand All @@ -16,6 +16,7 @@ install:
- popd
- npm install
- npm run bootstrap
- npm run interlink
script:
- echo -e "\x1b\x5b35;1m*** Starting tests...\x1b\x5b0m"
- npm test -- -- --runInBand --coverage
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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

## [4.9.0-alpha.1] - 2024-04-09

### Deprecated

- `core/platform` member `windowsPhone`, `edge`, `androidChrome`, `android`, `ie`, `ios`, `webos`, `androidFirefox`, `firefoxOS`, `blackberry`, and `tizen`, to be removed in 5.0.0
- `core/platform` member `gesture`, `node`, `platformName`, and `unknown`, to be removed in 5.0.0
- `core/platform` member `touch` and `touchscreen`, to be removed in 5.0.0
- `webos/platform` member `watch` and `legacy`, to be removed in 5.0.0

### Added

- `core/platform` member `type` to detect a platform like 'desktop', 'mobile', 'webos', and 'node'
- `core/platform` member `browserName` and `browserVersion` to detect the compatible major browser name and version
- `core/platform` member `touchEvent` and `touchScreen` replacing legacy `touch` and `touchscreen` respectively
- `ui/Layout.Cell` prop `componentCss` to support customizing the component used in `Cell`

### Fixed

- `spotlight` navigation from the focused element clipped by an overflow container

## [4.7.10] - 2024-03-05

### Fixed

- `spotlight` navigation from the focused element clipped by an overflow container

## [4.8.0] - 2024-02-08

No significant changes.
Expand Down
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ignore:
- "packages/i18n/Text"
- "packages/webos/speech"
- "packages/webos/keyboard"
- "packages/webos/lastInputType"
- "packages/webos/platform"
- "packages/webos/pmloglib"
- "packages/webos/deviceinfo"
Expand Down
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "4.0.0",
"version": "4.8.0",
"version": "4.9.0-alpha.1",
"packages": [
"packages/*"
]
],
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

0 comments on commit 80c5835

Please sign in to comment.