Releases: primer/view_components
v0.43.4
v0.43.3
Patch Changes
-
#3521
72a68d7
Thanks @copilot-swe-agent! - Rename .erb-linters folder to .erb_linters -
#3518
c25c43c
Thanks @copilot-swe-agent! - Replace deprecated lookbook helper define_param_input with add_input_type -
#3512
b606322
Thanks @copilot-swe-agent! - Upgrade RuboCop cops to v1 API -
#3534
b8ebe04
Thanks @copilot-swe-agent! - Remove unnecessary aria-label from the Details component -
#3540
c94037e
Thanks @copilot-swe-agent! - Fix breadcrumb overflow by adding max-width constraint to prevent page overflow -
#3522
223a4c6
Thanks @camertron! - Publish config folder in packaged gem
v0.43.2
Patch Changes
-
#3498
e9a4a60
Thanks @joelhawksley! - Update test allocations to match latest ViewComponent alpha release. -
#3483
1165454
Thanks @HDinger! - Provide default id for clear button in text fields -
#3475
28532ae
Thanks @langermank! - Bump primitives + update snapshots
v0.43.1
v0.43.0
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
-
#3447
c2b88cb
Thanks @bsatarnejad! - Add a new custom label for close button in dialog header -
#3450
5e86bf4
Thanks @francinelucca! - Fix(SelectPanel): incorrect padding when no filter
v0.42.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.41.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.40.0
v0.39.0
v0.38.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.