@backstage/plugin-techdocs-react 0.0.0-nightly-20220524024614 → 0.0.0-nightly-20220525024352

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
- ## 0.0.0-nightly-20220524024614
3
+ ## 0.0.0-nightly-20220525024352
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,7 +10,19 @@
10
10
  - Also dispatches an event when styles are loaded to let transformers know that the computed styles are ready to be consumed.
11
11
 
12
12
  - Updated dependencies
13
- - @backstage/core-components@0.0.0-nightly-20220524024614
13
+ - @backstage/core-components@0.0.0-nightly-20220525024352
14
+
15
+ ## 1.0.1-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - 3b45ad701f: Creates a `TechDocsShadowDom` component that takes a tree of elements and an `onAppend` handler:
20
+
21
+ - Calls the `onAppend` handler when appending the element tree to the shadow root;
22
+ - Also dispatches an event when styles are loaded to let transformers know that the computed styles are ready to be consumed.
23
+
24
+ - Updated dependencies
25
+ - @backstage/core-components@0.9.5-next.0
14
26
 
15
27
  ## 1.0.0
16
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20220524024614",
3
+ "version": "0.0.0-nightly-20220525024352",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
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": "0.0.0-nightly-20220524024614",
4
+ "version": "0.0.0-nightly-20220525024352",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@backstage/catalog-model": "^1.0.2",
39
- "@backstage/core-components": "^0.0.0-nightly-20220524024614",
39
+ "@backstage/core-components": "^0.0.0-nightly-20220525024352",
40
40
  "@backstage/core-plugin-api": "^1.0.2",
41
41
  "@backstage/version-bridge": "^1.0.1",
42
42
  "@material-ui/core": "^4.12.2",