Jan Dvorak
8b7c7eb3f7
Update babel runtime and skelets
2021-06-28 17:32:00 +02:00
Jan Dvorak
8c8b720a18
Merge branch 'release-2.3' into hot-code-push-skelet-minimal
2021-06-11 22:11:46 +02:00
Jan Dvorak
d840808c1d
Update skelets dependencies
2021-05-27 16:13:01 +02:00
Jan Dvorak
2df8835fde
Use autoupdate instead of hot-code-push
2021-05-20 20:07:00 +02:00
Filipe Névola
cb00f74cd2
Merge branch 'release-2.3' into release-node-14
2021-05-19 17:34:55 -04:00
Jan Dvorak
cd6c988e99
Fix #9960
2021-05-07 22:08:33 +02:00
Filipe Névola
f04a2b8c34
Merge pull request #11400 from meteor/reify-runtime-compiler-cache
...
Add cache for reify compiler when used in runtime
2021-05-07 10:02:26 -04:00
Filipe Névola
40e213b41c
Merge pull request #11389 from meteor/use-hmr-svelte
...
Adding HMR to the Svelte skeleton
2021-05-04 11:27:28 -04:00
zodern
07871e9a2e
Merge branch 'devel' into reify-runtime-compiler-cache
2021-04-30 17:26:39 -05:00
Jan Dvorak
f154deee3d
Merge branch 'devel' into release-node-14
2021-04-29 20:22:01 +02:00
zodern
ad2232e1d3
Skip unnecessarily reading empty cache directory
2021-04-26 14:19:57 -05:00
zodern
6038bd5c59
Add cache for reify runtime compiler
2021-04-26 13:57:12 -05:00
Jan Dvorak
b8d41a0992
Skelets dependencies updates
2021-04-23 19:14:35 +02:00
denyhs
14424b9e36
#606 - Svelte Tutorial
...
adding HMR to the svelte skeleton
2021-04-15 17:30:36 -04:00
denyhs
c4b81fe87e
Adding the Hot module reload to the blaze skeleton
2021-04-12 16:34:52 -04:00
Filipe Névola
50c83ff7b9
Merge pull request #11383 from meteor/skel-svelte
...
Creating skelenton to Svelte
2021-04-12 14:01:05 -04:00
denyhs
5f3726df2f
changing Svelte tutorial link to the current tutorial version, as we are releasing the skeleton before the new tutorial is ready.
2021-04-12 11:36:31 -04:00
denyhs
558167666a
changing Vue tutorial link to the website with the new version
2021-04-08 15:55:47 -04:00
filipenevola
68b8490c50
Bump to 2.2-beta.0 version
2021-04-02 12:03:35 -04:00
filipenevola
1607d195c7
merge devel to node-14 branch
2021-03-15 19:04:10 -04:00
PrestonGiorgianni
f0aef7afb0
Reorder code to fix absoluteFilePath on windows fixes #11312
2021-03-15 13:46:14 -07:00
Bruce Johnson
85da5b4186
use includes instead of indexOf
2021-02-18 14:13:54 -08:00
Bruce Johnson
9ef377a0ad
Fix issue #11320 . WindowsLikeFilesystem true when release string includes case insensitive word microsoft.
2021-02-15 16:03:11 -08:00
filipenevola
47bd4ba84d
Merge branch 'devel' into release-node-14
...
# Conflicts:
# History.md
# meteor
# scripts/dev-bundle-tool-package.js
2021-02-10 13:10:24 -04:00
filipenevola
b7a4231146
Changes meteor create default skeleton to use React
...
Moves blaze skeleton from skel to skel-blaze directory
2021-01-17 19:29:45 -04:00
zodern
85709c6e8a
Add HMR to react skeletons
2021-01-14 21:04:16 -06:00
Jan Dvorak
5f59a6ad15
Bump to Node 14.15.1 to include security patch
...
Bumps to latest Node 14 version to include October security patch & bumps minimum node versions in dev bundle and boot.
2020-11-25 14:24:57 +01:00
Jan Dvorak
5230bde6cd
Merge remote-tracking branch 'meteor/devel' into update-skelets
2020-09-16 10:03:39 +02:00
Filipe Névola
f43d2b5faf
Merge pull request #11174 from chris-visser/feature/proper-vue-structure
2020-09-14 11:34:26 -04:00
Chris Visser
2306628598
Fixes #11153 to proper vue skel folder structure
2020-09-13 20:51:04 +02:00
Jan Dvorak
d33ec13a87
Update dependencies & improvements for Apollo skeleton
...
All dependencies accross skeletons have been updated to the latest versions.
Apollo skeleton has been updated with improved cache and authorization technique.
2020-09-13 10:57:16 +02:00
Till
b190c5edbc
Fixed: Client required a Cache to be setup
2020-08-22 12:12:32 +02:00
Filipe Névola
7dc191567d
Merge branch 'release-1.10.3' into apollo-skeleton
2020-08-10 17:46:26 -04:00
filipenevola
aae80530e0
Bump meteor-node-stubs package version to 1.0.1
2020-08-05 17:52:32 -04:00
Jan Dvorak
23b5172fb0
Update skeletons npm dependencies
2020-07-30 20:02:57 +02:00
Jan Dvorak
e2dfd42016
Use Apollo Client v3
...
Co-authored-by: Filipe Névola <filipe@quave.com.br >
2020-07-17 23:44:06 +09:00
Jan Dvorak
1900561c49
Upgrade to Apollo Client 3.0
2020-07-16 23:13:30 +09:00
Jan Dvorak
c7ae92e70a
Add Apollo skeleton & update dependencies on all skeletons
2020-07-12 10:15:07 +09:00
filipenevola
fa181af9cb
Fixes title of vue skel
2020-06-24 10:06:18 -04:00
Chris Visser
381306170b
Add create command for vuejs
2020-06-24 10:06:18 -04:00
Victor Parpoil
977a0af49e
replace Template.dynamic with {{> yield}}
2020-05-20 10:03:23 +02:00
Victor Parpoil
189aaa4768
Replace kadira:flow-router with ostrio:flow-router-extra
...
see issue #11014
2020-05-05 11:26:26 +02:00
Filipe Névola
f80ae8205d
Adds support to override mongo options via Meteor settings ( #10976 )
...
* Adds support to mongo options via Meteor settings
The options are in the `packages` key in the `mongo` key that is the package name. We should use the pattern every time we need a setting in a package.
2020-04-17 13:04:35 -04:00
filipenevola
23b8bd142e
Updates skel-typescript
...
- meteor create --typescript app now uses useTracker hook instead of withTracker HOC, it also uses function components instead of classes
2020-02-28 16:05:38 -04:00
filipenevola
356f0a4d79
Updates skel-react
...
- meteor create --react app now uses useTracker hook instead of withTracker HOC, it also uses function components instead of classes
2020-02-28 15:44:01 -04:00
filipenevola
234145c803
Updates skel-react dependencies
2020-01-16 00:17:36 -05:00
Ben Newman
bb96f38d9b
Update meteor-babel and typescript to latest versions.
...
Babel releases included in this update:
- https://github.com/babel/babel/releases/tag/v7.7.6
- https://github.com/babel/babel/releases/tag/v7.7.7
- https://github.com/babel/babel/releases/tag/v7.8.0
- https://github.com/babel/babel/releases/tag/v7.8.1
- https://github.com/babel/babel/releases/tag/v7.8.2
- https://github.com/babel/babel/releases/tag/v7.8.3
Although some of these changes won't take effect until the next Meteor
release, I intend to publish the babel-compiler, ecmascript, and
typescript changes using Meteor 1.9, so that applications can update
without waiting for Meteor 1.10.
2020-01-14 13:03:59 -05:00
Ben Newman
cb58f9af85
Require Node.js 12 when running Meteor 1.9 apps.
...
We haven't always updated this minimum version when we've changed the
Node.js version bundled with Meteor, which is fine because most deployment
strategies (including Galaxy) use the right version of Node.js
automatically. With Meteor 1.9 and Node.js 12.14.0, however, it seems
important that we make absolutely sure new Meteor apps are not getting run
in production with an end-of-life'd version of Node.js (v8).
2020-01-02 11:38:21 -05:00
Ben Newman
24e02b7411
Avoid bundling jquery twice ( #10498 )
...
Although the Meteor jquery package is no long a core package (and thus is
not tied to the Meteor release), it seems like a good idea to nudge folks
towards installing jquery from npm, instead of relying on the very old
version (1.12.1) residing in meteor/packages/non-core/jquery/jquery.js.
Closes #10289 .
2019-12-18 13:45:36 -05:00
Ben Newman
ebdaa230d5
Update meteor-babel to version 7.7.5.
2019-12-18 12:39:57 -05:00