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
For more information about the theming please read our [documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/index.html)
29
+
7
30
### New Features
8
31
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
9
32
-`uniqueColumnValuesStrategy` input is added. This property provides a callback for loading unique column values on demand. If this property is provided, the unique values it generates will be used by the Excel Style Filtering (instead of using the unique values from the data that is bound to the grid).
@@ -102,28 +125,6 @@ All notable changes for each version of this project will be documented in this
102
125
## 8.1.0
103
126
104
127
### New Features
105
-
106
-
##### New theme
107
-
Ignite UI for angular now have a new theme that mimics the Microsoft Fluent design as much as possible.
108
-
In order to use the theme you have to use one of the following mixins:
109
-
`igx-fluent-theme` and `igx-fluent-dark-theme`
110
-
111
-
We also added two new pallets that go with the new theme, `$fluent-word-palette` and `$fluent-excel-palette`.
112
-
113
-
This is an example of how you can use the new theme.
- `IgxBottomNav` now supports an `igx-tab` declaration mode. When in this mode, panels declarations are not accepted and tab items' content is not rendered.
128
129
- You can use this mode to apply directives on the tab items - for example to achieve routing navigation.
129
130
- You are allowed to customize tab items with labels, icons and even templates.
0 commit comments