Skip to content

v0.43.0

Compare
Choose a tag to compare
@openprojectci openprojectci released this 22 Aug 08:50
· 206 commits to main since this release
9b85dad

Minor Changes

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:

    1. If multiple server-rendered items are checked, the panel will only show one item checked.
    2. 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 the ToggleSwitch view component are being made with a Turbo Accept header.
    This started happening after the change in primer#2964 because data-turbo=false gets interpreted as a truthy value.