Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed May 31, 2022
2 parents f426733 + 9f63f3a commit 0a973ef
Show file tree
Hide file tree
Showing 19 changed files with 725 additions and 721 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -4,13 +4,10 @@ node_js:
- lts/*
# - node
sudo: false
cache:
directories:
- $(npm config get cache)
before_install:
- sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
install:
- npm config set prefer-offline true
- npm config set prefer-offline false
- npm install -g enactjs/cli#develop
- npm install -g codecov
- npm install
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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

## [4.5.0-beta.1] - 2022-05-31

### Added

- `spotlight` an optional `containerOption.toOuterContainer` parameter to `focus` function to search target recursively to outer container
- `ui/FloatingLayer` to add `detail` property containing `inputType` in `onDismiss` event payload

## [4.5.0-alpha.2] - 2022-05-09

### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "4.5.0-alpha.2",
"version": "4.5.0-beta.1",
"command": {
"bootstrap": {
"ci": false,
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "enact",
"version": "4.5.0-alpha.2",
"version": "4.5.0-beta.1",
"description": "Monorepo for all Enact front end libraries.",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## [4.5.0-beta.1] - 2022-05-31

No significant changes.

## [4.5.0-alpha.2] - 2022-05-09

No significant changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@enact/core",
"version": "4.5.0-alpha.2",
"version": "4.5.0-beta.1",
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/i18n/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## [4.5.0-beta.1] - 2022-05-31

No significant changes.

## [4.5.0-alpha.2] - 2022-05-09

No significant changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
@@ -1,7 +1,7 @@
{
"name": "@enact/i18n",
"main": "./src/index.js",
"version": "4.5.0-alpha.2",
"version": "4.5.0-beta.1",
"description": "Internationalization support for Enact using iLib",
"scripts": {
"clean": "enact clean",
Expand Down Expand Up @@ -41,7 +41,7 @@
]
},
"dependencies": {
"@enact/core": "^4.5.0-alpha.2",
"@enact/core": "^4.5.0-beta.1",
"prop-types": "^15.8.1",
"ramda": "^0.28.0",
"react": "^18.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/sampler/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## [4.5.0-beta.1] - 2022-05-31

No significant changes.

## [4.5.0-alpha.2] - 2022-05-09

No significant changes.
Expand Down

0 comments on commit 0a973ef

Please sign in to comment.