@primer/react@36.14.0
Minor Changes
-
#4224
8e9267fbc77946c65844a5cb3a714ba57291fc5cThanks @broccolinisoup! - IconButton: introduce tooltips on icon buttons behind theunsafeDisableTooltipprop for an incremental rollout.In the next release, we plan to update the default value of
unsafeDisableTooltiptofalseso that the tooltip behaviour becomes the default. -
#4425
6682d28bbb8fe5aa2c959f8013cbcfc4f3c7030eThanks @siddharthkp! - Dialog v2: Add support forreturnFocusRef
Patch Changes
-
#4463
4b001296005e1fa2c11afe0b41bc852f44a5b905Thanks @broccolinisoup! - TooltipV2: Check if tooltip element haspopoverattribute before callingshowPopoverandhidePopover -
#4451
2f4939375a9d3b81f7f618ad2ea6f1a77cad187eThanks @TylerJDev! - UtilizegetGlobalFocusStyleto preventoutline-offsetfrom being overridden by default browser styles -
#4471
aa8b6d83467ebd0d18939fc375340471a585deeaThanks @broccolinisoup! - Tooltipv2: Prevent closing other overlays when tooltip has the focus when ESC is hit -
#4393
57e1742c1538be83b208e08ff97b31df02acb5faThanks @maximedegreve! - Add our react template to the README.md -
#4270
ae14db7378efa90cad8623d6729747f0ca8f098bThanks @lukeed! - TreeView: Toggle subtree via Space key (in addition to Enter key) -
#4477
054de02df44c2f1144db58e9778350d7bc0fb863Thanks @siddharthkp! - ThemeProvider + SSR: Fix incorrect theme with multiple ThemeProviders on page