Skip to content

Commit 675b1db

Browse files
Release patch
1 parent e0c93cc commit 675b1db

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

RELEASENOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ TL:DR; If you use the source code directly, update your form component paths and
5555
**Documentation**
5656
* Remove deprecated Picklist from code base and examples
5757

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+
5868
## Release 0.8.15
5969
**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`.
6070
**Require `iconCategory` if `iconName` is set.** `utility` used to be the default icon category. `iconCategory` is now required.

patch.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Release 0.8.16
2+
3+
**Bugfixes**
4+
* 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.
5+
6+
**Minor features**
7+
* `dropdown` prop added to `DataTableRowActions` to increase customization of the dropdown menu
8+
* `tabIndex` added to `MenuDropdown` component
9+
* `Picklist` has been removed from examples. Please use a Comboboxe instead.

0 commit comments

Comments
 (0)