Ben Newman
9502f1bd79
Bump package versions for 1.4.3-rc.0 release.
release/METEOR@1.4.3-rc.0
2017-02-02 17:19:07 -05:00
Ben Newman
0e55018a7f
Fix History.md formatting due to line break ambiguity.
...
Starting the line with `#` caused it to parse as <h1> rather than <a>.
2017-02-02 16:36:15 -05:00
Ben Newman
a00b19d1fb
Merge branch 'devel' into release-1.4.3
2017-02-02 16:07:50 -05:00
Hugh Willson
f57d4d157d
Added extra colon-converter calls to the bundler and linker. ( #8293 )
...
* Added extra colon-converter calls to the bundler and linker.
* Rewording of convert to convertColons for clarity.
2017-02-02 15:54:59 -05:00
Hugh Willson
5279187099
Added additional BrowserPolicy exports to help with ES2015 import support. ( #8295 )
...
* Added BrowserPolicy export to help with ES2015 import support.
* Replaced api.export use with api.mainModule, to help reduce extra globals.
2017-02-02 15:54:30 -05:00
Ben Newman
a3e8cf6763
Update modules test app to Meteor 1.4.2.4.
2017-02-02 15:46:59 -05:00
Ben Newman
1d80f4436e
Bump $BUNDLE_VERSION to 4.7.8 before rebuilding dev bundle.
2017-02-02 15:19:59 -05:00
Ben Newman
cc8734ddca
Merge branch 'master' into devel
2017-02-02 15:18:48 -05:00
Ben Newman
0585ec7562
Merge branch 'release-1.4.2.4'
2017-02-02 14:48:49 -05:00
Ben Newman
ec92486642
Bump package versions for the official 1.4.2.4 release.
release/METEOR@1.4.2.4
2017-02-02 10:26:13 -05:00
Ben Newman
52d93d0f01
Mention more fixed issues in History.md.
2017-02-02 10:25:07 -05:00
Ben Newman
d2cdaa1883
Bump package versions for 1.4.2.4-rc.1 release.
release/METEOR@1.4.2.4-rc.1
2017-02-01 14:51:52 -05:00
Ben Newman
1f60258821
Merge pull request #8142 from abernix/feature/fix-7849-stale-cordova-build
...
Cordova project preparation must occur before copying to the build
2017-02-01 12:40:06 -05:00
Ben Newman
611b23dcf7
Bump package versions for 1.4.2.4-rc.0 release.
release/METEOR@1.4.2.4-rc.0
2017-02-01 12:24:19 -05:00
Ben Newman
bf9338b367
Support ./meteor publish-release --skip-tree-hashing ... flag.
2017-02-01 12:24:06 -05:00
Ben Newman
abc672ec4a
Remove packages/ui (superseded by packages/non-core/blaze/packages/ui).
...
https://github.com/meteor/meteor/pull/8212#issuecomment-270330469
2017-02-01 11:00:35 -05:00
Ben Newman
0971e89abe
Merge pull request #8204 from mitar/new-blaze-history
...
Updated packages/non-core/blaze submodule to new Blaze history.
2017-02-01 11:00:02 -05:00
Ben Newman
c683a79595
Unify file.emptyStub and file.imported === "implicit" as file.implicit.
...
Note that there was a typo in ResourceSlot#addStylesheet, so
file.emptyStub was never === true before.
2017-02-01 10:35:31 -05:00
Ben Newman
6c643a4763
Preserve true "main" and "browser" fields of package.json modules.
...
Previously, when building a JavaScript bundle for the client, if a
package.json file had a string-valued "browser" field, we would replace
the value of the "main" field of the bundled package.json module with the
value of the "browser" field. This trick was important because it allowed
an npm package to have a different entry point on the client than it had
on the server.
However, that approach became inconsistent if the package.json file was
also explicitly imported as a module, because the package.json stub used
for module resolution prevented the real contents of package.json from
getting bundled, and disagreed with the original package.json module about
the value of the "main" field.
To resolve that inconsistency, it seems better to avoid modifying the
"main" field of package.json modules, and instead rely on the runtime
module system to make sense of the "browser" field, regardless of whether
the package.json module is a stub used only for module resolution or
contains the full contents of the original package.json file.
The ability to understand "browser" fields of package.json modules was
introduced in install@0.8.3:
377d1a3b51
This is potentially a backwards-incompatible change for developers using
this version of `ImportScanner` and `Resolver` who have not yet upgraded
their `modules-runtime` package to at least version 0.7.8. The solution is
to upgrade `modules-runtime`, though it would be nice to enforce that
better somehow.
2017-02-01 10:34:52 -05:00
Ben Newman
dbf0d50a26
Bump $BUNDLE_VERSION to 4.7.7 before rebuilding dev bundle.
2017-02-01 10:22:02 -05:00
Ben Newman
4ed387161f
Mention 7-zip upgrade in History.md.
2017-02-01 10:22:01 -05:00
Jesse Rosenberger
38dd26ab64
Bumping version of 7-zip for Windows
...
In an effort to try to resolve #7688 extraction slowness.
2017-02-01 10:22:01 -05:00
Ben Newman
0065039917
Remove wildcard from 7-zip path in Windows dev bundle script.
2017-02-01 10:22:01 -05:00
Ben Newman
be0c8c3ee0
Upgrade the npm npm package to version 4.1.2.
2017-02-01 10:11:19 -05:00
Ben Newman
c1a25f4af1
Ugrade Node to version 4.7.3.
2017-02-01 10:05:18 -05:00
Ben Newman
19b3a65b56
Mention #8136 in History.md for Meteor 1.4.2.4.
2017-02-01 10:02:03 -05:00
Ben Newman
2613582311
Always copy node_modules/.bin into bundle/programs/server/npm.
...
Fixes #8136 .
2017-02-01 09:58:10 -05:00
Jesse Rosenberger
a9263a229c
Bump $BUNDLE_VERSION to 4.7.6 before rebuilding dev bundle.
2017-01-26 16:48:33 -08:00
Jesse Rosenberger
0dbfda35e6
Bumping version of 7-zip for Windows
...
In an effort to try to resolve #7688 extraction slowness.
2017-01-26 16:47:05 -08:00
Jesse Rosenberger
f33f75d759
Bump package versions for 1.4.3-beta.3 release.
release/METEOR@1.4.3-beta.3
2017-01-26 16:12:26 -08:00
Jesse Rosenberger
3b8c886f6f
Merge branch 'devel' into release-1.4.3
2017-01-26 15:39:21 -08:00
Ben Newman
355cde306a
Merge pull request #8239 from wojtkowiak/cordova-6.4.0
...
Update to Cordova 6.4.0
2017-01-25 16:39:13 -05:00
Ben Newman
142fe41ec1
Merge pull request #8283 from pradel/accounts-twitter-reorganize
...
accounts-twitter reorganize
2017-01-25 16:37:37 -05:00
Ben Newman
293b3d938e
Merge pull request #8275 from meteor/accounts-google-reorg
...
Accounts-google reorganize
2017-01-25 16:37:01 -05:00
Ben Newman
18acb1bbd6
Merge pull request #8288 from GeoffreyBooth/coffeescript-1.12.3
...
CoffeeScript 1.12.3
2017-01-25 16:33:26 -05:00
laosb
b60750657e
Fix according to @abernix 's review.
2017-01-25 12:43:25 +08:00
Geoffrey Booth
a1514223c8
Bump CoffeeScript version to 1.12.3
2017-01-24 19:29:10 -08:00
Michael Mason
487a444075
Fix typo in coffeescript compiler options. Fixes #8281
2017-01-25 10:15:22 +08:00
Pradel Léo
d2958b9697
accounts-twitter reorganize
2017-01-24 16:28:35 +01:00
laosb
1edd1d08b2
Move css to config-ui.
2017-01-21 10:37:47 +08:00
laosb
9fa2a0e786
Accounts-google reorganized.
2017-01-21 10:30:49 +08:00
laosb
08de1c9457
Accounts-google reorganize [Not finished yet]
2017-01-21 09:25:53 +08:00
David Glasser
1b456d41a2
Merge pull request #8268 from meteor/glasser/force-ssl-readme
...
force-ssl: update README
2017-01-20 10:59:49 -08:00
Ben Newman
0734a70299
Merge branch 'devel' into release-1.4.3
2017-01-19 11:55:29 -05:00
Jesse Rosenberger
fe1f167eea
force-ssl: clarify necessity of the package and the target platforms
2017-01-19 18:53:42 +02:00
David Glasser
32d61eacb9
force-ssl: update README
...
- Drop reference to *.meteor.com apps (no longer exist)
- Clarify that this is a separate feature from Galaxy's "Force HTTPS" setting,
and that MDG recommends the latter for apps on Galaxy.
2017-01-18 18:39:43 -08:00
Ben Newman
7baed435f5
Merge pull request #8088 from mitar/fix-buffering
...
Fix bad interaction between methods and buffering.
2017-01-18 11:31:19 -05:00
Ben Newman
1539df7973
Merge pull request #8265 from hwillson/issue-4445
...
Removed all code-prettify package code and marked as deprecated.
2017-01-18 11:26:03 -05:00
Ben Newman
71065c0ddb
Merge pull request #8249 from hwillson/issue-8241
...
Updated meteor build CLI help to include os.windows.x86_32 --architecture option.
2017-01-18 11:22:14 -05:00
Ben Newman
d93c021c89
Merge pull request #8175 from VeliovGroup/mongo-package-linting
...
Mongo package linting
2017-01-18 11:15:15 -05:00