Skip to content

v11.4.0

Compare
Choose a tag to compare
@ihnatmoisieiev ihnatmoisieiev released this 18 Mar 20:04
· 8 commits to master since this release

Version 11.4.0

iOS:

  1. Removed .woff2 fonts from the framework, #432
  2. Added a privacy manifest file to the framework, #433

Framework:

  1. Added new option sankey.nodeDistance and the possibility of setting sankey.nodeWidth to auto. The same option pair is also supported by organization chart and treegraph series.
  2. Enhanced the pinch zoom behavior to redraw the axes and series continuously. Previously it created a preview by scaling the graphs, then did a full review at the end. Also a deeper refactor and unification of the whole zoom, pan and mousewheel logic.
  3. Added new option organization.hangingSide which allows nodes to hang from the right side in inverted organization charts. See #17240.

Framework bug fixes:

  1. Fixed #20334, chart width exceeded container width on Windows when the chart itself caused page scrollbars.
  2. Fixed #20572, destroying a chart after point hover sometimes produced an error.
  3. Fixed #15921 by applying fillColor to series from highContrastTheme.colors if set.
  4. Fixed #20166, ticks and gridlines were visible outside the axis in some corner cases.
  5. Fixed code scan issues 56, incomplete string escaping or encoding in SVGRenderer, and 72, incomplete multi-character sanitization in SVGRenderer.
  6. Fixed code scan issue 73, incomplete multi-character sanitization in SVGElement node title.
  7. Fixed code scan issue 90, permissive regex in mapcharts.js.
  8. Fixed code scan issue 111, potential prototype pollution in Utilities.ts.
  9. Fixed code scan issue 112, potential prototype pollution in NavigationBinding.ts.
  10. Fixed #20329, detached elements and events in the Accessibility module produced a memory leak.
  11. Fixed #20394, series.color only initially impacted the color of x-range points.
  12. Fixed #20435, point events update didn't work.
  13. Fixed #20516, this was not bound to plot line or plot band object in event callbacks.
  14. Fixed #20429, toggling bellcurve visibility threw error.
  15. Fixed #20440 and #20569, multiple series zones broke graph.
  16. Fixed regression since v11.3, column range series had area-style legend marker.
  17. Fixed #20433, boosted scatter chart did not work without axis min/max-options.
  18. Fixed #20307 and #20301, alignment and overlap detection for rotated data labels didn't work correctly.
  19. Fixed #19730, centerInCategory on inverted column chart had incorrect series order.
  20. Fixed #20264, the packed bubble series was not rendered correctly in an inverted chart.