Commit Graph

974 Commits

Author SHA1 Message Date
Gabriel Grubba
e07df92e1e Meteor version to 2.12 ☄️ 2023-04-28 14:27:10 -03:00
Gabriel Grubba
4254d43403 Meteor version to 2.12-rc.0 ☄️ 2023-04-27 15:18:25 -03:00
Gabriel Grubba
b3111be004 Meteor version to 2.12-beta.4 ☄️ 2023-04-24 09:38:36 -03:00
Gabriel Grubba
bced5c0c2f Meteor version to 2.12-beta.3 ☄️ 2023-04-20 17:04:52 -03:00
Gabriel Grubba
7166082f27 Meteor version to 2.12 ☄️ 2023-04-20 15:13:14 -03:00
Gabriel Grubba
6109979825 Meteor version to 2.12.0-beta.1 ☄️ 2023-04-05 15:00:37 -03:00
Gabriel Grubba
a5409e2c1d Meteor version to 2.12.0-beta.0 :commet 2023-04-04 16:59:58 -03:00
Gabriel Grubba
5664d0d19b Merge branch 'devel' into fix/add-missing-addHtmlAttributeHook 2023-04-04 09:45:09 -03:00
harryadel
0ce0f5af11 Document main function in webapp 2023-04-02 05:42:29 +02:00
Rémy Boulanouar
fd16e9e53d fix: addHtmlAttributeHook missing type on WebApp 2023-03-15 09:27:10 +01:00
Gabriel Grubba
cdb0b17353 Meteor version to 2.11.0 ☄️ 2023-03-02 15:55:21 -03:00
Gabriel Grubba
97fef9080d Meteor version to 2.11.0-rc.2 ☄️ 2023-02-23 19:45:13 -03:00
Gabriel Grubba
31ec2cae39 Meteor version to 2.11.0-rc.1 ☄️ 2023-02-10 17:25:01 -03:00
Gabriel Grubba
ef489d896d chore: bumbed packages version 2023-02-10 16:50:45 -03:00
Evan Broder
e6a399e64f Add missing type dependencies to underscore and webapp packages
This enables their own type declarations to work out of the box.
2023-02-09 13:37:39 -08:00
Gabriel Grubba
9b6c797f09 Meteor version to 2.10.0 ☄️ 2023-01-13 17:19:44 -03:00
Gabriel Grubba
eebe2b476b Meteor version to 2.10.0-rc.0 ☄️ 2023-01-10 16:26:03 -03:00
Gabriel Grubba
2d0cb940bb Meteor version to 2.10.0-beta.0 ☄️ 2023-01-06 13:33:13 -03:00
Evan Broder
7eed486800 Allow multiple runtime config and updated runtime hooks
The forEach method on Hook will stop iterating unless the iterator
function returns a truthy value. Previously, this meant that only the
first registered runtime config hook would be called.
2023-01-04 14:16:41 -08:00
Gabriel Grubba
36d64af64d Meteor version to 2.8.1 ☄️ 2022-11-14 08:20:31 -03:00
Gabriel Grubba
9ddb1eb06a Meteor version to 2.8.1-rc.0 ☄️ 2022-11-10 10:18:33 -03:00
Gabriel Grubba
9afbdc7e75 Meteor version to 2.8.1-beta.2 ☄️ 2022-11-07 17:05:39 -03:00
Gabriel Grubba
995546f58e Meteor version to 2.8.1-beta.1 ☄️ 2022-11-04 10:46:46 -03:00
Piotr Pośpiech
ac6427bd11 limited adding assets only to server 2022-11-03 14:26:45 +01:00
Piotr Pośpiech
8e30cfd711 Add declarations and missing exports 2022-09-09 14:00:05 +02:00
Piotr Pośpiech
79563d6da2 Add types for webapp package 2022-09-09 14:00:04 +02: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