Skip to content

v3.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@etimberg etimberg released this 01 Oct 11:02

Essential Links

Highlights

The main highlight of this 2nd beta release is improvements to the 1st party Typescript types. Feedback on these types is greatly appreciated.

Breaking Changes

The helpers are now exposed in a flat format for both UMD & ESM cases. See #7750 for details.

Enhancements

Performance

  • #7793 Update/draw only visible line/points
  • #7755 Cache Intl.NumberFormat instances

Bug Fixes

  • #7820 Make dataset animations obey chart level disable
  • #7816 Fix: maximum size and mouse position with styling
  • #7808 Fix: Update/draw only visible -regression
  • #7800 Limit pixel values to 32bit integer range
  • #7792 Fix: relative position in FF
  • #7790 Better error message when importing charts incorrectly. . Thanks @Lautarourtiaga
  • #7785 Fix hover-out regression
  • #7758 Fix: update chart when attached
  • #7747 Reduce code duplication and sort generated ticks

Types

Documentation

  • #7806 Flat Helpers. Thanks @sgratzl
  • #7765 Update pull request template contributing docs link
  • #7757 Fix the parameter order of before/afterEvent
  • #7753 Chart.register instead of Chart.plugins.register