@splunk/react-field-summary 27.3.0 → 27.4.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.
@@ -0,0 +1,137 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+
7
+ # 27.4.0 (2025-05-27)
8
+
9
+
10
+
11
+
12
+ **Note:** Version bump only for package @splunk/react-field-summary
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file.
17
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
19
+ # 27.3.0 (2025-04-15)
20
+
21
+
22
+
23
+
24
+ **Note:** Version bump only for package @splunk/react-field-summary
25
+
26
+ ## 27.2.1 (2025-03-04)
27
+ **Note:** Version bump due to ownership transfer of react-field-summary to vision repo
28
+
29
+
30
+
31
+ **Note:** Version bump only for package @splunk/react-field-summary
32
+
33
+
34
+ ## 0.11.0
35
+ ### Fixed
36
+ * Updated `@splunk/react-ui`, `@splunk/themes`, `@splunk/react-icons`, and `styled-components` dependencies and peerDependencies to fix a mismatched peerDependency issue
37
+
38
+ ## 0.10.1 (2023-06-07)
39
+ ### Fixed
40
+ * Updated dependency on `@splunk/react-ui` to fix security issues (SCP-64394).
41
+
42
+ ## 0.10.0 (2023-05-02)
43
+ ### Features
44
+ * upgraded app-px and libs
45
+
46
+
47
+ * using webpack 5
48
+
49
+
50
+ * upgrading webpack-dev-server
51
+
52
+
53
+ * upgrading webpack-cli to 4.10.0
54
+
55
+
56
+ * upgrading to the latest webpack 4
57
+
58
+
59
+ * SUI-5097,generate external docs builds for search-components without source code links
60
+
61
+
62
+ ## 0.9.0 (2021-10-07)
63
+
64
+ ### Changed
65
+ * [Breaking] Relicensed package to Apache-2.0
66
+
67
+
68
+ ## 0.8.1 (2021-06-24)
69
+ ### Fixed
70
+ * Updated dependency on `@splunk/react-ui` to fix a11y issues (SUI-2608).
71
+
72
+
73
+ ## 0.8.0 (2021-02-18)
74
+ ### Changed
75
+ * [Breaking] Updated to use 4.0 series of Splunk UI packages. Includes breaking changes to theming,
76
+ layout, and colors. The `themes` module was removed. (PX-918).
77
+ * [Breaking] IE11 is no longer supported.
78
+ * [Breaking] Updated peer dependency `styled-components` to `^5.1`.
79
+ * Removed peer dependencies: `@splunk/react-ui`, `@splunk/react-icons`.
80
+
81
+
82
+ ## [0.7.0] - 2020-08-31
83
+
84
+ ### Fixed
85
+ * Fixed clear text icon overlapping magnifying search icon in field summary list (PX-94).
86
+ * Fixed field summary values getting truncated too early (PX-337).
87
+
88
+
89
+ ## [0.6.1] - 2020-07-27
90
+
91
+ ### Fixed
92
+ * Added missing dependency on `@splunk/react-icons`
93
+
94
+
95
+ ## [0.6.0] - 2020-07-24
96
+
97
+ ### Changed
98
+ * Updated following peer dependencies (SCP-25802).
99
+ * [Breaking] react-ui: ^3
100
+ * [Breaking] styled-components: ^5.1
101
+
102
+ ### Fixed
103
+ * Removed direct dependency on `@splunk/react-ui` since it's a peer dependency
104
+ * Added missing dependency on `prop-types`
105
+
106
+
107
+ ## [0.5.0] - 2020-06-12
108
+
109
+ ### Fixed
110
+ Closed field-summary popover when an action or field value is clicked (SCP-27832).
111
+
112
+
113
+ ## [0.4.0] - 2020-05-27
114
+
115
+ ### Fixed
116
+ Increased the space afforded to field values in the field summary popup (SCP-26797).
117
+
118
+ ## [0.3.0] - 2020-04-20
119
+
120
+ ### Added
121
+ Made the `FieldSummary` a part of the public API (SCP-25687).
122
+
123
+ ### Changed
124
+ * Updated the `FieldSummary` design (SCP-25014).
125
+
126
+
127
+ ## [0.2.0] - 2020-04-08
128
+
129
+ ### Added
130
+ Tooltip for bars in field summary now show the total events.(SCP-25550).
131
+
132
+
133
+ ## [0.1.0] - 2020-03-24
134
+
135
+ ### Added
136
+
137
+ * `FieldSummaryList` component accepts field summary data from the results of a search and lists the fields, each with a popup for its values (SCP-23652).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/react-field-summary",
3
- "version": "27.3.0",
3
+ "version": "27.4.0",
4
4
  "description": "",
5
5
  "author": "Splunk Inc.",
6
6
  "license": "Apache-2.0",
@@ -39,7 +39,7 @@
39
39
  "@splunk/docs-gen": "^1.0.0-beta.13",
40
40
  "@splunk/jsdoc-loader": "^3.0.1",
41
41
  "@splunk/react-docs": "1.0.0-beta.20",
42
- "@splunk/visualization-build-tools": "^27.3.0",
42
+ "@splunk/visualization-build-tools": "^27.4.0",
43
43
  "@splunk/webpack-configs": "^7.0.2",
44
44
  "@storybook/addon-actions": "^7.6.20",
45
45
  "@storybook/addon-controls": "^7.6.20",
@@ -79,9 +79,9 @@
79
79
  },
80
80
  "dependencies": {
81
81
  "@babel/runtime": "^7.27.0",
82
- "@splunk/react-icons": "^4.12.0",
83
- "@splunk/react-ui": "^4.43.0",
84
- "@splunk/themes": "^0.23.0",
82
+ "@splunk/react-icons": "^4.14.0",
83
+ "@splunk/react-ui": "^4.45.0",
84
+ "@splunk/themes": "^0.24.0",
85
85
  "@splunk/ui-utils": "^1.8.0",
86
86
  "prop-types": "^15.8.1"
87
87
  }