Skip to content

Commit

Permalink
0.3 Release
Browse files Browse the repository at this point in the history
stasgora committed May 4, 2021
1 parent 2d16fc3 commit a3bc28d
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# 0.3.0

- **BREAKING**: reworked `Detector` implementation - placed around the scrolling widgets
- **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(customScrollWidgetAxis: )`
- **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

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ description: Customizable, easy to use heat map interface analysis library
repository: https://github.com/stasgora/round-spot
issue_tracker: https://github.com/stasgora/round-spot/issues

version: 0.2.0
version: 0.3.0

environment:
sdk: '>=2.12.0 <3.0.0'

0 comments on commit a3bc28d

Please sign in to comment.