Chart.js v2.9.4 Release Notes

Release Date: 2020-10-19 // over 3 years ago
  • ๐Ÿš€ This is the last release of v2 and focused on fixing bugs identified in the v2.9.3 release.

    ๐Ÿ› Bugs Fixed

    • #7404 - Preserve prototypes when cloning. Thanks @iddings
    • ๐Ÿ“„ #7587 - Fix docs for external moment.js. Thanks @mojoaxel
    • #7853 - Fix box recursion when dimensions are NaN. Thanks @alessandroasm
    • ๐Ÿ‘ป #7883 - Fix call stack exception when computing label sizes. Thanks @silentmatt
    • ๐Ÿ”€ #7918 - Prevent global prototype pollution via the merge helper
    • ๐Ÿ”€ #7920 - Use Object.create(null) as merge target, to prevent prototype pollution