Skip to content

Commit

Permalink
docs(*): changelog update #5998
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Oct 22, 2019
1 parent 080d805 commit 3a94f6e
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## 9.0.0

### General
- Added support for the Ivy renderer.
- **Breaking Changes** The following classes have been renamed. Using `ng update` will apply automatically migrate your project to use the new names.
- `IgxDropDownBase` -> `IgxDropDownBaseDirective`
- `IgxDropDownItemBase` -> `IgxDropDownBaseDirective`
- `IgxGridBaseComponent` -> `IgxGridBaseDirective`
- `IgxRowComponent` -> `IgxRowDirective`
- `IgxHierarchicalGridBaseComponent` -> `IgxHierarchicalGridBaseDirective`

## 8.2.3
- `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.

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

## 8.2.0
### New theme
Ignite UI for angular now have a new theme that mimics Microsoft "Fluent" design system.
Depending on your use case you can use one of the following mixins:
`igx-fluent-theme` and `igx-fluent-dark-theme`
Ignite UI for angular now have a new theme that mimics Microsoft "Fluent" design system.
Depending on your use case you can use one of the following mixins:
`igx-fluent-theme` and `igx-fluent-dark-theme`

We also added two new pallets that go with the new theme, `$fluent-word-palette` and `$fluent-excel-palette`.

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

For more information about the theming please read our [documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/index.html)
For more information about the theming please read our [documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/index.html)

### New Features
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
Expand Down Expand Up @@ -127,7 +138,7 @@ For more information about the theming please read our [documentation](https://w
- **Breaking Change** Interfaces `IgxDropEventArgs` is renamed to `IDropDroppedEventArgs`.
- **Breaking Change** Outputs `enter`, `over`, `leave`(former `onEnter`, `onOver`, `onLeave`) now have arguments of type `IDropBaseEventArgs`
- **Breaking Change** Output `dropped` (former `onDrop`) now have arguments of type `IDropDroppedEventArgs`

## 8.1.4
- `IgxDialog` new @Input `positionSettings` is now available. It provides the ability to get/set both position and animation settings of the Dialog component.

Expand Down

0 comments on commit 3a94f6e

Please sign in to comment.