-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Update/meteor v3.0 #484
base: master
Are you sure you want to change the base?
Conversation
This is most likely going to be a major version update, so minimum version of Meteor 2.8.1 is fine. |
I'm going to release v1.5 in the coming days, most likely (pester me if I don't). After that the only releases I will do on the 1.x branch will be dependencies updates. |
@StorytellerCZ I think this is mostly ready to be released as v2 beta. Also, we would need denormalize to be published, see the PR here |
Yay! Its wonderful to get back to Meteor and see this amazing package be (almost) ready right away! |
@bhunjadi thank you very much for your efforts. I will release a beta shortly. |
Published cultofcoders:[email protected] |
@bhunjadi I'm unable to push to your branch. Can you please give me the permissions, to make things easier. Thanks! |
@StorytellerCZ Is there anything else that I need to do to allow you to push? |
There is an issue with the latest release of grapher package with Meteor 3.x Steps to reproduce
Application running normally ✅
The list of tasks is not loaded anymore ❌ |
I started working on Meteor 3.0 and managed to make some progress on the server-side. I started with links and also started adding types and use them in JS files which might help with this migration.
I managed to get the 4 tests in linker.tests.js working and will update progress here as I continue the work.
I'm replacing all calls to their *Async equivalents so I had to bump the minimal Meteor version to 2.8.1.
Tests todos:
3rd party deps:
Other:
Compatibility with Meteor v2
How to test
Package.json in test (see scripts for convenience methods)