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
- #7768
isoWeekday
time options on time scale as number. Thanks @stockiNail
Performance
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
- #7812 Minor type fixes. Thanks @emmcbd
- #7791 Strong typings for scales and datasets in options. Thanks @emmcbd
- #7783 Merge Chart instance with Chart factory. Thanks @xr0master
- #7782 Strong chart object and properties typing. Thanks @emmcbd
- #7778 parsing is not part of
IChartData
- #7770 fix a wrong Option infer. Thanks @xr0master
- #7767 Improve generic chart type + allow data changing on existing charts. Thanks @xr0master
- #7759 Improve unknown data point types + other type fixes. Thanks @emmcbd
- #7748 Fix invalid TypeScript type. Thanks @sgratzl