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
+15-4
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,27 @@ All notable changes for each version of this project will be documented in this
4
4
## 10.2.0
5
5
6
6
### General
7
-
-`IgxDatePicker`
8
-
- 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.
7
+
-`IgxGridActions`
8
+
- 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.
9
9
-`IgxInputGroup`
10
10
-**Breaking Change** - Removed `fluent`, `fluent_search`, `bootstrap`, and `indigo` as possible values for the `type` input property.
11
11
-**Behavioral Change** - The styling of the input group is now dictated by the theme being used. The remaining `types` - `line`, `border`, and `box` will only have effect on the styling when used with the `material` theme. The `search` type will affect styling when used with all themes. Changing the theme at runtime will not change the styling of the input group, a page refresh is required.
12
12
-`IgxOverlay`
13
13
-**Breaking Change** - `target` property in `PositionSettings` has been deprecated. You can set the attaching target for the component to show in `OverlaySettings` instead.
14
+
-`IgxToggleDirective`
15
+
-`onAppended`, `onOpened` and `onClosed` events are emitting now arguments of `ToggleViewEventArgs` type.
16
+
-`onOpening` and `onClosing` events are emitting now arguments of `ToggleViewCancelableEventArgs` type.
14
17
-`IgxSelect`
15
18
- 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
19
-`IgxDatePicker`
17
20
-**Breaking Change** - Deprecated the `label` property.
18
-
-`igxGridActions`
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.
21
+
- 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.
22
+
-`igxNavigationDrawer`
23
+
- Added `disableAnimation` property which enables/disables the animation, when toggling the drawer. Set to `false` by default.
24
+
-`igxTabs`
25
+
- Added `disableAnimation` property which enables/disables the transition animation of the tabs' content. Set to `false` by default.
26
+
-`IgxExpansionPanel`
27
+
-`IExpansionPanelEventArgs.panel` - Deprecated. Usе `owner` property to get a reference to the panel.
20
28
21
29
22
30
### New Features
@@ -54,6 +62,9 @@ All notable changes for each version of this project will be documented in this
0 commit comments