@backstage/plugin-techdocs 1.9.0-next.2 → 1.9.0

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,38 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 17f93d5589: A new analytics event `not-found` will be published when a user visits a documentation site that does not exist
8
+
9
+ ### Patch Changes
10
+
11
+ - 4728b3960d: Fixed navigation bug that caused users to not be scrolled to the top of a new page. Fixed navigation bug where using backwards and forwards browser navigation did not scroll users to the correct place on the TechDoc page.
12
+ - a3add7a682: Export alpha routes and nav item extension, only available for applications that uses the new Frontend system.
13
+ - 71c97e7d73: The `spec.lifecycle' field in entities will now always be rendered as a string.
14
+ - 68fc9dc60e: Updated alpha exports according to routing changes in `@backstage/frontend-plugin-api`.
15
+ - 6c2b872153: Add official support for React 18.
16
+ - 0bf6ebda88: Added entity page content for the new plugin exported via `/alpha`.
17
+ - 67cc85bb14: Switched the conditional `react-dom/client` import to use `import(...)` rather than `require(...)`.
18
+ - 4aa43f62aa: Updated dependency `cross-fetch` to `^4.0.0`.
19
+ - 38cda52746: Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present.
20
+ - fdb5e23602: Import `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` to remove the cyclical dependency
21
+ - Updated dependencies
22
+ - @backstage/plugin-catalog-react@1.9.0
23
+ - @backstage/core-components@0.13.8
24
+ - @backstage/frontend-plugin-api@0.3.0
25
+ - @backstage/integration@1.7.2
26
+ - @backstage/integration-react@1.1.21
27
+ - @backstage/core-plugin-api@1.8.0
28
+ - @backstage/plugin-techdocs-react@1.1.13
29
+ - @backstage/plugin-search-react@1.7.2
30
+ - @backstage/theme@0.4.4
31
+ - @backstage/catalog-model@1.4.3
32
+ - @backstage/config@1.1.1
33
+ - @backstage/errors@1.2.3
34
+ - @backstage/plugin-search-common@1.2.8
35
+
3
36
  ## 1.9.0-next.2
4
37
 
5
38
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "1.9.0-next.2",
3
+ "version": "1.9.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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": "1.9.0-next.2",
4
+ "version": "1.9.0",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -47,17 +47,17 @@
47
47
  "dependencies": {
48
48
  "@backstage/catalog-model": "^1.4.3",
49
49
  "@backstage/config": "^1.1.1",
50
- "@backstage/core-components": "^0.13.8-next.2",
51
- "@backstage/core-plugin-api": "^1.8.0-next.0",
50
+ "@backstage/core-components": "^0.13.8",
51
+ "@backstage/core-plugin-api": "^1.8.0",
52
52
  "@backstage/errors": "^1.2.3",
53
- "@backstage/frontend-plugin-api": "^0.3.0-next.2",
54
- "@backstage/integration": "^1.7.2-next.0",
55
- "@backstage/integration-react": "^1.1.21-next.1",
56
- "@backstage/plugin-catalog-react": "^1.9.0-next.2",
57
- "@backstage/plugin-search-common": "^1.2.7",
58
- "@backstage/plugin-search-react": "^1.7.2-next.2",
59
- "@backstage/plugin-techdocs-react": "^1.1.13-next.2",
60
- "@backstage/theme": "^0.4.4-next.0",
53
+ "@backstage/frontend-plugin-api": "^0.3.0",
54
+ "@backstage/integration": "^1.7.2",
55
+ "@backstage/integration-react": "^1.1.21",
56
+ "@backstage/plugin-catalog-react": "^1.9.0",
57
+ "@backstage/plugin-search-common": "^1.2.8",
58
+ "@backstage/plugin-search-react": "^1.7.2",
59
+ "@backstage/plugin-techdocs-react": "^1.1.13",
60
+ "@backstage/theme": "^0.4.4",
61
61
  "@material-ui/core": "^4.12.2",
62
62
  "@material-ui/icons": "^4.9.1",
63
63
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -77,11 +77,11 @@
77
77
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/cli": "^0.24.0-next.1",
81
- "@backstage/core-app-api": "^1.11.1-next.0",
82
- "@backstage/dev-utils": "^1.0.23-next.2",
83
- "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.2-next.2",
84
- "@backstage/test-utils": "^1.4.5-next.0",
80
+ "@backstage/cli": "^0.24.0",
81
+ "@backstage/core-app-api": "^1.11.1",
82
+ "@backstage/dev-utils": "^1.0.23",
83
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.2",
84
+ "@backstage/test-utils": "^1.4.5",
85
85
  "@testing-library/dom": "^9.0.0",
86
86
  "@testing-library/jest-dom": "^6.0.0",
87
87
  "@testing-library/react": "^14.0.0",
@@ -89,7 +89,7 @@
89
89
  "@types/dompurify": "^2.2.2",
90
90
  "@types/event-source-polyfill": "^1.0.0",
91
91
  "canvas": "^2.10.2",
92
- "cross-fetch": "^3.1.5",
92
+ "cross-fetch": "^4.0.0",
93
93
  "msw": "^1.0.0"
94
94
  },
95
95
  "files": [