Skip to content

Commit

Permalink
0.3.0: Update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
h65wang committed Nov 3, 2021
1 parent ba8c057 commit 17ad311
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.0

* BREAKING: Add support for multiple trend lines.
* The old `trend` property is changed to `trends`, to support multiple data points per `CandleData`.
* The old `trendLineColor` property is changed to `trendLineStyles`.
* Updated example project to reflect above changes.

## 0.2.1

* Add `onTap` event and `onCandleResize` event.
Expand All @@ -7,7 +14,7 @@
## 0.2.0

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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: interactive_chart
description: A candlestick chart that supports hand gestures such as pinch-to-zoom and panning.
version: 0.2.1
version: 0.3.0
homepage: https://github.com/h65wang/flutter-interactive-chart

environment:
Expand Down

0 comments on commit 17ad311

Please sign in to comment.