@splunk/react-page 6.3.3 → 7.0.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 +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 7.0.0 - February 6, 2024
5
+ ----------
6
+ API Changes:
7
+ * `@splunk/splunk-utils` dependency has been updated to `3.0.0`.
8
+ * `3.0.0` no longer supports Search V1 for some endpoints and has had the fallback behavior for older versions of Splunk removed (SUI-5957).
9
+ * `react-page` does not use these endpoints directly but apps leveraging `react-page` and search endpoints should use search V2. See the `@splunk/splunk-utils` CHANGELOG and [Semantic API Versioning](https://docs.splunk.com/Documentation/Splunk/9.1.2/RESTREF/RESTsearch#Semantic_API_versioning) for more details.
10
+
4
11
  6.3.3 - November 7, 2023
5
12
  ----------
6
13
  Bug Fixes:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/react-page",
3
- "version": "6.3.3",
3
+ "version": "7.0.0",
4
4
  "description": "Load React components into the latest layout from Splunk Enterprise",
5
5
  "main": "lib/index.js",
6
6
  "license": "Apache-2.0",
@@ -22,9 +22,9 @@
22
22
  "test:cypress:ci": "node src/tests/run-cypress-tests.js"
23
23
  },
24
24
  "dependencies": {
25
- "@splunk/react-ui": "^4.22.0",
26
- "@splunk/splunk-utils": "^2.3.4",
27
- "@splunk/themes": "^0.16.3",
25
+ "@splunk/react-ui": "^4.25.0",
26
+ "@splunk/splunk-utils": "^3.0.0",
27
+ "@splunk/themes": "^0.16.4",
28
28
  "@splunk/ui-utils": "^1.6.0",
29
29
  "prop-types": "^15.6.2",
30
30
  "scriptjs": "^2.5.8"