Skip to content

Commit abc4a82

Browse files
author
Microsoft FAST Builds
committed
applying package updates
1 parent 27f65b9 commit abc4a82

9 files changed

Lines changed: 111 additions & 96 deletions

change/@microsoft-fast-html-4b14cb6d-f75d-477d-8c25-dace1cf1a7ee.json

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

change/@microsoft-fast-html-53ef8dcc-b1fe-4995-a1b8-0963b196187a.json

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

change/@microsoft-fast-html-8effa3be-3d65-4307-b8d9-a65580ac097c.json

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

change/@microsoft-fast-html-90d4b1e4-b272-4691-9b04-e6290ebc8b2f.json

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

package-lock.json

Lines changed: 2 additions & 2 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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
{
22
"name": "@microsoft/fast-html",
33
"entries": [
4+
{
5+
"date": "Wed, 15 Apr 2026 00:15:59 GMT",
6+
"version": "1.0.0-alpha.47",
7+
"tag": "@microsoft/fast-html_v1.0.0-alpha.47",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "7559015+janechu@users.noreply.github.com",
12+
"package": "@microsoft/fast-html",
13+
"commit": "1ea9e5e7780200cd90b199898074c50d6ac38119",
14+
"comment": "chore: add WebUI integration test pipeline for FAST HTML fixtures"
15+
},
16+
{
17+
"author": "7559015+janechu@users.noreply.github.com",
18+
"package": "@microsoft/fast-html",
19+
"commit": "dd4afe8fb8159381774edcdd9d430fc13bdba9f6",
20+
"comment": "chore: add empty array repeat fixture and parent-to-child attribute passing"
21+
},
22+
{
23+
"author": "7559015+janechu@users.noreply.github.com",
24+
"package": "@microsoft/fast-html",
25+
"commit": "f3cb104552a15d22421cb12b4e6cc86aa638990e",
26+
"comment": "chore: add when-false-with-repeat fixture to when tests"
27+
}
28+
],
29+
"prerelease": [
30+
{
31+
"author": "7559015+janechu@users.noreply.github.com",
32+
"package": "@microsoft/fast-html",
33+
"commit": "27f65b94f1594b511fabf2f2a04151378bd78fb9",
34+
"comment": "Add AttributeMap class for automatic @attr definitions on leaf template bindings"
35+
}
36+
]
37+
}
38+
},
439
{
540
"date": "Tue, 14 Apr 2026 00:15:09 GMT",
641
"version": "1.0.0-alpha.46",

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 Wed, 08 Apr 2026 00:19:56 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 15 Apr 2026 00:15:59 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.0.0-alpha.47
8+
9+
Wed, 15 Apr 2026 00:15:59 GMT
10+
11+
### Changes
12+
13+
- Add AttributeMap class for automatic @attr definitions on leaf template bindings (7559015+janechu@users.noreply.github.com)
14+
715
## 1.0.0-alpha.46
816

917
Wed, 08 Apr 2026 00:19:56 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.46",
3+
"version": "1.0.0-alpha.47",
44
"type": "module",
55
"author": {
66
"name": "Microsoft",
Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
{
2-
"name": "@microsoft/fast-test-harness",
3-
"private": true,
4-
"version": "0.0.1",
5-
"author": {
6-
"name": "Microsoft",
7-
"url": "https://discord.gg/FcSNfg4"
2+
"name": "@microsoft/fast-test-harness",
3+
"private": true,
4+
"version": "0.0.1",
5+
"author": {
6+
"name": "Microsoft",
7+
"url": "https://discord.gg/FcSNfg4"
8+
},
9+
"description": "Playwright testing harness for FAST web components",
10+
"license": "MIT",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/Microsoft/fast.git",
14+
"directory": "packages/fast-test-harness"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/Microsoft/fast/issues/new/choose"
18+
},
19+
"type": "module",
20+
"bin": {
21+
"fast-test-harness": "./start.mjs"
22+
},
23+
"exports": {
24+
".": {
25+
"types": "./dist/dts/index.d.ts",
26+
"test": "./src/index.ts",
27+
"default": "./dist/esm/index.js"
828
},
9-
"description": "Playwright testing harness for FAST web components",
10-
"license": "MIT",
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/Microsoft/fast.git",
14-
"directory": "packages/fast-test-harness"
29+
"./vite.config.mjs": {
30+
"default": "./vite.config.mjs"
1531
},
16-
"bugs": {
17-
"url": "https://github.com/Microsoft/fast/issues/new/choose"
32+
"./ssr/*.js": {
33+
"types": "./dist/dts/ssr/*.d.ts",
34+
"test": "./src/ssr/*.ts",
35+
"default": "./dist/esm/ssr/*.js"
1836
},
19-
"type": "module",
20-
"bin": {
21-
"fast-test-harness": "./start.mjs"
37+
"./playwright.config.ts": "./playwright.config.ts",
38+
"./public/*": "./public/*",
39+
"./server.mjs": "./server.mjs",
40+
"./start.mjs": "./start.mjs",
41+
"./package.json": "./package.json"
42+
},
43+
"scripts": {
44+
"build": "npm run build:tsc",
45+
"build:tsc": "tsc -p tsconfig.build.json"
46+
},
47+
"dependencies": {
48+
"express": "5.2.1"
49+
},
50+
"devDependencies": {
51+
"@microsoft/fast-html": "*",
52+
"@microsoft/fast-build": "*"
53+
},
54+
"peerDependencies": {
55+
"@microsoft/fast-build": ">=0.3.0",
56+
"@microsoft/fast-html": ">=1.0.0-alpha.47 <1.0.0",
57+
"@playwright/test": ">=1.40.0",
58+
"vite": ">=7.0.0"
59+
},
60+
"peerDependenciesMeta": {
61+
"@microsoft/fast-build": {
62+
"optional": true
2263
},
23-
"exports": {
24-
".": {
25-
"types": "./dist/dts/index.d.ts",
26-
"test": "./src/index.ts",
27-
"default": "./dist/esm/index.js"
28-
},
29-
"./vite.config.mjs": {
30-
"default": "./vite.config.mjs"
31-
},
32-
"./ssr/*.js": {
33-
"types": "./dist/dts/ssr/*.d.ts",
34-
"test": "./src/ssr/*.ts",
35-
"default": "./dist/esm/ssr/*.js"
36-
},
37-
"./playwright.config.ts": "./playwright.config.ts",
38-
"./public/*": "./public/*",
39-
"./server.mjs": "./server.mjs",
40-
"./start.mjs": "./start.mjs",
41-
"./package.json": "./package.json"
42-
},
43-
"scripts": {
44-
"build": "npm run build:tsc",
45-
"build:tsc": "tsc -p tsconfig.build.json"
46-
},
47-
"dependencies": {
48-
"express": "5.2.1"
49-
},
50-
"devDependencies": {
51-
"@microsoft/fast-html": "*",
52-
"@microsoft/fast-build": "*"
53-
},
54-
"peerDependencies": {
55-
"@microsoft/fast-build": ">=0.3.0",
56-
"@microsoft/fast-html": ">= 1.0.0-alpha.46 || ^1.0.0",
57-
"@playwright/test": ">=1.40.0",
58-
"vite": ">=7.0.0"
59-
},
60-
"peerDependenciesMeta": {
61-
"@microsoft/fast-build": {
62-
"optional": true
63-
},
64-
"@microsoft/fast-html": {
65-
"optional": true
66-
}
67-
},
68-
"engines": {
69-
"node": ">=22.18.0"
64+
"@microsoft/fast-html": {
65+
"optional": true
7066
}
67+
},
68+
"engines": {
69+
"node": ">=22.18.0"
70+
}
7171
}

0 commit comments

Comments
 (0)