Skip to content

v0.30.0

Compare
Choose a tag to compare
@primer primer released this 26 Jul 20:49
· 159 commits to main since this release
d589604

Minor Changes

  • #2964 91f5a57 Thanks @klaustopher! - Add turbo: true as an parameter for the ToggleSwitch component and treat the respoonse (when it has the correct MIME type) as a Turbo Stream. The new turbo 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! - Replace align-items with align-self and apply it on ActionList group headings directly.