Skip to content

Releases: moxiaov587/slidable_line_chart

v1.4.0

13 Oct 10:28
v1.4.0
8c7f4ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

22 Jun 05:51
v1.3.0
bcb9063
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Apr 13:09
v1.2.0
eda012f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

19 Nov 12:58
v1.1.1
e4f1b83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

13 Jan 09:14
5fc7c04
Compare
Choose a tag to compare

What's Changed

New features

  • ✨ Add color palette to optimize display when no theme is set (#7)

Improvements

  • 💄 Improve curve chart display (#6)

Fixes

  • 🚑 Constraint plugin generic type should be an enum (#7)
  • 🐛 Fix an issue where the opacity of some colors could be overridden (#7)

Breaking changes

  • 💥 Refactor curved to smooth, now use smooth to set smoothness (#6)
  • 💥 Remove defaultCoordinatePointColor, defaultTapAreaColor and defaultFillAreaColor, now if these styles are not set, they will be set based on the coordinate point color (#7)

Full Changelog: v1.0.2...v1.1.0

v1.0.2

07 Dec 10:30
064f1f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.2

v1.0.1

04 Dec 08:15
Compare
Choose a tag to compare
  • 🔖 Release 1.0.1

What's Changed

  • ⚡ Improve performance of drag events.

  • ⚡ Optimize the drawing of coordinate systems.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

30 Oct 08:00
43b7109
Compare
Choose a tag to compare
  • 🔖 Release 1.0.0

What's Changed

  • 💫 Improve that animation effect of chart initialization.

  • ⚡ Optimized sliding calculation method.

  • ✨ Export SlidableLineChartState to provide resetAnimationController.

  • 🧱 Update example to provide more use cases.

  • 💥 BREAKING CHANGE

    • Now the diagram itself doesn't maintain any state and needs to be updated via the onChanged callback.
    • Remove the style-related property from the SlidableLineChart and now replace it with SlidableLineChartThemeData.
    • Use coordinatesOptionsList instead of allCoordinates to simplify parameter entry.
    • Rename canDragCoordinateType to slidableCoordinateType.
    • Rename yAxisDivisions to divisions.
    • Use slidePrecision instead of enforceStepOffset to set the minimum value for each slide by the user.
    • Rename reversedYAxis to reversed.
    • Rename onlyRenderEvenYAxisText to onlyRenderEvenAxisLabel.
    • Rename drawCheckOrClose to onDrawCheckOrClose.

New Contributors

Full Changelog: v0.1.1...v1.0.0

v0.1.1

12 Jun 13:44
Compare
Choose a tag to compare
  • 🔖 Release 0.1.1

v0.1.0

12 Jun 11:32
Compare
Choose a tag to compare
  • 🔖 Release 0.1.0