|
2 | 2 |
|
3 | 3 | The following is a curated list of changes in the Enact project, newest changes on the top. |
4 | 4 |
|
| 5 | +## [2.0.0-beta.7] - 2018-06-11 |
| 6 | + |
| 7 | +### Removed |
| 8 | + |
| 9 | +- `i18n/Uppercase` property `preserveCase`, replaced by `casing` |
| 10 | +- `moonstone/Dialog` properties `preserveCase` and `showDivider`, replaced by `casing` and `noDivider` respectively |
| 11 | +- `moonstone/Divider` property `preserveCase`, replaced by `casing` |
| 12 | +- `moonstone/ExpandableInput` property `onInputChange`, replaced by `onChange` |
| 13 | +- `moonstone/MoonstoneDecorator.TextSizeDecorator`, replaced by `moonstone/MoonstoneDecorator.AccessibilityDecorator` |
| 14 | +- `moonstone/Panels.Header` property `preserveCase`, replaced by `casing` |
| 15 | +- `moonstone/Panels.Panel` property `noAutoFocus`, replaced by `autoFocus` |
| 16 | +- `moonstone/TooltipDecorator` property `tooltipPreserveCase`, replaced by `tooltipCasing` |
| 17 | + |
| 18 | +### Added |
| 19 | + |
| 20 | +- `ui/FloatingLayer.FloatingLayerBase` export |
| 21 | + |
| 22 | +### Changed |
| 23 | + |
| 24 | +- `moonstone/VideoPlayer` to allow spotlight focus to move left and right from `MediaControls` |
| 25 | +- `moonstone/VideoPlayer` to disable bottom controls when loading until it's playable |
| 26 | +- `ui/FloatingLayer` to call `onOpen` only after it is rendered |
| 27 | + |
| 28 | +### Fixed |
| 29 | + |
| 30 | +- `moonstone/EditableIntegerPicker` to disable itself when on a range consisting of a single static value |
| 31 | +- `moonstone/Picker` to disable itself when containing fewer than two items |
| 32 | +- `moonstone/Popup` to spot its content correctly when `open` by default |
| 33 | +- `moonstone/RangePicker` to disable itself when on a range consisting of a single static value |
| 34 | +- `moonstone/TooltipDecorator` to hide when `onDismiss` has been invoked |
| 35 | +- `moonstone/VideoPlayer` to show media controls when pressing down in pointer mode |
| 36 | +- `moonstone/VideoPlayer` to provide a more natural 5-way focus behavior |
| 37 | +- `moonstone/VideoPlayer.MediaControls` to handle left and right key to jump when `moonstone/VideoPlayer` is focused |
| 38 | +- `ui/MarqueeDecorator` to stop marqueeing when using hover and pointer hides |
| 39 | + |
5 | 40 | ## [2.0.0-beta.6] - 2018-06-04 |
6 | 41 |
|
7 | 42 | ### Removed |
|
0 commit comments