Skip to content

Releases: primer/view_components

v0.34.0

12 Sep 17:22
f5822fc
Compare
Choose a tag to compare

Minor Changes

  • #3062 b45ef04 Thanks @dombesz! - Trigger an input event when the primer-text-field clear button is pressed.

Patch Changes

v0.33.0

03 Sep 17:01
fe577d5
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.32.0

20 Aug 12:02
399a50f
Compare
Choose a tag to compare

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 #2964 because data-turbo=false gets interpreted as a truthy value.

v0.31.0

07 Aug 19:37
bf0aa09
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.30.0

26 Jul 20:49
d589604
Compare
Choose a tag to compare

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.

v0.29.0

23 Jul 20:26
43e2d40
Compare
Choose a tag to compare

Minor Changes

  • #2963 37ee0f7 Thanks @camertron! - Add defaults to SelectPanel::ItemLists; fix issue showing no results label for local fetch strategy

v0.28.0

22 Jul 18:00
cf0bae3
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.27.0

28 Jun 22:07
08c43b8
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.26.1

21 Jun 18:08
94869fd
Compare
Choose a tag to compare

Patch Changes

v0.26.0

17 Jun 21:36
9fec8d3
Compare
Choose a tag to compare

Minor Changes

Patch Changes