Version Packages

This commit is contained in:
github-actions[bot]
2025-09-16 13:22:58 +00:00
parent 7a3daf82dd
commit b799a2d07f
444 changed files with 4397 additions and 1032 deletions
+25
View File
@@ -1,5 +1,30 @@
# @backstage/plugin-techdocs
## 1.15.0
### Minor Changes
- a0b604c: Adding redirect handling for TechDocs URLs that reference entities that now reference an external entity for TechDocs. Including tests and documentation.
### Patch Changes
- 313cec7: Updated dependency `dompurify` to `^3.2.4`.
- 8d18d23: TechDocs page titles have been improved, especially for deeply nested pages.
- 1dfee19: Reverts a change in CSS layout that shifted the content of the Techdocs too far to the left.
- 4ce5831: Support Techdocs redirect with dompurify 3.2.6+
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0
- @backstage/plugin-techdocs-react@1.3.3
- @backstage/frontend-plugin-api@0.12.0
- @backstage/plugin-auth-react@0.1.19
- @backstage/core-plugin-api@1.11.0
- @backstage/catalog-client@1.12.0
- @backstage/integration@1.18.0
- @backstage/core-components@0.18.0
- @backstage/core-compat-api@0.5.2
- @backstage/plugin-search-react@1.9.4
- @backstage/integration-react@1.2.10
## 1.14.2-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs",
"version": "1.14.2-next.2",
"version": "1.15.0",
"description": "The Backstage plugin that renders technical documentation for your components",
"backstage": {
"role": "frontend-plugin",