Skip to content

Commit e26a992

Browse files
author
MPopov
committed
feat(Fluent theme): updateing the change log
1 parent ebe5972 commit e26a992

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes for each version of this project will be documented in this
55
## 8.1.0
66

77
### New Features
8+
9+
##### New theme
10+
Ignite UI for angular now have a new theme that mimics the Microsoft Fluent design as much as possible.
11+
In order to use the theme you have to use one of the following mixins:
12+
`igx-fluent-theme` and `igx-fluent-dark-theme`
13+
14+
We also added two new pallets that go with the new theme, `$fluent-word-palette` and `$fluent-excel-palette`.
15+
16+
This is an example of how you can use the new theme.
17+
18+
```scss
19+
// Light version
20+
.fluent-word-theme {
21+
@include igx-fluent-theme($fluent-word-palette);
22+
}
23+
24+
// Dark version
25+
.fluent-excel-dark-theme {
26+
@include igx-fluent-dark-theme($fluent-excel-palette);
27+
}
28+
```
29+
830
- `IgxBottomNav` now supports an `igx-tab` declaration mode. When in this mode, panels declarations are not accepted and tab items' content is not rendered.
931
- You can use this mode to apply directives on the tab items - for example to achieve routing navigation.
1032
- You are allowed to customize tab items with labels, icons and even templates.

0 commit comments

Comments
 (0)