Skip to content

Commit 2df093c

Browse files
committed
0.2.0: Update changelog for pub release
1 parent 767194c commit 2df093c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.0
2+
3+
* BREAKING: Organize folder structures, now you only need to import `package:interactive_chart/interactive_chart.dart`
4+
* BREAKING: Change CandleData `timestamp` to milliseconds, you might need to multiple your data by 1000 when creating CandleData objects
5+
* Fix an issue where zooming was occasionally not smooth
6+
* Fix an issue where overlay panel was occasionally clipped
7+
18
## 0.1.1
29

310
* Improve performance.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: interactive_chart
22
description: A candlestick chart that supports hand gestures such as pinch-to-zoom and panning.
3-
version: 0.1.1
3+
version: 0.2.0
44
homepage: https://github.com/h65wang/flutter-interactive-chart
55

66
environment:

0 commit comments

Comments
 (0)