@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "1.0.1-next.1",
3
+ "version": "1.0.1",
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": "1.0.1-next.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-next.0",
39
- "@backstage/core-components": "^0.9.5-next.1",
40
- "@backstage/core-plugin-api": "^1.0.3-next.0",
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-next.0",
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": "e15c24ddb5d14034629ced8a5a5d8f12b8f1a7dd"
66
+ "gitHead": "e42cb3887e41f756c16380d757d93feda27f40ee"
67
67
  }