Commit Graph

21663 Commits

Author SHA1 Message Date
Ben Newman
1320cdb455 Bump package versions for 1.8-rc.14 release. release/METEOR@1.8-rc.14 2018-09-13 12:46:10 -04:00
Ben Newman
ba2b020457 Remove duplicate <head> contents from Cordova boilerplate HTML.
Fixes #10210, at least after the app is redeployed.
2018-09-13 12:42:45 -04:00
Ben Newman
deffd8ac2c Undo accidental reformatting of meteor create help text.
This broke a test that depends on the precise wording of this help
message: https://circleci.com/gh/meteor/meteor/27381
2018-09-13 12:38:02 -04:00
Ben Newman
a76d96b333 Mention meteor create --react in History.md. 2018-09-13 12:33:53 -04:00
Ben Newman
bb72ba969f Bump package versions for 1.8-rc.13 release. release/METEOR@1.8-rc.13 2018-09-13 12:04:36 -04:00
Ben Newman
acfdc32f7a Recast Meteor 1.7.1 as Meteor 1.8. :dizzy::woman_cartwheeling:
https://github.com/meteor/meteor/pull/9942#issuecomment-420744917
2018-09-13 12:04:32 -04:00
Ben Newman
9a0ab62850 Update package.json dependencies of --react skeleton app. 2018-09-13 11:53:23 -04:00
Ben Newman
914c18c181 Fully add --react to meteor create (with help text). 2018-09-13 11:53:23 -04:00
Ben Newman
465f6ad02d Style and application layout tweaks for React starter app. 2018-09-13 11:53:22 -04:00
David Mihal
56553f0c3b Create React-based apps with meteor create --react (#10149) 2018-09-13 11:46:41 -04:00
Ben Newman
fbebdc82ce Merge branch 'devel' into release-1.7.1 2018-09-12 17:44:20 -04:00
Ben Newman
c42170568a Bump minimonogo patch version to 1.4.5. 2018-09-12 17:43:09 -04:00
Seba Kerckhof
282724a041 Fix minimongo nested array sorting (#10217)
Fixes #10192.
2018-09-12 14:12:06 -04:00
Márius Rak
c8ff49ae64 Expose information about Meteor target architecture to Babel plugins (#10211)
http://babeljs.io/docs/en/options#caller
2018-09-12 13:36:21 -04:00
Ben Newman
b5208c7786 Bump package versions for 1.7.1-rc.12 release. release/METEOR@1.7.1-rc.12 2018-09-12 12:56:21 -04:00
Ben Newman
ac5410e75a Merge branch 'devel' into release-1.7.1 2018-09-12 12:38:37 -04:00
Ben Newman
b699b4dd2a Bump $BUNDLE_VERSION to 8.11.4.4 before rebuilding dev bundle. 2018-09-12 12:37:35 -04:00
Ben Newman
78cfa82bce Downgrade Node from 8.12.0 back to 8.11.4, for now.
This minor update was evidently too risky to slip into a release candidate
of Meteor 1.7.1: https://github.com/meteor/meteor/issues/10216

You can still use Node 8.12.0 to run your app in production, and thus get
the benefits of https://github.com/meteor/meteor/pull/10090, even if it's
not the version used in development.
2018-09-12 12:35:48 -04:00
mrauhu
5574f22df5 Fix: file Meteor_:-@2x.png breaks development on Windows (#10110)
* Rename file that breaks development on Windows

* Fix: failing test bundle - verify sanitized asset names
2018-09-12 18:55:38 +03:00
Ben Newman
210d1ac514 Bump package versions for 1.7.1-rc.11 release. release/METEOR@1.7.1-rc.11 2018-09-11 14:02:00 -04:00
Ben Newman
08027c9fbc Nullify CSS source map when replaced with stub comment.
Should fix #10165.
2018-09-11 14:01:57 -04:00
Ben Newman
cb8bd2a413 Make {dis,re}connection more reliable in "reconnect auto-login" test. 2018-09-11 13:09:26 -04:00
Ben Newman
2945c5045c Increase timeout in flaky "accounts - reconnect auto-login" test. 2018-09-11 12:40:34 -04:00
Ben Newman
53029c10b9 Fix wonky default export in accounts-base/client_main.js.
Follow-up to 8d4f07a802.
2018-09-11 12:09:30 -04:00
Ben Newman
3d4fb7a8ad Bump package versions for 1.7.1-rc.10 release. release/METEOR@1.7.1-rc.10 2018-09-11 10:24:58 -04:00
Ben Newman
1bff089920 Bump $BUNDLE_VERSION to 8.12.0.0 before rebuilding dev bundle. 2018-09-11 09:54:10 -04:00
Ben Newman
44e906e94f Update npm to version 6.4.1. 2018-09-11 09:52:02 -04:00
Ben Newman
8492415073 Update Node to version 8.12.0.
Closes #10090.
2018-09-11 09:49:06 -04:00
Ben Newman
34fb07b4c0 Style tweaks and clarifications to History.md following #10209. 2018-09-11 09:43:23 -04:00
Filipe Névola
0f6a856232 Adding 'Breaking changes' and 'Migration steps' sections to History.md (#10209) 2018-09-11 09:24:10 -04:00
Ben Newman
4b9805fc75 Merge branch 'devel' into release-1.7.1 2018-09-11 09:21:46 -04:00
Seba Kerckhof
b8cbe5a7b2 Make minimongo array field sorting compatible with mongo 3.6+ behavior (#10214) 2018-09-11 09:19:48 -04:00
Ben Newman
203829c4f8 Bump package versions for 1.7.1-rc.9 release. release/METEOR@1.7.1-rc.9 2018-09-10 17:05:14 -04:00
Ben Newman
881390c553 Avoid trying resolve.extensions unless parent directory exists.
This change dramatically reduces the number of attempted files.stat calls
during module resolution, especially for apps that use a large number of
compiler plugins, and thus have many different file extensions to try.
2018-09-10 16:43:35 -04:00
Ben Newman
c632912c43 Make sure meteor shell commands are compiled for Node 8. 2018-09-07 14:31:48 -04:00
Ben Newman
419fee1e02 Update shrinkwraps for compiler plugins now depending on @babel/runtime. 2018-09-07 14:00:45 -04:00
Ben Newman
38e7ea63af Add @babel/runtime dependency to all build plugins that use ecmascript.
Previously: a52a2c28f1
2018-09-07 12:37:49 -04:00
Ben Newman
f4957c3bb6 Merge branch 'devel' into release-1.7.1 2018-09-07 11:13:29 -04:00
Ben Newman
de6717da66 Update packages/non-core/blaze submodule to latest master, again. 2018-09-07 11:12:19 -04:00
Ben Newman
6134251621 Bump package versions for 1.7.1-rc.8 release. release/METEOR@1.7.1-rc.8 2018-09-07 10:51:48 -04:00
Ben Newman
2ad049a52d Merge pull request #10201 from meteor/implement-oplog-transaction-handling
Implement MongoDB 4.0 transaction handling in oplog_tailing.js
2018-09-07 10:47:31 -04:00
Christian Klaussner
c62bc402aa Add test for MongoDB 4.0 oplog transaction processing (#10206) 2018-09-07 10:46:31 -04:00
Ben Newman
964909fc3f Allow only admin.$cmd in admin.* oplog doc.ns strings. 2018-09-07 10:44:02 -04:00
Ben Newman
039cb60a85 Apply transaction only if doc.o.applyOps is defined. 2018-09-07 10:44:02 -04:00
Ben Newman
bb3a7fc814 Support MongoDB 4.0 transactions in oplog_tailing.js.
My attempt at fixing #10195.

@klaussner Feel free to submit your PR if it's ready, or just review this
one if you prefer. It's important to get this right, so it's not a
terrible idea for both of us to attempt it independently.
2018-09-07 10:44:01 -04:00
Ben Newman
1198046de7 Merge branch 'devel' into release-1.7.1 2018-09-07 10:42:34 -04:00
Ben Newman
7e7963534d Update packages/non-core/blaze submodule to latest master revision. 2018-09-07 10:41:10 -04:00
Mark
b5081deb5f Note potential breaking change introduced in PR #9444 in Release 1.6.1 (#10204) 2018-09-07 10:23:51 -04:00
Ben Newman
b0d0dd16b3 Mention delayed build of legacy bundle in History.md. 2018-09-06 11:53:19 -04:00
Ben Newman
b1e44642fe Bump package versions for 1.7.1-rc.7 release. release/METEOR@1.7.1-rc.7 2018-09-05 21:37:38 -04:00