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
- `Exporters`'s `columnExporting` event now supports changing the index of the column in the exported file.
8
18
- `IgxPaginatorComponent`
9
-
- Added `paging` and `pagingDone` events; `paging` event is cancellable and is emitted before pagination is performed, `pagingDone` event gives you information about the previous and the current page number and is not cancellable;
19
+
- Added `paging` and `pagingDone` events; `paging` event is cancellable and is emitted before pagination is performed, `pagingDone` event gives you information about the previous and the current page number and is not cancellable; Also `IgxPageSizeSelectorComponent` and `IgxPageNavigationComponent` are introduced and now the paginator components allows you to define a custom content, as it is shown in the example below:
@@ -23,7 +44,12 @@ All notable changes for each version of this project will be documented in this
23
44
- `pagerHidden `
24
45
- `dropdownEnabled`
25
46
- `dropdownHidden`
26
-
47
+
- `IgxSnackbarComponent`
48
+
- Deprecated property `message` is now removed;
49
+
- **Breaking Change** - the `snackbarAnimationStarted` and `snackbarAnimationDone` methods are now removed. The `animationStarted` and `animationDone` events now provide reference to the `ToggleViewEventArgs` interface as an argument and are emitted by the `onOpened` and `onClosed` events of the `IgxToggleDirective`.
50
+
- `IgxToastComponent`
51
+
- Deprecated property `message` is now removed;
52
+
- **Breaking Change** - The `isVisibleChange` event now provides reference to the `ToggleViewEventArgs` interface as an argument.
27
53
28
54
- **Breaking Change** - `IgxOverlayService` events are renamed as follows:
29
55
- `onOpening` -> `opening`
@@ -57,6 +83,10 @@ All notable changes for each version of this project will be documented in this
57
83
</igx-expansion-panel>
58
84
```
59
85
86
+
### Themes
87
+
- **Breaking Change** - The `$color` property of the `igx-action-strip-theme` has been renamed as follows:
88
+
- `$color` -> `$icon-color`
89
+
60
90
## 12.0.3
61
91
62
92
### General
@@ -3201,7 +3231,7 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
0 commit comments