Commit Graph

11384 Commits

Author SHA1 Message Date
filipenevola
cae86b35b8 Bump Meteor version to 2.5.2-beta.0 2021-11-24 18:19:50 -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
1b87f063fc Change reify to @meteorjs/reify 2021-11-24 09:37:24 -03: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
filipenevola
ca259c5c73 Reverting terser evaluate false
Fixes #11775
2021-11-23 14:39:41 -03:00
Per Bergland
087965d0f7 Make code compatible with IE11 - #11772 2021-11-20 11:44:07 +01:00
filipenevola
cd06a68d4f Bump Meteor version to 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
7a200ec4db Beta 2.5.1-beta.3 2021-11-17 06:21:17 -04:00
Renan Castro
f5673c47d2 Release 2.5.1-beta.2 2021-11-17 06:21:16 -04:00
Renan Castro
73ce60bb74 Start release 2.5.1-beta.0 with mac m1 support - fix archinfo.ts 2021-11-17 06:21:14 -04:00
Renan Castro
216ef528e2 Start release 2.5.1-beta.0 with mac m1 support 2021-11-17 06:21:14 -04:00
filipenevola
ad22656943 Bump standard-minifier-js to version 2.7.2 2021-11-15 15:06:50 -04:00
filipenevola
29caf41861 Published minifier-js@2.7.2. 2021-11-12 17:10:09 -04:00
Brian Lukoff
a185aabf86 Work around terser bug. (#11758) 2021-11-12 17:04:47 -04:00
Renan Castro
394e3c6315 Fix accounts-passwordless jsdoc 2021-11-01 10:26:44 -03:00
Renan Castro
a6e8746468 Fix accounts-passwordless jsdoc 2021-11-01 10:08:35 -03:00
Filipe Névola
ddaf7f1303 Merge pull request #11722 from meteor/feature/docs-passwordless
Additional info and improvements of docs for passwordless
2021-10-27 16:01:24 -04:00
Jan Dvorak
b234720d8d Fix GitHub OAuth 2021-10-27 17:43:04 +02:00
Jan Dvorak
d5b700fc55 Additional info and improvements of docs for passwordless 2021-10-27 10:17:44 +02:00
Jan Dvorak
456a4a4db4 Merge branch 'devel' into feature/github-fetch 2021-10-26 14:32:28 +02:00
Jan Dvorak
6d54ba4f7c Return work from http-to-fetch branch 2021-10-25 10:04:24 +02:00
Jan Dvorak
1d6118d653 Add documentation for accounts-passwordless 2021-10-25 09:35:38 +02:00
filipenevola
76b677eed2 Bump version to 2.5 🎉 2021-10-21 12:55:49 -04:00
filipenevola
77dfa0de5f Bump version to 2.5-rc.1 2021-10-19 14:23:30 -04:00
Filipe Névola
71b5a1a009 Merge pull request #11705 from meteor/fix/hmr-bugs-3
Fix HMR bugs
2021-10-19 14:18:48 -04:00
zodern
dcaf8e3bc9 Fix storing require hook data for correct hook 2021-10-19 11:33:39 -05:00
filipenevola
4a1ca38f8f Merge branch 'devel' into release-2.5 2021-10-19 10:34:22 -04:00
filipenevola
11fe771a4b dynamic-import@0.7.2 2021-10-19 10:25:58 -04:00
Jan Dvorak
5dad427d9c Merge branch 'devel' into dynamic-import-add-root-url-path-prefix-to-fetch-url 2021-10-19 08:28:41 +02:00
Mario Jr
745e55dea9 fix: prevent wrong path in dynamic-import if ROOT_URL_PATH_PREFIX is null
Change requested by @filipenevola
2021-10-18 20:04:50 -03:00
filipenevola
68ef1f6b83 Bump version to 2.5-rc.0 2021-10-18 18:06:44 -04:00
Jan Dvorak
d83e31a31e 2.5-beta.4 2021-10-16 14:15:48 +02:00
zodern
c59832992e Do not log disconnection when expected 2021-10-15 17:03:53 -05:00
zodern
a895fe431c Fix errors and warnings when checking exports 2021-10-15 17:03:33 -05:00
zodern
8a9e91ccf9 Enable skipEnvCheck option 2021-10-15 16:16:28 -05:00
Jan Dvorak
6af6dce096 Add history log for accounts-ui-unstyled 2021-10-15 16:47:33 +02:00
Filipe Névola
c9b8041a96 Merge pull request #11681 from meteor/feature/passwordless-ui
Passwordless for accounts-ui
2021-10-15 09:54:04 -04:00
Jan Dvorak
5127885037 Merge branch 'devel' into release-2.5 2021-10-15 10:01:02 +02:00
Mario Jr
94ddacf836 fix: allow dynamic import to work when meteor is running with a path
When setting "useLocationOrigin: true" and also using a root url like
ROOT_URL=http://host:port/mypath , dynamic-import will ignore
"mypath" when fetching for files to be imported, resulting in a 404 for these
files.

To bypass this problem, i changed the code to prepend the "mypath" to the
module's URL, before trying to fetch it.

Related to #11105.
2021-10-14 11:13:40 -03:00
Jan Dvorak
07d70c2ffa Merge branch 'release-2.5' into feature/passwordless-ui 2021-10-14 10:56:00 +02:00
Jan Dvorak
c22d84d7aa Merge branch 'devel' into feature/fix-google-siteUrl 2021-10-14 10:53:24 +02:00
Jan Dvorak
dd0ed70229 WebApp option to always return content 2021-10-12 22:44:06 -04:00
Jan Dvorak
cad7de6cd3 passwordless - improve bug fixes 2021-10-12 22:44:06 -04:00
Jan Dvorak
d47c93f56a Bug fixes for passwordless with password present and auto sign-in 2021-10-12 22:44:06 -04:00
filipenevola
633af62b1b Bump version to 2.5.0-beta.3 2021-10-12 22:44:05 -04:00
filipenevola
79a8285a72 Fixing comments and versions 2021-10-12 22:44:05 -04:00