Version Packages

This commit is contained in:
github-actions[bot]
2026-02-17 16:06:18 +00:00
parent 31de2c9b3a
commit e6df5d52ce
589 changed files with 6497 additions and 2264 deletions
+40
View File
@@ -1,5 +1,45 @@
# @backstage/plugin-techdocs
## 1.17.0
### Minor Changes
- 27798df: Add two config values to the `page:techdocs/reader` extension that configure default layout, `withoutSearch` and `withoutHeader`. Default are unchanged to `false`.
E.g. to disable the search and header on the Techdocs Reader Page:
```yaml
app:
extensions:
- page:techdocs/reader:
config:
withoutSearch: true
withoutHeader: true
```
### Patch Changes
- 7feb83b: Adjusted to use the new `@backstage/filter-predicates` types for predicate expressions.
- 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)
- 018ca87: Added `title` and `icon` to the plugin definition for the new frontend system.
- 9e29545: Improve sidebars (nav/TOC) layout and scrolling
- 22dce2b: TechDocs addons in the new frontend system now use a Utility API pattern instead of multiple attachment points. The `AddonBlueprint` now uses this new approach, and while addons created with older versions still work, they will produce a deprecation warning and will stop working in a future release.
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
- 0a88779: Added title prop to OffsetPaginatedDocsTable for proper display
- Updated dependencies
- @backstage/plugin-catalog-react@2.0.0
- @backstage/integration@1.20.0
- @backstage/core-components@0.18.7
- @backstage/plugin-search-common@1.2.22
- @backstage/theme@0.7.2
- @backstage/frontend-plugin-api@0.14.0
- @backstage/catalog-client@1.13.0
- @backstage/core-plugin-api@1.12.3
- @backstage/plugin-techdocs-react@1.3.8
- @backstage/integration-react@1.2.15
- @backstage/plugin-search-react@1.10.3
- @backstage/plugin-auth-react@0.1.24
## 1.16.3-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs",
"version": "1.16.3-next.2",
"version": "1.17.0",
"description": "The Backstage plugin that renders technical documentation for your components",
"backstage": {
"role": "frontend-plugin",