Skip to content

Commit f80cfee

Browse files
authored
Merge branch 'main' into users/janechu/add-bool-attr-prop-reflection
2 parents 91070ad + 55c8d9c commit f80cfee

5 files changed

Lines changed: 39 additions & 22 deletions

File tree

change/@microsoft-fast-html-4a752ba8-f1b5-4084-b6be-e79449ff7adf.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fast-html/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/fast-html",
33
"entries": [
4+
{
5+
"date": "Tue, 31 Mar 2026 00:03:50 GMT",
6+
"version": "1.0.0-alpha.43",
7+
"tag": "@microsoft/fast-html_v1.0.0-alpha.43",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "7559015+janechu@users.noreply.github.com",
12+
"package": "@microsoft/fast-html",
13+
"commit": "b300d5aab3532c5067b53ea220a8f7d6f52ecfdf",
14+
"comment": "fix(fast-html): update observer maps to not assume arrays of undefined types are objects"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 26 Mar 2026 00:04:08 GMT",
621
"version": "1.0.0-alpha.42",

packages/fast-html/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @microsoft/fast-html
22

3-
<!-- This log was last generated on Thu, 26 Mar 2026 00:04:08 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 31 Mar 2026 00:03:50 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.0.0-alpha.43
8+
9+
Tue, 31 Mar 2026 00:03:50 GMT
10+
11+
### Changes
12+
13+
- fix(fast-html): update observer maps to not assume arrays of undefined types are objects (7559015+janechu@users.noreply.github.com)
14+
715
## 1.0.0-alpha.42
816

917
Thu, 26 Mar 2026 00:04:08 GMT

packages/fast-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/fast-html",
3-
"version": "1.0.0-alpha.42",
3+
"version": "1.0.0-alpha.43",
44
"type": "module",
55
"author": {
66
"name": "Microsoft",

0 commit comments

Comments
 (0)