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: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,11 @@ All notable changes for each version of this project will be documented in this
15
15
- Added `aria-labelledby` property for the items list container(marked as `role="listbox"`). This will ensure the users of assistive technologies will also know what the list items container is used for, upon opening.
16
16
-`IgxDatePicker`
17
17
-**Breaking Change** - Deprecated the `label` property.
18
-
-`igxGridActions`
18
+
-`IgxGridActions`
19
19
- Added `asMenuItems` Input for grid actions - `igx-grid-editing-actions`, `igx-grid-pinning-actions`. When set to true will render the related action buttons as separate menu items with button and label.
20
+
-`IgxToggleDirective`
21
+
-`onAppended`, `onOpened` and `onClosed` events are emitting now arguments of `ToggleViewEventArgs` type.
22
+
-`onOpening` and `onClosing` events are emitting now arguments of `ToggleViewCancelableEventArgs` type.
0 commit comments