Skip to content

Commit

Permalink
5.0.0-alpha.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Oct 8, 2024
2 parents e42e8c9 + db0fccd commit 9647d54
Show file tree
Hide file tree
Showing 76 changed files with 38,780 additions and 128,378 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist: focal
dist: jammy
language: node_js
node_js:
- lts/*
- "21"
- node
sudo: false
before_install:
- sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
Expand Down
68 changes: 68 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

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

## [5.0.0-alpha.2] - 2024-10-08

### Added

- `core/util` function `setDefaultProps` to set props that are missing or `undefined` to default values
- `ui/VirtualList.VirtualListBasic` support to read the order of items when the `listitem` role is set to items
- `webos/signLang` module with `startSignLang()`, `stopSignLang()` functions and `SignLangDecorator` Higher-order Component

### Fixed

- `spotlight` to not require `less` dependency
- `ui/Marquee.MarqueeController` to start animation properly when `marqueeOnFocus` is set to `true` and text changed
- `ui/Scroller` and `ui/VirtualList` to have default prop when `undefined` prop is passed
- `ui/VirtualList` to update its scroll bounds when the total size of items is changed

## [4.9.2] - 2024-09-26

### Fixed

- `ui/VirtualList` to update its scroll bounds when the total size of items is changed

## [4.9.1] - 2024-09-09

### Added

- `core/util` function `setDefaultProps` to set props that are missing or `undefined` to default values
- `webos/signLang` module with `startSignLang()`, `stopSignLang()` functions and `SignLangDecorator` Higher-order Component

### Fixed

- `ui/Scroller` and `ui/VirtualList` to have default prop when `undefined` prop is passed

## [4.7.12] - 2024-09-05

### Added

- `webos/signLang` module with `startSignLang()`, `stopSignLang()` functions and `SignLangDecorator` Higher-order Component

## [4.9.0] - 2024-07-17

### Fixed
Expand All @@ -11,6 +49,36 @@ The following is a curated list of changes in the Enact project, newest changes
- `ui/Placeholder.PlaceholderControllerDecorator` to not remount its children when it rerenders
- `webos/speech.VoiceControlDecorator` to not remount its children when it rerenders

## [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
- `sampler` look and feel by updating to Storybook 8

### 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
7 changes: 1 addition & 6 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ignore:
- "packages/i18n/src/packedbuffer.js"
- "packages/i18n/src/zoneinfo.js"
- "packages/i18n/Text"
- "packages/webos/signLang"
- "packages/webos/speech"
- "packages/webos/keyboard"
- "packages/webos/lastInputType"
Expand All @@ -11,10 +12,4 @@ ignore:
- "packages/webos/deviceinfo"
- "packages/webos/application"
- "packages/webos/LS2Request"
- "packages/ui/Scrollable"
- "packages/ui/Scroller/UiScrollerBase.js"
- "packages/ui/GridListImageItem"
- "packages/ui/Touchable/Pinch.js"
- "packages/ui/VirtualList/VirtualListBase.js"
- "packages/ui/VirtualList/UiVirtualListBase.js"

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",
"version": "5.0.0-alpha.2",
"packages": [
"packages/*"
],
Expand Down
Loading

0 comments on commit 9647d54

Please sign in to comment.