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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,8 +154,13 @@ All notable changes for each version of this project will be documented in this
154
154
- Added functionality for displaying various content into the toast component. It also allows users to access toast styles through its host element.
155
155
156
156
- `IgxDrag`
157
-
- New `igxDragIgnore` directive that allows children of the `igxDrag` element to be interactable and receive mouse events. Dragging cannot be performed from those elements that are ignored.
158
-
- New `dragDirection` input that can specify only one direction of dragging or both.
157
+
- Added `igxDragIgnore` directive that allows children of the `igxDrag` element to be interactable and receive mouse events. Dragging cannot be performed from those elements that are ignored.
158
+
- Added `dragDirection` input that can specify only one direction of dragging or both.
159
+
160
+
- `IgxChip`
161
+
- Added support for tabIndex attribute applied to the main chip element.
162
+
- Added `tabIndex` input so it can support change detection as well.
163
+
159
164
160
165
### RTL Support
161
166
- `igxSlider` have full right-to-left (RTL) support.
0 commit comments