Skip to content

Commit 3a94f6e

Browse files
committed
docs(*): changelog update #5998
1 parent 080d805 commit 3a94f6e

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

CHANGELOG.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5+
## 9.0.0
6+
7+
### General
8+
- Added support for the Ivy renderer.
9+
- **Breaking Changes** The following classes have been renamed. Using `ng update` will apply automatically migrate your project to use the new names.
10+
- `IgxDropDownBase` -> `IgxDropDownBaseDirective`
11+
- `IgxDropDownItemBase` -> `IgxDropDownBaseDirective`
12+
- `IgxGridBaseComponent` -> `IgxGridBaseDirective`
13+
- `IgxRowComponent` -> `IgxRowDirective`
14+
- `IgxHierarchicalGridBaseComponent` -> `IgxHierarchicalGridBaseDirective`
15+
516
## 8.2.3
617
- `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.
718

@@ -10,10 +21,10 @@ All notable changes for each version of this project will be documented in this
1021

1122
## 8.2.0
1223
### 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+
1728
We also added two new pallets that go with the new theme, `$fluent-word-palette` and `$fluent-excel-palette`.
1829

1930
Next example shows how you can use the Fluent theme.
@@ -33,7 +44,7 @@ Next example shows how you can use the Fluent theme.
3344
### Theme Changes
3445
`igx-badge-theme` - Removed the `$disable-shadow` property to mitigate confusion when specifying `$shadow` explicitly.
3546

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)
3748

3849
### New Features
3950
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
@@ -127,7 +138,7 @@ For more information about the theming please read our [documentation](https://w
127138
- **Breaking Change** Interfaces `IgxDropEventArgs` is renamed to `IDropDroppedEventArgs`.
128139
- **Breaking Change** Outputs `enter`, `over`, `leave`(former `onEnter`, `onOver`, `onLeave`) now have arguments of type `IDropBaseEventArgs`
129140
- **Breaking Change** Output `dropped` (former `onDrop`) now have arguments of type `IDropDroppedEventArgs`
130-
141+
131142
## 8.1.4
132143
- `IgxDialog` new @Input `positionSettings` is now available. It provides the ability to get/set both position and animation settings of the Dialog component.
133144

0 commit comments

Comments
 (0)