Version Packages

This commit is contained in:
github-actions[bot]
2024-08-20 08:56:34 +00:00
parent a0d830645a
commit 2a2c84ba68
538 changed files with 6372 additions and 2322 deletions
+30
View File
@@ -1,5 +1,35 @@
# @backstage/plugin-techdocs
## 1.10.8
### Patch Changes
- 69bd940: Use annotation constants from new techdocs-common package.
- c7603e8: Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead
- 27794d1: Allow for more granular control of TechDocsReaderPage styling. Theme overrides can now be provided to TechDocs without affecting the theme in other areas of Backstage.
- 4490d73: Refactor TechDocs' mkdocs-redirects support.
- 8543e72: TechDocs redirect feature now includes a notification to the user before they are redirected.
- 67e76f2: TechDocs now supports the `mkdocs-redirects` plugin. Redirects defined using the `mkdocs-redirect` plugin will be handled automatically in TechDocs. Redirecting to external urls is not supported. In the case that an external redirect url is provided, TechDocs will redirect to the current documentation site home.
- bdc5471: Fixed issue where header styles were incorrectly generated when themes used CSS variables to define font size.
- 6349099: Added config input type to the extensions
- Updated dependencies
- @backstage/frontend-plugin-api@0.7.0
- @backstage/plugin-catalog-react@1.12.3
- @backstage/plugin-search-react@1.7.14
- @backstage/core-components@0.14.10
- @backstage/core-compat-api@0.2.8
- @backstage/plugin-search-common@1.2.14
- @backstage/integration@1.14.0
- @backstage/plugin-techdocs-common@0.1.0
- @backstage/plugin-auth-react@0.1.5
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.30
- @backstage/theme@0.5.6
- @backstage/plugin-techdocs-react@1.2.7
## 1.10.8-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs",
"version": "1.10.8-next.3",
"version": "1.10.8",
"description": "The Backstage plugin that renders technical documentation for your components",
"backstage": {
"role": "frontend-plugin",