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
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