-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ExampleApp: Allow the header links and name to be passed in as option…
…al params to createApp (#1939) * Add the ability to optionally pass in the app title and header links for createApp * Rush change
- Loading branch information
1 parent
cb40744
commit 90b3bd3
Showing
3 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
common/changes/@uifabric/example-app-base/create-app-params_2017-06-05-23-32.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@uifabric/example-app-base", | ||
"comment": "Add the ability to optionally pass in the app title and header links for createApp", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@uifabric/example-app-base", | ||
"email": "[email protected]" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@uifabric/utilities/create-app-params_2017-06-05-23-32.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"comment": "", | ||
"packageName": "@uifabric/utilities", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@uifabric/utilities", | ||
"email": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters