Releases: stasgora/round-spot
Releases · stasgora/round-spot
v0.5.0
- NEW: refreshed data output implementation that uses a binary Protobuf serialized format
- BREAKING: output types and callbacks have been renamed:
graphicalRender
➡️localRender
rawData
➡️data
(data callback no longer provides theOutputInfo
parameter)
- BREAKING: only one output type can now be chosen (
Config.outputTypes
➡️Config.outputType
)
v0.4.0
- NEW: support for popups 💬
- FIX: popup interactions included in outputs from below them
- BREAKING:
Detector.hasGlobalScope
renamed toDetector.cumulative
- NEW: background screenshot taking improvements:
- FIX: background could be captured before the route transition animation has ended
- Improved screenshot taking policy in regard to the screen loading period
v0.3.3
v0.3.2
v0.3.1
v0.3.0
- BREAKING: reworked
Detector
implementation - should be placed around the scrolling widgets- NEW: support for lazy loaded scroll widgets like
ListView.builder()
- FIX: events misreported during scrolling
- NEW: support for custom scroll widgets - using
Detector.custom()
constructor - NEW: scrolling heat maps smart cropping - saves on image size
- REFACTOR: removed
ListDetector
- not needed anymore
- NEW: support for lazy loaded scroll widgets like
- FIX: rendering bug when
Config.heatMapPixelRatio
was changed during session recording