Skip to content

Commit

Permalink
Merge pull request #7 from microsoft/master
Browse files Browse the repository at this point in the history
  • Loading branch information
alphashr authored Nov 23, 2021
2 parents 7161a46 + be956d3 commit c8b3b68
Show file tree
Hide file tree
Showing 52 changed files with 1,154 additions and 405 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ We hope you're excited by the possibilities that FAST presents. But, you may be

Looking to get answers to questions or engage with us in realtime? Our community is most active [on Discord](https://discord.gg/FcSNfg4). Submit requests and issues on [GitHub](https://github.com/Microsoft/fast/issues/new/choose), or join us by contributing on [some good first issues via GitHub](https://github.com/Microsoft/fast/labels/community:good-first-issue).

Get started here with the [Contributor Guide](https://www.fast.design/docs/community/contributor-guide).

We look forward to building an amazing open source community with you!

## Features & benefits
Expand Down

This file was deleted.

30 changes: 30 additions & 0 deletions examples/design-system-tutorial/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "fast-design-system-demo",
"entries": [
{
"date": "Tue, 23 Nov 2021 07:12:23 GMT",
"tag": "fast-design-system-demo_v1.0.0",
"version": "1.0.0",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-components to v2.16.5",
"author": "john.kreitlow@microsoft.com",
"commit": "caa956557ea1d8b7722665d228898df629d46cc2",
"package": "fast-design-system-demo"
}
]
}
},
{
"date": "Sun, 21 Nov 2021 07:10:36 GMT",
"tag": "fast-design-system-demo_v1.0.0",
"version": "1.0.0",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-components to v2.16.4",
"author": "jes@microsoft.com",
"commit": "15b8789f5aff1852bfcd037cf5661c13ee8affea",
"package": "fast-design-system-demo"
}
]
}
},
{
"date": "Sun, 14 Nov 2021 07:11:13 GMT",
"tag": "fast-design-system-demo_v1.0.0",
Expand Down
18 changes: 17 additions & 1 deletion examples/design-system-tutorial/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# Change Log - fast-design-system-demo

This log was last generated on Sun, 14 Nov 2021 07:11:13 GMT and should not be manually modified.
This log was last generated on Tue, 23 Nov 2021 07:12:23 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0

Tue, 23 Nov 2021 07:12:23 GMT

### Patches

- Bump @microsoft/fast-components to v2.16.5 (john.kreitlow@microsoft.com)

## 1.0.0

Sun, 21 Nov 2021 07:10:36 GMT

### Patches

- Bump @microsoft/fast-components to v2.16.4 (jes@microsoft.com)

## 1.0.0

Sun, 14 Nov 2021 07:11:13 GMT

### Patches
Expand Down
4 changes: 2 additions & 2 deletions examples/design-system-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@microsoft/fast-colors": "^5.1.4",
"@microsoft/fast-element": "^1.6.2",
"@microsoft/fast-foundation": "^2.26.2",
"@microsoft/fast-components": "^2.16.3",
"@microsoft/fast-foundation": "^2.27.0",
"@microsoft/fast-components": "^2.16.5",
"tslib": "^1.11.1"
},
"devDependencies": {
Expand Down
30 changes: 30 additions & 0 deletions packages/tooling/fast-figma-plugin-msft/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "@microsoft/fast-figma-plugin-msft",
"entries": [
{
"date": "Tue, 23 Nov 2021 07:12:23 GMT",
"tag": "@microsoft/fast-figma-plugin-msft_v0.8.16",
"version": "0.8.16",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-components to v2.16.5",
"author": "john.kreitlow@microsoft.com",
"commit": "caa956557ea1d8b7722665d228898df629d46cc2",
"package": "@microsoft/fast-figma-plugin-msft"
}
]
}
},
{
"date": "Sun, 21 Nov 2021 07:10:36 GMT",
"tag": "@microsoft/fast-figma-plugin-msft_v0.8.16",
"version": "0.8.16",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-components to v2.16.4",
"author": "jes@microsoft.com",
"commit": "15b8789f5aff1852bfcd037cf5661c13ee8affea",
"package": "@microsoft/fast-figma-plugin-msft"
}
]
}
},
{
"date": "Sun, 14 Nov 2021 07:11:13 GMT",
"tag": "@microsoft/fast-figma-plugin-msft_v0.8.16",
Expand Down
18 changes: 17 additions & 1 deletion packages/tooling/fast-figma-plugin-msft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# Change Log - @microsoft/fast-figma-plugin-msft

This log was last generated on Sun, 14 Nov 2021 07:11:13 GMT and should not be manually modified.
This log was last generated on Tue, 23 Nov 2021 07:12:23 GMT and should not be manually modified.

<!-- Start content -->

## 0.8.16

Tue, 23 Nov 2021 07:12:23 GMT

### Patches

- Bump @microsoft/fast-components to v2.16.5 (john.kreitlow@microsoft.com)

## 0.8.16

Sun, 21 Nov 2021 07:10:36 GMT

### Patches

- Bump @microsoft/fast-components to v2.16.4 (jes@microsoft.com)

## 0.8.16

Sun, 14 Nov 2021 07:11:13 GMT

### Patches
Expand Down
2 changes: 1 addition & 1 deletion packages/tooling/fast-figma-plugin-msft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@microsoft/fast-colors": "^5.1.4",
"@microsoft/fast-components": "^2.16.3",
"@microsoft/fast-components": "^2.16.5",
"@microsoft/fast-components-react-msft": "^4.32.0",
"@microsoft/fast-components-styles-msft": "^4.29.0",
"@microsoft/fast-element": "^1.6.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/utilities/fast-react-wrapper/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/fast-react-wrapper",
"entries": [
{
"date": "Tue, 23 Nov 2021 07:12:23 GMT",
"tag": "@microsoft/fast-react-wrapper_v0.1.17",
"version": "0.1.17",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-foundation to v2.27.0",
"author": "john.kreitlow@microsoft.com",
"commit": "caa956557ea1d8b7722665d228898df629d46cc2",
"package": "@microsoft/fast-react-wrapper"
}
]
}
},
{
"date": "Wed, 17 Nov 2021 07:12:14 GMT",
"tag": "@microsoft/fast-react-wrapper_v0.1.16",
Expand Down
10 changes: 9 additions & 1 deletion packages/utilities/fast-react-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-react-wrapper

This log was last generated on Wed, 17 Nov 2021 07:12:14 GMT and should not be manually modified.
This log was last generated on Tue, 23 Nov 2021 07:12:23 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.17

Tue, 23 Nov 2021 07:12:23 GMT

### Patches

- Bump @microsoft/fast-foundation to v2.27.0 (john.kreitlow@microsoft.com)

## 0.1.16

Wed, 17 Nov 2021 07:12:14 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/fast-react-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-react-wrapper",
"description": "A utility for wrapping web components for use in React.",
"sideEffects": false,
"version": "0.1.16",
"version": "0.1.17",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"dependencies": {
"@microsoft/fast-element": "^1.6.2",
"@microsoft/fast-foundation": "^2.26.2"
"@microsoft/fast-foundation": "^2.27.0"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand Down
36 changes: 36 additions & 0 deletions packages/web-components/fast-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
{
"name": "@microsoft/fast-components",
"entries": [
{
"date": "Tue, 23 Nov 2021 07:12:23 GMT",
"tag": "@microsoft/fast-components_v2.16.5",
"version": "2.16.5",
"comments": {
"patch": [
{
"comment": "add `size` attribute to listbox element",
"author": "john.kreitlow@microsoft.com",
"commit": "caa956557ea1d8b7722665d228898df629d46cc2",
"package": "@microsoft/fast-components"
},
{
"comment": "fix: disabled flipper button clicks",
"author": "jes@microsoft.com",
"commit": "208eb38c6bd4099ddd340e250da677766951cd17",
"package": "@microsoft/fast-components"
}
]
}
},
{
"date": "Sun, 21 Nov 2021 07:10:36 GMT",
"tag": "@microsoft/fast-components_v2.16.4",
"version": "2.16.4",
"comments": {
"patch": [
{
"comment": "fix: proper css targeting for flipper",
"author": "jes@microsoft.com",
"commit": "15b8789f5aff1852bfcd037cf5661c13ee8affea",
"package": "@microsoft/fast-components"
}
]
}
},
{
"date": "Sun, 14 Nov 2021 07:11:13 GMT",
"tag": "@microsoft/fast-components_v2.16.3",
Expand Down
19 changes: 18 additions & 1 deletion packages/web-components/fast-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
# Change Log - @microsoft/fast-components

This log was last generated on Sun, 14 Nov 2021 07:11:13 GMT and should not be manually modified.
This log was last generated on Tue, 23 Nov 2021 07:12:23 GMT and should not be manually modified.

<!-- Start content -->

## 2.16.5

Tue, 23 Nov 2021 07:12:23 GMT

### Patches

- add `size` attribute to listbox element (john.kreitlow@microsoft.com)
- fix: disabled flipper button clicks (jes@microsoft.com)

## 2.16.4

Sun, 21 Nov 2021 07:10:36 GMT

### Patches

- fix: proper css targeting for flipper (jes@microsoft.com)

## 2.16.3

Sun, 14 Nov 2021 07:11:13 GMT
Expand Down
7 changes: 6 additions & 1 deletion packages/web-components/fast-components/__test__/harness.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ export const mochaHooks = {
},

async beforeEach() {
this.page = await this.browser.newPage();
this.page = await this.browser.newPage({
viewport: {
width: 1920,
height: 1080,
},
});
const fixtureUrl = FixtureURL || `http://localhost:${expressPort}/${fixture}`;
await this.page.goto(fixtureUrl);
},
Expand Down
Loading

0 comments on commit c8b3b68

Please sign in to comment.