Version Packages

This commit is contained in:
github-actions[bot]
2026-05-19 18:28:24 +00:00
parent 0a44fb3cb8
commit b97fcb0a93
563 changed files with 6223 additions and 1580 deletions
+26
View File
@@ -1,5 +1,31 @@
# @backstage/plugin-techdocs
## 1.17.6
### Patch Changes
- 8d1e093: Made the TechDocs sidebar positioning at tablet breakpoints configurable via CSS custom properties, allowing apps with custom sidebar widths to override the defaults. The available properties are `--techdocs-sidebar-closed-offset-pinned`, `--techdocs-sidebar-closed-offset-collapsed`, and `--techdocs-sidebar-open-translate`.
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- 44d77e9: Removed separate nav item extensions. Sidebar entries are now provided via `title` and `icon` on each plugin's page extension.
- cad156e: Replaced old config schema values from existing extensions and blueprints.
- 085133f: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
- Updated dependencies
- @backstage/catalog-model@1.9.0
- @backstage/core-components@0.18.10
- @backstage/ui@0.15.0
- @backstage/errors@1.3.1
- @backstage/frontend-plugin-api@0.17.0
- @backstage/core-plugin-api@1.12.6
- @backstage/integration@2.0.2
- @backstage/plugin-catalog-react@3.0.0
- @backstage/plugin-techdocs-react@1.3.11
- @backstage/plugin-search-react@1.11.4
- @backstage/catalog-client@1.15.1
- @backstage/config@1.3.8
- @backstage/integration-react@1.2.18
- @backstage/plugin-auth-react@0.1.27
- @backstage/plugin-search-common@1.2.24
## 1.17.6-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs",
"version": "1.17.6-next.1",
"version": "1.17.6",
"description": "The Backstage plugin that renders technical documentation for your components",
"backstage": {
"role": "frontend-plugin",