Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ember.EnumerableUtils has been removed in 2.0.0? #7

Closed
kscherling opened this issue Sep 28, 2015 · 8 comments
Closed

Ember.EnumerableUtils has been removed in 2.0.0? #7

kscherling opened this issue Sep 28, 2015 · 8 comments
Milestone

Comments

@kscherling
Copy link

Running into the some errors in a new ember project and it looks like this might be the cause... Any plans to update in the near future?

@zakmac
Copy link
Owner

zakmac commented Sep 29, 2015

@kscherling are you able to provide any more information? My main concern is whether you're seeing deprecation warnings or outright errors.

There should be a new version which resolves: #5 and some Ember v2.0.0 deprecation errors; in the near future. If your issue is unrelated to existing bugs I will work a fix into the next release.

@kscherling
Copy link
Author

@zakmac Thanks for the quick response!

I am running
ember: 2.0.0
cli: 1.13.8

And when binding to a basic model, I get the error:
Uncaught TypeError: Cannot read property 'filter' of undefined

originating from:
filteredItems = Ember['default'].EnumerableUtils.filter(this.get('contentComputed'), function(item) {...}

Following the threads I landed here and amidst the sweet ascii artwork, looks like we're beyond deprication land in 2.0.
emberjs/ember.js#11455

Thoughts? Thanks again!

@zakmac
Copy link
Owner

zakmac commented Sep 29, 2015

This is very helpful, thanks @kscherling. This seems like a bug so I will pick it up into the next release.

@zakmac zakmac added the bug label Sep 29, 2015
@zakmac zakmac added this to the v2.1.0 milestone Sep 29, 2015
@zakmac zakmac added deprecation and removed bug labels Sep 29, 2015
@kscherling
Copy link
Author

Thanks a ton!

@jgadbois
Copy link
Contributor

I'm getting the same error - do you have an ETA on the next version?

@jgadbois
Copy link
Contributor

Here's a pull that fixes it for me

#8

@zakmac
Copy link
Owner

zakmac commented Nov 20, 2015

Closed with merge of #8. Thanks for the fix, @jgadbois .

@zakmac zakmac closed this as completed Nov 20, 2015
@ioleo
Copy link

ioleo commented Jun 22, 2016

@zakmac when is v2.1 release planned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants