Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 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
2 changes: 1 addition & 1 deletion apps/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"office-ui-fabric-react": ">=6.33.0 <7.0.0",
"react": ">=16.3.2-0 <17.0.0",
"react-dom": ">=16.3.2-0 <17.0.0",
"typescript": "2.8.1",
"typescript": "2.9.2",
"tslib": "^1.7.1"
}
}
2 changes: 1 addition & 1 deletion apps/vr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"office-ui-fabric-react": ">=6.33.0 <7.0.0",
"react": ">=16.3.2-0 <17.0.0",
"react-dom": ">=16.3.2-0 <17.0.0",
"typescript": "2.8.1",
"typescript": "2.9.2",
"tslib": "^1.7.1"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/charting",
"comment": "Update typings to not use deprecated types.",
"type": "patch"
}
],
"packageName": "@uifabric/charting",
"email": "cliff.koh@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/example-app-base",
"comment": "Fix typing bugs in example-app-base",
"type": "patch"
}
],
"packageName": "@uifabric/example-app-base",
"email": "cliff.koh@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Add support for style functions and improve documentation/typings.",
"packageName": "@uifabric/merge-styles",
"type": "minor"
}
],
"packageName": "@uifabric/merge-styles",
"email": "cliff.koh@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/styling",
"comment": "Move certain types into `@uifabric/merge-styles` and export more types as well from that package.",
"type": "minor"
}
],
"packageName": "@uifabric/styling",
"email": "cliff.koh@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/utilities",
"comment": "Tighten typings of APIs around merge-styles to be more correct",
"type": "minor"
}
],
"packageName": "@uifabric/utilities",
"email": "cliff.koh@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Fix various typings/code bugs.",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "cliff.koh@microsoft.com"
}
Loading