Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Charting #4954

Merged
merged 17 commits into from
Jun 6, 2018
Merged
Show file tree
Hide file tree
Changes from 9 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
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
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