Version Packages

This commit is contained in:
github-actions[bot]
2025-03-18 12:55:57 +00:00
parent 2b1ae6611f
commit 127408219b
502 changed files with 5951 additions and 2249 deletions
+28
View File
@@ -1,5 +1,33 @@
# @backstage/plugin-techdocs
## 1.12.4
### Patch Changes
- fffe3c0: Fixed double scrollbar issue that would appear on the Entity TechDocs view page that would stop the page from full scrolling to the top when navigating to a new page
- 065e6b9: Excludes SVG styling from sanitization
- b5a8208: Added `TechDocsAddonsBlueprint` extension to allow adding of techdocs addons.
- ed1cb3e: Adds the page name of techdocs to the document's title.
- fe4abb8: Updates logic to check for SVG sources when inlining them.
- Updated dependencies
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/integration@1.16.2
- @backstage/plugin-search-react@1.8.7
- @backstage/frontend-plugin-api@0.10.0
- @backstage/plugin-catalog-react@1.16.0
- @backstage/core-compat-api@0.4.0
- @backstage/plugin-techdocs-react@1.2.15
- @backstage/integration-react@1.2.5
- @backstage/plugin-auth-react@0.1.13
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/theme@0.6.4
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-techdocs-common@0.1.0
## 1.12.4-next.2
### Patch Changes