Chart.js v3.0.0-beta.6 Release Notes

Release Date: 2020-11-08 // over 3 years ago
  • Essential Links

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿšš #8017 Remove I prefix from TS types

    โœจ Enhancements

    • #8007 Add type to context objects

    ๐Ÿ› Bugs Fixed

    • ๐Ÿšš #8013 When data is removed, remove from stacks too
    • โšก๏ธ #8006 Use same merging logic for init and update
    • ๐Ÿšš #7996 Remove use of null propagation operator since it's still in a draft state

    Types

    • 0๏ธโƒฃ #8025 Improved types for defaults
    • ๐Ÿšš #8017 Remove I prefix from TS types
    • 0๏ธโƒฃ #8001 [types][beta-5] fixed stacked scale, changed default type for data.labels

    ๐Ÿ“š Documentation

    • #8004 Destroy example charts on unmount

    Development

    • #8018 Bubble: Use point.size() in getMaxOverflow
    • ๐Ÿšš #8014 Remove +-10px limit from bar controller
    • #8015 Normalize rotation and circumference resolution

    Thanks to @emmcbd, @etimberg, @kurkle and @xr0master