Meteor v1.8.0.1 Release Notes

Release Date: 2018-11-23 // over 5 years ago
  • ๐Ÿ’ฅ Breaking changes

    N/A

    Migration steps

    N/A

    ๐Ÿ”„ Changes

    • ๐Ÿ“ฆ The useragent npm package used by webapp and (indirectly) by the modern-browsers package has been updated from 2.2.1 to 2.3.0. The chromium browser name has been aliased to use the same minimum modern version as chrome, and browser names are now processed case-insensitively by the modern-browsers package. PR #10334

    • ๐Ÿ›  Fixed a module caching bug that allowed findImportedModuleIdentifiers to return the same identifiers for the modern and legacy versions of a given module, even if the set of imported modules is different (for example, because Babel injects fewer @babel/runtime/... imports into modern code). Now the caching is always based on the SHA-1 hash of the generated code, rather than trusting the hash provided by compiler plugins. PR #10330