@@ -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.
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user