Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/storybook8.3
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/sampler/npm-shrinkwrap.json
#	packages/sampler/package.json
  • Loading branch information
daniel-stoian-lgp committed Oct 8, 2024
2 parents e23fca3 + 0447cf2 commit 921999b
Show file tree
Hide file tree
Showing 16 changed files with 388 additions and 259 deletions.
38 changes: 38 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 Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"packages": [
"packages/*"
],
Expand Down
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "Monorepo for all Enact front end libraries.",
"private": true,
"scripts": {
Expand Down
16 changes: 15 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,26 @@

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

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

### Added

- `core/util` function `setDefaultProps` to set props that are missing or `undefined` to default values

## [4.9.2] - 2024-09-26

No significant changes.

## [4.9.1] - 2024-09-09

### Added

- `core/util` function `setDefaultProps` to set props that are missing or `undefined` to default values

## [4.7.12] - 2024-09-05

No significant changes.

## [4.9.0] - 2024-07-17

No significant changes.
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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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
16 changes: 16 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

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

No significant changes.

## [4.9.2] - 2024-09-26

No significant changes.

## [4.9.1] - 2024-09-09

No significant changes.

## [4.7.12] - 2024-09-05

No significant changes.

## [4.9.0] - 2024-07-17

No significant changes.
Expand Down
4 changes: 2 additions & 2 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": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "Internationalization support for Enact using iLib",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
]
},
"dependencies": {
"@enact/core": "^5.0.0-alpha.1",
"@enact/core": "^5.0.0-alpha.2",
"prop-types": "^15.8.1",
"ramda": "^0.30.1",
"react": "^18.3.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/sampler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

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

No significant changes.

## [4.9.2] - 2024-09-26

No significant changes.

## [4.9.1] - 2024-09-09

No significant changes.

## [4.7.12] - 2024-09-05

No significant changes.

## [4.9.0] - 2024-07-17

No significant changes.
Expand Down
Loading

0 comments on commit 921999b

Please sign in to comment.