Skip to content

Commit 0a973ef

Browse files
committed
Merge branch 'master' into develop
2 parents f426733 + 9f63f3a commit 0a973ef

19 files changed

+725
-721
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ node_js:
44
- lts/*
55
# - node
66
sudo: false
7-
cache:
8-
directories:
9-
- $(npm config get cache)
107
before_install:
118
- sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
129
install:
13-
- npm config set prefer-offline true
10+
- npm config set prefer-offline false
1411
- npm install -g enactjs/cli#develop
1512
- npm install -g codecov
1613
- npm install

CHANGELOG.md

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

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

5+
## [4.5.0-beta.1] - 2022-05-31
6+
7+
### Added
8+
9+
- `spotlight` an optional `containerOption.toOuterContainer` parameter to `focus` function to search target recursively to outer container
10+
- `ui/FloatingLayer` to add `detail` property containing `inputType` in `onDismiss` event payload
11+
512
## [4.5.0-alpha.2] - 2022-05-09
613

714
### Deprecated

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "4.0.0",
3-
"version": "4.5.0-alpha.2",
3+
"version": "4.5.0-beta.1",
44
"command": {
55
"bootstrap": {
66
"ci": false,

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enact",
3-
"version": "4.5.0-alpha.2",
3+
"version": "4.5.0-beta.1",
44
"description": "Monorepo for all Enact front end libraries.",
55
"private": true,
66
"scripts": {

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.5.0-beta.1] - 2022-05-31
6+
7+
No significant changes.
8+
59
## [4.5.0-alpha.2] - 2022-05-09
610

711
No significant changes.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enact/core",
3-
"version": "4.5.0-alpha.2",
3+
"version": "4.5.0-beta.1",
44
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
55
"main": "index.js",
66
"scripts": {

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.5.0-beta.1] - 2022-05-31
6+
7+
No significant changes.
8+
59
## [4.5.0-alpha.2] - 2022-05-09
610

711
No significant changes.

packages/i18n/package.json

Lines changed: 2 additions & 2 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.5.0-alpha.2",
4+
"version": "4.5.0-beta.1",
55
"description": "Internationalization support for Enact using iLib",
66
"scripts": {
77
"clean": "enact clean",
@@ -41,7 +41,7 @@
4141
]
4242
},
4343
"dependencies": {
44-
"@enact/core": "^4.5.0-alpha.2",
44+
"@enact/core": "^4.5.0-beta.1",
4545
"prop-types": "^15.8.1",
4646
"ramda": "^0.28.0",
4747
"react": "^18.0.0",

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.5.0-beta.1] - 2022-05-31
6+
7+
No significant changes.
8+
59
## [4.5.0-alpha.2] - 2022-05-09
610

711
No significant changes.

0 commit comments

Comments
 (0)