Version Packages
This commit is contained in:
@@ -1,5 +1,41 @@
|
||||
# @backstage/plugin-techdocs
|
||||
|
||||
## 1.10.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c891b69: Add `FavoriteToggle` in `core-components` to standardise favorite marking
|
||||
- fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
|
||||
- fe94ad8: Fixes left navigation positioning when using mkdocs blog plugin
|
||||
- b0206dc: Added support for setting page status with 'new' and 'deprecated' values, allowing visual indication of page status in TechDocs. To use include the following at the top of your markdown file:
|
||||
|
||||
```markdown
|
||||
---
|
||||
status: new
|
||||
---
|
||||
```
|
||||
|
||||
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
|
||||
- c7cb4c0: Add `empty-state:techdocs/entity-content` extension to allow overriding the empty state for the entity page techdocs tab.
|
||||
- 97db53e: Enhanced the table hover effect with a lighter color and updated the border radius to align with Backstage's theme styling
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.15.0
|
||||
- @backstage/plugin-catalog-react@1.13.0
|
||||
- @backstage/frontend-plugin-api@0.8.0
|
||||
- @backstage/plugin-techdocs-react@1.2.8
|
||||
- @backstage/core-compat-api@0.3.0
|
||||
- @backstage/plugin-search-react@1.8.0
|
||||
- @backstage/integration-react@1.1.31
|
||||
- @backstage/catalog-model@1.7.0
|
||||
- @backstage/integration@1.15.0
|
||||
- @backstage/core-plugin-api@1.9.4
|
||||
- @backstage/theme@0.5.7
|
||||
- @backstage/plugin-auth-react@0.1.6
|
||||
- @backstage/config@1.2.0
|
||||
- @backstage/errors@1.2.4
|
||||
- @backstage/plugin-search-common@1.2.14
|
||||
- @backstage/plugin-techdocs-common@0.1.0
|
||||
|
||||
## 1.10.9-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-techdocs",
|
||||
"version": "1.10.9-next.2",
|
||||
"version": "1.10.9",
|
||||
"description": "The Backstage plugin that renders technical documentation for your components",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
Reference in New Issue
Block a user