diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c9907..0b3ef25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.1.0] - 15.02.2023 +* Added a screenshot +* Fixed VerticalAxisDecoration padding +* Fixed item width for WidgetItemOptions +* Add onHover states to ChartBehavior +* Add ScrollSettings to ChartBehavior to control number of visible items when in scroll mode + + + ## [3.0.0] - 02.11.2022 * Introduction of WidgetItemOptions and WidgetDecoration * ChartState: data and itemOptions are now required named parameters diff --git a/pubspec.yaml b/pubspec.yaml index 35c6ead..e8d2bb4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: charts_painter description: Highly customizable and extendable charts library for flutter made with custom painters -version: 3.0.0 +version: 3.1.0 homepage: https://github.com/infinum/flutter-charts repository: https://github.com/infinum/flutter-charts