Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fl_chart from 0.55.1 to 0.62.0 #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps fl_chart from 0.55.1 to 0.62.0.

Release notes

Sourced from fl_chart's releases.

0.62.0

0.61.0

  • IMPROVEMENT (by @​imaNNeo) Remove assertion to check to provide only one of color or gradient property in the BarChartRodData and BackgroundBarChartRodData, #1121.
  • IMPROVEMENT (by @​imaNNeo) Make drawBehindEverything property default to true in AxisTitles class, #1097.
  • BUGFIX (by @​imaNNeo) Show 0 instead of -0 in some edge-cases in the default titles
  • FEATURE (by @​tamasapps): Add tooltipHorizontalAlignment and tooltipHorizontalOffset property in [LineTouchTooltipData], [BarTouchTooltipData], [ScatterTouchTooltipData].
  • FEATURE (by @​dhiyaaulauliyaa) Add ability to force SideTitle to be placed inside its corresponding axis bounding box, #603.

0.60.0

  • IMPROVEMENT (by @​lsaudon) Replace flutter_lints by very_good_analysis
  • BREAKING (by @​lsaudon) Update dart sdk to 2.17.0 (flutter 3.0.0)
  • BUGFIX (by @​imaNNeo) Fix indicator out of range error in line chart, #1187
  • FEATURE (by @​HTsuruo): Add longPressDuration optional property that allows to control the duration LongPress gesture occurs, #1114 #1127.
  • IMPROVEMENT (by @​imaNNeo) Add some screenshots in pubspec.yaml to support new https://github.com/imaNNeo/fl_chart/blob/HEAD/pub.dev feature. Read more about it here and here.
  • IMPROVEMENT (by @​imaNNeo) Update the homepage url in pubspec.yaml (I just renamed my username)
  • FEATURE (by @​JoshMart) Add ability to draw extra horizontal lines on BarChart, #476
  • FEATURE (by @​soraef) Add a positionPercentageOffset optional property to RadarChartTitle to allow individual title positioning
  • BUGFIX (by @​imaNNeo) Allow to draw empty radarChart (with all zero values), #1217
  • IMPORTANT IRAN NEEDS YOU. SPREAD THE NEWS.

0.55.2

  • BUGFIX (by @​imaNNeoFighT): Fix inner border of pieChart with single section, #1089
  • IMPORTANT IRAN NEEDS HELP

As you might know, Islamic Republic of Iran is murdering people in silence right now in Iran They shut the Internet down to do that. That’s why I cannot maintain this library for a while. Now we need your help, please be our voice by spreading news in your media to support us Search these hashtags:

#MahsaAmini مهسا_امینی OpIran

Also, this article might help.

Changelog

Sourced from fl_chart's changelog.

0.62.0

0.61.0

  • IMPROVEMENT (by @​imaNNeo) Remove assertion to check to provide only one of color or gradient property in the BarChartRodData and BackgroundBarChartRodData, #1121.
  • IMPROVEMENT (by @​imaNNeo) Make drawBehindEverything property default to true in AxisTitles class, #1097.
  • BUGFIX (by @​imaNNeo) Show 0 instead of -0 in some edge-cases in the default titles
  • FEATURE (by @​tamasapps): Add tooltipHorizontalAlignment and tooltipHorizontalOffset property in [LineTouchTooltipData], [BarTouchTooltipData], [ScatterTouchTooltipData].
  • FEATURE (by @​dhiyaaulauliyaa) Add ability to force SideTitle to be placed inside its corresponding axis bounding box, #603.

0.60.0

  • IMPROVEMENT (by @​lsaudon) Replace flutter_lints by very_good_analysis
  • BREAKING (by @​lsaudon) Update dart sdk to 2.17.0 (flutter 3.0.0)
  • BUGFIX (by @​imaNNeo) Fix indicator out of range error in line chart, #1187
  • FEATURE (by @​HTsuruo): Add longPressDuration optional property that allows to control the duration LongPress gesture occurs, #1114 #1127.
  • IMPROVEMENT (by @​imaNNeo) Add some screenshots in pubspec.yaml to support new https://github.com/imaNNeo/fl_chart/blob/master/pub.dev feature. Read more about it here and here.
  • IMPROVEMENT (by @​imaNNeo) Update the homepage url in pubspec.yaml (I just renamed my username)
  • FEATURE (by @​JoshMart) Add ability to draw extra horizontal lines on BarChart, #476
  • FEATURE (by @​soraef) Add a positionPercentageOffset optional property to RadarChartTitle to allow individual title positioning
  • BUGFIX (by @​imaNNeo) Allow to draw empty radarChart (with all zero values), #1217
  • IMPORTANT IRAN NEEDS YOU. SPREAD THE NEWS.

0.55.2

  • BUGFIX (by @​imaNNeo): Fix inner border of pieChart with single section, #1089
  • IMPORTANT IRAN NEEDS HELP

As you might know, Islamic Republic of Iran is murdering people in silence right now in Iran They shut the Internet down to do that. That’s why I cannot maintain this library for a while. Now we need your help, please be our voice by spreading news in your media to support us Search these hashtags:

#MahsaAmini مهسا_امینی OpIran

Also, this article might help.

Commits
  • e55632f Bump version to 0.62.0
  • 1e763ba Set path strategy as a default strategy in web
  • 04a9a05 Remove temp Iran banner and message
  • 278d4c8 Update LineChartSample5 to demonstrate click to toggle show/hide tooltip, #118
  • 30f3b17 change dividing by zero condition
  • b898bd4 update changelog
  • c355392 fix radar chart tick point not scaling
  • e996954 doc: update Change log and doc-ing strokeCap for VerticalLine/HorizontalLine
  • 2457e70 refactor: fix tests
  • 66eaeea refactor: supports setting line StrokeCap on HorizontalLine/VerticalLine
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.55.1 to 0.62.0.
- [Release notes](https://github.com/imaNNeo/fl_chart/releases)
- [Changelog](https://github.com/imaNNeo/fl_chart/blob/master/CHANGELOG.md)
- [Commits](imaNNeo/fl_chart@0.55.1...0.62.0)

---
updated-dependencies:
- dependency-name: fl_chart
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants