renanccastro
b3c1700fdf
Use Cordova plugin info for checking plugin installation.
...
Avoid false missing error on git tarballs that were having their ids parsed
like https://github.com/pathable/cordova-plugin-appsettings.git#6ffc8fa844468495d09c2e46f68aad06017cd744
It's easier if the ID is just the plugin name like cordova-plugin-appsettings,
which we can get from config.xml as PluginInfo does.
2020-01-13 10:51:49 -05:00
filipenevola
2fb6b09c13
Update CircleCI docker image to Android 28.
2020-01-13 10:51:33 -05:00
renanccastro
3f5aa2d00d
Use cordova-lib api to run Cordova.
2020-01-13 10:51:00 -05:00
filipenevola
b827d1da2f
Update accounts-password to version 1.5.2.
...
Uses cordova-plugin-meteor-webapp@1.7.1-beta.0.
2020-01-13 10:50:42 -05:00
filipenevola
751369d845
Update Cordova to 9.0.1.
...
This is not a working version, it is just a base to test in real
application and fix issues.
2020-01-13 10:50:20 -05:00
Filipe Névola
dc53600e19
Fix #10815 - add email when user hasn't any email ( #10816 )
...
Fix #10815 - add email when user hasn't any email
2020-01-10 18:31:55 -05:00
Filipe Névola
d1a8541733
Fix comment about the published data structure ( #10849 )
...
Fix comment about the published data structure
2020-01-10 17:58:51 -05:00
Filipe Névola
a864fb181d
Warn about dynamic-imports and eval ( #10848 )
...
Warn about dynamic-imports and eval
2020-01-10 17:50:11 -05:00
afrokick
5bc3bfec35
bump version
2020-01-10 21:11:38 +03:00
filipenevola
fcb1b30ec8
Bump package versions for modern-browsers@0.1.5
2020-01-10 12:07:47 -05:00
Filipe Névola
281ac77c50
Add chromeMobileWebView alias ( #10844 )
...
Add chromeMobileWebView alias
2020-01-10 12:03:06 -05:00
Filipe Névola
cb81d93e2a
Merge pull request #10823 from edemaine/patch-1
...
Include Meteor.isSever constant in roadmap
2020-01-10 11:34:10 -05:00
Ben Newman
33bcb04d68
Update modules test app to Meteor 1.9.
2020-01-08 22:35:53 -05:00
Ben Newman
4bd794e732
Merge branch 'master' into devel
2020-01-08 20:01:14 -05:00
Ben Newman
2809237355
Merge pull request #10527 from meteor/release-1.9
...
Release 1.9 (Node.js 12) 🚀 ✨
2020-01-08 19:54:51 -05:00
Ben Newman
2257bdcc46
Update the release date for Meteor 1.9 in History.md.
...
[no ci]
2020-01-08 19:38:23 -05:00
filipenevola
39cc07472f
Bump package versions for the official 1.9 release. 🎉
release/METEOR@1.9
2020-01-08 18:18:03 -05:00
Ben Newman
863c5fa87f
Bump Circle CI cache keys to fix spurious Babel error.
2020-01-08 17:36:33 -05:00
filipenevola
f6b4b099a5
Adds Galaxy hosting URL when creating new Meteor apps
2020-01-08 17:28:47 -05:00
filipenevola
810024dc70
Adds Galaxy hosting URL when creating new Meteor apps
2020-01-08 13:03:25 -05:00
Ben Newman
80b4e4d1c2
Bump package versions for 1.9-rc.3 release.
release/METEOR@1.9-rc.3
2020-01-07 21:06:10 -05:00
Ben Newman
fbf69e3217
Bump $BUNDLE_VERSION to 12.14.0.4 before rebuilding dev bundle.
2020-01-07 20:37:15 -05:00
Ben Newman
da11c28ed4
Use the official fibers@4.0.3 release.
...
This includes https://github.com/laverdet/node-fibers/pull/429 , fixing the
CPU spikes reported and discussed here: https://github.com/meteor/meteor/pull/10527#issuecomment-567982128
Using an official fibers release rather than a GitHub URL is preferable
because it doesn't require building fibers from source when deploying a
Meteor app to production, and also doesn't rely on GitHub being
operational, though of course it does rely on other networked services
like npm.
2020-01-07 20:31:28 -05:00
Filipe Névola
425d26ee8b
Update Roadmap.md
...
adds Christian Klaussner https://github.com/klaussner to mongodb
2020-01-07 16:48:13 -05:00
Filipe Névola
cc35ca9f4e
Update Roadmap.md
...
adds [Kevin Newman](https://github.com/CaptainN ) to SSR, Svelte and React Native
2020-01-07 16:46:41 -05:00
Seba Kerckhof
61cb3dcc81
Fix comment about the published data structure
2020-01-07 19:57:43 +01:00
filipenevola
8bf018f19b
Merge branch 'devel' into release-1.9
2020-01-07 10:52:48 -05:00
Seba Kerckhof
519128098f
Warn about dynamic-imports and eval
...
Fixes https://github.com/meteor/meteor/issues/10705
2020-01-07 15:51:52 +01:00
Seba Kerckhof
37ff18354d
Add chromeMobileWebView alias
...
Capacitor (and possibly others) are identified as chromeMobileWebView. This is identical (also in numbering) to e.g. chromeMobile and can therefore be used as alias.
Fixes https://github.com/meteor/meteor/issues/10794
2020-01-06 16:10:08 +01:00
Ben Newman
cb58f9af85
Require Node.js 12 when running Meteor 1.9 apps.
...
We haven't always updated this minimum version when we've changed the
Node.js version bundled with Meteor, which is fine because most deployment
strategies (including Galaxy) use the right version of Node.js
automatically. With Meteor 1.9 and Node.js 12.14.0, however, it seems
important that we make absolutely sure new Meteor apps are not getting run
in production with an end-of-life'd version of Node.js (v8).
2020-01-02 11:38:21 -05:00
Ben Newman
4ce94e8b1f
Bump package versions for 1.9-rc.2 release.
release/METEOR@1.9-rc.2
2020-01-02 11:01:25 -05:00
Ben Newman
cdf2064b23
Bump $BUNDLE_VERSION to 12.14.0.3 before rebuilding dev bundle.
2020-01-02 10:47:15 -05:00
Ben Newman
77429d6ef5
Use fork of fibers that avoids AdjustAmountOfExternalAllocatedMemory.
...
https://github.com/laverdet/node-fibers/pull/429#issuecomment-570245398
2020-01-02 10:46:41 -05:00
Ben Newman
ed214002e0
Bump package versions for 1.9-rc.1 release.
...
This release contains a potential mitigation for the excessive garbage
collection discussed here: https://github.com/meteor/meteor/pull/10527#issuecomment-567982128
release/METEOR@1.9-rc.1
2019-12-30 12:11:46 -05:00
Ben Newman
2984648476
Bump $BUNDLE_VERSION to 12.14.0.2 before rebuilding dev bundle.
2019-12-30 12:05:49 -05:00
Ben Newman
04d13dc87a
Use fork of fibers package that triggers GC less often.
...
Apparently calling v8::Isolate::AdjustAmountOfExternalAllocatedMemory
frequently results in lots of wasted CPU cycles on garbage collection, per
discussion here: meteor/meteor#10527 (comment)
This fix was inspired by marudor/libxmljs2#22 , which seems to have
addressed nodejs/node#30995 .
Another project that benefitted from adjusting external allocated memory
less often: mapnik/node-mapnik#136
2019-12-30 11:44:48 -05:00
filipenevola
096641b084
Bump ejson package version to 1.1.1
ejson@1.1.1
2019-12-20 08:15:27 -04:00
filipenevola
0fd5614def
Bump ejson package version to 1.1.1
2019-12-20 08:15:08 -04:00
Filipe Névola
1cab191ac4
Improve EJSON package ( #10830 )
...
Improve `EJSON` package
2019-12-20 08:07:42 -04:00
Ben Newman
811a56a83f
Differentiate initFromPackageDir by package name in METEOR_PROFILE output.
...
Might help with debugging this SQLite performance problem reported by
@heschong: https://github.com/meteor/meteor/issues/10800#issuecomment-567599306
2019-12-19 13:39:12 -05:00
Ben Newman
852ef132c2
Discuss jquery changes in the Migration Steps for Meteor 1.8.3.
2019-12-19 13:24:39 -05:00
Ben Newman
e48dbc6d1c
Bump package versions for 1.9-rc.0 release. 🎉
...
With Node.js 8.x nearing end-of-life status at the end of this year, and
Node.js 12 now in LTS, we think it makes sense to finalize Meteor 1.9
sooner rather than later, and continue working to take advantage of all
the great features of Node 12 in future 1.9.x releases.
As usual, the meaning of "release candidate" is that we can still fix bugs
before the final release, but there will be no new features added.
release/METEOR@1.9-rc.0
2019-12-19 09:11:29 -05:00
filipenevola
c687f01afe
Merge remote-tracking branch 'lamhieu-vk/ImproveEJSONPackage' into feature/improve-ejson
2019-12-19 09:42:10 -04:00
Ben Newman
49a2fe3bae
Merge branch 'devel' into release-1.9
2019-12-18 21:55:50 -05:00
Ben Newman
1f28e56557
Merge branch 'master' into devel
2019-12-18 21:51:55 -05:00
Ben Newman
a2ffede5cc
Merge pull request #10825 from meteor/release-1.8.3
...
Release 1.8.3
2019-12-18 21:51:04 -05:00
Ben Newman
18b4b633fe
Bump package versions for the official 1.8.3 release.
release/METEOR@1.8.3
2019-12-18 18:32:16 -05:00
Ben Newman
a05a5b70e8
Set release date for Meteor 1.8.3 in History.md.
2019-12-18 18:30:42 -05:00
Christian Klaussner
92013e3486
Remove multiple restart feature ( #10345 )
2019-12-18 17:56:54 -05:00
Ben Newman
2e56080541
Bump package versions for 1.8.3-rc.2 release.
release/METEOR@1.8.3-rc.2
2019-12-18 17:09:43 -05:00