Version Packages

This commit is contained in:
github-actions[bot]
2023-11-14 13:25:17 +00:00
parent 4d99b757aa
commit c8a8aac2af
657 changed files with 7714 additions and 2244 deletions
+33
View File
@@ -1,5 +1,38 @@
# @backstage/plugin-techdocs
## 1.9.0
### Minor Changes
- 17f93d5589: A new analytics event `not-found` will be published when a user visits a documentation site that does not exist
### 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(...)`.
- 4aa43f62aa: Updated dependency `cross-fetch` to `^4.0.0`.
- 38cda52746: Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present.
- fdb5e23602: Import `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` to remove the cyclical dependency
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.0
- @backstage/core-components@0.13.8
- @backstage/frontend-plugin-api@0.3.0
- @backstage/integration@1.7.2
- @backstage/integration-react@1.1.21
- @backstage/core-plugin-api@1.8.0
- @backstage/plugin-techdocs-react@1.1.13
- @backstage/plugin-search-react@1.7.2
- @backstage/theme@0.4.4
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-search-common@1.2.8
## 1.9.0-next.2
### 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.9.0-next.2",
"version": "1.9.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",