Skip to content

Commit 17ad311

Browse files
committed
0.3.0: Update version and CHANGELOG
1 parent ba8c057 commit 17ad311

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.0
2+
3+
* BREAKING: Add support for multiple trend lines.
4+
* The old `trend` property is changed to `trends`, to support multiple data points per `CandleData`.
5+
* The old `trendLineColor` property is changed to `trendLineStyles`.
6+
* Updated example project to reflect above changes.
7+
18
## 0.2.1
29

310
* Add `onTap` event and `onCandleResize` event.
@@ -7,7 +14,7 @@
714
## 0.2.0
815

916
* BREAKING: Organize folder structures, now you only need to import `package:interactive_chart/interactive_chart.dart`.
10-
* BREAKING: Change CandleData `timestamp` to milliseconds, you might need to multiple your data by 1000 when creating CandleData objects.
17+
* BREAKING: Change CandleData `timestamp` to milliseconds, you might need to multiply your data by 1000 when creating CandleData objects.
1118
* Fix an issue where zooming was occasionally not smooth.
1219
* Fix an issue where overlay panel was occasionally clipped.
1320

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.2.1
3+
version: 0.3.0
44
homepage: https://github.com/h65wang/flutter-interactive-chart
55

66
environment:

0 commit comments

Comments
 (0)