@backstage/plugin-search 1.3.0-next.2 → 1.3.1-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.7.0-next.0
9
+ - @backstage/theme@0.4.0-next.0
10
+ - @backstage/config@1.0.7
11
+ - @backstage/core-components@0.13.2-next.0
12
+ - @backstage/core-plugin-api@1.5.1
13
+ - @backstage/plugin-search-react@1.6.1-next.0
14
+ - @backstage/catalog-model@1.3.0
15
+ - @backstage/errors@1.1.5
16
+ - @backstage/types@1.0.2
17
+ - @backstage/version-bridge@1.0.4
18
+ - @backstage/plugin-search-common@1.2.3
19
+
20
+ ## 1.3.0
21
+
22
+ ### Minor Changes
23
+
24
+ - 750e45539ad: Add close button & improve search input.
25
+
26
+ MUI's Paper wrapping the SearchBar in the SearchPage was removed, we recommend users update their apps accordingly.
27
+
28
+ SearchBarBase's TextField's label support added & aria-label uses label string if present, tests relying on the default placeholder value should still work unless custom placeholder was given.
29
+
30
+ ### Patch Changes
31
+
32
+ - 0e3d8d69318: Fixed 404 Error when fetching search results due to URL encoding changes
33
+ - Updated dependencies
34
+ - @backstage/theme@0.3.0
35
+ - @backstage/plugin-catalog-react@1.6.0
36
+ - @backstage/plugin-search-react@1.6.0
37
+ - @backstage/core-components@0.13.1
38
+ - @backstage/catalog-model@1.3.0
39
+ - @backstage/config@1.0.7
40
+ - @backstage/core-plugin-api@1.5.1
41
+ - @backstage/errors@1.1.5
42
+ - @backstage/types@1.0.2
43
+ - @backstage/version-bridge@1.0.4
44
+ - @backstage/plugin-search-common@1.2.3
45
+
3
46
  ## 1.3.0-next.2
4
47
 
5
48
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
3
  "description": "The Backstage plugin that provides your backstage app with search",
4
- "version": "1.3.0-next.2",
4
+ "version": "1.3.1-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,13 +34,13 @@
34
34
  "dependencies": {
35
35
  "@backstage/catalog-model": "^1.3.0",
36
36
  "@backstage/config": "^1.0.7",
37
- "@backstage/core-components": "^0.13.1-next.1",
37
+ "@backstage/core-components": "^0.13.2-next.0",
38
38
  "@backstage/core-plugin-api": "^1.5.1",
39
39
  "@backstage/errors": "^1.1.5",
40
- "@backstage/plugin-catalog-react": "^1.6.0-next.2",
40
+ "@backstage/plugin-catalog-react": "^1.7.0-next.0",
41
41
  "@backstage/plugin-search-common": "^1.2.3",
42
- "@backstage/plugin-search-react": "^1.6.0-next.2",
43
- "@backstage/theme": "^0.3.0-next.0",
42
+ "@backstage/plugin-search-react": "^1.6.1-next.0",
43
+ "@backstage/theme": "^0.4.0-next.0",
44
44
  "@backstage/types": "^1.0.2",
45
45
  "@backstage/version-bridge": "^1.0.4",
46
46
  "@material-ui/core": "^4.12.2",
@@ -56,10 +56,10 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.22.7-next.0",
60
- "@backstage/core-app-api": "^1.8.0-next.1",
61
- "@backstage/dev-utils": "^1.0.15-next.2",
62
- "@backstage/test-utils": "^1.3.1-next.2",
59
+ "@backstage/cli": "^0.22.8-next.0",
60
+ "@backstage/core-app-api": "^1.8.0",
61
+ "@backstage/dev-utils": "^1.0.16-next.0",
62
+ "@backstage/test-utils": "^1.4.0-next.0",
63
63
  "@testing-library/dom": "^8.0.0",
64
64
  "@testing-library/jest-dom": "^5.10.1",
65
65
  "@testing-library/react": "^12.1.3",