Skip to content

v2.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@patrykandpatrickbot patrykandpatrickbot released this 03 Jan 09:25
· 106 commits to master since this release
8d2e7d7

Overview

  • breaking changes: minor

core

  • In CacheStore, the constructor and purge have been hidden. These aren’t intended for consumer access; use MeasuringContext.cacheStore.

compose

  • An issue where the CacheStore was recreated on CartesianChartModel updates—impeding performance, particularly for LineCartesianLayer—has been resolved.