Skip to content

Commit f2af831

Browse files
committed
chore(changelog): update the changelog
1 parent 1d29d00 commit f2af831

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Ignite UI for Angular Change Log
1+
# Ignite UI for Angular Change Log
22

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

5+
## 8.2.1
6+
- `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+
58
## 8.2.0
69
### New theme
710
Ignite UI for angular now have a new theme that mimics Microsoft "Fluent" design system.

projects/igniteui-angular/src/lib/directives/text-highlight/text-highlight.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
Renderer2,
1111
SimpleChanges,
1212
AfterViewChecked,
13-
HostBinding
1413
} from '@angular/core';
1514
import { takeUntil } from 'rxjs/operators';
1615
import { Subject } from 'rxjs';

0 commit comments

Comments
 (0)