Meteor v1.4.2.4 Release Notes

Release Date: 2017-02-02 // over 7 years ago
    • ⬆️ Node has been upgraded to version 4.7.3.

    • ⬆️ The npm npm package has been upgraded from version 3.10.9 to 4.1.2.

    🚀 > Note: This change was later deemed too substantial for a point release and was reverted in Meteor 1.4.2.7.

    • 🛠 Fix for Issue #8136.

    • 🛠 Fix for Issue #8222.

    • 🛠 Fix for Issue #7849.

    • 🏁 The version of 7-zip included in the Windows dev bundle has been upgraded from 1602 to 1604 in an attempt to mitigate Issue #7688.

    • 📦 The "main" field of package.json modules will no longer be overwritten with the value of the optional "browser" field, now that the install npm package can make sense of the "browser" field at runtime. If you experience module resolution failures on the client after updating Meteor, make sure you've updated the modules-runtime Meteor package to at least version 0.7.8. #8213