Releases: joewalnes/smoothie
Releases · joewalnes/smoothie
1.36.1
What's Changed
- fix: make all lines sharp by @WofWca in #134
- chore: make it easier for build tools to preserve the license comment by @WofWca in #145
- fix: potential XSS when
tooltipLabel
orstrokeStyle
are controlled by users by @WofWca in #147 - chore: bump version to 1.36.1 by @WofWca in #148
Full Changelog: 1.36.0...1.36.1
1.36.0
- Add
tooltipLabel
toITimeSeriesPresentationOptions
- If
tooltipLabel
is present,tooltipLabel
displays inside tooltip next to value, by @jackdesert (#102) - Fix bug rendering issue in series fill when using scroll backwards, by @olssonfredrik
- Add title option, by @mesca
- Fix data drop stoppage by rejecting NaNs in
append()
, by @timdrysdale - Allow setting interpolation per time series, by @WofWca (#123)
- Fix chart constantly jumping in 1-2 pixel steps, by @WofWca (#131)
- Fix a memory leak appearing when some
timeSeries.disabled === true
, by @WofWca (#132) - Make all lines sharp, by @WofWca (#134)
- Improve performance, by @WofWca (#135)
- Fix
this.delay
not being respected withnonRealtimeData: true
, by @WofWca (#137) - Fix series fill & stroke being inconsistent for last data time < render time, by @WofWca (#138)
1.35.0
- Fix issue with responsive mode at high DPI, by @drewnoakes (#101)
1.34.0
Add disabled option to TimeSeries, by @TechGuard (#91)
Add nonRealtimeData option, by @annazhelt (#92, #93)
Add showIntermediateLabels option, by @annazhelt (#94)
Add displayDataFromPercentile option, by @annazhelt (#95)
Fix bug when hiding tooltip element, by @ralphwetzel (#96)
Support intermediate y-axis labels, by @beikeland (#99)
1.33.0
1.32.0: Support limiting frame rate
1.31.0: Support tooltips
1.30.0: Update version history in JS file.
Fix inverted logic in devicePixelRatio
support, by @scanlime via #84
1.29.1
Include types in package, and make property optional, by @TrentHouliston via #82
1.29.0
Support responsive sizing, by @drewnoakes