Skip to content

v0.15.0

Compare
Choose a tag to compare
@primer primer released this 01 Dec 20:56
· 769 commits to main since this release
3dccb90

Minor Changes

Patch Changes

  • #2414 48a2405a Thanks @keithamus! - Prevent other Overlays closing when Escape is pressed while Tooltips are open

  • #2379 2c59c33b 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 57586da4 Thanks @HDinger! - Fix: Allow month attribute for Primer::Beta::RelativeTime

  • #2406 fb9bf257 Thanks @strackoverflow! - Fix an issue where multiple groups could not be paginated within the same NavList

  • #2412 e7c9a6c6 Thanks @camertron! - Prevent Blankslates from having a zero width inside flex containers