Skip to content

v3.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 15:16
· 1095 commits to master since this release
7ad9181

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

  • #8025 Improved types for defaults
  • #8017 Remove I prefix from TS types
  • #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