mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'devel' into release-3.4
This commit is contained in:
@@ -78,6 +78,7 @@ If you find any issues, please report them to the [Meteor issues tracker](https:
|
||||
|
||||
✨✨✨
|
||||
|
||||
|
||||
## v3.3.1, 05-08-2025
|
||||
|
||||
### Highlights
|
||||
|
||||
@@ -10,6 +10,76 @@ This is a complete history of changes for Meteor releases.
|
||||
|
||||
[//]: # (go to meteor/docs/generators/changelog/docs)
|
||||
|
||||
## v3.3.2, 01-09-2025
|
||||
|
||||
### Highlights
|
||||
|
||||
- Async-compatible account URLs and email-sending coverage [#13740](https://github.com/meteor/meteor/pull/13740)
|
||||
- Move `findUserByEmail` method from `accounts-password` to `accounts-base` [#13859](https://github.com/meteor/meteor/pull/13859)
|
||||
- Return `insertedId` on client `upsert` to match Meteor 2.x behavior [#13891](https://github.com/meteor/meteor/pull/13891)
|
||||
- Unrecognized operator bug fixed [#13895](https://github.com/meteor/meteor/pull/13895)
|
||||
- Security fix for `sha.js` [#13908](https://github.com/meteor/meteor/pull/13908)
|
||||
|
||||
|
||||
All Merged PRs@[GitHub PRs 3.3.2](https://github.com/meteor/meteor/pulls?q=is%3Apr+is%3Amerged+base%3Arelease-3.3.2)
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
N/A
|
||||
|
||||
##### Cordova Upgrade
|
||||
|
||||
- Enable modern browser support for Cordova unless explicitly disabled [#13896](https://github.com/meteor/meteor/pull/13896)
|
||||
|
||||
#### Internal API changes
|
||||
|
||||
- lodash.template dependency was removed [#13898](https://github.com/meteor/meteor/pull/13898)
|
||||
|
||||
#### Migration Steps
|
||||
|
||||
Please run the following command to update your project:
|
||||
|
||||
```bash
|
||||
meteor update --release 3.3.2
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
If you find any issues, please report them to the [Meteor issues tracker](https://github.com/meteor/meteor).
|
||||
|
||||
#### Bumped Meteor Packages
|
||||
|
||||
- accounts-base@3.1.2
|
||||
- accounts-password@3.2.1
|
||||
- accounts-passwordless@3.0.2
|
||||
- meteor-node-stubs@1.2.24
|
||||
- babel-compiler@7.12.2
|
||||
- boilerplate-generator@2.0.2
|
||||
- ecmascript@0.16.13
|
||||
- minifier@3.0.4
|
||||
- minimongo@2.0.4
|
||||
- mongo@2.1.4
|
||||
- coffeescript-compiler@2.4.3
|
||||
- npm-mongo@6.16.1
|
||||
- shell-server@0.6.2
|
||||
- typescript@5.6.6
|
||||
|
||||
#### Bumped NPM Packages
|
||||
|
||||
- meteor-node-stubs@1.2.23
|
||||
|
||||
#### Special thanks to
|
||||
|
||||
✨✨✨
|
||||
|
||||
- [@italojs](https://github.com/italojs)
|
||||
- [@nachocodoner](https://github.com/nachocodoner)
|
||||
- [@graemian](https://github.com/graemian)
|
||||
- [@Grubba27](https://github.com/Grubba27)
|
||||
- [@copleykj](https://github.com/copleykj)
|
||||
|
||||
✨✨✨
|
||||
|
||||
## v3.3.1, 05-08-2025
|
||||
|
||||
### Highlights
|
||||
|
||||
Reference in New Issue
Block a user