@backstage/plugin-techdocs 0.0.0-nightly-20240520021628 → 0.0.0-nightly-20240522021554

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
2
2
 
3
- ## 0.0.0-nightly-20240520021628
3
+ ## 0.0.0-nightly-20240522021554
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,7 +9,39 @@
9
9
  - e40bd9a: Fixed bug in CopyToClipboardButton component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases
10
10
  - 1256d88: Fix weird opening behaviour of the <TechDocsSearch /> component.
11
11
  - Updated dependencies
12
- - @backstage/theme@0.0.0-nightly-20240520021628
12
+ - @backstage/theme@0.0.0-nightly-20240522021554
13
+ - @backstage/core-compat-api@0.0.0-nightly-20240522021554
14
+ - @backstage/core-components@0.0.0-nightly-20240522021554
15
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240522021554
16
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240522021554
17
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240522021554
18
+ - @backstage/plugin-search-react@0.0.0-nightly-20240522021554
19
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240522021554
20
+
21
+ ## 1.10.6-next.0
22
+
23
+ ### Patch Changes
24
+
25
+ - 654af4a: mkdocs-material have updated their CSS variable template, and a few are unset in Backstage. This patch adds the missing variables to ensure coverage.
26
+ - 96cd13e: `TechDocsIndexPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `<TechDocsIndexPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.
27
+ - e40bd9a: Fixed bug in CopyToClipboardButton component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases
28
+ - 1256d88: Fix weird opening behaviour of the <TechDocsSearch /> component.
29
+ - Updated dependencies
30
+ - @backstage/theme@0.5.6-next.0
31
+ - @backstage/core-components@0.14.8-next.0
32
+ - @backstage/plugin-search-react@1.7.12-next.0
33
+ - @backstage/plugin-techdocs-react@1.2.5-next.0
34
+ - @backstage/catalog-model@1.5.0
35
+ - @backstage/config@1.2.0
36
+ - @backstage/core-compat-api@0.2.6-next.0
37
+ - @backstage/core-plugin-api@1.9.2
38
+ - @backstage/errors@1.2.4
39
+ - @backstage/frontend-plugin-api@0.6.6-next.0
40
+ - @backstage/integration@1.11.0
41
+ - @backstage/integration-react@1.1.27
42
+ - @backstage/plugin-auth-react@0.1.3-next.0
43
+ - @backstage/plugin-catalog-react@1.12.1-next.0
44
+ - @backstage/plugin-search-common@1.2.11
13
45
 
14
46
  ## 1.10.5
15
47
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240520021628",
3
+ "version": "0.0.0-nightly-20240522021554",
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240520021628",
3
+ "version": "0.0.0-nightly-20240522021554",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -52,19 +52,19 @@
52
52
  "dependencies": {
53
53
  "@backstage/catalog-model": "^1.5.0",
54
54
  "@backstage/config": "^1.2.0",
55
- "@backstage/core-compat-api": "^0.2.5",
56
- "@backstage/core-components": "^0.14.7",
55
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240522021554",
56
+ "@backstage/core-components": "^0.0.0-nightly-20240522021554",
57
57
  "@backstage/core-plugin-api": "^1.9.2",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/frontend-plugin-api": "^0.6.5",
59
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240522021554",
60
60
  "@backstage/integration": "^1.11.0",
61
61
  "@backstage/integration-react": "^1.1.27",
62
- "@backstage/plugin-auth-react": "^0.1.2",
63
- "@backstage/plugin-catalog-react": "^1.12.0",
62
+ "@backstage/plugin-auth-react": "^0.0.0-nightly-20240522021554",
63
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240522021554",
64
64
  "@backstage/plugin-search-common": "^1.2.11",
65
- "@backstage/plugin-search-react": "^1.7.11",
66
- "@backstage/plugin-techdocs-react": "^1.2.4",
67
- "@backstage/theme": "^0.0.0-nightly-20240520021628",
65
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240522021554",
66
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240522021554",
67
+ "@backstage/theme": "^0.0.0-nightly-20240522021554",
68
68
  "@material-ui/core": "^4.12.2",
69
69
  "@material-ui/icons": "^4.9.1",
70
70
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -79,11 +79,11 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "^0.0.0-nightly-20240520021628",
82
+ "@backstage/cli": "^0.0.0-nightly-20240522021554",
83
83
  "@backstage/core-app-api": "^1.12.5",
84
- "@backstage/dev-utils": "^1.0.32",
85
- "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.10",
86
- "@backstage/test-utils": "^1.5.5",
84
+ "@backstage/dev-utils": "^0.0.0-nightly-20240522021554",
85
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240522021554",
86
+ "@backstage/test-utils": "^0.0.0-nightly-20240522021554",
87
87
  "@testing-library/dom": "^10.0.0",
88
88
  "@testing-library/jest-dom": "^6.0.0",
89
89
  "@testing-library/react": "^15.0.0",