Skip to content

Releases: primer/view_components

v0.18.0

31 Jan 22:08
6c22356
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.17.0

29 Jan 14:44
9f894aa
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.16.1

04 Jan 19:41
70b95a1
Compare
Choose a tag to compare

Patch Changes

  • #2478 6e7b7c2 Thanks @jonrohan! - Bug fix in ActionBar: When collapsed the menu and tooltips aren't visible in Firefox

v0.16.0

04 Jan 18:18
0a2c508
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.15.1

06 Dec 16:11
ef9eb8c
Compare
Choose a tag to compare

Patch Changes

v0.15.0

01 Dec 20:56
3dccb90
Compare
Choose a tag to compare

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

v0.14.0

20 Nov 22:13
d06b532
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.13.2

25 Oct 13:55
b65c2fd
Compare
Choose a tag to compare

Patch Changes

v0.13.1

23 Oct 22:43
e7912df
Compare
Choose a tag to compare

Patch Changes

v0.13.0

19 Oct 22:31
683d931
Compare
Choose a tag to compare

Minor Changes

  • #2284 374d10fd Thanks @langermank! - Update tooltip design

    • Removes caret
    • Decrease offset
    • Remove animation delay
    • Use v8 color tokens
  • #2293 d7eafca0 Thanks @camertron! - Fix multi-select behavior when ActionMenus are embedded in dialogs

  • #2291 725bbd95 Thanks @camertron! - Allow ActionMenu items to submit multiple values on form submission; fix keyboard handling for submit items

Patch Changes

  • #2286 02e7f785 Thanks @langermank! - fix SegmentedControl alignment issues

  • #2288 caf09967 Thanks @TylerJDev! - Fixes issue where sometimes a dialog cannot be closed if another is open

  • #2292 46e3ff02 Thanks @jonrohan! - Fix ActionBar issue where left and end key don't loop around to end of the action bar items.

  • #2290 f33eed35 Thanks @jonrohan! - Bug fix: Respect autofocus attributes inside of a Dialog when opening a modal-dialog. When the dialog was opening before it was always focusing the first focusable element which was always the close button.