We have a new release: meteor 3.0.2-beta.4
Hello everyone! We just dropped a new release for version 3
Updates
- Remove pinned version for the package react-meteor-data from our skeletons
less@4.1.1
: Publishing the official version
Fixes:
- Fix subscription still resetting documents #13236
- Fix auth sub sending ready twice on load #13247
- Fix outstanding subscription init order generally
With these fixes subs with authentication should be completely stable.
How to test it?
Installing Meteor
npx meteor@beta
Existing projects:
meteor update --release 3.0.2-beta.4
Starting a project:
meteor create app-name --release 3.0.2-beta.4
Your help testing this version by creating a new app or migrating your current one will be extremely helpful!
Please give us your feedback, and if you find any issues, you can create a post here or open an issue on GitHub .