Version Packages
This commit is contained in:
@@ -1,5 +1,33 @@
|
||||
# @backstage/plugin-techdocs
|
||||
|
||||
## 0.10.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 94a54dd47: Added a `migrateDocsCase()` method to TechDocs publishers, along with
|
||||
implementations for AWS, Azure, and GCS.
|
||||
|
||||
This change is in support of a future update to TechDocs that will allow for
|
||||
case-insensitive entity triplet URL access to documentation pages which will
|
||||
require a migration of existing documentation objects in external storage
|
||||
solutions.
|
||||
|
||||
See [#4367](https://github.com/backstage/backstage/issues/4367) for details.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 537c37b0f: Fix displaying owned documents list by fetching associated entity relations
|
||||
- 136a91974: Show a "Refresh" button to if the content is stale.
|
||||
This removes the need to do a full page-reload to display more recent TechDocs content.
|
||||
- f1200f44c: Rewrite the `/sync/:namespace/:kind/:name` endpoint to support an event-stream as response.
|
||||
This change allows the sync process to take longer than a normal HTTP timeout.
|
||||
The stream also emits log events, so the caller can follow the build process in the frontend.
|
||||
- 3af126cdd: Provide a Drawer component to follow a running build.
|
||||
This can be used to debug the rendering and get build logs in case an error occurs.
|
||||
- 2a4a3b32d: Techdocs: fix sidebars not adjusting position automatically
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@0.3.0
|
||||
|
||||
## 0.9.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Reference in New Issue
Block a user