Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.57 KB

future_changes.md

File metadata and controls

37 lines (20 loc) · 1.57 KB

[3.2.1] - 2023-mm-dd

Added

Changed

  • [BREAKING] geom_boxplot() no longer support parameter sampling.

  • [BREAKING] geom_pointrange(): size aesthetic shouldn't affect line width [#751]:

    linewidth aesthetic is used for line width, size - for mid-point size only.

  • Reduce the default width/height values for geom_errorbar().

Fixed

  • ggsave: saving geomImshow() to SVG produces fuzzy picture [LPK-188].
  • ggsave: saving geomImshow() to raster format produces fuzzy picture.
  • geom_livemap: memory leak when re-run cells without reloading a page.
  • Fix placement of horizontal tooltips: when there is not enough height for all tooltips, the nearest one should be used.
  • Weird tooltip/legend in case of extremely long value [#315].