> If your app runs on Ember 1.13 without raising deprecations, it should run on 2.0.<p>Every framework should take note: that's how you avoid creating another framework and fragmenting community!<p>It's is great to see this in action :). Amazing work.
One dependency that has been holding me back is ember list-view <a href="https://github.com/emberjs/list-view" rel="nofollow">https://github.com/emberjs/list-view</a>. List-view does not work with Ember 1.13 and does not work with 2.0 since it does not support the new Glimmer engine. In a post on the ember site <a href="http://emberjs.com/blog/2015/06/16/ember-project-at-2-0.html" rel="nofollow">http://emberjs.com/blog/2015/06/16/ember-project-at-2-0.html</a>, they said "Starting with Ember 2.0, we will coordinate every release of Ember with releases of the main ecosystem tools maintained by the core team:" and list ember list-view as one of the main ecosystem tools. Without list-view, I can't upgrade my app past 1.12.<p>I guess the best thing would be for me to quit complaining and just fix list-view, I just haven't had time available. I suppose the same is true for the maintainers. Is it planned for ember list-view to still be treated as part of the main ecosystem and updated to work with 2.0 soon?
Congratulations to the Ember team! It's been a real pleasure upgrading each minor version with minimal headaches. I can't imagine making this process more simple – it's one of the main reasons I use Ember a lot (mature, well thought out moves like this).
I'm amazed with that kind of release. Ember didn't do the same thing like Angular, CakePHP, Python, etc. That ensure that the documentation and all the Stack Overflow questions will stay relevant.
Ember is an interesting example of when an also-ran doesn't catch up in time. It was better than Angular, but React came along. This seems to be a pattern... something cool happens and then improved versions crop up, but by the time they get traction, the paradigm has shifted.
So I wanted to try it out, being a nodejs newbie I tried:<p>sudo npm install -g ember-cli<p>And it gave me:<p>$ ember -v
version: 1.13.8
Could not find watchman, falling back to NodeWatcher for file system events.
Visit <a href="http://www.ember-cli.com/user-guide/#watchman" rel="nofollow">http://www.ember-cli.com/user-guide/#watchman</a> for more info.
node: 0.12.7
npm: 2.13.4
os: linux x64<p>Is cli still 1.x?