Skip to content

Releases: opf/primer_view_components

v0.63.0

17 Apr 10:47
4e6fbd6
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.62.0

17 Apr 09:25
6f02a78
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.61.1

15 Apr 12:39
2e7e6c6
Compare
Choose a tag to compare

Patch Changes

  • #276 6026f93 Thanks @HDinger! - Stabilise initally collapsed state for CollapsibleSection and CollapsibleHeader

  • #275 40d6367 Thanks @HDinger! - Avoid useless space below collapsed CollapsibleSection

v0.61.0

11 Apr 11:02
73cac1d
Compare
Choose a tag to compare

Minor Changes

v0.60.0

07 Apr 11:58
2827651
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.59.2

04 Apr 06:49
ccde8df
Compare
Choose a tag to compare

Patch Changes

v0.59.1

03 Apr 12:16
fcd41f6
Compare
Choose a tag to compare

Patch Changes

  • #263 ff7912f Thanks @HDinger! - CollapsibleHeader checks for surrounding Box only when being connected

v0.59.0

02 Apr 07:00
b075521
Compare
Choose a tag to compare

Minor Changes

v0.58.0

27 Mar 10:05
20a1991
Compare
Choose a tag to compare

Minor Changes

v0.57.0

24 Mar 09:54
092ca00
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

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