Skip to content

Releases: vega/svelte-vega

v3.0.0

11 Nov 16:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v3.0.0

v2.3.0

08 Nov 00:59
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1 by @dependabot in #942
  • build(deps): bump vega from 5.28.0 to 5.29.0 by @dependabot in #941
  • build(deps): bump svelte from 4.2.16 to 4.2.17 by @dependabot in #940
  • build(deps-dev): bump eslint-plugin-promise from 6.1.1 to 6.2.0 by @dependabot in #939
  • build(deps-dev): bump @babel/eslint-parser from 7.24.5 to 7.24.7 by @dependabot in #945
  • build(deps-dev): bump prettier from 3.2.5 to 3.3.2 by @dependabot in #944
  • build(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.15.0 by @dependabot in #943
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 by @dependabot in #952
  • build(deps-dev): bump typescript from 5.4.5 to 5.5.4 by @dependabot in #950
  • build(deps-dev): bump svelte-check from 3.7.1 to 3.8.5 by @dependabot in #949
  • build(deps-dev): bump @sveltejs/adapter-auto from 3.2.0 to 3.2.2 by @dependabot in #948
  • build(deps): bump tslib from 2.6.2 to 2.7.0 by @dependabot in #955
  • build(deps): bump vega-lite from 5.18.1 to 5.21.0 by @dependabot in #954
  • build(deps): bump vega from 5.29.0 to 5.30.0 by @dependabot in #953
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.8 by @dependabot in #961
  • build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #959
  • build(deps-dev): bump @sveltejs/package from 2.3.1 to 2.3.5 by @dependabot in #958
  • build(deps-dev): bump @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.2 by @dependabot in #957
  • build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @dependabot in #964
  • build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 by @dependabot in #962
  • build(deps-dev): bump eslint-plugin-promise from 6.2.0 to 7.1.0 by @dependabot in #965
  • build(deps-dev): bump svelte-check from 3.8.5 to 4.0.5 by @dependabot in #966
  • feat: support svelte 5 by @domoritz in #970
  • feat!: update to svelte 5, update eslint, remove storybook by @domoritz in #971

Full Changelog: v2.2.1...v2.3.0

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