v2.0.0-beta.7
Pre-release
Pre-release
·
106 commits
to master
since this release
Overview
- breaking changes: minor
core
- In
CacheStore
, the constructor andpurge
have been hidden. These aren’t intended for consumer access; useMeasuringContext.cacheStore
.
compose
- An issue where the
CacheStore
was recreated onCartesianChartModel
updates—impeding performance, particularly forLineCartesianLayer
—has been resolved.