Meteor v1.7.0.2 Release Notes

Release Date: 2018-06-13 // almost 6 years ago
  • 💥 Breaking changes

    N/A

    Migration Steps

    N/A

    🔄 Changes

    • ⚡️ Node has been updated to version 8.11.3, an important security release.

    • ⚡️ The meteor-babel npm package has been updated to version 7.0.0-beta.51.

    • Meteor apps created with meteor create or meteor create --minimal will now have a directory called tests/ rather than test/, so that test code will not be eagerly loaded if you decide to remove the meteor.mainModule configuration from package.json, thanks to PR #9977 by @robfallows. Issue #9961