Minor Changes
-
#4224
8e9267fbc77946c65844a5cb3a714ba57291fc5c
Thanks @broccolinisoup! - IconButton: introduce tooltips on icon buttons behind theunsafeDisableTooltip
prop for an incremental rollout.In the next release, we plan to update the default value of
unsafeDisableTooltip
tofalse
so that the tooltip behaviour becomes the default. -
#4425
6682d28bbb8fe5aa2c959f8013cbcfc4f3c7030e
Thanks @siddharthkp! - Dialog v2: Add support forreturnFocusRef
Patch Changes
-
#4463
4b001296005e1fa2c11afe0b41bc852f44a5b905
Thanks @broccolinisoup! - TooltipV2: Check if tooltip element haspopover
attribute before callingshowPopover
andhidePopover
-
#4451
2f4939375a9d3b81f7f618ad2ea6f1a77cad187e
Thanks @TylerJDev! - UtilizegetGlobalFocusStyle
to preventoutline-offset
from being overridden by default browser styles -
#4471
aa8b6d83467ebd0d18939fc375340471a585deea
Thanks @broccolinisoup! - Tooltipv2: Prevent closing other overlays when tooltip has the focus when ESC is hit -
#4393
57e1742c1538be83b208e08ff97b31df02acb5fa
Thanks @maximedegreve! - Add our react template to the README.md -
#4270
ae14db7378efa90cad8623d6729747f0ca8f098b
Thanks @lukeed! - TreeView: Toggle subtree via Space key (in addition to Enter key) -
#4477
054de02df44c2f1144db58e9778350d7bc0fb863
Thanks @siddharthkp! - ThemeProvider + SSR: Fix incorrect theme with multiple ThemeProviders on page