@backstage/plugin-techdocs-react 1.0.1-next.1 → 1.0.1
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/CHANGELOG.md +14 -0
- package/alpha/package.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-react
|
|
2
2
|
|
|
3
|
+
## 1.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3b45ad701f: Creates a `TechDocsShadowDom` component that takes a tree of elements and an `onAppend` handler:
|
|
8
|
+
|
|
9
|
+
- Calls the `onAppend` handler when appending the element tree to the shadow root;
|
|
10
|
+
- Also dispatches an event when styles are loaded to let transformers know that the computed styles are ready to be consumed.
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @backstage/core-components@0.9.5
|
|
14
|
+
- @backstage/core-plugin-api@1.0.3
|
|
15
|
+
- @backstage/catalog-model@1.0.3
|
|
16
|
+
|
|
3
17
|
## 1.0.1-next.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-react",
|
|
3
3
|
"description": "Shared frontend utilities for TechDocs and Addons",
|
|
4
|
-
"version": "1.0.1
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"start": "backstage-cli package start"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@backstage/catalog-model": "^1.0.3
|
|
39
|
-
"@backstage/core-components": "^0.9.5
|
|
40
|
-
"@backstage/core-plugin-api": "^1.0.3
|
|
38
|
+
"@backstage/catalog-model": "^1.0.3",
|
|
39
|
+
"@backstage/core-components": "^0.9.5",
|
|
40
|
+
"@backstage/core-plugin-api": "^1.0.3",
|
|
41
41
|
"@backstage/version-bridge": "^1.0.1",
|
|
42
42
|
"@material-ui/core": "^4.12.2",
|
|
43
43
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"react": "^16.13.1 || ^17.0.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@backstage/test-utils": "^1.1.1
|
|
56
|
+
"@backstage/test-utils": "^1.1.1",
|
|
57
57
|
"@backstage/theme": "^0.2.15",
|
|
58
58
|
"@testing-library/jest-dom": "^5.10.1",
|
|
59
59
|
"@testing-library/react": "^12.1.3",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"alpha",
|
|
64
64
|
"dist"
|
|
65
65
|
],
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "e42cb3887e41f756c16380d757d93feda27f40ee"
|
|
67
67
|
}
|