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
8 changes: 7 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"label": "Typescript (oufr) watch",
"type": "process",
"command": "node",
"args": ["./scripts/node_modules/typescript/bin/tsc", "-p", "packages/office-ui-fabric-react/tsconfig.json", "-w", "--noEmit"],
"args": [
"./scripts/node_modules/typescript/bin/tsc",
"-p",
"packages/office-ui-fabric-react/tsconfig.json",
"-w",
"--noEmit"
],
"problemMatcher": "$tsc",
"group": {
"kind": "build",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/charting",
"comment": "Add charting package with VerticalBarChart",
"type": "minor"
}
],
"packageName": "@uifabric/charting",
"email": "kakje@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should not be showing up as a new file created by you..

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pulled upstream/master into my local branch, committed, and then pushed to origin. I'd definitely appreciate tips for how to avoid having these files show up in my PRs.

{
"packageName": "@uifabric/example-app-base",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "@uifabric/example-app-base",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/experiments",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "@uifabric/experiments",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/fabric-website",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "@uifabric/fabric-website",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/file-type-icons",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "@uifabric/file-type-icons",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/icons",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "@uifabric/icons",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/jest-serializer-merge-styles",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "@uifabric/jest-serializer-merge-styles",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/merge-styles",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "@uifabric/merge-styles",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/styling",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "@uifabric/styling",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/utilities",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "@uifabric/utilities",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
],
"packageName": "@uifabric/utilities",
"email": "benw@microsoft.com"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/variants",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "@uifabric/variants",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Added Prettier",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "mark@thedutchies.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "CommandBarPage: Remove fabric js reference.",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "lynam.emily@gmail.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Fixed FocusTrapZone bug: If first child in the FTZ is a FocusZone and that FZ's last focused child is not the first focusable child, shift-tab would break out of the FTZ.",
"comment":
"Fixed FocusTrapZone bug: If first child in the FTZ is a FocusZone and that FZ's last focused child is not the first focusable child, shift-tab would break out of the FTZ.",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "benw@microsoft.com"
}
}
Loading