Meteor v1.7.0.4 Release Notes

Release Date: 2018-08-07 // over 5 years ago
  • 💥 Breaking changes

    N/A

    Migration Steps

    N/A

    🔄 Changes

    • 📦 The npm package @babel/runtime, which is depended on by most Meteor apps, introduced a breaking change in version 7.0.0-beta.56 with the removal of the @babel/runtime/helpers/builtin directory. While this change has clear benefits in the long term, in the short term it has been disruptive for Meteor 1.7.0.x applications that accidentally updated to the latest version of @babel/runtime. Meteor 1.7.0.4 is a patch release that provides better warnings about this problem, and ensures newly created Meteor applications do not use 7.0.0-beta.56. PR #10134

    • ⬆️ The npm package has been upgraded to version 6.3.0, and our fork of its pacote dependency has been rebased against version 8.1.6. Issue #9940

    • ⚡️ The reify npm package has been updated to version 0.16.4.