@backstage/plugin-techdocs 0.0.0-nightly-20260213031600 → 0.0.0-nightly-20260214030859
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 +13 -13
- package/dist/package.json.esm.js +1 -1
- package/package.json +19 -19
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-20260214030859
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
- 22dce2b: TechDocs addons in the new frontend system now use a Utility API pattern instead of multiple attachment points. The `AddonBlueprint` now uses this new approach, and while addons created with older versions still work, they will produce a deprecation warning and will stop working in a future release.
|
|
26
26
|
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
|
|
27
27
|
- Updated dependencies
|
|
28
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
29
|
-
- @backstage/integration@0.0.0-nightly-
|
|
30
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
31
|
-
- @backstage/plugin-search-common@0.0.0-nightly-
|
|
32
|
-
- @backstage/theme@0.0.0-nightly-
|
|
33
|
-
- @backstage/catalog-client@0.0.0-nightly-
|
|
34
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
35
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
36
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
37
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
38
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
39
|
-
- @backstage/plugin-auth-react@0.0.0-nightly-
|
|
28
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20260214030859
|
|
29
|
+
- @backstage/integration@0.0.0-nightly-20260214030859
|
|
30
|
+
- @backstage/core-components@0.0.0-nightly-20260214030859
|
|
31
|
+
- @backstage/plugin-search-common@0.0.0-nightly-20260214030859
|
|
32
|
+
- @backstage/theme@0.0.0-nightly-20260214030859
|
|
33
|
+
- @backstage/catalog-client@0.0.0-nightly-20260214030859
|
|
34
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20260214030859
|
|
35
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20260214030859
|
|
36
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20260214030859
|
|
37
|
+
- @backstage/integration-react@0.0.0-nightly-20260214030859
|
|
38
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20260214030859
|
|
39
|
+
- @backstage/plugin-auth-react@0.0.0-nightly-20260214030859
|
|
40
40
|
- @backstage/catalog-model@1.7.6
|
|
41
41
|
- @backstage/config@1.3.6
|
|
42
42
|
- @backstage/errors@1.2.7
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-techdocs";
|
|
2
|
-
var version = "0.0.0-nightly-
|
|
2
|
+
var version = "0.0.0-nightly-20260214030859";
|
|
3
3
|
var description = "The Backstage plugin that renders technical documentation for your components";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260214030859",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -71,22 +71,22 @@
|
|
|
71
71
|
"test": "backstage-cli package test"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@backstage/catalog-client": "0.0.0-nightly-
|
|
74
|
+
"@backstage/catalog-client": "0.0.0-nightly-20260214030859",
|
|
75
75
|
"@backstage/catalog-model": "1.7.6",
|
|
76
76
|
"@backstage/config": "1.3.6",
|
|
77
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
78
|
-
"@backstage/core-plugin-api": "0.0.0-nightly-
|
|
77
|
+
"@backstage/core-components": "0.0.0-nightly-20260214030859",
|
|
78
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20260214030859",
|
|
79
79
|
"@backstage/errors": "1.2.7",
|
|
80
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
81
|
-
"@backstage/integration": "0.0.0-nightly-
|
|
82
|
-
"@backstage/integration-react": "0.0.0-nightly-
|
|
83
|
-
"@backstage/plugin-auth-react": "0.0.0-nightly-
|
|
84
|
-
"@backstage/plugin-catalog-react": "0.0.0-nightly-
|
|
85
|
-
"@backstage/plugin-search-common": "0.0.0-nightly-
|
|
86
|
-
"@backstage/plugin-search-react": "0.0.0-nightly-
|
|
80
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20260214030859",
|
|
81
|
+
"@backstage/integration": "0.0.0-nightly-20260214030859",
|
|
82
|
+
"@backstage/integration-react": "0.0.0-nightly-20260214030859",
|
|
83
|
+
"@backstage/plugin-auth-react": "0.0.0-nightly-20260214030859",
|
|
84
|
+
"@backstage/plugin-catalog-react": "0.0.0-nightly-20260214030859",
|
|
85
|
+
"@backstage/plugin-search-common": "0.0.0-nightly-20260214030859",
|
|
86
|
+
"@backstage/plugin-search-react": "0.0.0-nightly-20260214030859",
|
|
87
87
|
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
-
"@backstage/plugin-techdocs-react": "0.0.0-nightly-
|
|
89
|
-
"@backstage/theme": "0.0.0-nightly-
|
|
88
|
+
"@backstage/plugin-techdocs-react": "0.0.0-nightly-20260214030859",
|
|
89
|
+
"@backstage/theme": "0.0.0-nightly-20260214030859",
|
|
90
90
|
"@material-ui/core": "^4.12.2",
|
|
91
91
|
"@material-ui/icons": "^4.9.1",
|
|
92
92
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"react-use": "^17.2.4"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
103
|
-
"@backstage/core-app-api": "0.0.0-nightly-
|
|
104
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
105
|
-
"@backstage/plugin-catalog": "0.0.0-nightly-
|
|
106
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-
|
|
107
|
-
"@backstage/test-utils": "0.0.0-nightly-
|
|
102
|
+
"@backstage/cli": "0.0.0-nightly-20260214030859",
|
|
103
|
+
"@backstage/core-app-api": "0.0.0-nightly-20260214030859",
|
|
104
|
+
"@backstage/dev-utils": "0.0.0-nightly-20260214030859",
|
|
105
|
+
"@backstage/plugin-catalog": "0.0.0-nightly-20260214030859",
|
|
106
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260214030859",
|
|
107
|
+
"@backstage/test-utils": "0.0.0-nightly-20260214030859",
|
|
108
108
|
"@testing-library/dom": "^10.0.0",
|
|
109
109
|
"@testing-library/jest-dom": "^6.0.0",
|
|
110
110
|
"@testing-library/react": "^16.0.0",
|