Skip to content

Releases: joewalnes/smoothie

1.36.1

18 Jul 10:52
e9d6c5f
Compare
Choose a tag to compare

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 or strokeStyle 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

07 Dec 10:54
deac898
Compare
Choose a tag to compare
  • Add tooltipLabel to ITimeSeriesPresentationOptions
  • 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 with nonRealtimeData: true, by @WofWca (#137)
  • Fix series fill & stroke being inconsistent for last data time < render time, by @WofWca (#138)

1.35.0

07 Dec 10:53
Compare
Choose a tag to compare

1.34.0

29 Dec 19:59
Compare
Choose a tag to compare

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

29 Dec 19:58
Compare
Choose a tag to compare

Use Date static method instead of instance, by @nnnoel
Fix bug with tooltips when multiple charts on a page, by @jpmbiz70

1.32.0: Support limiting frame rate

25 Aug 22:32
Compare
Choose a tag to compare

1.31.0: Support tooltips

25 Aug 21:41
Compare
Choose a tag to compare

Add tooltip support, by @Sly1024 via #73

1.30.0: Update version history in JS file.

25 Aug 19:33
Compare
Choose a tag to compare

Fix inverted logic in devicePixelRatio support, by @scanlime via #84

1.29.1

25 Aug 19:35
Compare
Choose a tag to compare

Include types in package, and make property optional, by @TrentHouliston via #82

1.29.0

25 Aug 19:36
Compare
Choose a tag to compare

Support responsive sizing, by @drewnoakes