Commit Graph

7458 Commits

Author SHA1 Message Date
Ben Newman
23c1deb2f2 Bump package versions for official 1.3 release. 2016-03-27 22:15:16 -04:00
Martijn Walraven
3358369318 Fix bug in launch-screen that disabled holding it beyond a 6s timeout
The default behavior meant that the launch screen would always be
released twice on a single hold: once when the template is rendered,
and once after a 6s timeout. So additional holds would not have any
effect beyond that timeout.
2016-03-27 13:52:29 +02:00
Ben Newman
79829702a0 Bump package versions for 1.3-rc.13 release 2016-03-26 12:46:46 -04:00
Ben Newman
c14cd9aed5 Bump package versions for 1.3-rc.12 release 2016-03-24 16:08:56 -04:00
Ben Newman
5ea76e34bc Bump package versions for 1.3-rc.11 release 2016-03-24 14:19:23 -04:00
Ben Newman
005b97a122 Bump package versions for 1.3-rc.10 release 2016-03-24 11:55:22 -04:00
Tom Coleman
2e26768709 Merge branch 'release-1.3-new-docs' into release-1.3 2016-03-24 19:08:11 +11:00
Ben Newman
8490ea05d7 Avoid spurious missing module warning in promise package. 2016-03-23 20:26:26 -04:00
Ben Newman
11f136228e Revert dynamic meteor-node-stubs import.
Importing meteor-node-stubs in a statically analyzable way is important to
ensure all the aliases for built-in Node modules get set up properly. This
does *not* mean that all meteor-node-stubs/defs/* modules will be imported
unconditionally.

Part of #6562.
2016-03-23 19:57:10 -04:00
Ben Newman
11cbd89e1b Print helpful warnings about unresolved modules. 2016-03-23 18:55:24 -04:00
Martijn Walraven
7650bb0a01 Bump package versions for 1.3-rc.9 release 2016-03-23 18:55:23 -04:00
Ben Newman
2239ca87e7 Bump package versions for 1.3-rc.8 release. 2016-03-22 18:17:43 -04:00
Ben Newman
29903ce2db Bump package versions for 1.3-rc.7 release. 2016-03-22 14:41:32 -04:00
Ben Newman
bb5ec2cb3d Bump package versions for 1.3-rc.6 release. 2016-03-22 11:55:13 -04:00
Ben Newman
fbc4c19aae Update npm-shrinkwrap.json for ddp-server dependencies. 2016-03-21 21:51:14 -04:00
Zoltan Olah
a1550decf1 Upgrades permessage-deflate dep to 0.1.5 for ddp
This version includes a fix for ZenDesk ticket 1470, Galaxy crashes.
2016-03-21 17:56:11 -07:00
Martijn Walraven
9084749fcb Update cordova-plugin-meteor-webapp dependency to 1.3.0
Closes #6536
2016-03-21 21:03:37 +01:00
Martijn Walraven
5cb72ff4de Fix expected failure message in ddp-client package test 2016-03-21 10:36:52 +01:00
Ben Newman
a0151c1706 Bump package versions for 1.3-rc.4 release. 2016-03-20 13:44:10 -04:00
Ben Newman
be871bf2ed Upgrade modules-runtime install package to v0.6.1.
Fixes #6543.
2016-03-20 13:44:10 -04:00
Ben Newman
3d4864bc98 Make sure __meteor_runtime_config__.meteorEnv always defined.
Thanks to @tmeasday for suggesting this solution:
https://github.com/meteor/meteor/issues/6539#issuecomment-198871755

Fixes #6539.
2016-03-20 11:29:14 -04:00
Martijn Walraven
486d6db947 Fix upgrading packages if there is a previousSolution
The constraint solver optimization in
d6e9921bbb disabled upgrading packages,
so don’t use the short cut when attempting to upgrade.
2016-03-20 12:30:31 +01:00
Tom Coleman
a5492c3727 Add Meteor.isPackageTest to mirror isAppTest and isTest.
For #6535
2016-03-20 19:28:16 +11:00
Ben Newman
41ca4534a0 Bump package versions for 1.3-rc.3 release. 2016-03-18 15:01:14 -04:00
Ben Newman
46a2ba5abf Upgrade meteor-babel to 0.8.3. 2016-03-18 15:00:52 -04:00
Tom Coleman
4066bd81cf Moved READMEs from packages to docs 2016-03-17 16:35:02 +11:00
Martijn Walraven
8f4e12f417 Update core Cordova plugin dependencies 2016-03-16 22:32:50 +01:00
Martijn Walraven
da745d0b73 Update cordova-plugin-meteor-webapp dependency to 1.2.0 2016-03-16 19:21:13 +01:00
Martijn Walraven
f53e0bd3a3 Add cordovaCompatibilityVersions to manifest.json
To ensure we don’t hot code push JavaScript that is incompatible with
the bundled native code, we calculate a hash based on the platform and
plugin versions.
2016-03-16 17:21:53 +01:00
Martijn Walraven
ea6951122e Prevent autoupdate from Cordova apps built with Meteor < 1.3
Not setting the Access-Control-Allow-Origin header avoids Cordova apps
built with Meteor < 1.3 from downloading manifest.json and thus blocks
autoupdate.
2016-03-16 13:59:31 +01:00
Tom Coleman
a8100c144a Decorated APIs docs with location to import from 2016-03-16 15:43:43 +11:00
Ben Newman
a9c32ed699 Bump package versions for 1.3-rc.2 release. 2016-03-15 23:12:08 -04:00
Martijn Walraven
0cebcf1197 Update Crosswalk plugin to 1.6.0 2016-03-15 09:55:02 +01:00
Ben Newman
5fb055e9e0 Bump package versions for 1.3-rc.1 release. 2016-03-15 01:30:05 -04:00
Ben Newman
541db059cc Bump package versions for 1.3-rc.0 release. 2016-03-14 23:21:44 -04:00
Ben Newman
e215f164e2 Update meteor-promise version to 0.6.3. 2016-03-14 23:21:23 -04:00
Ben Newman
3208952239 Update all npm-shrinkwrap.json files. 2016-03-14 21:05:55 -04:00
Tom Coleman
889ea6a8e1 Merge pull request #6472 from aldeed/fix-test-driver-error-logic
Fix logic for showing --driver-package error
2016-03-15 09:38:41 +11:00
Eric Dobbertin
ff1c75bacf Don't throw test driver error here 2016-03-14 17:09:20 -05:00
Ben Newman
322e86c86b Update npm-shrinkwrap.json files for core packages. 2016-03-13 23:39:39 -04:00
Ben Newman
fe82fdb127 Fix meteor-promise tests with api.use("modules"). 2016-03-13 23:39:39 -04:00
Eric Dobbertin
2a4700dd02 Fix logic for showing --driver-package error 2016-03-12 22:47:05 -06:00
Tom Coleman
3a98d04b71 Make test-packages actually run again #6470 2016-03-12 14:06:37 +11:00
David Glasser
6b7565cea1 Merge pull request #6468 from meteor/glasser/no-mother
docs: Remove references to free hosting service
2016-03-11 18:06:38 -08:00
Ben Newman
d87dddfc9b Consolidate meteor-env-{dev,prod} into meteorEnv.js in meteor package.
We no longer rely on the debugOnly/prodOnly behavior of these modules to
determine the value of meteorEnv.NODE_ENV, so there's really no need to
have such a complicated system of packages anymore.
2016-03-11 20:50:33 -05:00
Ben Newman
b7b854511f Upgrade install package to remove APIs unused by modules-runtime.
The npm install package has coevolved with the Meteor 1.3 module system,
and now it's time to prune off vestigial features that were never actually
useful to Meteor.
2016-03-11 19:24:27 -05:00
Ben Newman
4921bc3f0b Modularize the es5-shim package. 2016-03-11 19:24:27 -05:00
Ben Newman
3d54564fa9 Let packages that need es5-shim register a weak dependency on it.
Registering a weak dependency on es5-shim in the meteor package made it
difficult to implement es5-shim using modules.
2016-03-11 19:24:27 -05:00
Ben Newman
e613e9ccb3 Modularize the promise package. 2016-03-11 19:24:27 -05:00
David Glasser
cea4d07e22 docs: Remove references to free hosting service 2016-03-11 15:32:15 -08:00