@splunk/react-ui 4.22.1 → 4.23.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.md CHANGED
@@ -1,5 +1,20 @@
1
1
  Change Log
2
2
  ============
3
+
4
+ 4.23.0 - Dec 5, 2023
5
+ ----------
6
+ New Features:
7
+ * Added `expandChildrenOnShiftKey` prop to `JSONTree` (SUI-5771).
8
+
9
+ Bug Fixes:
10
+ * The system color picker for `Color` no longer closes unexpectedly during color selection in Safari (SUI-5831).
11
+
12
+ Deprecations:
13
+ * `JSONTree`'s `expandChildren="withShiftModifier"` value has been deprecated and will be removed in a future major version. Use the `expandChildrenOnShiftKey` prop instead (SUI-5771).
14
+
15
+ Docs:
16
+ * Examples have been updated to use sentence case instead of title case to align with the Splunk Styleguide (SUI-5814).
17
+
3
18
  4.22.1 - Nov 14, 2023
4
19
  ----------
5
20
  Bug Fixes: