Commit Graph

950 Commits

Author SHA1 Message Date
Matheus Castro
26b16b5db3 Move ASL helpers to it's own file and attach it to Meteor's global object.
On tools, however, we still need to use the process.env value (when starting the server in boot.js).
2022-08-19 20:03:25 -03:00
Matheus Castro
a40ec5392f Add code from "fibers-optional" branch with some modifications:
- Create new context for DDP server too.
- Removing some console.logs + adding some TODOS.
2022-08-18 13:16:21 -03:00
Renan Castro
4080187679 Bump packages for release 2022-02-18 15:27:35 -03:00
zodern
7809d814eb Remove check for replaceable files in production
There are replaceable files when the app was built with the --debug option, and then run with NODE_ENV set to production. There are no problems with replaceable files.
2022-02-16 12:02:16 -03: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
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
Jan Dvorak
dd0ed70229 WebApp option to always return content 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
Jan Dvorak
4e0a311c52 Meteor 2.5-beta.2 2021-10-12 22:44:00 -04:00
Jan Dvorak
2f0bfde07a Use final version of cordova-plugin-meteor-webapp in Webapp 2021-10-12 22:44:00 -04:00
Jan Dvorak
968b091b4e Meteor 2.5-beta.1 2021-10-12 22:43:59 -04:00
filipenevola
7733702379 Bump version to 2.5.0-beta.0 2021-10-12 22:43:56 -04:00
zodern
371a69f731 Fix race conditions in HMR
- To know which change sets to apply, the client needs to know when the version running was built. It used the time the client loaded, but it could have loaded after a new version of the app was built, especially on cordova. Now it uses the actual time the client was built.
- On cordova, there is a delay between the client knowing there is an update available, and being able to reload the page to use the new version.
2021-10-12 22:43:55 -04:00
Renan Castro
644671f378 - Use cordovaServerPort on iOS to avoid server port conflicts
- Apply clearTextTraffic permission only for development mode on android
2021-10-12 22:43:53 -04:00
Renan Castro
e3d909ebd0 Upgrade to cordova-android@10 with required changes:
- use WebViewAssetLoader instead of the local port mechanism for intercepting urls
- Change usage of cordova-android api, it's not included anymore in the generated project
- AndroidXEnabled is now true
- Allow clear text Traffic(http) on android for development purposes - TODO: remove it on production builds
2021-10-12 22:43:52 -04:00
Jan Dvorak
a6d65cddb7 Release 2.4 2021-09-14 09:30:22 +02:00
Jan Dvorak
2dbadcbd5f 2.4-rc.6 2021-09-09 16:19:41 +02:00
Jan Dvorak
f9ce53ec00 Merge pull request #11615 from brucejo75/brucejo75/use_callback-hook
use callback-hook package
2021-09-06 18:48:57 +09:00
filipenevola
5cc351bdab Bump version to 2.4.0-rc.5 2021-09-05 21:47:29 -07:00
Bruce Johnson
6c6116edcd Add apibox documentation 2021-09-03 14:15:26 -07:00
Jan Dvorak
621a851094 2.4-rc.4 2021-09-02 10:22:22 +02:00
Bruce Johnson
5aa606d60d go back to forEach on the hook (supported by callback-hook) 2021-09-01 11:32:29 -07:00
Bruce Johnson
8941cb6117 use callback-hook package 2021-09-01 09:46:54 -07:00
filipenevola
f0063af6c5 Bump version to 2.4.0-rc.3 2021-08-29 11:14:51 -10:00
Bruce Johnson
4559dd51cb FIX:runtimeConfig.updateHooks 2021-08-27 12:03:34 -07:00
Bruce Johnson
7188c72351 Add WebApp.addUpdatedNotifyHook 2021-08-27 11:24:06 -07:00
Jan Dvorak
ae142366b9 2.4-rc.2 2021-08-24 10:36:52 +02:00
Jan Dvorak
744300da25 2.4-rc.1 2021-08-23 11:42:09 +02:00
Jan Dvorak
7e31112905 2.4-rc.0 2021-08-16 13:35:15 +02:00
Jan Dvorak
2c84114fd0 Prepare for 2.4-beta.11 2021-08-12 23:22:03 +02:00
Jan Dvorak
ac56fc9a3f Meteor 2.4-beta.10 2021-08-11 11:34:09 +02:00
Jan Dvorak
c704a16935 2.4-beta.9 2021-08-05 15:35:22 +02:00
Jan Dvorak
f5a5a7824d 2.4-beta.8 2021-08-03 14:23:09 +02:00
Jan Dvorak
7df26051a8 2.4-beta.7 2021-08-03 04:40:49 +02:00
Jan Dvorak
f79b80a88d 2.4-beta.6
Security Node update
2021-07-30 10:08:55 +02:00
Jan Dvorak
950053638a 2.4-beta.5 2021-07-29 23:32:59 +02:00
Jan Dvorak
95f81d2ca6 2.4-beta.4 2021-07-29 23:31:33 +02:00
Jan Dvorak
1327a9749d 2.4-beta.3 2021-07-29 23:15:37 +02:00
Jan Dvorak
30b0ec3337 2.4-beta.2 2021-07-27 12:35:31 +02:00
Jan Dvorak
c215d8e767 Update @vlasky/whomst in webapp 2021-07-27 11:26:16 +02:00
Jan Dvorak
f26f0628a8 2.4-beta.1 2021-07-17 23:08:27 +02:00
Bruce Johnson
56207a6e55 fix updated flag to be true for all hook subscribers 2021-07-15 05:57:30 -07:00
Jan Dvorak
21cd1f17f3 Merge pull request #11506 from brucejo75/brucejo75/addRuntimeConfigHook
Hook __meteor_runtime_config__ at runtime
2021-07-14 10:20:00 +02:00
Jan Dvorak
92e046112b Remove posix from shrinkwrap 2021-07-14 10:16:08 +02:00
Jan Dvorak
8e3948420d Updated WebApp shrinkwrap 2021-07-12 23:55:17 +02:00
Jan Dvorak
e245fd4992 Update webapp dependencies 2021-07-12 22:54:39 +02:00
Bruce Johnson
1b874699d0 Incorporated feedback 2021-07-07 14:43:39 -07:00
Bruce Johnson
c5d38638cc new method: addRuntimeConfigHook 2021-06-29 16:40:48 -07:00