This release has the same content as version 1.16.0-beta.1
. The following compares versions 1.16.0
and 1.15.0
.
Overview
core
- An issue where overlaps between persistent
Marker
s were handled unpredictably has been resolved. The order in which persistentMarker
s are drawn now reflects that frompersistentMarkers
. - Concurrency-related fixes have been made to
ChartEntryModelProducer
andComposedChartEntryModelProducer
. - An issue where
ShapeComponent.draw
could fail to rewind thePath
betweenShape.draw
calls has been resolved.