Releases: moxiaov587/slidable_line_chart
Releases · moxiaov587/slidable_line_chart
v1.4.0
What's Changed
- ⬆️ Bump flutter_lints from 4.0.0 to 5.0.0 by @dependabot in #21
- 💄 Improve draw style by @moxiaov587 in #22
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- ⬆️ Bump flutter_lints from 3.0.2 to 4.0.0 by @dependabot in #19
- 🐛 Fix the touch area overflow exception by @moxiaov587 in #20
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- ⬆️ Bump actions/setup-java from 3 to 4 by @dependabot in #14
- 💫 Add
clearChart
by @moxiaov587 in #18 - ⬆️ Bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #17
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- 🚨 Update analyzer rules by @moxiaov587 in #9
- ⬆️ Bump actions/checkout from 3 to 4 by @dependabot in #8
- ⬆️ Bump flutter_lints from 2.0.3 to 3.0.0 by @dependabot in #12
- 🔖 Release 1.1.1 by @moxiaov587 in #13
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v1.1.0...v1.1.1
v1.1.0
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
tosmooth
, now usesmooth
to set smoothness (#6) - 💥 Remove
defaultCoordinatePointColor
,defaultTapAreaColor
anddefaultFillAreaColor
, 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
What's Changed
- ⚡ Improve performance by @moxiaov587 in #2
- ✨ Support display as a curve chart by @moxiaov587 in #4
Full Changelog: v1.0.0...v1.0.2
v1.0.1
- 🔖 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
- 🔖 Release 1.0.0
What's Changed
-
💫 Improve that animation effect of chart initialization.
-
⚡ Optimized sliding calculation method.
-
✨ Export
SlidableLineChartState
to provideresetAnimationController
. -
🧱 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 withSlidableLineChartThemeData
. - Use
coordinatesOptionsList
instead ofallCoordinates
to simplify parameter entry. - Rename
canDragCoordinateType
toslidableCoordinateType
. - Rename
yAxisDivisions
todivisions
. - Use
slidePrecision
instead ofenforceStepOffset
to set the minimum value for each slide by the user. - Rename
reversedYAxis
toreversed
. - Rename
onlyRenderEvenYAxisText
toonlyRenderEvenAxisLabel
. - Rename
drawCheckOrClose
toonDrawCheckOrClose
.
- Now the diagram itself doesn't maintain any state and needs to be updated via the
New Contributors
- @moxiaov587 made their first contribution in #1
Full Changelog: v0.1.1...v1.0.0
v0.1.1
- 🔖 Release 0.1.1
v0.1.0
- 🔖 Release 0.1.0