-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into users/bheston/foundation-start-end-add
- Loading branch information
Showing
115 changed files
with
1,290 additions
and
372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-element-00081d16-c6c4-4ceb-9f3e-83e02b28b92a.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-element-44cfe95a-1f60-4e2e-a3f1-1d02aba63bab.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-240d2dac-2fd1-4e5f-a760-03c9e5505330.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-7d8d0430-523b-473a-af77-e2bcf0bc6e38.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-b1cdc933-e7be-42e8-8d85-95a5af001f1a.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-c935a253-e2ce-42db-a6fd-50b3adbd8839.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-react-wrapper-cf03dab8-c553-4726-abe3-112e2aa326bb.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-react-wrapper-f0641810-496b-4919-86c8-8eb511244a49.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
import { html } from "@microsoft/fast-element"; | ||
import { twoWay } from "@microsoft/fast-element/binding/two-way"; | ||
import { twoWay } from "@microsoft/fast-element/binding/two-way.js"; | ||
import type { TodoForm } from "./todo-form.js"; | ||
|
||
export const template = html<TodoForm>` | ||
<form @submit=${x => x.submitTodo()}> | ||
<input type="text" :value=${twoWay(x => x.description, "input")} /> | ||
<button type="submit" ?disabled=${x => !x.description}> | ||
Add Todo | ||
</button> | ||
<button type="submit" ?disabled=${x => !x.description}>Add Todo</button> | ||
</form> | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,58 @@ | ||
{ | ||
"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", | ||
"version": "1.0.0-alpha.26", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@microsoft/fast-react-wrapper", | ||
"commit": "fc98190c6bfb9fabe0988e89daca1c0f64f6e7c8", | ||
"comment": "adds missing types as a dev dependency" | ||
} | ||
], | ||
"prerelease": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@microsoft/fast-react-wrapper", | ||
"commit": "0f8fc2505445be626e55e1e1b28956c2ff3a722e", | ||
"comment": "add displayName to react wrapper" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@microsoft/fast-react-wrapper", | ||
"comment": "Bump @microsoft/fast-element to v2.0.0-beta.25", | ||
"commit": "2297004e14386b5a689ba96361f8d8eebee69cd8" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 16 Jun 2023 18:17:13 GMT", | ||
"tag": "@microsoft/fast-react-wrapper_v1.0.0-alpha.25", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,26 @@ | ||
# Change Log - @microsoft/fast-react-wrapper | ||
|
||
This log was last generated on Fri, 16 Jun 2023 18:17:13 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 | ||
|
||
### Changes | ||
|
||
- add displayName to react wrapper ([email protected]) | ||
- Bump @microsoft/fast-element to v2.0.0-beta.25 | ||
|
||
## 1.0.0-alpha.25 | ||
|
||
Fri, 16 Jun 2023 18:17:13 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,48 @@ | ||
{ | ||
"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", | ||
"version": "2.0.0-beta.25", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@microsoft/fast-element", | ||
"commit": "ff0b93a7fb4ca416629f51cc233078494aaf5f60", | ||
"comment": "Prevent notification of array splices when operation does not mutate array values" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@microsoft/fast-element", | ||
"commit": "9f6451f7e7c121d76e2ead6f50f77c312a0157f7", | ||
"comment": "Adds volatile binding support for JavaScript optional chaining syntax" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 16 Jun 2023 18:17:12 GMT", | ||
"tag": "@microsoft/fast-element_v2.0.0-beta.24", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,27 @@ | ||
# Change Log - @microsoft/fast-element | ||
|
||
This log was last generated on Fri, 16 Jun 2023 18:17:12 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 | ||
|
||
### Changes | ||
|
||
- Prevent notification of array splices when operation does not mutate array values ([email protected]) | ||
- Adds volatile binding support for JavaScript optional chaining syntax ([email protected]) | ||
|
||
## 2.0.0-beta.24 | ||
|
||
Fri, 16 Jun 2023 18:17:12 GMT | ||
|
Oops, something went wrong.