v0.19.0
Minor Changes
-
#2378
81b5acc
Thanks @keithamus! - Primer::Alpha::ActionList now uses popover -
#2340
b8d0540
Thanks @camertron! - Add group support to ActionMenu -
#2393
745eae0
Thanks @camertron! - [ActionMenu] Don't allow previously hidden items to be checkable; add JavaScript API
Patch Changes
-
#2414
48a2405
Thanks @keithamus! - Prevent other Overlays closing when Escape is pressed while Tooltips are open -
#2426
78dd9dd
Thanks @camertron! - Fix typo in argument passed to event listener in ToolTip -
#2379
2c59c33
Thanks @mperrotti! - Updates 'inactive' state for buttons based on feedback from the a11y team:- inactive buttons need to meet the color contrast ratio minimum
- inactive buttons shouldn't have aria-disabled since they can still accept interactions such as:
- hover/focus to show a tooltip
- click/activate to show a dialog with more detailed info on why it's inactive
-
#2408
57586da
Thanks @HDinger! - Fix: Allow month attribute for Primer::Beta::RelativeTime -
#2406
fb9bf25
Thanks @strackoverflow! - Fix an issue where multiple groups could not be paginated within the same NavList -
#2412
e7c9a6c
Thanks @camertron! - Prevent Blankslates from having a zero width inside flex containers