meteor v1.8.0.2 Release Notes

Release Date: 2019-01-07 // over 5 years ago
  • 💥 Breaking changes

    N/A

    Migration steps

    N/A

    🔄 Changes

    • The React tutorial has been updated to address a number of inaccuracies due to changes in recent Meteor releases that were not fully incorporated back into the tutorial. As a reminder, Meteor now supports a meteor create --react command that can be used to create a new React-based app quickly.

    • ✅ Fixed a bug where modules named with *.app-tests.js (or *.tests.js) file extensions sometimes could not be imported by the meteor.testModule entry point when running the meteor test command (or meteor test --full-app). PR #10402

    • ⚡️ The meteor-promise package has been updated to version 0.8.7, which includes a commit that should prevent memory leaks when excess fibers are discarded from the Fiber pool.

    • ⚡️ The meteor-babel npm package has been updated to version 7.2.0, improving source maps for applications with custom .babelrc files.