Skip to content

Releases: vega/svelte-vega

v2.2.1

10 May 18:00
d04cfe7
Compare
Choose a tag to compare

2.2.1 (2024-05-10)

Bug Fixes

v2.2.0

20 Mar 21:27
116fe68
Compare
Choose a tag to compare

2.2.0 (2024-03-20)

Features

v2.1.0

24 Jul 14:42
279b45a
Compare
Choose a tag to compare

2.1.0 (2023-07-24)

Features

v2.0.0

13 Apr 15:25
Compare
Choose a tag to compare

2.0.0 (2023-04-13)

Features

BREAKING CHANGES

  • uses vite and svelte kit

v1.2.0

01 Nov 16:27
dd6f785
Compare
Choose a tag to compare

1.2.0 (2022-11-01)

Features

v1.1.1

09 Jun 11:04
Compare
Choose a tag to compare

1.1.1 (2022-06-09)

Bug Fixes

  • add webpack5 builder and manager to root dev deps (f095baa)
  • default initialize the view to make it an optional prop (#100) (a8a42df)
  • warning when not providing view silenced (#410) (bd125ad)

v1.1.0

20 May 00:47
e933cf3
Compare
Choose a tag to compare

1.1.0 (2021-05-20)

Bug Fixes

Features

v1.0.0

03 May 20:53
Compare
Choose a tag to compare

1.0.0 (2021-05-03)

Bug Fixes

  • build now working correctly (f830ed9)
  • fix async view initialization (0c1edb2), closes #9
  • fix createView without container (42fe240)
  • fix import bug and remove unused types (b9a3878)
  • fixed all linter errors (26045af), closes #2
  • fixed builds for storybook and sample (0e9c27a)
  • fixed pages deploy (fd8912c), closes #14
  • remove unneeded merging of option and spec dimensions (39560b0)
  • remove unneeded sample project files (41cea0c)
  • storybook needs to build svelte-vega first (82abf8b)
  • update to non-deprecated json plugin in sample (133f0bc)
  • update to use yarn workspaces (614d8b4)
  • updated vega lite demo to vega lite spec (40de7aa)
  • updated VegaLite Component (40b5fd5)
  • use udate block for size related properties in example (580ed84), closes #6

Features