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
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
4
5
+
## 8.2.4
6
+
7
+
### New Features
8
+
9
+
- Columns now expose the `cellStyles` property which allows conditional styling of the column cells. Similar to `cellClasses` it accepts an object literal where the keys are style properties and the values are expressions for evaluation.
-`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
25
@@ -10,10 +28,10 @@ All notable changes for each version of this project will be documented in this
10
28
11
29
## 8.2.0
12
30
### 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
-
31
+
Ignite UI for angular now have a new theme that mimics Microsoft "Fluent" design system.
32
+
Depending on your use case you can use one of the following mixins:
33
+
`igx-fluent-theme` and `igx-fluent-dark-theme`
34
+
17
35
We also added two new pallets that go with the new theme, `$fluent-word-palette` and `$fluent-excel-palette`.
18
36
19
37
Next example shows how you can use the Fluent theme.
@@ -33,7 +51,7 @@ Next example shows how you can use the Fluent theme.
33
51
### Theme Changes
34
52
`igx-badge-theme` - Removed the `$disable-shadow` property to mitigate confusion when specifying `$shadow` explicitly.
35
53
36
-
For more information about the theming please read our [documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/index.html)
54
+
For more information about the theming please read our [documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/index.html)
37
55
38
56
### New Features
39
57
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
@@ -127,7 +145,7 @@ For more information about the theming please read our [documentation](https://w
127
145
- **Breaking Change** Interfaces `IgxDropEventArgs` is renamed to `IDropDroppedEventArgs`.
128
146
- **Breaking Change** Outputs `enter`, `over`, `leave`(former `onEnter`, `onOver`, `onLeave`) now have arguments of type `IDropBaseEventArgs`
129
147
- **Breaking Change** Output `dropped` (former `onDrop`) now have arguments of type `IDropDroppedEventArgs`
130
-
148
+
131
149
## 8.1.4
132
150
- `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