Skip to content

Commit

Permalink
Merge branch 'master' into user/brianbrady/select-remove-prescriptive…
Browse files Browse the repository at this point in the history
…-rendering
  • Loading branch information
brianchristopherbrady authored Sep 21, 2023
2 parents 9124a78 + 6091f89 commit 274bab4
Show file tree
Hide file tree
Showing 24 changed files with 239 additions and 73 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/utilities/fast-benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"help": "node ./scripts/index.js --help"
},
"dependencies": {
"@microsoft/fast-element": "2.0.0-beta.25",
"@microsoft/fast-element": "2.0.0-beta.26",
"tachometer": "^0.7.0"
},
"devDependencies": {
Expand Down
23 changes: 23 additions & 0 deletions packages/utilities/fast-react-wrapper/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@microsoft/fast-react-wrapper",
"entries": [
{
"date": "Fri, 18 Aug 2023 00:04:39 GMT",
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.27",
"version": "1.0.0-alpha.27",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@microsoft/fast-react-wrapper",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
"comment": "fix test to use fast-element package export with extension"
}
],
"prerelease": [
{
"author": "beachball",
"package": "@microsoft/fast-react-wrapper",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.26",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46"
}
]
}
},
{
"date": "Sat, 12 Aug 2023 00:26:35 GMT",
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.26",
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 Sat, 12 Aug 2023 00:26:35 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 00:04:39 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.27

Fri, 18 Aug 2023 00:04:39 GMT

### Changes

- Bump @microsoft/fast-element to v2.0.0-beta.26

## 1.0.0-alpha.26

Sat, 12 Aug 2023 00:26:35 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": "1.0.0-alpha.26",
"version": "1.0.0-alpha.27",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -83,7 +83,7 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0-beta.25"
"@microsoft/fast-element": "^2.0.0-beta.26"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand Down
21 changes: 21 additions & 0 deletions packages/web-components/fast-element/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@microsoft/fast-element",
"entries": [
{
"date": "Fri, 18 Aug 2023 00:04:40 GMT",
"tag": "@microsoft/fast-element_v2.0.0-beta.26",
"version": "2.0.0-beta.26",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@microsoft/fast-element",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
"comment": "BREAKING: update fast-element export paths to include extensions"
},
{
"author": "[email protected]",
"package": "@microsoft/fast-element",
"commit": "8a23a94530ec7e6fb269c149bd70ca97e662dbf4",
"comment": "update fast-element exports to be explicit"
}
]
}
},
{
"date": "Sat, 12 Aug 2023 00:26:36 GMT",
"tag": "@microsoft/fast-element_v2.0.0-beta.25",
Expand Down
11 changes: 10 additions & 1 deletion packages/web-components/fast-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @microsoft/fast-element

This log was last generated on Sat, 12 Aug 2023 00:26:36 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 00:04:40 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.0-beta.26

Fri, 18 Aug 2023 00:04:40 GMT

### Changes

- BREAKING: update fast-element export paths to include extensions ([email protected])
- update fast-element exports to be explicit ([email protected])

## 2.0.0-beta.25

Sat, 12 Aug 2023 00:26:36 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/fast-element/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/fast-element",
"description": "A library for constructing Web Components",
"version": "2.0.0-beta.25",
"version": "2.0.0-beta.26",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
48 changes: 48 additions & 0 deletions packages/web-components/fast-foundation/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,54 @@
{
"name": "@microsoft/fast-foundation",
"entries": [
{
"date": "Fri, 18 Aug 2023 22:48:12 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.31",
"version": "3.0.0-alpha.31",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "d4d8c961b3ad5262924120070057ad6554dfdcb9",
"comment": "export patterns from foundation as package export"
}
]
}
},
{
"date": "Fri, 18 Aug 2023 00:04:39 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.30",
"version": "3.0.0-alpha.30",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
"comment": "update fast-element export paths to include extensions"
},
{
"author": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "98a726cdb9d1b0dd5deaa7cb61ef2c23f4758585",
"comment": "add export paths with extensions for each fast-foundation component and utilities"
},
{
"author": "[email protected]",
"package": "@microsoft/fast-foundation",
"commit": "4f0377849de66bd69ac69c1cc7c0ff5bbe7ebbfd",
"comment": "fix: change public static methods for listbox and data grid to not be fat arrow fns"
},
{
"author": "beachball",
"package": "@microsoft/fast-foundation",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.26",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46"
}
]
}
},
{
"date": "Sat, 12 Aug 2023 00:26:35 GMT",
"tag": "@microsoft/fast-foundation_v3.0.0-alpha.29",
Expand Down
21 changes: 20 additions & 1 deletion packages/web-components/fast-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
# Change Log - @microsoft/fast-foundation

This log was last generated on Sat, 12 Aug 2023 00:26:35 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 22:48:12 GMT and should not be manually modified.

<!-- Start content -->

## 3.0.0-alpha.31

Fri, 18 Aug 2023 22:48:12 GMT

### Changes

- export patterns from foundation as package export ([email protected])

## 3.0.0-alpha.30

Fri, 18 Aug 2023 00:04:39 GMT

### Changes

- update fast-element export paths to include extensions ([email protected])
- add export paths with extensions for each fast-foundation component and utilities ([email protected])
- fix: change public static methods for listbox and data grid to not be fat arrow fns ([email protected])
- Bump @microsoft/fast-element to v2.0.0-beta.26

## 3.0.0-alpha.29

Sat, 12 Aug 2023 00:26:35 GMT
Expand Down
8 changes: 6 additions & 2 deletions packages/web-components/fast-foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-foundation",
"description": "A library of Web Component building blocks",
"sideEffects": false,
"version": "3.0.0-alpha.29",
"version": "3.0.0-alpha.31",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -210,6 +210,10 @@
"types": "./dist/dts/utilities/index.d.ts",
"default": "./dist/esm/utilities/index.js"
},
"./patterns.js": {
"types": "./dist/dts/patterns/index.d.ts",
"default": "./dist/esm/patterns/index.js"
},
"./custom-elements.json": "./dist/custom-elements.json",
"./design-token-core.js": {
"types": "./dist/dts/design-token/core/exports.d.ts",
Expand Down Expand Up @@ -280,7 +284,7 @@
},
"dependencies": {
"@floating-ui/dom": "^1.0.3",
"@microsoft/fast-element": "2.0.0-beta.25",
"@microsoft/fast-element": "2.0.0-beta.26",
"@microsoft/fast-web-utilities": "^6.0.0",
"tabbable": "^5.2.0",
"tslib": "^2.4.0"
Expand Down
21 changes: 21 additions & 0 deletions packages/web-components/fast-router/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@microsoft/fast-router",
"entries": [
{
"date": "Fri, 18 Aug 2023 00:04:39 GMT",
"tag": "@microsoft/fast-router_v1.0.0-alpha.26",
"version": "1.0.0-alpha.26",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@microsoft/fast-router",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46",
"comment": "update fast-element export paths to include extensions"
},
{
"author": "beachball",
"package": "@microsoft/fast-router",
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.26",
"commit": "2dab94c0eda05bee7c4b497e68951d79d6fcbe46"
}
]
}
},
{
"date": "Sat, 12 Aug 2023 00:26:36 GMT",
"tag": "@microsoft/fast-router_v1.0.0-alpha.25",
Expand Down
11 changes: 10 additions & 1 deletion packages/web-components/fast-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @microsoft/fast-router

This log was last generated on Sat, 12 Aug 2023 00:26:36 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 00:04:39 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.26

Fri, 18 Aug 2023 00:04:39 GMT

### Changes

- update fast-element export paths to include extensions ([email protected])
- Bump @microsoft/fast-element to v2.0.0-beta.26

## 1.0.0-alpha.25

Sat, 12 Aug 2023 00:26:36 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/fast-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-router",
"description": "A web-components-based router.",
"sideEffects": false,
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -80,6 +80,6 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0-beta.25"
"@microsoft/fast-element": "^2.0.0-beta.26"
}
}
Loading

0 comments on commit 274bab4

Please sign in to comment.