Thank you so much for your attention and supporting to Nuxt.js, this is exactly the motivation for us to develop open source project. 馃樃
We are actively developing features and fixes bugs for Nuxt.js 1.0.0, progress of 1.0 is on the Trello board, the next rc release is also coming soon.
@Atinux @alexchopin and @pi0 have taken spent a lot of time and made many fantastic improvements for this project, but our work time and energy are limited, so we all extremely welcome contributions from community.
If you really want to try the latest features, just feel free to use dev
branch through CONTRIBUTING.md
I also look forward to r12 release
Thanks for great work. I can see there are huge amount of changes since rc11, my concern is that by delaying rc12 we increase amount of breaking changes. Also it would make difficult adoption of new features if there are too many for rc12. Just hooks deserve a separate release.
This is why next version will be 1.0
Will it be a long time?
https://twitter.com/nuxt_js/status/935100400415502342
We now have an unstable release channel which a new version is published automatically with every successful commit. If you want to try the lastest version of Nuxt.js, you can use yarn add nuxt@next --exact
or npm i --save-exact nuxt@next
. Be aware that it's the unstable channel until 1.0 is hit. Also for a yarn lock file workaround make sure that version is stored in package.json
without caret (^
) or is set to next
tag.
PS: Every single contribution is REALLY appreciated to reach 1.0.0 as fast as possible. (See roadmap)
Sorry for deleting comments. Please DO NOT spam in this thread it just makes us unable to track real issues. All of us are hard working for this to happening sooner with best efforts. Unstable release channel is available now and remaining issues are publicly available in trello board and anyone can collaborate on fixing them.
Thanks for your patient :)
Can you release a version first? I am also looking forward to the official release of 1.0, but I look forward to now have a rc12
Thanks for great work. I can see there are huge amount of changes since rc11, my concern is that by delaying rc12 we increase amount of breaking changes. Also it would make difficult adoption of new features if there are too many for rc12. Just hooks deserve a separate release.
Well, actually there should not be any big breaking changes. As RC indicates that the api is freezed and no breaking changes will come. At least if you follow semver
Spoiler: AFAIK, 1.0.0 is coming soon 馃樃
Waiting for the release too, too many times since the rc11, hope everything will still work fine :)
Very much looking forward to release soon, but also feel so lost, because there has been no expectation of the results of the release
o/
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Thank you so much for your attention and supporting to Nuxt.js, this is exactly the motivation for us to develop open source project. 馃樃
We are actively developing features and fixes bugs for Nuxt.js 1.0.0, progress of 1.0 is on the Trello board, the next rc release is also coming soon.
@Atinux @alexchopin and @pi0 have taken spent a lot of time and made many fantastic improvements for this project, but our work time and energy are limited, so we all extremely welcome contributions from community.
If you really want to try the latest features, just feel free to use
dev
branch through CONTRIBUTING.md