@andrew1 wrote:
I'm about to start my next Ember project and I was looking for a little guidance on which version to start with.
I first started playing with 1.13 and quickly got a test app up to look at different tools for creating tables (it's not sexy but tables make the money so they're very important to this app). I found the ember-collection addon and integrated it into the test app and was really psyched to see that I could handle 10,000 rows.
My next thought was to go with 2.2 and keep up-to-date with new releases (this time will be different ;0). But, I've run into a problem using the ember-collection addon. It's now complaining that it can't find a helper defined in the addon:
Uncaught Error: Assertion Failed: A helper named 'fixed-grid-layout' could not be found
If I remove that function and just use
{{#ember-collection items=model as |item index|}}
then it can't find the ember-collection component:Uncaught Error: Assertion Failed: A helper named 'ember-collection' could not be found
It looks like there's some issue with loading addons in 2.2 (maybe it's just because it's a local repo???) but I don't know if the issue is that addon developers aren't supporting 2.2 yet or there's a but or something else. So, I thought I'd ask for advice here.
Thanks!
P.S. There aren't any features in the 2.0 series that I'm dying to have yet (when routable components drop it will be another story) but a more stable version would definitely be appreciated by me and my team.
Posts: 8
Participants: 3