Add support to use version 3 of MathJax and add typesetMath attribute to config [#6073],
with thanks to Equinor for sponsoring the related development!
Add fillpattern options to scatter trace [#6101],
with thanks to @s417-lama for the contribution!
Implement legend.grouptitlefont and hoverlabel.grouptitlefont [#6040]
Add texttemplate and textfont to heatmap and histogram2d traces as well as histogram2dcontour and contour traces when coloring is set "heatmap" [#6028]
Fixed
Fix to discard negative values from pie chart post-aggregation instead of during summation [#6051],
with thanks to @destiny-wu for the contribution!
Fix mapbox derived coordinate for Retina displays [#6039]
Fix interaction between uirevision and autorange. Because we push autorange and range back into layout,
there can be times it looks like we're applying GUI-driven changes on top of explicit autorange and other times
it's an implicit autorange, even though the user's intent was always implicit. This fix treats them as equivalent. [#6046]