-
-
Notifications
You must be signed in to change notification settings - Fork 116
Updated README.md to use EmberCLI semantics #211
Conversation
taras
commented
Mar 22, 2015
- Renamed to Ember List
- Changed examples to assume EmberCLI
- Changed installation to use EmberCLI
- Changed Handlebars examples to use {{ember-list}} helper
Was there a conversation about renaming to "Ember List"? |
@stefanpenner and I started talking about releasing the addon and we agreed to publish it on NPM as |
I'm not really a fan of Ember List, it's too generic sounding. It also supports grids, so list doesn't feel totally right either. |
Agree with @ebryn. |
@ebryn I'm with you. We need something other than ListView but I don't know what. Suggestions? |
I think we can punt on it a bit longer since it's still a View, and when we need to change it for 2.0 come up with a name potentially better than ListComponent :P |
Sure, what about npm package name? |
|
Ok, but I still want to remove reference to |
|
Ok, I renamed |
most of this looks great, 2 things:
|
@stefanpenner what about ember-masonry (rim-shot). |
heh, maybe once/if we actually support more packing algorithms. Unfortunately writing them in way that supports memorization, that is incremental + bound data structure friendly in a performant way is tricky. But i hope it happens someday :) |
Can we do |
this would be lovely. |
@stefanpenner on a serious note, what about instead of |
@stefanpenner I don't know how to do that with EmberCLI. Can you give me a hint and I'll figure it out from there? I asked @rwjblue about this before and he said: "That's not how ES6 modules work." and then went and did it for Pretender |
actually its kinda crappy, @joliss had a good idea but we haven't implemented it yet. For now it actually uses the re-exporter. https://github.com/ember-cli/ember-cli/blob/e38e6d8a65b9977ad3f51bbf57336deb77f2fd56/lib/models/addon.js#L472 |
- Renamed to *Ember List* - Changed examples to assume EmberCLI - Changed installation to use EmberCLI - Changed Handlebars examples to use {{ember-list}} helper Changed List View to ListView Changed title of the readme Changed Ember Virtual List -> VirtualListView Updated example to use {{view 'list-view'}} instead of {{ember-list}}