changes to be minor

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-03-15 09:39:12 +01:00
parent 9234be033c
commit 0d917bf6f7
3 changed files with 5 additions and 8 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
---
'@backstage/plugin-techdocs-node': patch
'@backstage/plugin-techdocs-node': minor
---
Deprecations cleaned up.
- `DirectoryPreparer` now uses private constructor. Use static fromConfig method to instantiate.
- `UrlPreparer` now uses private constructor. Use static fromConfig method to instantiate.
+2 -2
View File
@@ -1,8 +1,8 @@
---
'@backstage/plugin-techdocs-backend': patch
'@backstage/plugin-techdocs-backend': minor
---
Deprecations cleaned up.
Removed deprecated exports, including:
- deprecated config `generators` is now deleted and fully replaced with `techdocs.generator`
- deprecated config `generators.techdocs` is now deleted and fully replaced with `techdocs.generator.runIn`
+2 -3
View File
@@ -1,13 +1,12 @@
---
'@backstage/plugin-techdocs': patch
'@backstage/plugin-techdocs': minor
---
Deprecations cleaned up.
Removed deprecated exports, including:
- deprecated `DocsResultListItem` is now deleted and fully replaced with `TechDocsSearchResultListItem`
- deprecated `TechDocsPage` is now deleted and fully replaced with `TechDocsReaderPage`
- deprecated `TechDocsPageHeader` is now deleted and fully replaced with `TechDocsReaderPageHeader`
- deprecated `TechDocsPageHeaderProps` is now deleted and fully replaced with `TechDocsReaderPageHeaderProps`
- deprecated `TechDocsPageRenderFunction` is now deleted and fully replaced with `TechDocsReaderPageRenderFunction`
- deprecated config `techdocs.requestUrl` is now deleted and fully replaced with the discoveryApi