Skip to content

v3.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 18:36
· 843 commits to master since this release
f23807f

Essential Links

  • #8474 Update dependencies

Breaking Changes

  • #8523 rename tooltip.custom property to tooltip.external
  • #8521 Remove unused getRingIndex from Doughnut
  • #8514 Rename cutoutPercentage to cutout + chores
  • #8493 Merge tooltip padding settings
  • #8466 Stop reading fixedStepSize from tick options

Enhancements

  • #8510 Use null for skipped values instead of NaN
  • #8514 Rename cutoutPercentage to cutout + chores
  • #8509 Add resizeDelay option
  • #8492 Sample plugin in docs for canvas background
  • #8493 Merge tooltip padding settings
  • #8487 Add outerRadius option to doughnut/pie
  • #8468 LTTB Decimation

Bugs Fixed

  • #8529 Fix calling of onResize
  • #8520 Fix stacking bug when a dataset is removed
  • #8516 Config is no longer updated by options setter
  • #8517 Reduce duplication in PointElement
  • #8507 Fix layout bug when there are no visible boxes
  • #8508 Time scale: skip invalid data
  • #8506 Fix set/delete oprations on Proxies
  • #8497 Plugin options default scriptable/indexable=false
  • #8483 Only consider visible vertical boxes in layout
  • #8482 Fix ticks.mirror
  • #8477 Stop defaulting to `r` axis for Scale with id `r`
  • #8467 Decimation plugin fixes
  • #8465 Disable fastPathSegment when data is decimated
  • #8464 Only use Path2D caching when available

Types

  • #8526 Types: Add couple of tests, move utils to new file
  • #8525 Update types so instance can be assigned to a variable of type Chart
  • #8503 update borderskipped typing
  • #8491 Document stacked parsed data
  • #8488 Document the `fullSize` property of the title plugin
  • #8480 Provide a chart-type specific definition for ParsedData
  • #8478 Added 'hidden: boolean' in index.esm.d.ts to ControllerDatasetOptions type
  • #8472 Update index.esm.d.ts
  • #8476 Fix animation types, add test

Documentation

  • #8533 Update wording in docs about merging options
  • #8504 data type is correct for all chart types
  • #8500 Perf docs: tension is now 0 by default
  • #8492 Sample plugin in docs for canvas background
  • #8488 Document the `fullSize` property of the title plugin
  • #8478 Added 'hidden: boolean' in index.esm.d.ts to ControllerDatasetOptions type

Development

  • #8532 Bump version to beta.12
  • #8523 rename tooltip.custom property to tooltip.external
  • #8526 Types: Add couple of tests, move utils to new file
  • #8518 Clean up easing functions
  • #8521 Remove unused getRingIndex from Doughnut
  • #8517 Reduce duplication in PointElement
  • #8513 Remove unreachable code paths from plugins
  • #8512 Remove debug option from animation
  • #8466 Stop reading fixedStepSize from tick options

Thanks to @LeeLenaleee, @benmccann, @etimberg, @kashifshamaz21 and @kurkle