From 28374036576fdaa45c675c66fe64dd2bf85d3281 Mon Sep 17 00:00:00 2001 From: Iman Khoshabi Date: Fri, 17 Jun 2022 22:29:07 +0430 Subject: [PATCH] Bump version to 0.55.0 --- CHANGELOG.md | 4 ++-- pubspec.yaml | 2 +- .../MIGRATION_00_55_00.md} | 6 +++--- .../attachments/radar_chart_sample_1.gif | Bin .../attachments/radar_chart_sample_2.png | Bin .../attachments/radar_chart_sample_3.png | Bin repo_files/documentations/migration_guides/INDEX.md | 4 +++- 7 files changed, 9 insertions(+), 7 deletions(-) rename repo_files/documentations/migration_guides/{new_version/MIGRATION_NEW_VERSION.md => 0.55.0/MIGRATION_00_55_00.md} (85%) rename repo_files/documentations/migration_guides/{new_version => 0.55.0}/attachments/radar_chart_sample_1.gif (100%) rename repo_files/documentations/migration_guides/{new_version => 0.55.0}/attachments/radar_chart_sample_2.png (100%) rename repo_files/documentations/migration_guides/{new_version => 0.55.0}/attachments/radar_chart_sample_3.png (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index af616f8b3..5959dd2b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## newVersion +## 0.55.0 * **FEATURE** (by @emelinepal): Add `tooltipBorder` property in [LineTouchTooltipData], [BarTouchTooltipData], [ScatterTouchTooltipData], #692. * **BUGFIX** (by @imaNNeoFighT): Fix tooltip issue on negative bar charts, #978. * **IMPROVEMENT** (by @imaNNeoFighT): Use Container to draw axis-based charts border. * **FEATURE** (by @FlorianArnould) Add the ability to select the RadarChart shape (circle or polygon), #1047. * **BUGFIX** (by @imaNNeoFighT): Fix LineChart titles problem with single FlSpot, #1053. * **FEATURE** (by @FlorianArnould) Add the ability to rotate the RadarChar titles, #883. -* **BREAKING** (by @FlorianArnould) [RadarChartData.getTitle](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/radar_chart.md#RadarChartData) have a new parameter `angle` and now returns a [RadarChartTitle](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/radar_chart.md#RadarChartTitle) instead of a simple `string`. (Read our [Migration Guide](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/migration_guides/0.50.0/MIGRATION_NEW_VERSION.md) to learn more about it) +* **BREAKING** (by @FlorianArnould) [RadarChartData.getTitle](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/radar_chart.md#RadarChartData) have a new parameter `angle` and now returns a [RadarChartTitle](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/radar_chart.md#RadarChartTitle) instead of a simple `string`. (Read our [Migration Guide](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/migration_guides/0.55.0/MIGRATION_00_55_00.md) to learn more about it) ## 0.51.0 * **FEATURE** (by @imaNNeoFighT): Add `SideTitleWidget` to help you use it in [SideTitles.getTitlesWidget]. It's a wrapper around your widget. It keeps your provided `child` widget close to the chart. It has `angle` and `space` properties to handle margin and rotation. There is a `axisSide` property that you should fill, it has provided to you in the MetaData object. Check the below sample: diff --git a/pubspec.yaml b/pubspec.yaml index 2273343d8..0eec4638a 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.51.0 +version: 0.55.0 homepage: https://github.com/imaNNeoFighT/fl_chart environment: diff --git a/repo_files/documentations/migration_guides/new_version/MIGRATION_NEW_VERSION.md b/repo_files/documentations/migration_guides/0.55.0/MIGRATION_00_55_00.md similarity index 85% rename from repo_files/documentations/migration_guides/new_version/MIGRATION_NEW_VERSION.md rename to repo_files/documentations/migration_guides/0.55.0/MIGRATION_00_55_00.md index b64c0aac1..ef0e2b302 100644 --- a/repo_files/documentations/migration_guides/new_version/MIGRATION_NEW_VERSION.md +++ b/repo_files/documentations/migration_guides/0.55.0/MIGRATION_00_55_00.md @@ -5,7 +5,7 @@ We added the ability to customize the rotation angles of the RadarChart titles. To do that we add to break one thing and added a new type. - + **Breaking:** @@ -51,7 +51,7 @@ If you take the provided `angle` and forward it to the [RadarChartTitle] it will But you can now render all the titles horizontally by avoiding the [RadarChartTitle.angle] prop (`0` by default). Apply a relative angle, for example: `RadarChartTitle(text: 'Desktop', angle: angle + 90);` - + or an absolute angle, for example: `RadarChartTitle(text: 'Desktop', angle: 90);` - \ No newline at end of file + \ No newline at end of file diff --git a/repo_files/documentations/migration_guides/new_version/attachments/radar_chart_sample_1.gif b/repo_files/documentations/migration_guides/0.55.0/attachments/radar_chart_sample_1.gif similarity index 100% rename from repo_files/documentations/migration_guides/new_version/attachments/radar_chart_sample_1.gif rename to repo_files/documentations/migration_guides/0.55.0/attachments/radar_chart_sample_1.gif diff --git a/repo_files/documentations/migration_guides/new_version/attachments/radar_chart_sample_2.png b/repo_files/documentations/migration_guides/0.55.0/attachments/radar_chart_sample_2.png similarity index 100% rename from repo_files/documentations/migration_guides/new_version/attachments/radar_chart_sample_2.png rename to repo_files/documentations/migration_guides/0.55.0/attachments/radar_chart_sample_2.png diff --git a/repo_files/documentations/migration_guides/new_version/attachments/radar_chart_sample_3.png b/repo_files/documentations/migration_guides/0.55.0/attachments/radar_chart_sample_3.png similarity index 100% rename from repo_files/documentations/migration_guides/new_version/attachments/radar_chart_sample_3.png rename to repo_files/documentations/migration_guides/0.55.0/attachments/radar_chart_sample_3.png diff --git a/repo_files/documentations/migration_guides/INDEX.md b/repo_files/documentations/migration_guides/INDEX.md index 59afbeae9..a05e8a6a6 100644 --- a/repo_files/documentations/migration_guides/INDEX.md +++ b/repo_files/documentations/migration_guides/INDEX.md @@ -1,3 +1,5 @@ Here are fl_chart's migration guides: -#### [Migrate to 0.50.0](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/migration_guides/0.50.0/MIGRATION_00_50_00.md) \ No newline at end of file +#### [Migrate to 0.50.0](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/migration_guides/0.50.0/MIGRATION_00_50_00.md) + +#### [Migrate to 0.55.0](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/migration_guides/0.55.0/MIGRATION_00_55_00.md) \ No newline at end of file