Releases: vega/svelte-vega
Releases · vega/svelte-vega
v3.0.0
v2.3.0
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
v2.2.0
v2.1.0
v2.0.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
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