Skip to content

Commit ac1ea0a

Browse files
committed
2.5.0 release
2 parents 510a466 + fd53638 commit ac1ea0a

File tree

77 files changed

+3648
-1171
lines changed

Some content is hidden

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

77 files changed

+3648
-1171
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## [2.5.0] - 2019-04-01
6+
7+
### Added
8+
9+
- `ui/Item`, `ui/Layout`, `ui/Repeater`, `ui/SlotItem`, `ui/Spinner`, `ui/ToggleItem`, and `ui/ViewManager` support for `ref` to gain access to the wrapped `component`
10+
11+
### Fixed
12+
13+
- `moonstone/ContextualPopupDecorator` method `positionContextualPopup()` to correctly reposition the popup when invoked from app code
14+
- `moonstone/Tooltip` to better support long tooltips
15+
- `moonstone/Popup` to resume spotlight pauses when closing with animation
16+
- `moonstone/Panels` to correctly ignore `null` children
17+
- `spotlight` to guard against runtime errors caused by attempting to access containers that do not exist
18+
- `spotlight/Spottable` to prevent unnecessary updates due to focus and blur changes
19+
520
## [2.4.1] - 2019-03-11
621

722
### Fixed
@@ -20,6 +35,8 @@ The following is a curated list of changes in the Enact project, newest changes
2035

2136
## [2.4.0] - 2019-03-04
2237

38+
### Added
39+
2340
- `moonstone` `line-height` rule to base text CSS for both latin and non-latin locales
2441
- `moonstone` support for high contrast colors in dark and light skin
2542
- `moonstone/BodyText` prop `noWrap` which automatically adds `moonstone/Marquee` support as well as limits the content to only display one line of text

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.8.0",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"command": {
55
"bootstrap": {
66
"npmClientArgs": [

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enact",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "Monorepo for all Enact front end libraries.",
55
"private": true,
66
"scripts": {

packages/core/CHANGELOG.md

+4
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.5.0] - 2019-04-01
6+
7+
No significant changes.
8+
59
## [2.4.1] - 2019-03-11
610

711
### Fixed

packages/core/package-lock.json

+214
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enact/core",
3-
"version": "2.4.1",
3+
"version": "2.5.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

+4
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.5.0] - 2019-04-01
6+
7+
No significant changes.
8+
59
## [2.4.1] - 2019-03-11
610

711
### Fixed

0 commit comments

Comments
 (0)