Skip to content

Releases: rdb/svelte-meteor-data

0.3.0

05 Oct 11:27
@rdb rdb
Compare
Choose a tag to compare

This release of rdb:svelte-meteor-data updates the svelte:compiler dependency to 3.27.0. The latest Svelte version fixes various issues, including a critical one that affected this package. A hack that existed to work around that upstream bug has been removed accordingly.

To update, run:

meteor add rdb:svelte-meteor-data@0.3.0 svelte:compiler@3.27.0

Please note that you will need to also update your svelte peer dependency to 3.27.0:

meteor npm install --save svelte@3.27.0