Skip to content

Commit 12e6430

Browse files
committed
feat(navbar): Addressing PR comments #7377
1 parent daccb2e commit 12e6430

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ All notable changes for each version of this project will be documented in this
2222
- `IgxSnackbar`
2323
- `message` property has been deprecated. You can place the *message text* in the snackbar content or pass it as parameter to `show` method instead.
2424
- An optional string parameter `message` has been added to `show()` method.
25+
- `IgxNavbar`
26+
- Added new `igx-navbar-title, igxNavbarTitle` directive that can be used to provide custom content for navbar title. It would override the value of `title` input property.
2527

2628
## 10.0.0
2729

projects/igniteui-angular/migrations/migration-collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"migration-16": {
8080
"version": "10.1.0",
81-
"description": "Updates Ignite UI for Angular from v9.0.x to v10.1.0",
81+
"description": "Updates Ignite UI for Angular from v10.0.x to v10.1.0",
8282
"factory": "./update-10_1_0"
8383
}
8484
}

0 commit comments

Comments
 (0)