Version Packages (next)
This commit is contained in:
@@ -1,5 +1,29 @@
|
||||
# @backstage/plugin-explore
|
||||
|
||||
## 0.3.43-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4dec6f16be: Added new `@backstage/plugin-explore-backend` & `@backstage/plugin-explore-common` packages.
|
||||
|
||||
This deprecates the `ExploreToolsConfig` API (in `@backstage/plugin-explore-react`) which is replaced by the `ExploreApi` & `ExploreClient`. The list of `ExploreTool` data can now be provided on the backend by either using the supplied `StaticExploreToolProvider` or by implementing a custom `ExploreToolProvider`. See the [explore-backend README](https://github.com/backstage/backstage/blob/master/plugins/explore-backend/README.md) for full details.
|
||||
|
||||
NOTE: Existing installations that have customized the `ExploreToolConfig` will continue to work through the new `ExploreClient`. However, existing data should be migrated over to new `explore-backend` plugin as `ExploreToolConfig` will be removed in the future.
|
||||
|
||||
BREAKING CHANGE: If you have previously installed the `explore` plugin, but not yet customized the `ExploreToolConfig` API in your `packages/app`, this will result in an empty list of tools.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.1-next.1
|
||||
- @backstage/plugin-search-react@1.2.2-next.1
|
||||
- @backstage/core-plugin-api@1.1.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.2-next.1
|
||||
- @backstage/plugin-explore-common@0.0.1-next.0
|
||||
- @backstage/plugin-explore-react@0.0.24-next.1
|
||||
- @backstage/catalog-model@1.1.4-next.1
|
||||
- @backstage/errors@1.1.4-next.1
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-search-common@1.1.2-next.1
|
||||
|
||||
## 0.3.43-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-explore",
|
||||
"description": "A Backstage plugin for building an exploration page of your software ecosystem",
|
||||
"version": "0.3.43-next.0",
|
||||
"version": "0.3.43-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user