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
+8-2
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,16 @@ All notable changes for each version of this project will be documented in this
5
5
6
6
### General
7
7
-`IgxInputGroup`
8
-
-**Breaking Chage** - Removed `fluent`, `fluent_search`, `bootstrap`, and `indigo` as possible values for the `type` input property.
8
+
-**Breaking Change** - Removed `fluent`, `fluent_search`, `bootstrap`, and `indigo` as possible values for the `type` input property.
9
9
-**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.
10
+
-`IgxOverlay`
11
+
-**Breaking Change** - `target` property in `PositionSettings` has been deprecated. You can set the attaching target for the component to show in `OverlaySettings` instead.
10
12
-`IgxSelect`
11
13
- 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.
12
14
-`IgxDatePicker`
13
15
-**Breaking Change** - Deprecated the `label` and `labelVisibility` properties.
14
16
17
+
15
18
### New Features
16
19
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
17
20
- When triggering an export of the grid via the toolbar and the export takes more than 500 milliseconds, the export button becomes disabled and an indeterminate progress bar is shown at the bottom of the toolbar until the export is finished.
@@ -24,7 +27,10 @@ All notable changes for each version of this project will be documented in this
24
27
-`IgxTimePicker`
25
28
- Added a custom label functionality.
26
29
-`IgxCalendar` and `IgxDatePicker` - new `showWeekNumbers` input, that allows showing of the week number at left side of content area.
27
-
30
+
-`IgxOverlay`
31
+
- The `PositionSettings``target` property has been deprecated and moved to `OverlaySettings`.
32
+
- An optional Point/HTML Element parameter `target` has been added to the `position()` method
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/grids/filtering/advanced-filtering/advanced-filtering-dialog.component.ts
+5-3
Original file line number
Diff line number
Diff line change
@@ -657,8 +657,10 @@ export class IgxAdvancedFilteringDialogComponent implements AfterViewInit, OnDes
0 commit comments