Skip to content

Commit 3d62f06

Browse files
committed
chore(*): update the changelog
1 parent 3db55a7 commit 3d62f06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,17 @@ All notable changes for each version of this project will be documented in this
3030
- `onOpening` and `onClosing` events are emitting now arguments of `ToggleViewCancelableEventArgs` type.
3131
- `IgxSelect`
3232
- 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`
3434
- **Breaking Change** - Deprecated the `label` property.
3535
- 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.
3636
- `igxNavigationDrawer`
3737
- Added `disableAnimation` property which enables/disables the animation, when toggling the drawer. Set to `false` by default.
3838
- `igxTabs`
3939
- Added `disableAnimation` property which enables/disables the transition animation of the tabs' content. Set to `false` by default.
4040
- `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`;
4244

4345
### New Features
4446
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`

0 commit comments

Comments
 (0)