v0.43.0
Minor Changes
- #3009
8f06f7a
Thanks @camertron! - Include value in event metadata when SelectPanel items are activated
Patch Changes
-
#2983
5d68193
Thanks @keithamus! - Ensure ActionMenu restores focus on close of a dialog, if a menu item opened that dialog -
#3010
ebab85a
Thanks @camertron! - Fixes several SelectPanel bugs:- If multiple server-rendered items are checked, the panel will only show one item checked.
- If no
data-value
attributes are provided, panels in single-select mode will allow multiple items to be checked.
-
#3011
9507093
Thanks @JoyceZhu! - Remove "loading" screenreader-only text after Spinner load for
eventually_local
SelectPanels -
#3012
adcdddd
Thanks @orhantoy! - Fix a bug where all requests from theToggleSwitch
view component are being made with a Turbo Accept header.
This started happening after the change in primer#2964 becausedata-turbo=false
gets interpreted as a truthy value.