@backstage/search-common
Advanced tools
Comparing version 0.0.0-nightly-20217521743 to 0.0.0-nightly-202191622432
# @backstage/search-common | ||
## 0.0.0-nightly-20217521743 | ||
## 0.2.0 | ||
### Minor Changes | ||
- a13f21cdc: Implement optional `pageCursor` based paging in search. | ||
To use paging in your app, add a `<SearchResultPager />` to your | ||
`SearchPage.tsx`. | ||
## 0.1.3 | ||
### Patch Changes | ||
@@ -75,3 +84,3 @@ | ||
- Updated dependencies | ||
- @backstage/config@0.0.0-nightly-20217521743 | ||
- @backstage/config@0.1.6 | ||
@@ -78,0 +87,0 @@ ## 0.1.2 |
@@ -7,3 +7,3 @@ import { JsonObject } from '@backstage/config'; | ||
types?: string[]; | ||
pageCursor: string; | ||
pageCursor?: string; | ||
} | ||
@@ -16,2 +16,4 @@ interface SearchResult { | ||
results: SearchResult[]; | ||
nextPageCursor?: string; | ||
previousPageCursor?: string; | ||
} | ||
@@ -18,0 +20,0 @@ /** |
{ | ||
"name": "@backstage/search-common", | ||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins", | ||
"version": "0.0.0-nightly-20217521743", | ||
"version": "0.0.0-nightly-202191622432", | ||
"main": "dist/index.cjs.js", | ||
@@ -39,6 +39,6 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/config": "^0.0.0-nightly-20217521743" | ||
"@backstage/config": "^0.1.6" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20217521743" | ||
"@backstage/cli": "^0.0.0-nightly-202191622432" | ||
}, | ||
@@ -45,0 +45,0 @@ "jest": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7736
87
+ Added@backstage/config@0.1.15(transitive)
+ Added@backstage/types@0.1.3(transitive)
+ Addedlodash@4.17.21(transitive)
- Removed@backstage/config@0.0.0-nightly-20250114022708(transitive)
- Removed@backstage/errors@0.0.0-nightly-20250114022708(transitive)
- Removed@backstage/types@0.0.0-nightly-20250114022708(transitive)
- Removedms@2.1.3(transitive)
- Removedserialize-error@8.1.0(transitive)
- Removedtype-fest@0.20.2(transitive)
Updated@backstage/config@^0.1.6