Releases: opf/primer_view_components
v0.27.0
Minor Changes
-
#96
f52bbfa
Thanks @HDinger! - * Add support for Dialogs inside the Primer::OpenProject::PageHeader component- Limit the number of allowed actions to 5
-
#69
81bb4b7
Thanks @bsatarnejad! - AddPrimer::OpenProject::ZenModeButton
component. By clicking on the button, screen will be in full-mode or back in normal-mode.
v0.26.0
Minor Changes
-
#2729
2b0a7bf
Thanks @thesnowrose! - Fixes a bug where a tooltip was being shown in the navlist even when the text wasn't truncated for certain items. -
#2651
e1f3434
Thanks @jonrohan! - Add a slot toOverlay::Header
calledfilter
for a filter input.
Patch Changes
-
#2735
507a743
Thanks @antn! - Explicitly convert params to integers where needed for several previews -
#2731
8123aee
Thanks @jonrohan! - Remove old primitives color themes imports and only use V8 on the demo lookbook -
#2733
6fe410b
Thanks @broccolinisoup! - Tooltip: Update the threshold value to match with the offset
v0.25.1
v0.25.0
Minor Changes
-
#2603
bbc1776
Thanks @langermank! - Tooltip visual refresh to match Primer React -
#89
0d06bec
Thanks @HDinger! - ChangesPrimer::OpenProject::PageHeader
:- Remove the
context_bar_actions
slot - Make
breadcrumbs
required - Remove the
parent_link
slot (will be derived automatically from the breadcrumb) - Change the slot definition for
actions
to be type specific (allowed types are: icon_button, button, link, text and menu) - On mobile, the actions collapse into a single action menu which is placed in the context_bar
- Remove the
Patch Changes
-
#2706
60c5f01
Thanks @camertron! - Fix dialog CSS to prevent tooltip issues -
#2705
90192bb
Thanks @langermank! - Revert "Swap bg-gradient with bg-color for Banner/Flash"
v0.24.0
Minor Changes
-
#2627
226481e
Thanks @camertron! - Support<select>
elements that allow selecting multiple values -
#2689
a7f7dad
Thanks @langermank! - - Bug fix: inactive button colors- Bug fix: double border/box-shadow on popover and dropdown
- Bug fix: text color for primary button in dark dimmed
-
#81
b2011f7
Thanks @HDinger! - Move the implementation of Primer::OpenProject::PageHeader closer to the specification of Primer -
#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.23.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.22.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.22.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.22.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.21.0
Minor Changes
-
#2539
9985fc0
Thanks @camertron! - Use latest version of @primer/primitives -
#2496
983e3a5
Thanks @keithamus! - Primer::Alpha::Dialog uses 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 -
#67
a465b9e
Thanks @HDinger! - Make the large header variant the default for OpenProject::PageHeader -
#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