Skip to content

Releases: stasgora/round-spot

v0.5.0

11 Sep 18:00
Compare
Choose a tag to compare
  • 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 the OutputInfo parameter)
  • BREAKING: only one output type can now be chosen (Config.outputTypes ➡️ Config.outputType)

v0.4.0

23 May 17:30
Compare
Choose a tag to compare
  • NEW: support for popups 💬
    • FIX: popup interactions included in outputs from below them
  • BREAKING: Detector.hasGlobalScope renamed to Detector.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

17 May 13:37
Compare
Choose a tag to compare
  • FIX: interactions not cleared when heat map is generated

v0.3.2

17 May 13:29
Compare
Choose a tag to compare
  • FIX: scroll state loss when switching routes
  • FIX: incorrect scrollable heat map scaling when using custom Config.heatMapPixelRatio

v0.3.1

04 May 20:36
Compare
Choose a tag to compare
  • FIX: PageView config not correctly detected by the Detector

v0.3.0

04 May 12:32
Compare
Choose a tag to compare
  • 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
  • FIX: rendering bug when Config.heatMapPixelRatio was changed during session recording

v0.2.0

11 Apr 18:15
Compare
Choose a tag to compare
  • Adjustable heat map resolution
  • Unified output callbacks signatures

v0.1.1

09 Apr 17:06
40adc19
Compare
Choose a tag to compare
  • Example application
  • Private API documentation

v0.1.0

08 Apr 21:49
Compare
Choose a tag to compare

Initial release

  • Heat map creation
  • Raw data exporting
  • Scrolling spaces support