Version Packages
This commit is contained in:
committed by
Fredrik Adelöw
parent
3ace5cef8b
commit
44abfaada6
@@ -1,5 +1,31 @@
|
||||
# @backstage/plugin-techdocs
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 21fddf452: Make `techdocsStorageApiRef` and `techdocsApiRef` use interfaces instead of the
|
||||
actual implementation classes.
|
||||
|
||||
This renames the classes `TechDocsApi` to `TechDocsClient` and `TechDocsStorageApi`
|
||||
to `TechDocsStorageClient` and renames the interfaces `TechDocs` to `TechDocsApi`
|
||||
and `TechDocsStorage` to `TechDocsStorageApi` to comply the pattern elsewhere in
|
||||
the project. This also fixes the types returned by some methods on those
|
||||
interfaces.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6fbd7beca: Use `EntityRefLink` in header and use relations to reference the owner of the
|
||||
document.
|
||||
- 15cbe6815: Fix TechDocs landing page table wrong copied link
|
||||
- 39bdaa004: Add customization and exportable components for TechDocs landing page
|
||||
- cb8c848a3: Disable color transitions on links to avoid issues in dark mode.
|
||||
- 17915e29b: Rework state management to avoid rendering multiple while navigating between pages.
|
||||
- Updated dependencies [9afcac5af]
|
||||
- Updated dependencies [e0c9ed759]
|
||||
- Updated dependencies [6eaecbd81]
|
||||
- @backstage/core@0.7.7
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-techdocs",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,7 +33,7 @@
|
||||
"dependencies": {
|
||||
"@backstage/config": "^0.1.4",
|
||||
"@backstage/catalog-model": "^0.7.7",
|
||||
"@backstage/core": "^0.7.6",
|
||||
"@backstage/core": "^0.7.7",
|
||||
"@backstage/plugin-catalog-react": "^0.1.4",
|
||||
"@backstage/theme": "^0.2.6",
|
||||
"@backstage/errors": "^0.1.1",
|
||||
|
||||
Reference in New Issue
Block a user