You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,16 @@ These are changes that have backwards-compatible solutions present and that comp
31
31
32
32
### Latest Release
33
33
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
+
34
44
## Release 0.8.16
35
45
36
46
**Deprecation**
@@ -55,16 +65,6 @@ TL:DR; If you use the source code directly, update your form component paths and
55
65
**Documentation**
56
66
* Remove deprecated Picklist from code base and examples
57
67
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
-
68
68
## Release 0.8.15
69
69
**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`.
70
70
**Require `iconCategory` if `iconName` is set.**`utility` used to be the default icon category. `iconCategory` is now required.
0 commit comments