Skip to content

Releases: primer/view_components

v0.43.4

18 Jun 19:33
4042149
Compare
Choose a tag to compare

Patch Changes

v0.43.3

12 Jun 16:58
91f57c7
Compare
Choose a tag to compare

Patch Changes

v0.43.2

03 Jun 21:39
ee953f4
Compare
Choose a tag to compare

Patch Changes

v0.43.1

01 May 20:48
b520c7c
Compare
Choose a tag to compare

Patch Changes

v0.43.0

28 Apr 16:59
609cf0f
Compare
Choose a tag to compare

Minor Changes

  • #3466 57f6c41 Thanks @manuelpuyol! - Create Primer::CurrentAttributes allowing apps to set request specific context to components. Update IncludeFragment to add data-nonce when a current nonce is present.

Patch Changes

v0.42.0

15 Apr 22:49
bffaec9
Compare
Choose a tag to compare

Minor Changes

  • #3428 1ab1b06 Thanks @manuelpuyol! - Create IncludeFragment component. Allow ConditionalWrapper to render components other than BaseComponent

Patch Changes

v0.41.0

11 Apr 17:01
37a0d75
Compare
Choose a tag to compare

Minor Changes

  • #3433 1b583f4 Thanks @joelhawksley! - Clean up warnings when running tests, limit Ruby support to >= 3.2 and Rails support to >= 7.1.

  • #3406 5176617 Thanks @joelhawksley! - Use auto-check-element v6, which only validates on blur vs. every keystroke.

v0.40.0

02 Apr 16:55
cf12974
Compare
Choose a tag to compare

Minor Changes

v0.39.0

25 Mar 15:46
a01da91
Compare
Choose a tag to compare

Minor Changes

v0.38.0

13 Mar 21:56
5677ec5
Compare
Choose a tag to compare

Minor Changes

  • #3321 de2397d Thanks @kendallgassner! - [Primer::Beta::Autocomplete] Added a new component to render inside the the Autocomplete dropdown: Primer::Beta::AutoComplete::NoResultItem. This new component can be used to display a message to indicate that there are no available results. This component is marked upas role='presentation' as the autocomplete component already uses aria-live to announce if there are no results.

Patch Changes

  • #3334 c6996b5 Thanks @klaustopher! - Do not close dialogs when clicking on the backdrop if the dialog contains a form

  • #3377 9626afb Thanks @jonrohan! - Fixing bug in the select panel that pushes the page when any :modal is open.