Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Deprecates INavLink.iconClassName in favor of IIconProps.className.",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ export interface INavLink {
icon?: string;

/**
* Classname to apply to the icon link.
* Deprecated. Use iconProps.className instead.
* @deprecated
*/
iconClassName?: string;

Expand Down Expand Up @@ -346,4 +347,4 @@ export interface INavStyles {
* Style set for the group content div inside group.
*/
groupContent: IStyle;
}
}