Releases: rdb/svelte-meteor-data
Releases · rdb/svelte-meteor-data
0.3.0
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:[email protected] svelte:[email protected]
Please note that you will need to also update your svelte peer dependency to 3.27.0:
meteor npm install --save [email protected]