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
+11-5
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ All notable changes for each version of this project will be documented in this
4
4
5
5
## 9.1.0
6
6
7
+
### Themes
8
+
-**Breaking Change** Change the default `$legacy-support` value to false in the `igx-theme` function.
9
+
7
10
### New Features
8
11
9
12
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
@@ -14,6 +17,8 @@ All notable changes for each version of this project will be documented in this
14
17
```typescript
15
18
public pinningConfiguration: IPinningConfig = { columns: ColumnPinningPosition.End };
16
19
```
20
+
- `IgxCombo`:
21
+
- Added `autoFocusSearch` input that allows to manipulate the combo's opening behavior. When the property is `true` (by default), the combo's search input is focused on open. When set to `false`, the focus goes to the combo items container, which can be used to prevent the software keyboard from activating on mobile devices when opening the combo.
17
22
18
23
### RTL Support
19
24
- `igxSlider` have full right-to-left (RTL) support.
@@ -103,10 +108,6 @@ All notable changes for each version of this project will be documented in this
103
108
- `IgxGridExcelStyleFilteringComponent` and `IgxAdvancedFilteringDialogComponent` can now be hosted outside of the grid in order to provide the same experience as the built-in filtering UI.
104
109
- `expandRow(rowID)`/`collapseRow(rowID)`/`toggleRow(rowID)` API methods are added for the `igxHierarchicalGrid`. They allow expanding/collapsing a row by its id.
105
110
- `onRowToggle` event is added for the `igxHierarchicalGrid`. It is emitted when the expanded state of a row is changed.
106
-
- `IgxOverlayService`:
107
-
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
108
-
- `IgxToggleDirective`:
109
-
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
110
111
- `IgxRowDragGhost` directive is added. It allows providing a custom template for the drag ghost when dragging a row.
@@ -166,6 +167,12 @@ All notable changes for each version of this project will be documented in this
166
167
- `IgxDropDown`:
167
168
- `clearSelection` method is added, which can be used to deselect the selected dropdown item
168
169
170
+
- `IgxToggleDirective`:
171
+
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
172
+
173
+
- `IgxOverlayService`:
174
+
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
175
+
169
176
- `IgxCircularProgressBar`:
170
177
- added `IgxProgressBarGradientDirective` to allow providing custom circular progress SVG gradients. Providing a custom gradient via a template is as easy as writing:
171
178
```html
@@ -2487,4 +2494,3 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
2487
2494
- `IgxDraggableDirective` moved inside `../directives/dragdrop/` folder
2488
2495
- `IgxRippleDirective` moved inside `../directives/ripple/` folder
2489
2496
- Folder `"./navigation/nav-service"` renamed to `"./navigation/nav.service"`
4.**[DONE]** Access all data when calculating summary per column [#5754](https://github.com/IgniteUI/igniteui-angular/issues/5754)
30
+
5.**[DONE]** Angular 9 support [#5998](https://github.com/IgniteUI/igniteui-angular/issues/5998)
31
+
6.**[DONE]** Allow master-detail style visualization with igxHierarchicalGrid [#5880](https://github.com/IgniteUI/igniteui-angular/issues/5880)
32
+
7.**[DONE]** Collapsible column groups (column expansion state templates) [#3343](https://github.com/IgniteUI/igniteui-angular/issues/3343)
33
+
8.**[DONE]** Igx combo select all item [#6342](https://github.com/IgniteUI/igniteui-angular/issues/6342)
34
+
9.**[DONE]** Container instance for igxGrid overlay components [#5878](https://github.com/IgniteUI/igniteui-angular/issues/5878)
35
+
10.**[DONE]**[igx-select] Footer element [#5911](https://github.com/IgniteUI/igniteui-angular/issues/5911)
36
+
11.**[DONE]** Provide the state persistence directive of the igx-grid by default [#5460](https://github.com/IgniteUI/igniteui-angular/issues/5460)
37
+
12.**[DONE]** Directive for custom row drag ghost in the grids [#6081](https://github.com/IgniteUI/igniteui-angular/issues/6081)
38
+
13.**[DONE]** Provide a way to turn off the built-in filtering and sorting for remote scenarios [#4356](https://github.com/IgniteUI/igniteui-angular/issues/4356)
0 commit comments