Releases: primer/view_components
v0.20.1
What's Changed
- Revert "Bump Primitives, fix shadows on legacy overlay components" by @camertron in #2692
Full Changelog: v0.20.0...v0.20.1
v0.20.0
Minor Changes
-
#2627
226481e
Thanks @camertron! - Support<select>
elements that allow selecting multiple values -
#2610
14890a3
Thanks @thesnowrose! - Add the ability to show a tooltip for navlists on text truncation -
#2609
14d8dc5
Thanks @camertron! - Add an AutoComplete form input
Patch Changes
-
#2673
3a6762d
Thanks @camertron! - Make text field and other form inputs respect the full_width: option -
#2665
c7c206a
Thanks @langermank! - Default IconButton text colormuted
-
#2629
862f05a
Thanks @camertron! - Fix autofocus behavior for radio button and check box groups -
#2666
53a3390
Thanks @camertron! - Make sure labels and form inputs are properly associated when a custom ID is provided -
#2672
f1ab24a
Thanks @orhantoy! - Fix documented options for ToggleSwitch size and status_label_position -
#2643
70a6dee
Thanks @langermank! - Swap bg-gradient with bg-color for Banner/Flash
v0.19.0
Minor Changes
-
#2607
1cf14e5
Thanks @camertron! - Add ability to attach action menus to button group buttons -
#2626
1160edf
Thanks @camertron! - Upgrade to view_component v3.11.0 -
#2604
8d67631
Thanks @mattcosta7! - update tsconfig compile target
Patch Changes
-
#2628
5619810
Thanks @langermank! - Primitives v8 bug fix:invisible
button hover state in high contrast themes -
#2620
59c3396
Thanks @khiga8! - Docs: update accessibility section of PVC Banner -
#2611
8c111df
Thanks @lindseywild! - Update README docs with instructions to preview docs site locally
v0.18.2
Patch Changes
-
#2577
6a3071d
Thanks @lindseywild! - Adds documentation for the Rails Banner and focus management guidance -
#2579
c195fc5
Thanks @keithamus! - Remove aria-disabled from dialogs -
#2556
077cb08
Thanks @keithamus! - Fix issue with layering of nested overlays/dialogs -
#2557
77e59ee
Thanks @keithamus! - Fix potential out-of-bounds error in ActionBar -
#2585
6124098
Thanks @khiga8! - Bug: Remove dismissable flash stealing focus
v0.18.1
Patch Changes
-
#2554
652e795
Thanks @keithamus! - Ensure Overlays that open dialogs do not close when the Dialog opens -
#2553
1ca2f17
Thanks @keithamus! - Ensure only direct clicks to the dialog can close it
v0.18.0
Minor Changes
Patch Changes
-
#2527
1d20198
Thanks @keithamus! - Remove animations on actionlist checkmark -
#2549
1259249
Thanks @keithamus! - Ensure dialogs do not close when a child menu item (or similar) is clicked
v0.17.0
Minor Changes
-
#2539
9985fc0
Thanks @camertron! - Use latest version of @primer/primitives -
#2496
983e3a5
Thanks @keithamus! - Primer::Alpha::Dialog uses<dialog>
internally
Patch Changes
-
#2495
fbaea76
Thanks @antn! - Allow settingtest_selector
on select list options -
#2538
35e5d06
Thanks @camertron! - Prevent ActionMenu's show_button slot from rendering its content more than once -
#2541
116a343
Thanks @khiga8! - AllowBanner
to be rendered as a section -
#2530
1d14d5c
Thanks @camertron! - Update @oddbird/popover-polyfill to v0.3.8 -
#2491
11b1eec
Thanks @jonrohan! - Fixing the utilities build not matching properly forfont_size
-
#2511
15a090a
Thanks @camertron! - Only attach validation IDs to form elements that support validation
v0.16.1
v0.16.0
Minor Changes
-
#2445
da60c73
Thanks @camertron! - Always convert CSS classes to system arguments in linters -
#2447
08a8e01
Thanks @kenyonj! - Support font_size and border_radius in classify/utilities
Patch Changes
-
#2452
87e03ea
Thanks @nicolleromero! - Ensure tooltip does not reopen errantly unless focus is visible -
#2456
fd38b17
Thanks @TylerJDev! - Adds visible outlines toOverlay
andTooltip
in high contrast mode. -
#2432
c162880
Thanks @dylanatsmith! - Removeuser-select: none
to allow users to select form label text -
#2428
4cb9a57
Thanks @strackoverflow! - Fix an accessibility issue where the Dialog body could not be reached via keyboard navigation -
#2411
58e700a
Thanks @keithamus! - Ensure scroll position does not change when opening ActionMenus -
#2425
65f418f
Thanks @camertron! - Use floats to hide ActionBar items to address Android Chrome overflow issue -
#2455
6ca4ac4
Thanks @HDinger! - Make dismiss action on Banner translatable -
#2434
dc87edf
Thanks @langermank! - Add missingbox-shadow
to text field