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-2
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,17 @@ All notable changes for each version of this project will be documented in this
30
30
-`onOpening` and `onClosing` events are emitting now arguments of `ToggleViewCancelableEventArgs` type.
31
31
-`IgxSelect`
32
32
- 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.
33
-
-`IgxDatePicker`
33
+
-`IgxDatePicker`
34
34
-**Breaking Change** - Deprecated the `label` property.
35
35
- Added `aria-labelledby` property for the input field. This will ensure the users of assistive technologies will also know what component is used for, upon input focus.
36
36
-`igxNavigationDrawer`
37
37
- Added `disableAnimation` property which enables/disables the animation, when toggling the drawer. Set to `false` by default.
38
38
-`igxTabs`
39
39
- Added `disableAnimation` property which enables/disables the transition animation of the tabs' content. Set to `false` by default.
40
40
-`IgxExpansionPanel`
41
-
-`IExpansionPanelEventArgs.panel` - Deprecated. Usе `owner` property to get a reference to the panel.
41
+
-`IExpansionPanelEventArgs.panel` - Deprecated. Usе `owner` property to get a reference to the panel.
42
+
-`IgxCalendarComponent`, `IgxMonthsViewComponent` and `IgxYearsViewComponent`
43
+
-`tabIndex` property was removed in order to improve on page navigation and to be compliant with W3 accessability recommendations; Also the date grid in the calendar is now only one tab stop, the same approach is applied and in the `IgxMonthsViewComponent` and `IgxYearsViewComponent`;
0 commit comments