@microsoft/fast-element 2.8.3 → 2.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +1 -1
- package/CHANGELOG.json +31 -1
- package/CHANGELOG.md +10 -2
- package/api-extractor.context.json +1 -1
- package/api-extractor.di.json +1 -1
- package/package.json +7 -6
package/.eslintrc.json
CHANGED
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@microsoft/fast-element",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 01 Dec 2025 18:45:37 GMT",
|
|
6
|
+
"version": "2.8.4",
|
|
7
|
+
"tag": "@microsoft/fast-element_v2.8.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "mmansour@microsoft.com",
|
|
12
|
+
"package": "@microsoft/fast-element",
|
|
13
|
+
"commit": "ed14307460fecef6636c0402199528f1db2cf97d",
|
|
14
|
+
"comment": "chore: add interfaces to sideEffects"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Sun, 16 Nov 2025 07:14:24 GMT",
|
|
21
|
+
"version": "2.8.3",
|
|
22
|
+
"tag": "@microsoft/fast-element_v2.8.3",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "13071055+chrisdholt@users.noreply.github.com",
|
|
27
|
+
"package": "@microsoft/fast-element",
|
|
28
|
+
"commit": "acbdd78666f70b0b49dc99f61b71af7c0b3e259e",
|
|
29
|
+
"comment": "chore: flatten repository package structure"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Wed, 12 Nov 2025 20:41:54 GMT",
|
|
6
36
|
"version": "2.8.3",
|
|
7
37
|
"tag": "@microsoft/fast-element_v2.8.3",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @microsoft/fast-element
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Mon, 01 Dec 2025 18:45:37 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.8.4
|
|
8
|
+
|
|
9
|
+
Mon, 01 Dec 2025 18:45:37 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- chore: add interfaces to sideEffects (mmansour@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 2.8.3
|
|
8
16
|
|
|
9
|
-
Wed, 12 Nov 2025 20:41:
|
|
17
|
+
Wed, 12 Nov 2025 20:41:54 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "
|
|
3
|
+
"extends": "../../api-extractor.json",
|
|
4
4
|
"mainEntryPointFilePath": "./dist/dts/context.d.ts",
|
|
5
5
|
"apiReport": {
|
|
6
6
|
"enabled": true,
|
package/api-extractor.di.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "
|
|
3
|
+
"extends": "../../api-extractor.json",
|
|
4
4
|
"mainEntryPointFilePath": "./dist/dts/di/di.d.ts",
|
|
5
5
|
"apiReport": {
|
|
6
6
|
"enabled": true,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/fast-element",
|
|
3
3
|
"description": "A library for constructing Web Components",
|
|
4
|
-
"version": "2.8.
|
|
4
|
+
"version": "2.8.4",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Microsoft",
|
|
7
7
|
"url": "https://discord.gg/FcSNfg4"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "git+https://github.com/Microsoft/fast.git",
|
|
14
|
-
"directory": "packages/
|
|
14
|
+
"directory": "packages/fast-element"
|
|
15
15
|
},
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/Microsoft/fast/issues/new/choose"
|
|
@@ -97,11 +97,12 @@
|
|
|
97
97
|
"./dist/esm/debug.js",
|
|
98
98
|
"./dist/esm/polyfills.js",
|
|
99
99
|
"./dist/esm/components/install-hydration.js",
|
|
100
|
-
"./dist/esm/templating/install-hydratable-view-templates.js"
|
|
100
|
+
"./dist/esm/templating/install-hydratable-view-templates.js",
|
|
101
|
+
"./dist/esm/interfaces.js"
|
|
101
102
|
],
|
|
102
103
|
"scripts": {
|
|
103
104
|
"benchmark": "npm run clean:dist && npm run build && node ./scripts/run-benchmarks",
|
|
104
|
-
"clean:dist": "node
|
|
105
|
+
"clean:dist": "node ../../build/clean.js dist",
|
|
105
106
|
"doc": "api-extractor run --local",
|
|
106
107
|
"doc:ci": "api-extractor run",
|
|
107
108
|
"doc:exports": "node ./scripts/run-api-extractor.js",
|
|
@@ -112,8 +113,8 @@
|
|
|
112
113
|
"dev": "tsc -p ./tsconfig.json -w",
|
|
113
114
|
"tdd": "npm run dev & npm run test-chrome:watch",
|
|
114
115
|
"prepublishOnly": "npm run clean:dist && npm run build",
|
|
115
|
-
"prettier": "prettier --config
|
|
116
|
-
"prettier:diff": "prettier --config
|
|
116
|
+
"prettier": "prettier --config ../../.prettierrc --write \"**/*.ts\"",
|
|
117
|
+
"prettier:diff": "prettier --config ../../.prettierrc \"**/*.ts\" --list-different",
|
|
117
118
|
"eslint": "eslint . --ext .ts",
|
|
118
119
|
"eslint:fix": "eslint . --ext .ts --fix",
|
|
119
120
|
"test": "npm run eslint && npm run test-chrome:verbose && npm run doc:ci && npm run doc:exports:ci",
|