Skip to content

Releases: opf/primer_view_components

v0.25.0

26 Mar 08:52
8136213
Compare
Choose a tag to compare

Minor Changes

  • #2603 bbc1776 Thanks @langermank! - Tooltip visual refresh to match Primer React

  • #89 0d06bec Thanks @HDinger! - Changes Primer::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

Patch Changes

v0.24.0

19 Mar 09:56
364d9e9
Compare
Choose a tag to compare

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

v0.23.0

05 Mar 08:08
42c3ad8
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.22.2

15 Feb 13:48
c2c6345
Compare
Choose a tag to compare

Patch Changes

v0.22.1

05 Feb 12:40
aea2224
Compare
Choose a tag to compare

Patch Changes

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