Releases: opf/primer_view_components
Releases · opf/primer_view_components
v0.63.0
Minor Changes
- #3428
1ab1b06
Thanks @manuelpuyol! - Create IncludeFragment component. Allow ConditionalWrapper to render components other than BaseComponent
Patch Changes
- #3429
6ea9fd5
Thanks @manuelpuyol! - Create IncludeFragment linter to migrate uses
v0.62.0
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
v0.61.0
v0.60.0
v0.59.2
v0.59.1
v0.59.0
v0.58.0
Minor Changes
- #3396
8e9802a
Thanks @kendallgassner! - [SelectPanel] Add in the ability to add form_arugments when using remote fetching
v0.57.0
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.