@splunk/react-ui 5.8.0 → 5.9.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/Anchor.js CHANGED
@@ -127,7 +127,8 @@
127
127
 
128
128
  return n().createElement(f, s({
129
129
  "data-test": "anchor",
130
- ref: t
130
+ ref: t,
131
+ id: o
131
132
  }, i, {
132
133
  name: o,
133
134
  href: "#".concat(o)
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 5.9.0 - March 5, 2026
5
+ ----------
6
+ New Features:
7
+ * `Multiselect` now supports `"dimmed"` and `"disabled"` values for the `disabled` prop (SUI-8521).
8
+
9
+ Bug Fixes:
10
+ * `Dropdown` now prevents interaction when the toggle is `disabled` or `dimmed` (SUI-8607).
11
+ * Fixed a bug where unsupported values for the `disabled` prop would cause components to render disabled: e.g. `disabled="foo"`. Unsupported values now cause the `disabled` prop to be ignored.
12
+ * Affects `Clickable`, `CollapsiblePanel`, and `Menu.Item`.
13
+ * `CollapsiblePanel` and `Accordion` now correctly use `backgroundColorSection` in Enterprise themes (SUI-8669).
14
+ * `Number` no longer renders horizontal rule between increment and decrement buttons (SUI-8641).
15
+ * `Table.Cell` and `Table.Row` hover styles use `neutral100` across stripe and non-stripe variants (SUI-8552).
16
+ * `Anchor` will now set `id` from the `name` prop if an `id` has not been provided to resolve scroll-to-anchor not working correctly in Firefox and Safari (SUI-8670).
17
+ * `Calendar` and `File`components now use correct `interactiveColorBorder` tokens instead of generic `borderColor` (SUI-8687).
18
+ * `Text`'s height is now consistent with and without adornments in Magnetic themes (SUI-9695)
19
+ * Affects `ComboBox`, `Date`, `Number`, `PhoneNumber`, `Search` and `Select`.
20
+ * `ComboBox`, `Search`, and `Multiselect` no longer submit parent forms when selecting an option with `Enter` (SUI-8664).
21
+ * `CollapsiblePanel`'s toggle button in actions headers no longer stretches when the title wraps to multiple lines (SUI-8690).
22
+
23
+ Docs:
24
+ * Updated `Tree` ClickableExpansion examples alignment and padding (SUI-8525).
25
+
4
26
  5.8.0 - February 10, 2026
5
27
  ----------
6
28
  New Features: