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
-`IgxTextHighlightDirective` - The default highlight directive styles have been moved to a Sass theme - `igx-highlight-theme`; You can modify the resting and active background and text color styles of the directive by passing the respective properties to the Sass theme. You can still pass your own CSS classes to the highlight directive via the cssClass and activeCssClass inputs.
7
18
@@ -10,10 +21,10 @@ All notable changes for each version of this project will be documented in this
10
21
11
22
## 8.2.0
12
23
### New theme
13
-
Ignite UI for angular now have a new theme that mimics Microsoft "Fluent" design system.
14
-
Depending on your use case you can use one of the following mixins:
15
-
`igx-fluent-theme` and `igx-fluent-dark-theme`
16
-
24
+
Ignite UI for angular now have a new theme that mimics Microsoft "Fluent" design system.
25
+
Depending on your use case you can use one of the following mixins:
26
+
`igx-fluent-theme` and `igx-fluent-dark-theme`
27
+
17
28
We also added two new pallets that go with the new theme, `$fluent-word-palette` and `$fluent-excel-palette`.
18
29
19
30
Next example shows how you can use the Fluent theme.
@@ -33,7 +44,7 @@ Next example shows how you can use the Fluent theme.
33
44
### Theme Changes
34
45
`igx-badge-theme` - Removed the `$disable-shadow` property to mitigate confusion when specifying `$shadow` explicitly.
35
46
36
-
For more information about the theming please read our [documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/index.html)
47
+
For more information about the theming please read our [documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/index.html)
37
48
38
49
### New Features
39
50
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
@@ -127,7 +138,7 @@ For more information about the theming please read our [documentation](https://w
127
138
- **Breaking Change** Interfaces `IgxDropEventArgs` is renamed to `IDropDroppedEventArgs`.
128
139
- **Breaking Change** Outputs `enter`, `over`, `leave`(former `onEnter`, `onOver`, `onLeave`) now have arguments of type `IDropBaseEventArgs`
129
140
- **Breaking Change** Output `dropped` (former `onDrop`) now have arguments of type `IDropDroppedEventArgs`
130
-
141
+
131
142
## 8.1.4
132
143
- `IgxDialog` new @Input `positionSettings` is now available. It provides the ability to get/set both position and animation settings of the Dialog component.
0 commit comments