Skip to content

Commit f463d50

Browse files
committed
3.0.0 release
2 parents 752a838 + f4366ca commit f463d50

24 files changed

+337
-278
lines changed

CHANGELOG.md

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

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

5+
## [3.0.0] - 2019-09-03
6+
7+
### Fixed
8+
9+
- `moonstone/ContextualPopupDecorator` layout in large text mode in RTL locales
10+
- `moonstone/Dropdown` performance when using many options
11+
- `moonstone/ProgressBar` fill color when `highlighted` is set
12+
- `moonstone/Scroller` to correctly handle horizontally scrolling focused elements into view when using a `direction` value of `'both'`
13+
- `moonstone/Skinnable` TypeScript signature
14+
- `moonstone/Slider` progress bar fill color when focused with `noFill` set
15+
- `moonstone/VirtualList.VirtualGridList` and `moonstone/VirtualList.VirtualList` to render the first item properly when the `dataSize` prop is updated and the function as a parameter of the `cbScrollTo` prop is called
16+
- `spotlight` TypeScript signatures
17+
- `ui/Scroller` TypeScript signatures
18+
- `ui/VirtualList.VirtualGridList` and `ui/VirtualList.VirtualList` to apply `will-change` CSS property to the proper node
19+
- `webos/LS2Request` to automatically prefix `luna://` service protocol when absent
20+
521
## [3.0.0-rc.4] - 2019-08-22
622

723
### Fixed

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.0.0-rc.4",
3+
"version": "3.0.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.0.0-rc.4",
3+
"version": "3.0.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.0.0] - 2019-09-03
6+
7+
No significant changes.
8+
59
## [3.0.0-rc.4] - 2019-08-22
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.0.0-rc.4",
3+
"version": "3.0.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.0.0] - 2019-09-03
6+
7+
No significant changes.
8+
59
## [3.0.0-rc.4] - 2019-08-22
610

711
### Fixed

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.0.0-rc.4",
4+
"version": "3.0.0",
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": "^3.0.0-rc.4",
44+
"@enact/core": "^3.0.0",
4545
"prop-types": "^15.7.2",
4646
"ramda": "^0.24.1",
4747
"react": "^16.8.0",

packages/moonstone/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

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

5-
## [unreleased]
5+
## [3.0.0] - 2019-09-03
66

77
### Fixed
88

99
- `moonstone/ContextualPopupDecorator` layout in large text mode in RTL locales
1010
- `moonstone/Dropdown` performance when using many options
1111
- `moonstone/ProgressBar` fill color when `highlighted` is set
12-
- `moonstone/Slider` progress bar fill color when focused with `noFill` set
1312
- `moonstone/Scroller` to correctly handle horizontally scrolling focused elements into view when using a `direction` value of `'both'`
1413
- `moonstone/Skinnable` TypeScript signature
14+
- `moonstone/Slider` progress bar fill color when focused with `noFill` set
15+
- `moonstone/VirtualList.VirtualGridList` and `moonstone/VirtualList.VirtualList` to render the first item properly when the `dataSize` prop is updated and the function as a parameter of the `cbScrollTo` prop is called
1516

1617
## [3.0.0-rc.4] - 2019-08-22
1718

packages/moonstone/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enact/moonstone",
3-
"version": "3.0.0-rc.4",
3+
"version": "3.0.0",
44
"description": "Large-screen/TV support library for Enact, containing a variety of UI components.",
55
"main": "index.js",
66
"scripts": {
@@ -28,10 +28,10 @@
2828
"extends": "enact/strict"
2929
},
3030
"dependencies": {
31-
"@enact/core": "^3.0.0-rc.4",
32-
"@enact/i18n": "^3.0.0-rc.4",
33-
"@enact/spotlight": "^3.0.0-rc.4",
34-
"@enact/ui": "^3.0.0-rc.4",
31+
"@enact/core": "^3.0.0",
32+
"@enact/i18n": "^3.0.0",
33+
"@enact/spotlight": "^3.0.0",
34+
"@enact/ui": "^3.0.0",
3535
"classnames": "^2.2.5",
3636
"invariant": "^2.2.2",
3737
"prop-types": "^15.7.2",

0 commit comments

Comments
 (0)