ember-website
ember-website copied to clipboard
Handle dates in /releases so they aren't always wrong
This site is perpetually out of date because everything is hard coded.
This app should be data-driven for confirmed past dates, such as "latest minor release". Forward looking dates should be removed because they are not able to be extrapolated from data.
It's a hack, but the versions.json
used by the API docs would probably be ok to depend on.
this is very much related to https://github.com/ember-learn/ember-website/issues/164 and there are some ways that we can actually hit the npm api to get latest release data live 🎉
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked stale. If this issue is something that still needs work, please add a comment and it will remain open, otherwise it will close in 7 days. You are welcome to open a new issue if you miss the window. Thanks!
I think this is still valid 👍
This issue has been automatically marked stale. If this issue is something that still needs work, please add a comment and it will remain open, otherwise it will close in 7 days. You are welcome to open a new issue if you miss the window. Thanks!
I came here because /releases is currently showing 3.27b3 as current, with 3.27 "Coming the week of May 3", when as of this writing the current release is 3.27.5 (and May 3 was a month and a half ago)
Looking at the code it looks like there was some work to make this dynamic, the releases/index controller does a this.model.find()
to find a beta release...but it seems like maybe it's returning the first beta release, although I don't know what "first" means because I don't know what order the projects
model will return things in.
Hi, @cincodenada. Thank you for letting us know that the releases page(s) are out of date. I can update the information (done manually).
PS. While [email protected]
is available for use, Ember 3.27 as a whole has yet to be announced (e.g. in blog.emberjs.com) due to a delay in releasing 3.27.x
of ember-cli
. This is why the beta page still showed 3.27b3
. I've updated the version to 3.27b4
.