@backstage/plugin-techdocs 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 +32 -5
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220525024352
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -20,10 +20,37 @@
|
|
|
20
20
|
- 816f7475ec: Convert `sanitizeDOM` transformer to hook as part of code readability improvements in dom file.
|
|
21
21
|
- 50ff56a80f: Change the `EntityDocsPage` path to be more specific and also add integration tests for `sub-routes` on this page.
|
|
22
22
|
- Updated dependencies
|
|
23
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
24
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
25
|
-
- @backstage/integration@0.0.0-nightly-
|
|
26
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
23
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20220525024352
|
|
24
|
+
- @backstage/core-components@0.0.0-nightly-20220525024352
|
|
25
|
+
- @backstage/integration@0.0.0-nightly-20220525024352
|
|
26
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20220525024352
|
|
27
|
+
- @backstage/integration-react@0.0.0-nightly-20220525024352
|
|
28
|
+
|
|
29
|
+
## 1.1.2-next.0
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- 881fbd7e8d: Fix `EntityTechdocsContent` component to use objects instead of `<Route>` elements, otherwise "outlet" will be null on sub-pages and add-ons won't render.
|
|
34
|
+
- 17c059dfd0: Restructures reader style transformations to improve code readability:
|
|
35
|
+
|
|
36
|
+
- Extracts the style rules to separate files;
|
|
37
|
+
- Creates a hook that processes each rule;
|
|
38
|
+
- And creates another hook that returns a transformer responsible for injecting them into the head tag of a given element.
|
|
39
|
+
|
|
40
|
+
- 3b45ad701f: Packages a set of tweaks to the TechDocs addons rendering process:
|
|
41
|
+
|
|
42
|
+
- Prevents displaying sidebars until page styles are loaded and the sidebar position is updated;
|
|
43
|
+
- Prevents new sidebar locations from being created every time the reader page is rendered if these locations already exist;
|
|
44
|
+
- Centers the styles loaded event to avoid having multiple locations setting the opacity style in Shadow Dom causing the screen to flash multiple times.
|
|
45
|
+
|
|
46
|
+
- 816f7475ec: Convert `sanitizeDOM` transformer to hook as part of code readability improvements in dom file.
|
|
47
|
+
- 50ff56a80f: Change the `EntityDocsPage` path to be more specific and also add integration tests for `sub-routes` on this page.
|
|
48
|
+
- Updated dependencies
|
|
49
|
+
- @backstage/plugin-catalog-react@1.1.1-next.0
|
|
50
|
+
- @backstage/core-components@0.9.5-next.0
|
|
51
|
+
- @backstage/integration@1.2.1-next.0
|
|
52
|
+
- @backstage/plugin-techdocs-react@1.0.1-next.0
|
|
53
|
+
- @backstage/integration-react@1.1.1-next.0
|
|
27
54
|
|
|
28
55
|
## 1.1.1
|
|
29
56
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
3
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220525024352",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@backstage/catalog-model": "^1.0.2",
|
|
39
39
|
"@backstage/config": "^1.0.1",
|
|
40
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
40
|
+
"@backstage/core-components": "^0.0.0-nightly-20220525024352",
|
|
41
41
|
"@backstage/core-plugin-api": "^1.0.2",
|
|
42
42
|
"@backstage/errors": "^1.0.0",
|
|
43
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
44
|
-
"@backstage/integration-react": "^
|
|
45
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
43
|
+
"@backstage/integration": "^0.0.0-nightly-20220525024352",
|
|
44
|
+
"@backstage/integration-react": "^0.0.0-nightly-20220525024352",
|
|
45
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20220525024352",
|
|
46
46
|
"@backstage/plugin-search-common": "^0.3.4",
|
|
47
47
|
"@backstage/plugin-search-react": "^0.2.0",
|
|
48
|
-
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-
|
|
48
|
+
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-20220525024352",
|
|
49
49
|
"@backstage/theme": "^0.2.15",
|
|
50
50
|
"@material-ui/core": "^4.12.2",
|
|
51
51
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"react-dom": "^16.13.1 || ^17.0.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
70
|
+
"@backstage/cli": "^0.0.0-nightly-20220525024352",
|
|
71
71
|
"@backstage/core-app-api": "^1.0.2",
|
|
72
|
-
"@backstage/dev-utils": "^
|
|
72
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20220525024352",
|
|
73
73
|
"@backstage/test-utils": "^1.1.0",
|
|
74
74
|
"@testing-library/jest-dom": "^5.10.1",
|
|
75
75
|
"@testing-library/react": "^12.1.3",
|