Skip to content

Commit d926931

Browse files
Move release notes around
1 parent 675b1db commit d926931

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

RELEASENOTES.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ These are changes that have backwards-compatible solutions present and that comp
3131

3232
### Latest Release
3333

34+
## Release 0.8.17
35+
36+
**Bugfixes**
37+
* REVERT [Change inline edit for accessibility](https://github.com/salesforce/design-system-react/pull/1332). It will not be updated. There is a new View/Edit Record Input pattern that uses the [Docked Former Footer component](http://www.lightningdesignsystem.com/components/docked-form-footer/) and this should be used instead of the Inline Edit Input in the future.
38+
39+
**Minor features**
40+
* `dropdown` prop added to `DataTableRowActions` to increase customization of the dropdown menu
41+
* `tabIndex` added to `MenuDropdown` component
42+
* `Picklist` has been removed from examples. Please use a Combobox instead.
43+
3444
## Release 0.8.16
3545

3646
**Deprecation**
@@ -55,16 +65,6 @@ TL:DR; If you use the source code directly, update your form component paths and
5565
**Documentation**
5666
* Remove deprecated Picklist from code base and examples
5767

58-
## Release 0.8.16
59-
60-
**Bugfixes**
61-
* REVERT [Change inline edit for accessibility](https://github.com/salesforce/design-system-react/pull/1332). It will not be updated. There is a new View/Edit Record Input pattern that uses the [Docked Former Footer component](http://www.lightningdesignsystem.com/components/docked-form-footer/) and this should be used instead of the Inline Edit Input in the future.
62-
63-
**Minor features**
64-
* `dropdown` prop added to `DataTableRowActions` to increase customization of the dropdown menu
65-
* `tabIndex` added to `MenuDropdown` component
66-
* `Picklist` has been removed from examples. Please use a Comboboxe instead.
67-
6868
## Release 0.8.15
6969
**Modals are now at `z-index: 8000`.** If there are items on the main page with a higher `z-index`, they will appear in front of the modal. This setting aligns with the [prescribed z-index in SLDS](https://www.lightningdesignsystem.com/design-tokens/#category-z-index) for `$z-index-overlay`.
7070
**Require `iconCategory` if `iconName` is set.** `utility` used to be the default icon category. `iconCategory` is now required.

0 commit comments

Comments
 (0)