meteor v1.3.4.2 Release Notes

Release Date: 2016-07-07 // over 7 years ago
    • The meteor node and meteor npm commands now respect .meteor/release when resolving which versions of node and npm to invoke. Note that you must meteor update to 1.3.4.2 before this logic will take effect, but it will work in all app directories after updating, even those pinned to older versions. #7338

    • The Meteor installer now has the ability to resume downloads, so installing Meteor on a spotty internet connection should be more reliable. #7348

    • ✅ When running meteor test, shared directories are symlinked (or junction-linked on Windows) into the temporary test directory, not copied, leading to much faster test start times after the initial build. The directories: .meteor/local/{bundler-cache,isopacks,plugin-cache}

    • App.appendToConfig allows adding custom tags to config.xml. #7307

    • When using ROOT_URL with a path, relative CSS URLs are rewriten accordingly. #5837

    • 🛠 Fixed bugs: #7149 #7296 #7309 #7312