@backstage/plugin-techdocs 0.0.0-nightly-202192621851 → 0.0.0-nightly-2021101322257
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 +41 -7
- package/dist/index.esm.js +108 -113
- package/dist/index.esm.js.map +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,51 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-2021101322257
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-plugin-api@0.0.0-nightly-2021101322257
|
|
9
|
+
- @backstage/catalog-model@0.0.0-nightly-2021101322257
|
|
10
|
+
- @backstage/core-components@0.0.0-nightly-2021101322257
|
|
11
|
+
- @backstage/errors@0.0.0-nightly-2021101322257
|
|
12
|
+
- @backstage/integration@0.0.0-nightly-2021101322257
|
|
13
|
+
- @backstage/integration-react@0.0.0-nightly-2021101322257
|
|
14
|
+
- @backstage/theme@0.0.0-nightly-2021101322257
|
|
15
|
+
- @backstage/plugin-catalog@0.0.0-nightly-2021101322257
|
|
16
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-2021101322257
|
|
17
|
+
- @backstage/plugin-search@0.0.0-nightly-2021101322257
|
|
18
|
+
|
|
19
|
+
## 0.12.5
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- fe5738fe1c: Lazy load `LazyLog` as it is rarely used.
|
|
24
|
+
- 53c9ad7e04: Update font weight for headings in TechDocs
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/core-components@0.7.3
|
|
27
|
+
- @backstage/theme@0.2.13
|
|
28
|
+
- @backstage/plugin-search@0.4.17
|
|
29
|
+
- @backstage/core-plugin-api@0.1.13
|
|
30
|
+
- @backstage/plugin-catalog-react@0.6.3
|
|
31
|
+
|
|
32
|
+
## 0.12.4
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
|
6
35
|
|
|
7
36
|
- a9a8c6f7c5: Reader will now scroll to the top of the page when navigating between pages
|
|
37
|
+
- 106a5dc3ad: Restore original casing for `kind`, `namespace` and `name` in `DefaultTechDocsCollator`.
|
|
8
38
|
- Updated dependencies
|
|
9
|
-
- @backstage/
|
|
10
|
-
- @backstage/
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/
|
|
13
|
-
- @backstage/
|
|
14
|
-
- @backstage/
|
|
39
|
+
- @backstage/config@0.1.11
|
|
40
|
+
- @backstage/theme@0.2.12
|
|
41
|
+
- @backstage/errors@0.1.4
|
|
42
|
+
- @backstage/integration@0.6.9
|
|
43
|
+
- @backstage/core-components@0.7.2
|
|
44
|
+
- @backstage/integration-react@0.1.13
|
|
45
|
+
- @backstage/plugin-catalog-react@0.6.2
|
|
46
|
+
- @backstage/catalog-model@0.9.6
|
|
47
|
+
- @backstage/plugin-search@0.4.16
|
|
48
|
+
- @backstage/core-plugin-api@0.1.12
|
|
15
49
|
|
|
16
50
|
## 0.12.3
|
|
17
51
|
|