This commit is contained in:
Jan Dvorak
2022-12-27 10:06:57 +09:00
parent 2b51acdf0e
commit fdec5f2ea6
2 changed files with 7 additions and 1 deletions

View File

@@ -31,7 +31,7 @@
by [henriquealbert](https://github.com/henriquealbert).
#### Breaking Changes
N/A
* `Accounts.createUserVerifyingEmail` is now async
#### Internal API changes
* Internal methods from `OAuth` that are now async:

View File

@@ -70,6 +70,12 @@ We now have async version of methods that you already use. They are:
- [Meteor.userAsync()](https://github.com/meteor/meteor/pull/12274)
- [CssTools.minifyCssAsync()](https://github.com/meteor/meteor/pull/12105)
<h3 id="breaking-async">Breaking async</h3>
`Accounts.createUserVerifyingEmail` is now completely async:
- [Accounts.createUserVerifyingEmail](https://github.com/meteor/meteor/issues/12398)
<h3 id="accounts-base">Accounts-base without service-configuration</h3>
Now `accounts-base` is [no longer tied up](https://github.com/meteor/meteor/pull/12202) with `service-configuration`. So, if you don't use third-party login on your project, you don't need to add the package `service-configuration` anymore.