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