Version Packages (next)
This commit is contained in:
@@ -1,5 +1,31 @@
|
||||
# @backstage/plugin-techdocs
|
||||
|
||||
## 1.17.6-next.0
|
||||
|
||||
### 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`.
|
||||
- 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/core-components@0.18.10-next.0
|
||||
- @backstage/ui@0.15.0-next.0
|
||||
- @backstage/errors@1.3.1-next.0
|
||||
- @backstage/integration@2.0.2-next.0
|
||||
- @backstage/plugin-catalog-react@2.1.5-next.0
|
||||
- @backstage/frontend-plugin-api@0.17.0-next.0
|
||||
- @backstage/plugin-techdocs-react@1.3.11-next.0
|
||||
- @backstage/plugin-search-react@1.11.4-next.0
|
||||
- @backstage/integration-react@1.2.18-next.0
|
||||
- @backstage/plugin-auth-react@0.1.27-next.0
|
||||
- @backstage/catalog-client@1.15.1-next.0
|
||||
- @backstage/catalog-model@1.8.1-next.0
|
||||
- @backstage/config@1.3.8-next.0
|
||||
- @backstage/core-plugin-api@1.12.6-next.0
|
||||
- @backstage/theme@0.7.3
|
||||
- @backstage/plugin-search-common@1.2.24-next.0
|
||||
- @backstage/plugin-techdocs-common@0.1.1
|
||||
|
||||
## 1.17.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-techdocs",
|
||||
"version": "1.17.3",
|
||||
"version": "1.17.6-next.0",
|
||||
"description": "The Backstage plugin that renders technical documentation for your components",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
Reference in New Issue
Block a user