Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-10-24 11:04:16 +00:00
parent 32adf92951
commit 8345a35d04
450 changed files with 7094 additions and 295 deletions
+27
View File
@@ -1,5 +1,32 @@
# @backstage/plugin-techdocs
## 1.8.1-next.0
### Patch Changes
- 4728b3960d: Fixed navigation bug that caused users to not be scrolled to the top of a new page. Fixed navigation bug where using backwards and forwards browser navigation did not scroll users to the correct place on the TechDoc page.
- a3add7a682: Export alpha routes and nav item extension, only available for applications that uses the new Frontend system.
- 71c97e7d73: The `spec.lifecycle' field in entities will now always be rendered as a string.
- 68fc9dc60e: Updated alpha exports according to routing changes in `@backstage/frontend-plugin-api`.
- 6c2b872153: Add official support for React 18.
- 0bf6ebda88: Added entity page content for the new plugin exported via `/alpha`.
- 67cc85bb14: Switched the conditional `react-dom/client` import to use `import(...)` rather than `require(...)`.
- 38cda52746: Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present.
- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-techdocs-react@1.1.13-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-search-common@1.2.7
## 1.8.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs",
"description": "The Backstage plugin that renders technical documentation for your components",
"version": "1.8.0",
"version": "1.8.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",