@backstage/plugin-techdocs-module-addons-contrib 1.1.1-next.2 → 1.1.2-next.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +28 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,33 @@
|
|
1
1
|
# @backstage/plugin-techdocs-module-addons-contrib
|
2
2
|
|
3
|
+
## 1.1.2-next.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 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.
|
8
|
+
- 6c2b872153: Add official support for React 18.
|
9
|
+
- Updated dependencies
|
10
|
+
- @backstage/core-components@0.13.7-next.0
|
11
|
+
- @backstage/integration-react@1.1.21-next.0
|
12
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
13
|
+
- @backstage/plugin-techdocs-react@1.1.13-next.0
|
14
|
+
- @backstage/theme@0.4.4-next.0
|
15
|
+
- @backstage/integration@1.7.1
|
16
|
+
|
17
|
+
## 1.1.1
|
18
|
+
|
19
|
+
### Patch Changes
|
20
|
+
|
21
|
+
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
22
|
+
- f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
|
23
|
+
- Updated dependencies
|
24
|
+
- @backstage/integration@1.7.1
|
25
|
+
- @backstage/core-plugin-api@1.7.0
|
26
|
+
- @backstage/core-components@0.13.6
|
27
|
+
- @backstage/integration-react@1.1.20
|
28
|
+
- @backstage/plugin-techdocs-react@1.1.12
|
29
|
+
- @backstage/theme@0.4.3
|
30
|
+
|
3
31
|
## 1.1.1-next.2
|
4
32
|
|
5
33
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@backstage/plugin-techdocs-module-addons-contrib",
|
3
3
|
"description": "Plugin module for contributed TechDocs Addons",
|
4
|
-
"version": "1.1.
|
4
|
+
"version": "1.1.2-next.0",
|
5
5
|
"main": "dist/index.esm.js",
|
6
6
|
"types": "dist/index.d.ts",
|
7
7
|
"license": "Apache-2.0",
|
@@ -34,12 +34,12 @@
|
|
34
34
|
"postpack": "backstage-cli package postpack"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@backstage/core-components": "^0.13.
|
38
|
-
"@backstage/core-plugin-api": "^1.
|
39
|
-
"@backstage/integration": "^1.7.1
|
40
|
-
"@backstage/integration-react": "^1.1.
|
41
|
-
"@backstage/plugin-techdocs-react": "^1.1.
|
42
|
-
"@backstage/theme": "^0.4.
|
37
|
+
"@backstage/core-components": "^0.13.7-next.0",
|
38
|
+
"@backstage/core-plugin-api": "^1.8.0-next.0",
|
39
|
+
"@backstage/integration": "^1.7.1",
|
40
|
+
"@backstage/integration-react": "^1.1.21-next.0",
|
41
|
+
"@backstage/plugin-techdocs-react": "^1.1.13-next.0",
|
42
|
+
"@backstage/theme": "^0.4.4-next.0",
|
43
43
|
"@material-ui/core": "^4.12.2",
|
44
44
|
"@material-ui/icons": "^4.9.1",
|
45
45
|
"@material-ui/lab": "4.0.0-alpha.61",
|
@@ -49,19 +49,19 @@
|
|
49
49
|
"react-use": "^17.2.4"
|
50
50
|
},
|
51
51
|
"peerDependencies": {
|
52
|
-
"react": "^16.13.1 || ^17.0.0",
|
53
|
-
"react-dom": "^16.13.1 || ^17.0.0",
|
52
|
+
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
53
|
+
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
54
54
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|
57
|
-
"@backstage/cli": "^0.
|
58
|
-
"@backstage/core-app-api": "^1.11.
|
59
|
-
"@backstage/dev-utils": "^1.0.
|
60
|
-
"@backstage/plugin-techdocs-addons-test-utils": "^1.0.
|
61
|
-
"@backstage/test-utils": "^1.4.
|
62
|
-
"@testing-library/dom": "^
|
63
|
-
"@testing-library/jest-dom": "^
|
64
|
-
"@testing-library/react": "^
|
57
|
+
"@backstage/cli": "^0.24.0-next.0",
|
58
|
+
"@backstage/core-app-api": "^1.11.1-next.0",
|
59
|
+
"@backstage/dev-utils": "^1.0.23-next.0",
|
60
|
+
"@backstage/plugin-techdocs-addons-test-utils": "^1.0.23-next.0",
|
61
|
+
"@backstage/test-utils": "^1.4.5-next.0",
|
62
|
+
"@testing-library/dom": "^9.0.0",
|
63
|
+
"@testing-library/jest-dom": "^6.0.0",
|
64
|
+
"@testing-library/react": "^14.0.0",
|
65
65
|
"@testing-library/user-event": "^14.0.0",
|
66
66
|
"@types/react": "^16.13.1 || ^17.0.0",
|
67
67
|
"msw": "^1.0.0"
|