v0.30.0
Minor Changes
-
#2964
91f5a57
Thanks @klaustopher! - Addturbo: true
as an parameter for theToggleSwitch
component and treat the respoonse (when it has the correct MIME type) as a Turbo Stream. The newturbo
paramater defaults to false
and with that the HTTP response is simply ignored as is the current behavior. -
#2966
05172fa
Thanks @camertron! - Ensure Down, Home, and End behave as expected when a SelectPanel's input field has focus
Patch Changes
- #2972
9b675a7
Thanks @TylerJDev! - Replacealign-items
withalign-self
and apply it onActionList
group headings directly.