|
2 | 2 |
|
3 | 3 | The following is a curated list of changes in the Enact project, newest changes on the top.
|
4 | 4 |
|
| 5 | +## [1.12.2] - 2017-11-15 |
| 6 | + |
| 7 | +### Fixed |
| 8 | + |
| 9 | +- `moonstone/VirtualList` to scroll and focus properly by pageUp and pageDown when disabled items are in it |
| 10 | +- `moonstone/Button` to correctly specify minimum width when in large text mode |
| 11 | +- `moonstone/Scroller.Scrollable` to restore last focused index when panel is changed |
| 12 | +- `moonstone/VideoPlayer` to display time correctly in RTL locale |
| 13 | +- `moonstone/VirtualList` to scroll correctly using page down key with disabled items |
| 14 | +- `moonstone/Scrollable` to not cause a script error when scrollbar is not rendered |
| 15 | +- `moonstone/Picker` incrementer and decrementer to not change size when focused |
| 16 | +- `moonstone/Header` to use a slightly smaller font size for `title` in non-latin locales and a line-height for `titleBelow` and `subTitleBelow` that better meets the needs of tall-glyph languages like Tamil and Thai, as well as latin locales |
| 17 | +- `moonstone/Scroller` and `moonstone/VirtualList` to keep spotlight when pressing a 5-way control while scrolling |
| 18 | +- `moonstone/Panels` to prevent user interaction with panel contents during transition |
| 19 | +- `moonstone/Slider` and related components to correctly position knob for `detachedKnob` on mouse down and fire value where mouse was positioned on mouse up |
| 20 | +- `moonstone/DayPicker` to update day names when changing locale |
| 21 | +- `moonstone/ExpandableItem` and all other `Expandable` components to revert 1.12.1 change to pull down from the top |
| 22 | +- `spotlight` to handle non-5-way keys correctly to focus on next 5-way keys |
| 23 | +- `spotlight/Spottable` to forward `onMouseEnter` and `onMouseLeave` |
| 24 | +- `ui/Remeasurable` to update on every trigger change |
| 25 | +- `ui/Transition` to revert 1.12.1 change to support `clip` transition-type directions and endering optimizations |
| 26 | + |
5 | 27 | ## [1.12.1] - 2017-11-07
|
6 | 28 |
|
7 | 29 | ### Fixed
|
8 | 30 |
|
9 | 31 | - `moonstone/ExpandableItem` and all other `Expandable` components to now pull down from the top instead of being revealed from the bottom, matching Enyo's design
|
10 |
| -- `moonstone/VirtualListNative` to scroll properly with page up/down keys if there is an disabled item |
| 32 | +- `moonstone/VirtualListNative` to scroll properly with page up/down keys if there is a disabled item |
11 | 33 | - `moonstone/RangePicker` to display negative values correctly in RTL
|
12 | 34 | - `moonstone/Scrollable` to not blur scroll buttons when wheeling
|
13 |
| -- `moonstone/Scrollbar` to hide scroll thumb immediately without delay after scroll position to be min or max |
| 35 | +- `moonstone/Scrollbar` to hide scroll thumb immediately without delay after scroll position reaches min or max |
14 | 36 | - `moonstone/Divider` to pass `marqueeOn` prop
|
15 | 37 | - `moonstone/Slider` to fire `onChange` on mouse up and key up
|
16 | 38 | - `moonstone/VideoPlayer` to show knob when pressed
|
|
0 commit comments