Skip to content

Commit d95ecbb

Browse files
committed
3.4.0 release
2 parents e10275b + 9e76be2 commit d95ecbb

File tree

19 files changed

+136
-109
lines changed

19 files changed

+136
-109
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22

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

5-
## [unrelease]
5+
## [3.4.0] - 2020-07-29
66

7-
### Fixed
7+
### Added
88

9-
- `ui/AnnounceDecorator` to clear previously read string by calling announce with the `clear` property
9+
- `ui/AnnounceDecorator.Announce` method `announce` parameter `clear` to clear previous message before setting the new message
10+
- `ui/ViewManager` prop and `ui/ViewManager.Arranger` callback config prop `rtl` to allow arrangers to adjust animations to be locale aware
1011

11-
### Added
12+
### Fixed
1213

14+
- `ui/Marquee` to correctly animate when scaled or when less than 1px longer than its container
1315
- `ui/Scroller` prop `data-webos-voice-focused`, `data-webos-voice-disabled`, and `data-webos-voice-group-label`
16+
- `ui/Scroller` and `ui/VirtualList` to re-render when its size changed
17+
- `ui/Scroller` and `ui/VirtualList` to not fire `onScrollStop` event redundantly
18+
- `ui/VirtualList` with scrollMode `native` to not scrollTo bottom when dataSize changed to smaller and scrollTo called with `animate: false` option
1419

1520
## [3.3.1] - 2020-07-20
1621

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.8.0",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"command": {
55
"bootstrap": {
66
"npmClientArgs": [

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": "3.3.1",
3+
"version": "3.4.0",
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+
## [3.4.0] - 2020-07-29
6+
7+
No significant changes.
8+
59
## [3.3.1] - 2020-07-20
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": "3.3.1",
3+
"version": "3.4.0",
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+
## [3.4.0] - 2020-07-29
6+
7+
No significant changes.
8+
59
## [3.3.1] - 2020-07-20
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": "3.3.1",
4+
"version": "3.4.0",
55
"description": "Internationalization support for Enact using iLib",
66
"scripts": {
77
"clean": "enact clean",
@@ -44,7 +44,7 @@
4444
]
4545
},
4646
"dependencies": {
47-
"@enact/core": "^3.3.1",
47+
"@enact/core": "^3.4.0",
4848
"prop-types": "^15.7.2",
4949
"ramda": "^0.24.1",
5050
"react": "^16.8.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+
## [3.4.0] - 2020-07-29
6+
7+
No significant changes.
8+
59
## [3.3.1] - 2020-07-20
610

711
No significant changes.

0 commit comments

Comments
 (0)