Skip to content

Commit

Permalink
4.0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Nov 29, 2023
2 parents 4579d8a + b73f85c commit af24809
Show file tree
Hide file tree
Showing 32 changed files with 11,605 additions and 11,892 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [4.0.13] - 2022-11-29

### Fixed

- `ui/Marquee.MarqueeDecorator` to re-render when its size changed

## [4.0.12] - 2022-09-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "4.0.12",
"version": "4.0.13",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enact",
"version": "4.0.12",
"version": "4.0.13",
"description": "Monorepo for all Enact front end libraries.",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0.13] - 2022-11-29

No significant changes.

## [4.0.12] - 2022-09-16

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": "4.0.12",
"version": "4.0.13",
"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
Original file line number Diff line number Diff line change
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.0.13] - 2022-11-29

No significant changes.

## [4.0.12] - 2022-09-16

No significant changes.
Expand Down
6 changes: 3 additions & 3 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": "4.0.12",
"version": "4.0.13",
"description": "Internationalization support for Enact using iLib",
"scripts": {
"clean": "enact clean",
Expand Down Expand Up @@ -41,7 +41,7 @@
]
},
"dependencies": {
"@enact/core": "^4.0.12",
"@enact/core": "^4.0.13",
"prop-types": "^15.7.2",
"ramda": "^0.24.1",
"react": "^17.0.1",
Expand All @@ -52,7 +52,7 @@
"ilib": "^14.4.0 || ^14.6.0-webos"
},
"devDependencies": {
"@enact/ui-test-utils": "^0.6.0",
"@enact/ui-test-utils": "^0.7.2",
"ilib": "^14.4.0"
}
}
5 changes: 3 additions & 2 deletions packages/sampler/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ module.exports = {
stories: ['./../stories/default/*.js'],
addons: [
'@enact/storybook-utils/addons/actions/register',
'@enact/storybook-utils/addons/knobs/register',
'@enact/storybook-utils/addons/docs/register'
'@enact/storybook-utils/addons/controls/register',
'@enact/storybook-utils/addons/docs/register',
'@enact/storybook-utils/addons/toolbars/register'
],
webpackFinal: async (config, {configType}) => {
return webpack(config, configType, __dirname);
Expand Down
45 changes: 39 additions & 6 deletions packages/sampler/.storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,43 @@
import {configureActions} from '@enact/storybook-utils/addons/actions';
import {getBooleanType, getObjectType} from '@enact/storybook-utils/addons/controls';
import {DocsPage, DocsContainer} from '@enact/storybook-utils/addons/docs';
import {withKnobs} from '@enact/storybook-utils/addons/knobs';
import {addDecorator} from '@storybook/react';
import {themes} from '@storybook/theming';

import Environment from '../src/Environment';

// NOTE: Locales taken from strawman. Might need to add more in the future.
const locales = {
'local': '',
'en-US - US English': 'en-US',
'ko-KR - Korean': 'ko-KR',
'es-ES - Spanish, with alternate weekends': 'es-ES',
'am-ET - Amharic, 5 meridiems': 'am-ET',
'th-TH - Thai, with tall characters': 'th-TH',
'ar-SA - Arabic, RTL and standard font': 'ar-SA',
'ur-PK - Urdu, RTL and custom Urdu font': 'ur-PK',
'zh-Hans-HK - Simplified Chinese, custom Hans font': 'zh-Hans-HK',
'zh-Hant-HK - Traditional Chinese, custom Hant font': 'zh-Hant-HK',
'vi-VN - Vietnamese, Special non-latin font handling': 'vi-VN',
'ta-IN - Tamil, custom Indian font': 'ta-IN',
'ja-JP - Japanese, custom Japanese font': 'ja-JP',
'en-JP - English, custom Japanese font': 'en-JP',
'si-LK - Sinhala, external font family with different line metrics': 'si-LK'
};

const backgrounds = {
'Default (Based on Skin)': 'default',
'Strawberries (Red)': '#bb3352 url("http://picsum.photos/1280/720?image=1080") no-repeat center/cover',
'Tunnel (Green)': '#4e6a40 url("http://picsum.photos/1280/720?image=1063") no-repeat center/cover',
'Mountains (Blue)': '#5985a8 url("http://picsum.photos/1280/720?image=930") no-repeat center/cover',
'Misty River': '#71736d url("http://picsum.photos/1280/720?image=1044") no-repeat center/cover',
'Turbulant Tides': '#547460 url("http://picsum.photos/1280/720?image=1053") no-repeat center/cover',
'Space Station': '#7c4590 url("http://picsum.photos/1280/720?image=967") no-repeat center/cover',
'Warm Pup': '#5d6542 url("http://picsum.photos/1280/720?image=1025") no-repeat center/cover',
'Random': '#555 url("http://picsum.photos/1280/720") no-repeat center/cover'
};

configureActions();
addDecorator(withKnobs);
export const parameters = {
knobs: {
timestamps: true
},
docs: {
container: DocsContainer,
page: DocsPage,
Expand All @@ -24,4 +50,11 @@ export const parameters = {
}
}
};
export const globalTypes = {
'locale': getObjectType('locale', 'en-US', locales),
'background': getObjectType('background', 'default', backgrounds),
'debug aria': getBooleanType('debug aria'),
'debug layout': getBooleanType('debug layout'),
'debug spotlight': getBooleanType('debug spotlight')
};
export const decorators = [Environment];
4 changes: 4 additions & 0 deletions packages/sampler/CHANGELOG.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [4.0.13] - 2022-11-29

- Replaced the deprecated plugin `addon-knobs` with `addon-controls`

## [4.0.12] - 2022-09-16

No significant changes.
Expand Down
6 changes: 3 additions & 3 deletions packages/sampler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

> A sampler showing off Enact components
It uses [React Storybook](https://getstorybook.io/). Component properties can be adjusted using the
`Knobs` tab. Click the `?` in the upper right to see more information on each sample.
It uses [Storybook](https://storybook.js.org/). Component properties can be adjusted using the
`Controls` tab. Click the `Docs` in the upper left to see more information on each sample.

## Usage

To launch the sampler using its built-in web server (on http://localhost:9001/):
To launch the sampler using its built-in web server (on http://localhost:8080/):
```
npm run serve
```
Expand Down
Loading

0 comments on commit af24809

Please sign in to comment.