From f83fb8ca5eb9415a5848ab9a5a305f7bbb31022a Mon Sep 17 00:00:00 2001 From: imaN Khoshabi Date: Thu, 1 Apr 2021 17:39:36 +0430 Subject: [PATCH] Bump version to 0.35.0 --- CHANGELOG.md | 2 +- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 580a36353..45651aa4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## newVersion +## 0.35.0 * **IMPROVEMENT** Added `children` property in the [LineTooltipItem](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/line_chart.md#linetooltipitem), [BarTooltipItem](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/bar_chart.md#bartooltipitem) and [ScatterTooltipItem](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/scatter_chart.md#scattertooltipitem) which accepts a list of [TextSpan](https://api.flutter.dev/flutter/painting/TextSpan-class.html). It allows you to have more customized texts inside the tooltip. See [BarChartSample1](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/bar_chart.md#sample-1-source-code) and [ScatterSample2](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/scatter_chart.md#sample-2-source-code), #72, #294. * **IMPROVEMENT** Added `getTouchLineStart` and `getTouchLineEnd` in [LineTouchData](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/line_chart.md#linetouchdata-read-about-touch-handling) to give more customizability over showing the touch lines. see [SampleLineChart9](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/line_chart.md#sample-8-source-code). * **IMPROVEMENT** Enabled `sectionsSpace` in PieChart for the web. diff --git a/README.md b/README.md index 4fc290867..a5ffe805b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Thank you all! ```yml dependencies: - fl_chart: ^0.30.0 + fl_chart: ^0.35.0 ``` diff --git a/pubspec.yaml b/pubspec.yaml index a6698b3bf..d0bca552c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fl_chart description: A powerful Flutter chart library, currently supporting Line Chart, Bar Chart and Pie Chart. -version: 0.30.0 +version: 0.35.0 homepage: https://github.com/imaNNeoFighT/fl_chart environment: