Commit Graph

31698 Commits

Author SHA1 Message Date
filipenevola
88d5d18aee Bump Meteor version to 2.5.2-beta.5 release/METEOR@2.5.2-beta.5 2021-11-25 17:51:54 -03:00
filipenevola
0ccef6b73f Bump Meteor version to 2.5.2-beta.1 release/METEOR@2.5.2-beta.1 2021-11-25 08:10:19 -03:00
filipenevola
cae86b35b8 Bump Meteor version to 2.5.2-beta.0 release/METEOR@2.5.2-beta.0 2021-11-24 18:19:50 -03:00
filipenevola
3360021f93 Updates the references to @meteorjs/reify 2021-11-24 11:24:23 -03:00
filipenevola
2769c6a976 run CIs 2021-11-24 11:22:55 -03:00
filipenevola
25a8df28ca dev-bundle-14.18.1.6 2021-11-24 11:09:07 -03:00
filipenevola
76d5b81cb5 dev-bundle-14.18.1.6 2021-11-24 10:58:25 -03:00
filipenevola
56ce11b3d7 dev-bundle-14.18.1.5 2021-11-24 09:38:38 -03:00
filipenevola
1b87f063fc Change reify to @meteorjs/reify 2021-11-24 09:37:24 -03:00
Filipe Névola
f32ba7fab9 Merge pull request #11786 from coagmano/patch-1
Docs: accounts-passwordless - sendLoginTokenEmail should be imported from accounts-base
2021-11-24 08:23:21 -03:00
Frederick Stark
7a187352d3 sendLoginTokenEmail should be imported from accounts-base
ref: https://forums.meteor.com/t/solved-passwordless-error-due-to-error-in-the-documentation/57056/11
2021-11-24 18:51:09 +11:00
Filipe Névola
153c2499c0 Merge pull request #11784 from brucejo75/brucejo75/doc_tracker_autorun_async
Document async callback behavior in autoruns
2021-11-23 22:35:20 -03:00
Filipe Névola
6b4821c55a Update install.md 2021-11-23 22:22:59 -03:00
Bruce Johnson
2d133dc4ec doc async callbacks in autoruns 2021-11-23 11:48:59 -08:00
filipenevola
3e80a0a456 Published accounts-ui@1.4.2. 2021-11-23 15:14:45 -03:00
filipenevola
6681b082d5 Published react-fast-refresh@0.2.1. 2021-11-23 14:43:32 -03:00
Filipe Névola
e2c2af48eb Merge pull request #11776 from ref-app/react-fast-refresh-ie-fix
Make code compatible with IE11 - #11772
2021-11-23 14:42:35 -03:00
Filipe Névola
6587556cdb Merge pull request #11783 from meteor/fix/revert-terser-evaluate
Reverting terser evaluate false
2021-11-23 14:40:23 -03:00
filipenevola
ca259c5c73 Reverting terser evaluate false
Fixes #11775
2021-11-23 14:39:41 -03:00
Filipe Névola
1ca1de5408 Merge pull request #11780 from meteor/feature/docs-override-data-fields
Adding option to override data from api using args from api-box.
2021-11-23 09:54:49 -03:00
filipenevola
f5312cddd5 Adding option to override data from api using args from api-box.
For example, to override the module that is importing a function
2021-11-23 09:52:55 -03:00
Per Bergland
087965d0f7 Make code compatible with IE11 - #11772 2021-11-20 11:44:07 +01:00
Renan Castro
8ae504b223 Update install.md 2021-11-19 16:14:11 -03:00
Renan Castro
9c8bd439be Update install.md 2021-11-19 16:12:54 -03:00
Renan Castro
fbb845d9b2 Update install.md 2021-11-19 16:10:32 -03:00
filipenevola
816c5fb6ae Update docs 2021-11-18 17:00:27 -04:00
filipenevola
5359dd8119 Updating README to include changelog link 2021-11-18 16:58:01 -04:00
Renan Castro
c32982f021 Update install.md 2021-11-18 17:32:24 -03:00
Renan Castro
f3057119eb Update install.md 2021-11-18 16:09:31 -03:00
filipenevola
2467bd5414 Adding section Troubleshooting to install readme 2021-11-17 16:05:50 -04:00
filipenevola
69dd2452d3 Updating installer readme. 2021-11-17 15:59:45 -04:00
filipenevola
54ad1eed0e Bump Meteor version to 2.5.1 🎉 2021-11-17 15:50:42 -04:00
filipenevola
10bb00e9ac Merge branch 'master' into devel 2021-11-17 15:09:20 -04:00
Filipe Névola
19e25478d8 Merge pull request #11748 from meteor/release-2.5.1
Release 2.5.1
2021-11-17 12:16:12 -04:00
Filipe Névola
3f9593d989 Update README.md 2021-11-17 07:31:27 -05:00
Filipe Névola
a4d900e6d0 Update install.md 2021-11-17 07:29:01 -05:00
filipenevola
cd06a68d4f Bump Meteor version to 2.5.1 🎉 release/METEOR@2.5.1 2021-11-17 06:33:10 -04:00
matheusccastro
5286068dd9 Change passwordless loginWithToken method name to passwordlessLoginWithToken (#11766)
* Change passwordless loginWithToken method name to passwordlessLoginWithToken. This difference is needed to not overwrite the loginWithToken from accounts-base.

* Major version bump for passwordless package.

* Fix passwordless documentation about loginWithToken.
2021-11-17 06:21:19 -04:00
Renan Castro
d34a624b59 Improve meteor-installer: (#11767)
- Avoid local install of meteor-installer
2021-11-17 06:21:19 -04:00
Renan Castro
0f1fca42ec Improve meteor-installer:
- We can't change the user PATH even if we want to
2021-11-17 06:21:18 -04:00
Renan Castro
899ecfd243 Improve meteor-installer:
- Change warning message, process.getguid is not reliable when not using --unsafe-perm
2021-11-17 06:21:18 -04:00
Renan Castro
e8dccac909 Improve meteor-installer:
- Support installing as root
- Warn when running as root without --unsafe-perm as we cant create any directories
- Try to include the meteor bin in the current PATH env var, to avoid having to open another terminal window
2021-11-17 06:21:18 -04:00
Renan Castro
8607642323 Fibers building on arm with UCONTEXT enabled - new dev bundle 2021-11-17 06:21:17 -04:00
Renan Castro
6b3474805b Fibers building on arm with UCONTEXT enabled - new dev bundle 2021-11-17 06:21:17 -04:00
Renan Castro
7a200ec4db Beta 2.5.1-beta.3 2021-11-17 06:21:17 -04:00
Renan Castro
db4c77f8b4 Fibers building on arm with UCONTEXT enabled - new dev bundle 2021-11-17 06:21:17 -04:00
Renan Castro
c2d478dfcf Fix unbound variable on dev-bundle script 2021-11-17 06:21:16 -04:00
Renan Castro
6672090181 Fibers building on arm with UCONTEXT enabled - new dev bundle 2021-11-17 06:21:16 -04:00
Renan Castro
f5673c47d2 Release 2.5.1-beta.2 2021-11-17 06:21:16 -04:00
Renan Castro
4f16220fa6 Fix hangs on mac m1 - increase Fiber poolsize when on arm64 2021-11-17 06:21:16 -04:00