@backstage/plugin-techdocs-module-addons-contrib 1.1.23-next.1 → 1.1.23
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 +17 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# @backstage/plugin-techdocs-module-addons-contrib
|
2
2
|
|
3
|
+
## 1.1.23
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
|
8
|
+
|
9
|
+
<https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
|
10
|
+
|
11
|
+
- 9c12a76: Fixed rendering issues in `ReportIssue` addon for unsupported repository types and improved shadow DOM event handling. The addon now properly prevents initialization when encountering unsupported repository types and correctly handles selection events within the shadow DOM.
|
12
|
+
- Updated dependencies
|
13
|
+
- @backstage/plugin-techdocs-react@1.2.16
|
14
|
+
- @backstage/frontend-plugin-api@0.10.1
|
15
|
+
- @backstage/integration-react@1.2.6
|
16
|
+
- @backstage/core-components@0.17.1
|
17
|
+
- @backstage/core-plugin-api@1.10.6
|
18
|
+
- @backstage/integration@1.16.3
|
19
|
+
|
3
20
|
## 1.1.23-next.1
|
4
21
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@backstage/plugin-techdocs-module-addons-contrib",
|
3
|
-
"version": "1.1.23
|
3
|
+
"version": "1.1.23",
|
4
4
|
"description": "Plugin module for contributed TechDocs Addons",
|
5
5
|
"backstage": {
|
6
6
|
"role": "frontend-plugin-module",
|
@@ -60,12 +60,12 @@
|
|
60
60
|
"test": "backstage-cli package test"
|
61
61
|
},
|
62
62
|
"dependencies": {
|
63
|
-
"@backstage/core-components": "0.17.1
|
64
|
-
"@backstage/core-plugin-api": "1.10.6
|
65
|
-
"@backstage/frontend-plugin-api": "0.10.1
|
66
|
-
"@backstage/integration": "1.16.3
|
67
|
-
"@backstage/integration-react": "1.2.6
|
68
|
-
"@backstage/plugin-techdocs-react": "1.2.16
|
63
|
+
"@backstage/core-components": "^0.17.1",
|
64
|
+
"@backstage/core-plugin-api": "^1.10.6",
|
65
|
+
"@backstage/frontend-plugin-api": "^0.10.1",
|
66
|
+
"@backstage/integration": "^1.16.3",
|
67
|
+
"@backstage/integration-react": "^1.2.6",
|
68
|
+
"@backstage/plugin-techdocs-react": "^1.2.16",
|
69
69
|
"@material-ui/core": "^4.12.2",
|
70
70
|
"@material-ui/icons": "^4.9.1",
|
71
71
|
"@react-hookz/web": "^24.0.0",
|
@@ -73,10 +73,10 @@
|
|
73
73
|
"photoswipe": "^5.3.7"
|
74
74
|
},
|
75
75
|
"devDependencies": {
|
76
|
-
"@backstage/cli": "0.32.0
|
77
|
-
"@backstage/plugin-catalog-react": "1.17.0
|
78
|
-
"@backstage/plugin-techdocs-addons-test-utils": "1.0.47
|
79
|
-
"@backstage/test-utils": "1.7.7
|
76
|
+
"@backstage/cli": "^0.32.0",
|
77
|
+
"@backstage/plugin-catalog-react": "^1.17.0",
|
78
|
+
"@backstage/plugin-techdocs-addons-test-utils": "^1.0.47",
|
79
|
+
"@backstage/test-utils": "^1.7.7",
|
80
80
|
"@testing-library/dom": "^10.0.0",
|
81
81
|
"@testing-library/jest-dom": "^6.0.0",
|
82
82
|
"@testing-library/react": "^16.0.0",
|