Skip to content

Commit

Permalink
Merge branch 'master' into dialog-events
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers authored Sep 1, 2021
2 parents 8f5be14 + 397d02d commit 585f3c0
Show file tree
Hide file tree
Showing 67 changed files with 1,300 additions and 272 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Add viewport lock to tooltip",
"packageName": "@microsoft/fast-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "add viewport lock to tooltip",
"packageName": "@microsoft/fast-foundation",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "patch",
"comment": "add up/down key support to number-field",
"comment": "don't block all keys while focused",
"packageName": "@microsoft/fast-foundation",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down

This file was deleted.

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": "Mon, 30 Aug 2021 22:30:39 GMT",
"tag": "@microsoft/fast-figma-plugin-msft_v0.8.16",
"version": "0.8.16",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-components to v2.7.3",
"author": "[email protected]",
"commit": "c4fe4d0706dae02bc2d4c8ea37dafe6c79c03075",
"package": "@microsoft/fast-figma-plugin-msft"
}
]
}
},
{
"date": "Fri, 27 Aug 2021 14:14:26 GMT",
"tag": "@microsoft/fast-figma-plugin-msft_v0.8.16",
"version": "0.8.16",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-element to v1.5.0",
"author": "[email protected]",
"commit": "e498f1e35232169d2bf80e366350d0cde812d76d",
"package": "@microsoft/fast-figma-plugin-msft"
}
]
}
},
{
"date": "Thu, 26 Aug 2021 07:17:43 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 Thu, 26 Aug 2021 07:17:43 GMT and should not be manually modified.
This log was last generated on Mon, 30 Aug 2021 22:30:39 GMT and should not be manually modified.

<!-- Start content -->

## 0.8.16

Mon, 30 Aug 2021 22:30:39 GMT

### Patches

- Bump @microsoft/fast-components to v2.7.3 ([email protected])

## 0.8.16

Fri, 27 Aug 2021 14:14:26 GMT

### Patches

- Bump @microsoft/fast-element to v1.5.0 ([email protected])

## 0.8.16

Thu, 26 Aug 2021 07:17:43 GMT

### Patches
Expand Down
4 changes: 2 additions & 2 deletions packages/tooling/fast-figma-plugin-msft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@microsoft/fast-colors": "^5.1.3",
"@microsoft/fast-components": "^2.7.1",
"@microsoft/fast-components": "^2.7.3",
"@microsoft/fast-components-react-msft": "^4.32.0",
"@microsoft/fast-components-styles-msft": "^4.29.0",
"@microsoft/fast-element": "^1.4.2",
"@microsoft/fast-element": "^1.5.0",
"@types/figma": "^1.0.2",
"@types/node": "^10.12.12",
"@types/react": "^16.9.17",
Expand Down
30 changes: 30 additions & 0 deletions packages/tooling/fast-tooling-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "@microsoft/fast-tooling-react",
"entries": [
{
"date": "Mon, 30 Aug 2021 22:30:39 GMT",
"tag": "@microsoft/fast-tooling-react_v2.10.14",
"version": "2.10.14",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-tooling to v0.27.7",
"author": "[email protected]",
"commit": "c4fe4d0706dae02bc2d4c8ea37dafe6c79c03075",
"package": "@microsoft/fast-tooling-react"
}
]
}
},
{
"date": "Fri, 27 Aug 2021 14:14:26 GMT",
"tag": "@microsoft/fast-tooling-react_v2.10.13",
"version": "2.10.13",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-tooling to v0.27.6",
"author": "[email protected]",
"commit": "e498f1e35232169d2bf80e366350d0cde812d76d",
"package": "@microsoft/fast-tooling-react"
}
]
}
},
{
"date": "Thu, 26 Aug 2021 07:17:43 GMT",
"tag": "@microsoft/fast-tooling-react_v2.10.12",
Expand Down
18 changes: 17 additions & 1 deletion packages/tooling/fast-tooling-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Change Log - @microsoft/fast-tooling-react

This log was last generated on Thu, 26 Aug 2021 07:17:43 GMT and should not be manually modified.
This log was last generated on Mon, 30 Aug 2021 22:30:39 GMT and should not be manually modified.

<!-- Start content -->

## 2.10.14

Mon, 30 Aug 2021 22:30:39 GMT

### Patches

- Bump @microsoft/fast-tooling to v0.27.7 ([email protected])

## 2.10.13

Fri, 27 Aug 2021 14:14:26 GMT

### Patches

- Bump @microsoft/fast-tooling to v0.27.6 ([email protected])

## 2.10.12

Thu, 26 Aug 2021 07:17:43 GMT
Expand Down
10 changes: 5 additions & 5 deletions packages/tooling/fast-tooling-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-tooling-react",
"description": "A React-specific set of components and utilities to assist in creating web UI",
"sideEffects": false,
"version": "2.10.12",
"version": "2.10.14",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -113,14 +113,14 @@
},
"dependencies": {
"@microsoft/fast-colors": "^5.1.3",
"@microsoft/fast-components": "^2.7.1",
"@microsoft/fast-components": "^2.7.3",
"@microsoft/fast-components-class-name-contracts-base": "^4.8.0",
"@microsoft/fast-components-foundation-react": "^3.2.0",
"@microsoft/fast-element": "^1.4.2",
"@microsoft/fast-foundation": "^2.7.1",
"@microsoft/fast-element": "^1.5.0",
"@microsoft/fast-foundation": "^2.8.1",
"@microsoft/fast-jss-manager-react": "^4.8.0",
"@microsoft/fast-jss-utilities": "^4.8.0",
"@microsoft/fast-tooling": "^0.27.5",
"@microsoft/fast-tooling": "^0.27.7",
"@microsoft/fast-web-utilities": "^4.8.0",
"@skatejs/val": "^0.5.0",
"exenv-es6": "^1.0.0",
Expand Down
30 changes: 30 additions & 0 deletions packages/tooling/fast-tooling/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "@microsoft/fast-tooling",
"entries": [
{
"date": "Mon, 30 Aug 2021 22:30:39 GMT",
"tag": "@microsoft/fast-tooling_v0.27.7",
"version": "0.27.7",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-foundation to v2.8.1",
"author": "[email protected]",
"commit": "c4fe4d0706dae02bc2d4c8ea37dafe6c79c03075",
"package": "@microsoft/fast-tooling"
}
]
}
},
{
"date": "Fri, 27 Aug 2021 14:14:26 GMT",
"tag": "@microsoft/fast-tooling_v0.27.6",
"version": "0.27.6",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-element to v1.5.0",
"author": "[email protected]",
"commit": "e498f1e35232169d2bf80e366350d0cde812d76d",
"package": "@microsoft/fast-tooling"
}
]
}
},
{
"date": "Thu, 26 Aug 2021 07:17:43 GMT",
"tag": "@microsoft/fast-tooling_v0.27.5",
Expand Down
18 changes: 17 additions & 1 deletion packages/tooling/fast-tooling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Change Log - @microsoft/fast-tooling

This log was last generated on Thu, 26 Aug 2021 07:17:43 GMT and should not be manually modified.
This log was last generated on Mon, 30 Aug 2021 22:30:39 GMT and should not be manually modified.

<!-- Start content -->

## 0.27.7

Mon, 30 Aug 2021 22:30:39 GMT

### Patches

- Bump @microsoft/fast-foundation to v2.8.1 ([email protected])

## 0.27.6

Fri, 27 Aug 2021 14:14:26 GMT

### Patches

- Bump @microsoft/fast-element to v1.5.0 ([email protected])

## 0.27.5

Thu, 26 Aug 2021 07:17:43 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/tooling/fast-tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-tooling",
"description": "A set of utilities to assist in creating web UI",
"sideEffects": false,
"version": "0.27.5",
"version": "0.27.7",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -97,9 +97,9 @@
},
"dependencies": {
"@microsoft/fast-colors": "^5.1.3",
"@microsoft/fast-components": "^2.7.1",
"@microsoft/fast-element": "^1.4.2",
"@microsoft/fast-foundation": "^2.7.1",
"@microsoft/fast-components": "^2.7.3",
"@microsoft/fast-element": "^1.5.0",
"@microsoft/fast-foundation": "^2.8.1",
"@microsoft/fast-web-utilities": "^4.8.0",
"vscode-html-languageservice": "^3.1.3"
}
Expand Down
30 changes: 30 additions & 0 deletions packages/web-components/fast-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "@microsoft/fast-components",
"entries": [
{
"date": "Mon, 30 Aug 2021 22:30:39 GMT",
"tag": "@microsoft/fast-components_v2.7.3",
"version": "2.7.3",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-foundation to v2.8.1",
"author": "[email protected]",
"commit": "c4fe4d0706dae02bc2d4c8ea37dafe6c79c03075",
"package": "@microsoft/fast-components"
}
]
}
},
{
"date": "Fri, 27 Aug 2021 14:14:26 GMT",
"tag": "@microsoft/fast-components_v2.7.2",
"version": "2.7.2",
"comments": {
"patch": [
{
"comment": "Bump @microsoft/fast-element to v1.5.0",
"author": "[email protected]",
"commit": "e498f1e35232169d2bf80e366350d0cde812d76d",
"package": "@microsoft/fast-components"
}
]
}
},
{
"date": "Thu, 26 Aug 2021 07:17:43 GMT",
"tag": "@microsoft/fast-components_v2.7.1",
Expand Down
18 changes: 17 additions & 1 deletion packages/web-components/fast-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Change Log - @microsoft/fast-components

This log was last generated on Thu, 26 Aug 2021 07:17:43 GMT and should not be manually modified.
This log was last generated on Mon, 30 Aug 2021 22:30:39 GMT and should not be manually modified.

<!-- Start content -->

## 2.7.3

Mon, 30 Aug 2021 22:30:39 GMT

### Patches

- Bump @microsoft/fast-foundation to v2.8.1 ([email protected])

## 2.7.2

Fri, 27 Aug 2021 14:14:26 GMT

### Patches

- Bump @microsoft/fast-element to v1.5.0 ([email protected])

## 2.7.1

Thu, 26 Aug 2021 07:17:43 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/web-components/fast-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-components",
"description": "A library of Web Components",
"sideEffects": false,
"version": "2.7.1",
"version": "2.7.3",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -111,8 +111,8 @@
},
"dependencies": {
"@microsoft/fast-colors": "^5.1.3",
"@microsoft/fast-element": "^1.4.2",
"@microsoft/fast-foundation": "^2.7.1",
"@microsoft/fast-element": "^1.5.0",
"@microsoft/fast-foundation": "^2.8.1",
"@microsoft/fast-web-utilities": "^4.8.0",
"tslib": "^1.13.0",
"vscode-html-languageservice": "^4.0.3"
Expand Down
Loading

0 comments on commit 585f3c0

Please sign in to comment.