Merge pull request #11058 from meteor/sebakerckhof-patch-1

This commit is contained in:
Filipe Névola
2020-05-21 08:20:03 -04:00
committed by GitHub

View File

@@ -44,6 +44,12 @@
* The version of MongoDB used by Meteor in development has been updated from
4.2.1 to 4.2.5.
[PR #11020](https://github.com/meteor/meteor/pull/11020)
* The `url` package now provides an isomorphic implentation of the [WHATWG `url()`
API](https://url.spec.whatwg.org/).
While remaining backwards compatible, you can now also import `URL` and `URLSearchParams` from `meteor/url`.
These will work for both modern and legacy browsers as well as node.
## v1.10.1, 2020-03-12
@@ -240,7 +246,7 @@ N/A
fields. [Issue #10469](https://github.com/meteor/meteor/issues/10469)
* Lots of internal calls to `Meteor.user()` without field specifiers in `accounts-base` and
`accounts-password` packages have been optimized with explicit field selectors to only fetch
`accounts-password` packages have been optimized with explicit field selectors to only
the fields needed by the functions they are in.
[Issue #10469](https://github.com/meteor/meteor/issues/10469)