Skip to content

Commit 9c4d2f4

Browse files
author
Ryan Duffy
committed
Update change logs for 2.5.3
Signed-off-by: Ryan Duffy <[email protected]>
1 parent c4928ab commit 9c4d2f4

File tree

8 files changed

+42
-7
lines changed

8 files changed

+42
-7
lines changed

CHANGELOG.md

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

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

5+
## [2.5.3] - 2019-06-06
6+
7+
### Fixed
8+
9+
- `moonstone/ContextualPopupDecorator` imperative methods to be correctly bound to the instance
10+
- `moonstone/ExpandableInput` to retain focus when touching within the input field on touch platforms
11+
- `moonstone/ExpandableList` to not error if `selected` is passed as an array to a non-multi-select list
12+
- `moonstone/Input` refocusing on touch on iOS
13+
- `moonstone/Scroller` to allow changing spotlight focus to opposite scroll button when switching to 5way mode
14+
- `moonstone/Scroller`, `moonstone/VirtualList.VirtualGridList`, and `moonstone/VirtualList.VirtualList` to change spotlight focus due to touch events
15+
- `moonstone/Slider` to not scroll the viewport when dragging on touch platforms
16+
- `moonstone/VideoPlayer` to correctly handle touch events while moving slider knobs
17+
- `moonstone/VirtualList` and `moonstone/Scroller` to animate with 5-way navigation by default
18+
- `spotlight` to unspot the current element when tapping on non-spottable target on touch platforms
19+
- `ui/Scroller`, `ui/VirtualList`, and `ui/VirtualGridList` to size properly
20+
- `ui/Scroller`, `ui/VirtualList`, and `ui/VirtualGridList` to scroll correctly on iOS and Safari
21+
- `ui/Touchable` to not misfire a hold pulse when a drag re-enters a touch target and `cancelOnMove` is set
22+
- `ui/ViewManager` to correctly handle transitioning quickly between two children
23+
524
## [2.5.2] - 2019-04-23
625

726
### Fixed

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.5.3] - 2019-06-06
6+
7+
No significant changes.
8+
59
## [2.5.2] - 2019-04-23
610

711
No significant changes.

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.5.3] - 2019-06-06
6+
7+
No significant changes.
8+
59
## [2.5.2] - 2019-04-23
610

711
No significant changes.

packages/moonstone/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
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.5.3] - 2019-06-06
66

77
### Fixed
88

99
- `moonstone/ContextualPopupDecorator` imperative methods to be correctly bound to the instance
10+
- `moonstone/ExpandableInput` to retain focus when touching within the input field on touch platforms
11+
- `moonstone/ExpandableList` to not error if `selected` is passed as an array to a non-multi-select list
1012
- `moonstone/Input` refocusing on touch on iOS
11-
- `moonstone/VideoPlayer` to correctly handle touch events while moving slider knobs
13+
- `moonstone/Scroller` to allow changing spotlight focus to opposite scroll button when switching to 5way mode
1214
- `moonstone/Scroller`, `moonstone/VirtualList.VirtualGridList`, and `moonstone/VirtualList.VirtualList` to change spotlight focus due to touch events
1315
- `moonstone/Slider` to not scroll the viewport when dragging on touch platforms
16+
- `moonstone/VideoPlayer` to correctly handle touch events while moving slider knobs
1417
- `moonstone/VirtualList` and `moonstone/Scroller` to animate with 5-way navigation by default
15-
- `moonstone/ExpandableInput` to retain focus when touching within the input field on touch platforms
16-
- `moonstone/ExpandableList` to not error if `selected` is passed as an array to a non-multi-select list
17-
- `moonstone/Scroller` to allow changing spotlight focus to opposite scroll button when switching to 5way mode
1818

1919
## [2.5.2] - 2019-04-23
2020

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+
## [2.5.3] - 2019-06-06
6+
7+
No significant changes.
8+
59
## [2.5.2] - 2019-04-23
610

711
No significant changes.

packages/spotlight/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 spotlight module, newest changes on the top.
44

5-
## [unreleased]
5+
## [2.5.3] - 2019-06-06
66

77
### Fixed
88

packages/ui/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 ui module, newest changes on the top.
44

5-
## [unreleased]
5+
## [2.5.3] - 2019-06-06
66

77
### Fixed
88

packages/webos/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 webos module, newest changes on the top.
44

5+
## [2.5.3] - 2019-06-06
6+
7+
No significant changes.
8+
59
## [2.5.2] - 2019-04-23
610

711
No significant changes.

0 commit comments

Comments
 (0)