Skip to content

Commit f150ea8

Browse files
committed
2.0.0-beta.8 release
2 parents 3daae74 + 20b23ee commit f150ea8

69 files changed

Lines changed: 595 additions & 445 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

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

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

5+
## [2.0.0-beta.8] - 2018-06-25
6+
7+
### Added
8+
9+
- `moonstone/Scroller.Scroller`, `moonstone/VirtualList.VirtualGridList`, and `moonstone/VirtualList.VirtualList` support for scrolling via voice control on webOS
10+
- `moonstone/Scroller.Scroller`, `moonstone/VirtualList.VirtualGridList`, and `moonstone/VirtualList.VirtualList` overscroll effect when the edges are reached
11+
12+
### Changed
13+
14+
- `moonstone/Divider` property `marqueeOn` default value to `render`
15+
- `moonstone/Scroller.Scroller`, `moonstone/VirtualList.VirtualGridList`, and `moonstone/VirtualList.VirtualList` scrollbar button to move a previous or next page when pressing a page up or down key instead of releasing it
16+
17+
### Fixed
18+
19+
- `moonstone/VideoPlayer` to prevent updating state when the source is changed to the preload source, but the current preload source is the same
20+
- `moonstone/MediaOverlay` to marquee correctly
21+
- `moonstone/MediaOverlay` to match UX guidelines
22+
- `spotlight/Spottable` to retain focus for disabled component after updates
23+
- `spotlight/Spottable` to emulate `onMouseUp` events that occur immediately after a non-enter key press
24+
- `spotlight/Spottable` to prevent scroll on focus on webOS
25+
- `ui/VirtualList` to allow scrolling on focus by default on webOS
26+
527
## [2.0.0-beta.7] - 2018-06-11
628

729
### Removed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.8.0",
3-
"version": "2.0.0-beta.7"
3+
"version": "2.0.0-beta.8"
44
}

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": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
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+
## [2.0.0-beta.8] - 2018-06-25
6+
7+
No significant changes.
8+
59
## [2.0.0-beta.7] - 2018-06-11
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": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
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+
## [2.0.0-beta.8] - 2018-06-25
6+
7+
No significant changes.
8+
59
## [2.0.0-beta.7] - 2018-06-11
610

711
### Removed

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": "2.0.0-beta.7",
4+
"version": "2.0.0-beta.8",
55
"description": "Internationalization support for Enact using iLib",
66
"scripts": {
77
"clean": "enact clean",
@@ -34,7 +34,7 @@
3434
"extends": "enact/strict"
3535
},
3636
"dependencies": {
37-
"@enact/core": "^2.0.0-beta.7",
37+
"@enact/core": "^2.0.0-beta.8",
3838
"prop-types": "^15.6.0",
3939
"ramda": "^0.24.1",
4040
"react": "^16.3.2",

packages/i18n/util/util.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const rtlPattern = /[\u0600-\u06FF\u0750-\u077F\u08A0-\u08FF\uFB50-\uFDFF\uFE70-
2525
* Takes content `str` and determines whether or not it is [RTL]{@glossary RTL}.
2626
*
2727
* @function
28+
* @memberof i18n/util
2829
* @param {String} str - A [String]{@glossary String} to check the [RTL]{@glossary RTL}-ness of.
2930
* @returns {Boolean} `true` if `str` should be RTL; `false` if not.
3031
* @public

packages/moonstone/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [unreleased]
5+
## [2.0.0-beta.8] - 2018-06-25
66

77
### Added
88

packages/moonstone/ContextualPopupDecorator/ContextualPopup.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ const ContextualPopupBase = kind({
6666
/**
6767
* The element(s) to be displayed in the body of the popup.
6868
*
69-
* @type {Node}
69+
* @type {Element|Element[]}
7070
* @required
7171
* @public
7272
*/
7373
children: PropTypes.oneOfType([
74-
PropTypes.arrayOf(PropTypes.element),
75-
PropTypes.element
74+
PropTypes.element,
75+
PropTypes.arrayOf(PropTypes.element)
7676
]).isRequired,
7777

7878
/**

0 commit comments

Comments
 (0)