Skip to content

Releases: opf/primer_view_components

v0.44.1

04 Sep 07:01
b96d09a
Compare
Choose a tag to compare

Patch Changes

  • #172 2a500c9 Thanks @HDinger! - Delegate calls for primary_action and secondary_action from FeedbackMessage to the Blankslate

v0.44.0

03 Sep 13:17
68a1fde
Compare
Choose a tag to compare

Minor Changes

  • #167 1049ebf Thanks @HDinger! - Add FeedbackDialog and FeedbackMessage components to display different kinds of user feedback

v0.43.1

03 Sep 06:17
2906031
Compare
Choose a tag to compare

Patch Changes

  • #168 f76f468 Thanks @HDinger! - Bottom pane of Primer::OpenProject::SubHeader remains full width when the search box is extended

v0.43.0

22 Aug 08:50
9b85dad
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 primer#2964 because data-turbo=false gets interpreted as a truthy value.

v0.42.0

12 Aug 12:02
18bd412
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.41.1

07 Aug 11:38
1f4e63a
Compare
Choose a tag to compare

Patch Changes

v0.41.0

06 Aug 07:27
bfa0d96
Compare
Choose a tag to compare

Minor Changes

  • #149 63cd602 Thanks @HDinger! - Add support for an editable state of Primer::OpenProject::PageHeader

v0.40.0

29 Jul 09:12
76a1275
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.39.1

26 Jul 07:05
157cbe6
Compare
Choose a tag to compare

Patch Changes

v0.39.0

24 Jul 12:04
c5b4b5a
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