Skip to content

Releases: svelteplot/svelteplot

v0.3.8

09 Aug 13:14
@gka gka
Compare
Choose a tag to compare

What's Changed

  • fix: area mark event handlers by @gka in #132
  • chore: update dependencies by @gka in #133
  • feat: simplify custom marks by @gka in #131

Full Changelog: v0.3.7...v0.3.8

v0.3.7

08 Jul 15:32
@gka gka
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump rollup from 2.79.1 to 2.79.2 by @dependabot in #112
  • update svelte to version that fixes regression in CSS pruning (fix #122) by @jamesscottbrown in #123
  • chore: update dependencies by @gka in #124
  • feat: pass scales and options to overlay snippet by @gka in #127

Full Changelog: v0.3.6...v0.3.7

v0.3.6

18 Jun 23:00
@gka gka
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 by @dependabot in #116
  • fix axis types and restore REPL support by @gka in #121

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

11 Jun 21:53
@gka gka
Compare
Choose a tag to compare

What's Changed

  • feat: add text.lineHeight + support css variable font sizes by @gka in #115
  • Pass data type through mark components by @gka in #113

Full Changelog: v0.3.2...v0.3.5

v0.3.2

10 Jun 17:53
@gka gka
Compare
Choose a tag to compare
  • improve docs
  • remove some hard-baked css

Full Changelog: v0.3.0...v0.3.2

v0.3.0

05 Jun 22:12
@gka gka
Compare
Choose a tag to compare

What's Changed

  • new feature: you can now define per-mark defaults, by @gka in #110
  • LinkableMarkProps all are optional by @WAKayser in #111

Full Changelog: v0.2.10...v0.3.0

v0.2.10

02 Jun 22:25
@gka gka
Compare
Choose a tag to compare

What's Changed

  • feat: allow disabling of axis labels using text={false} or text={null} by @gka in #95
  • fixed use of unknown color by @gka in #104
  • use onclick attribute rather than deprecated on:click by @jamesscottbrown in #107
  • correct type="ts" to lang="ts" by @jamesscottbrown in #106
  • allow passing data-sveltekit-* attributes to linked marks by @gka in #109

Full Changelog: v0.2.9...v0.2.10

v0.2.9

29 May 11:15
@gka gka
Compare
Choose a tag to compare

What's Changed

  • Fix: derive band/point scale domain from interval by @gka in #68
  • feature: axis tick count by @gka in #78
  • feature: add ticks option to AxisX and AxisY components
  • docs: add examples section

Full Changelog: v0.2.8...v0.2.9

v0.2.8

27 May 06:36
@gka gka
Compare
Choose a tag to compare
  • repaint canvas layers on page color scheme changes
  • fix bug in ColorLegend mark that broke rendering

Full Changelog: v0.2.7...v0.2.8

v0.2.7

26 May 22:59
@gka gka
Compare
Choose a tag to compare

What's Changed

  • feature: add jitterX and jitterY transforms by @gka in #65
  • fix: line chart grouping (resolves #45) by @gka in #67

Full Changelog: v0.2.6...v0.2.7