Ben Newman
4f5cb1d7a0
Bump package versions for 1.3-beta.16 release.
...
What happened to beta.13, beta.14, and beta.15? All unfortunately suffered
from problems that made it either impossible or unwise to upgrade to those
versions.
2016-03-09 12:13:18 -05:00
Ben Newman
2cc42128a6
Bump package versions for 1.3-beta.13 release
2016-03-08 22:48:49 -05:00
Ben Newman
40857bdaff
Propagate meteorEnv subset of process.env from server to client.
...
Fixes #6399 .
2016-03-08 19:37:57 -05:00
Ben Newman
515ff24469
Upgrade meteor-babel dependency to v0.8.2.
...
This will fix https://github.com/meteor/meteor/issues/6380 , thanks to
https://github.com/babel/babel/pull/3391 .
2016-03-08 13:01:17 -05:00
Ben Newman
c9660d9f83
Implement module.useNode() for importing node_modules on the server.
...
Upgrading the install package to 0.5.6 was vital to enable support for
Module.prototype.useNode: 9eb8351e11
2016-03-07 19:41:15 -05:00
Martijn Walraven
2a36418c75
Merge branch 'devel' into release-1.3
2016-03-07 09:32:23 +01:00
Martijn Walraven
0d9586cc17
Merge branch 'devel' into release-1.3
2016-03-07 09:29:15 +01:00
Martijn Walraven
217f1a5854
Merge pull request #6392 from mitar/object-check
...
Require plain objects for Match.ObjectIncluding
2016-03-05 10:42:23 +01:00
Martijn Walraven
651f10345f
Use window.location.reload() when the location contain a hash
2016-03-04 11:43:27 +01:00
Mitar
22e5a2611d
Require plain objects for Match.ObjectIncluding.
...
Fixes : #6140
2016-03-02 21:38:34 -08:00
Sashko Stubailo
e99a46670d
Commit NPM shrinkwrap
2016-03-02 19:58:06 -08:00
Sashko Stubailo
7ecdeb608d
Commit shrinkwrap
2016-03-02 15:20:32 -08:00
Martijn Walraven
36e8706c04
Update cordova-plugin-meteor-webapp dependency to 1.1.1
2016-03-02 14:30:48 +01:00
Martijn Walraven
9a7f26840d
pdate cordova-plugin-meteor-webapp dependency to 0.10.0
2016-03-02 14:02:53 +01:00
Zoltan Olah
66be0fe504
Merge pull request #6375 from zol/move-script-to-body
...
Moves <script> tags to end of <body>
2016-03-01 17:31:19 -08:00
Zoltan Olah
74055f410d
Moves <script> tags to end of <body>
2016-03-01 11:26:31 -08:00
Ben Newman
936700b89b
Upgrade babel-compiler's version of meteor-babel to 0.8.1.
2016-03-01 00:05:00 -05:00
Ben Newman
60d51889a9
Bump package versions for 1.3-beta.12 release
2016-02-29 21:49:52 -05:00
Ben Newman
b355f13efc
Implement babel-runtime/helpers/toArray.
...
Fixes #6355 .
2016-02-29 20:47:59 -05:00
Ben Newman
5c47891489
Allow custom stubs to override meteor-node-stubs.
...
Part of #6056 .
2016-02-29 19:45:52 -05:00
Tom Coleman
b13bed66c3
Merge pull request #6320 from trusktr/6277
...
Show name of missgin method or subscription.
2016-02-29 16:30:45 +11:00
Ben Newman
efe53de492
Set process.platform to "browser" on the client.
2016-02-28 14:33:22 -05:00
Ben Newman
63e4e6c99c
Make sure require("process") works on the server.
2016-02-28 14:03:01 -05:00
Ben Newman
2fa65685d6
Install stubs for Node built-in modules automatically.
...
The implementation of these stubs is controlled by an optional npm package
called meteor-node-stubs, so we can keep iterating on them after releasing
Meteor 1.3, if we need to.
Fixes #6056 .
2016-02-27 18:41:23 -05:00
Ben Newman
97819a74bb
Don't export the ECMAScript namespace on the client.
2016-02-27 17:20:56 -05:00
Sashko Stubailo
7b06af2a71
Merge pull request #5968 from mitar/minimongo-elemmatch
...
Fixed $elemMatch with logical operators in Minimongo
2016-02-26 12:00:31 -08:00
Ben Newman
292824da3f
Update babel-compiler dependencies.
...
The meteor-babel update includes a change to ignore .babelrc files, which
fixes #6016 .
The check update just seemed like a good idea.
2016-02-26 12:36:57 -05:00
Ben Newman
34bf992dcc
Upgrade the install package.
2016-02-26 12:36:57 -05:00
Martijn Walraven
74768614b2
Print Cordova hot code push errors to browser console
2016-02-26 16:53:08 +01:00
Martijn Walraven
e1a31ad237
Update cordova-plugin-meteor-webapp dependency to 0.9.1
2016-02-26 16:48:28 +01:00
Zoltan Olah
3e59f7110e
Merge branch 'devel' into release-1.3
2016-02-25 14:34:09 -08:00
Zoltan Olah
6cf92a266d
Merge pull request #3860 from zol/ssr-hooks
...
POC for adding hooks to boilerplate generation for loading page and/or SSR
2016-02-25 14:23:51 -08:00
Zoltan Olah
1928322649
Merge pull request #5141 from brianlukoff/devel
...
Add methods of the form BrowserPolicy.content.allow<ContentType>BlobUrl() to BrowserPolicy
2016-02-25 13:54:30 -08:00
Tom Coleman
597255fb9b
Updated to jsdoc 3.4.0 and use @class name to make it work the same
2016-02-24 18:48:15 +01:00
Martijn Walraven
9bd85c37c2
Update cordova-plugin-meteor-webapp dependency to 0.9.0
2016-02-24 16:43:11 +01:00
Martijn Walraven
d0c0a489af
Rename WebAppCordova to WebAppLocalServer
2016-02-24 12:57:46 +01:00
Joseph Orbegoso Pea
adf297f02f
Show name of missgin method or subscription.
2016-02-23 15:44:52 -08:00
Ben Newman
0efd8b7bef
Allow JSX syntax in .js files compiled with ecmascript.
...
Fixes #6151 .
2016-02-23 18:32:32 -05:00
Tom Coleman
afb0741e08
Fix unhelpful error message when user has no unverified email
...
#6253
2016-02-24 10:25:27 +11:00
Ben Newman
cebe9e838e
Provide a polyfill for process.nextTick.
...
Fixes #6167 .
Fixes #6198 .
Part of #6055 .
2016-02-19 20:06:05 -05:00
Ben Newman
3ff259f528
Export Buffer and process from modules instead of meteor-env-{dev,prod}.
2016-02-19 20:06:04 -05:00
Ben Newman
d475a45580
Implement meteorInstall.addExtension.
...
This paves the way for enabling additional optional file extensions
beyond .js and .json, such as .coffee, .ts, and .jsx.
Part of #6151 .
2016-02-19 18:25:27 -05:00
Avital Oliver
66d59bcba7
Improve Blaze automatic URLs blocking
...
Now also blocks against `vbscript:` URLs in addition to `javascript:` URLs
2016-02-18 18:40:43 -08:00
Martijn Walraven
d922c816be
Bump package versions for 1.3-beta.11 release
2016-02-18 14:26:48 +01:00
Martijn Walraven
1a9d814391
Bump package versions for 1.3-beta.10 release
2016-02-18 09:16:17 +01:00
Martijn Walraven
406612a63b
Rename standard-minifiers-css to standard-minifier-css in package.js
2016-02-18 08:11:39 +01:00
Avital Oliver
af6b9df244
Merge branch 'release-1.3' into app-tests
2016-02-17 21:48:42 -08:00
Avital Oliver
40d3356626
Merge pull request #6255 from meteor/deregisterHelper
...
Added a `Template.deregisterHelper`
2016-02-17 17:42:50 -08:00
Avital Oliver
bc6c7c55db
Re-add .npm directories
2016-02-17 12:23:15 -08:00
Avital Oliver
2bc981ca01
Remove meteor-mocha; It's a standalone package now
2016-02-17 12:22:24 -08:00