Skip to content

Releases: opf/primer_view_components

v0.22.0

01 Feb 14:14
37d1cf9
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.21.0

31 Jan 09:05
da704a5
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.20.0

08 Jan 08:22
905f8c8
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.19.0

11 Dec 12:41
fe66567
Compare
Choose a tag to compare

Minor Changes

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

v0.18.1

28 Nov 13:03
89accc8
Compare
Choose a tag to compare

Patch Changes

v0.18.0

28 Nov 10:31
abadfe4
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.17.1

22 Nov 12:17
8705a90
Compare
Choose a tag to compare

Patch Changes

v0.17.0

21 Nov 11:14
91b7aad
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.16.0

17 Nov 10:10
f04066f
Compare
Choose a tag to compare

Minor Changes

v0.15.0

16 Nov 14:02
61f4e48
Compare
Choose a tag to compare

Minor Changes

  • #48 102a2ee9 Thanks @apfohl! - Added a "width" attribute to control how wide an input is rendered on screen.

    It is active for:

    • TextField
    • Select