@splunk/react-field-summary 27.2.1 → 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.
- package/CHANGELOG.external.md +137 -0
- package/MIGRATION.md +23 -0
- package/package.json +23 -11
|
@@ -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/MIGRATION.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Migration
|
|
2
|
+
|
|
3
|
+
## 27.2.1
|
|
4
|
+
|
|
5
|
+
- **Note:** Version bump due to ownership transfer of `@splunk/react-field-summary` to vision repo
|
|
6
|
+
|
|
7
|
+
### Breaking changes
|
|
8
|
+
|
|
9
|
+
- Type files have been moved to the `types/` folder, you may need to update imports as follows:
|
|
10
|
+
Before:
|
|
11
|
+
```
|
|
12
|
+
import type {
|
|
13
|
+
FieldData,
|
|
14
|
+
FieldSummaryOptions,
|
|
15
|
+
} from '@splunk/react-field-summary/components/FieldSummary';
|
|
16
|
+
```
|
|
17
|
+
After:
|
|
18
|
+
```
|
|
19
|
+
import type {
|
|
20
|
+
FieldData,
|
|
21
|
+
FieldSummaryOptions,
|
|
22
|
+
} from '@splunk/react-field-summary/types/components/FieldSummary';
|
|
23
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splunk/react-field-summary",
|
|
3
|
-
"version": "27.
|
|
3
|
+
"version": "27.4.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Splunk Inc.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -18,19 +18,29 @@
|
|
|
18
18
|
"test:visual:update": "yarn loki approve",
|
|
19
19
|
"test:visual:ci": "yarn test:visual --requireReference --verboseRenderer --chromeRetries=3",
|
|
20
20
|
"storybook": "sb dev -p 6006 -c .storybook",
|
|
21
|
-
"_docs": "yarn docs:gen &&
|
|
22
|
-
"docs
|
|
23
|
-
"docs:
|
|
21
|
+
"_docs": "export NODE_ENV=production && yarn docs:gen && webpack --config webpack.docs.config.js",
|
|
22
|
+
"docs": "export INTERNAL=true && yarn _docs",
|
|
23
|
+
"docs:external": "export INTERNAL=false && yarn _docs",
|
|
24
|
+
"docs:start": "export INTERNAL=true && yarn docs:gen && yarn webpack-dev-server --config webpack.docs.config.js",
|
|
25
|
+
"docs:start:external": "export INTERNAL=false && yarn docs:gen && yarn webpack-dev-server --config webpack.docs.config.js",
|
|
26
|
+
"docs:gen": "node document-react-props src/components docs",
|
|
27
|
+
"docs:publish": "publish docs build/docs",
|
|
28
|
+
"docs:publish:external": "createPublicPackage && publish docs build/docs-external && revertPublicPackage"
|
|
24
29
|
},
|
|
25
30
|
"types": "types/index.d.ts",
|
|
26
31
|
"main": "index.js",
|
|
27
32
|
"devDependencies": {
|
|
28
33
|
"@babel/cli": "^7.13.0",
|
|
29
34
|
"@babel/core": "^7.13.0",
|
|
35
|
+
"@mdx-js/loader": "^3.1.0",
|
|
36
|
+
"@mdx-js/mdx": "^3.1.0",
|
|
37
|
+
"@splunk/babel-preset": "^4.0.0",
|
|
30
38
|
"@splunk/cicd-tools": "^0.5.0",
|
|
31
|
-
"@splunk/docs-gen": "^0.
|
|
39
|
+
"@splunk/docs-gen": "^1.0.0-beta.13",
|
|
40
|
+
"@splunk/jsdoc-loader": "^3.0.1",
|
|
32
41
|
"@splunk/react-docs": "1.0.0-beta.20",
|
|
33
|
-
"@splunk/visualization-build-tools": "^27.
|
|
42
|
+
"@splunk/visualization-build-tools": "^27.4.0",
|
|
43
|
+
"@splunk/webpack-configs": "^7.0.2",
|
|
34
44
|
"@storybook/addon-actions": "^7.6.20",
|
|
35
45
|
"@storybook/addon-controls": "^7.6.20",
|
|
36
46
|
"@storybook/addon-knobs": "^7.1.1",
|
|
@@ -49,10 +59,12 @@
|
|
|
49
59
|
"jest": "^29.7.0",
|
|
50
60
|
"jest-fetch-mock": "^3.0.3",
|
|
51
61
|
"jest-junit": "^16.0.0",
|
|
62
|
+
"lodash": "^4.17.21",
|
|
52
63
|
"loki": "^0.35.1",
|
|
64
|
+
"raw-loader": "^4.0.2",
|
|
53
65
|
"react": "^16.11.0",
|
|
54
66
|
"react-docgen": "^2.20.1",
|
|
55
|
-
"react-docgen-typescript": "^
|
|
67
|
+
"react-docgen-typescript": "^2.2.2",
|
|
56
68
|
"react-dom": "^16.11.0",
|
|
57
69
|
"styled-components": "^5.3.10",
|
|
58
70
|
"webpack": "^5.95.0",
|
|
@@ -66,10 +78,10 @@
|
|
|
66
78
|
"styled-components": "^5.3.10"
|
|
67
79
|
},
|
|
68
80
|
"dependencies": {
|
|
69
|
-
"@babel/runtime": "^7.
|
|
70
|
-
"@splunk/react-icons": "^4.
|
|
71
|
-
"@splunk/react-ui": "^4.
|
|
72
|
-
"@splunk/themes": "^0.
|
|
81
|
+
"@babel/runtime": "^7.27.0",
|
|
82
|
+
"@splunk/react-icons": "^4.14.0",
|
|
83
|
+
"@splunk/react-ui": "^4.45.0",
|
|
84
|
+
"@splunk/themes": "^0.24.0",
|
|
73
85
|
"@splunk/ui-utils": "^1.8.0",
|
|
74
86
|
"prop-types": "^15.8.1"
|
|
75
87
|
}
|