@backstage/plugin-search-react 1.2.2-next.0 → 1.3.0-next.2
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.
- package/CHANGELOG.md +29 -0
- package/dist/index.esm.js +441 -399
- package/dist/index.esm.js.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @backstage/plugin-search-react
|
|
2
2
|
|
|
3
|
+
## 1.3.0-next.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 29ebc43a0b: The `value` of a search analytics event is now set as the total number of search results (when available)
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/core-plugin-api@1.2.0-next.2
|
|
13
|
+
- @backstage/core-components@0.12.1-next.2
|
|
14
|
+
- @backstage/plugin-search-common@1.2.0-next.2
|
|
15
|
+
- @backstage/theme@0.2.16
|
|
16
|
+
- @backstage/types@1.0.2-next.1
|
|
17
|
+
- @backstage/version-bridge@1.0.3-next.0
|
|
18
|
+
|
|
19
|
+
## 1.2.2-next.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- a19cffbeed: Update search links to only have header as linkable text
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/core-components@0.12.1-next.1
|
|
26
|
+
- @backstage/version-bridge@1.0.3-next.0
|
|
27
|
+
- @backstage/core-plugin-api@1.1.1-next.1
|
|
28
|
+
- @backstage/types@1.0.2-next.1
|
|
29
|
+
- @backstage/theme@0.2.16
|
|
30
|
+
- @backstage/plugin-search-common@1.1.2-next.1
|
|
31
|
+
|
|
3
32
|
## 1.2.2-next.0
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|