-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.5.2 #11788
Release 2.5.2 #11788
Conversation
For example, to override the module that is importing a function
Adding option to override data from api using args from api-box.
Reverting terser evaluate false
Make code compatible with IE11 - #11772
…n_async Document async callback behavior in autoruns
Docs: accounts-passwordless - sendLoginTokenEmail should be imported from accounts-base
Hey, I am just wondering, do we have an idea when we can expect this to be merged/launched officially ? |
I'm going to release a new beta later today with node update and some HMR fixes. We can have a RC early next week and possibly the final version right after. |
Fix react refresh bugs
Fix falling back to hot code push on web archs
Prevent hot.accept from overriding hot.decline
…ink-type Fix type of tools/node_modules symlink on Windows
Update to Node 14.18.2
2.5.2-beta.9 is now available with node 14.18.2 + hmr fixes + an important fix on a symbolic link inside the dev bundle for Windows users. You can check merged prs in the milestone here: https://github.com/meteor/meteor/milestone/89?closed=1 |
I've released [email protected] fixing the symbolic link inside the dev bundle. Our CI machine had the symbolic link option of GIT disabled. This should be fixed now. |
eb03f69
to
719e3f1
Compare
Meteor 2.5.2 final is released. It will be recommended automatically in the CLI in the next few days. |
Already installed. Well done and good work. Thank you. |
Meteor 2.5.2
We are improving reify in order to have better times evaluating MUI v5 components.
Content
How to test
New project:
meteor create yourapp --release 2.5.2-beta.9
Existent project:
meteor update --release 2.5.2-beta.9
Tasks