emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

releases #180

Closed stefanpenner closed 7 years ago

stefanpenner commented 9 years ago

maybe 0.1.0 for master (this weekend) and 0.2.0 for pack when it lands

Maybe consider 1.0 as the last release for the 1.x branch of ember and the 2.0 aligned with 2.0 release after which i would like to try and keep releases here in lock step with ember.

cc @rwjblue @jasonmit

jonnii commented 9 years ago

@stefanpenner just an FYI but the development/minified links in the README aren't up to date with the latest master.

stefanpenner commented 9 years ago

thanks, we need to nail down the automation on this project. It's so hard to keep all the pieces moving across all these projects.

kenips commented 9 years ago

@stefanpenner what are the steps remaining to get http://builds.emberjs.com/list-view/list-view-latest.js updated? Need help?

stefanpenner commented 9 years ago

@kenips would love the help, @fivetanley and @rwjblue are more familiar with that part of our deployment process.

kenips commented 9 years ago

ping @rwjblue - sorry know you're super busy but if you can take a look - desperately need builds.emberjs.com to have the 1.9 goodies.

fivetanley commented 9 years ago

@kenips Sorry for the delay, I will catch up this weekend. For now the README has been replaced to use https://rawgit.com/rondale-sc/list-view-dist/canary/list-view.js as the download link. You can put that in bower as well. If you want to tie it to a commit you can use a SHA url by clicking on the history and going to "view" and then "raw" once the SHA is in the url.

kenips commented 9 years ago

Thanks @fivetanley! Yeah I've been using custom dist for awhile now. Just trying to send PRs to some repos that rely on builds.emberjs.com so will wait for that to update :). Thanks so much!