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

V.3 broken with requirejs #1088

Closed
hirasso opened this issue Apr 29, 2016 · 3 comments
Closed

V.3 broken with requirejs #1088

hirasso opened this issue Apr 29, 2016 · 3 comments
Labels

Comments

@hirasso
Copy link

hirasso commented Apr 29, 2016

Hi there! I know, no one is using requirejs anymore, but I sill do ;)

requirejs( [
  'path/to/isotope.pkgd.js',
], function( Isotope ) {
  var iso = new Isotope( '.grid', {...});
});

...does not work with v.3 anymore.

@desandro
Copy link
Member

Thanks for reporting this issue. Yup, this is a real bug. I unfortunately did not catch it until after the 3.0.0 release. Fix will be coming in the next release!

@desandro desandro added the bug label Apr 29, 2016
@hirasso
Copy link
Author

hirasso commented Apr 29, 2016

yay! Finding bugs actually makes me proud :) Thanks for the fast response, as always.

@desandro
Copy link
Member

desandro commented Jun 8, 2016

v3.0.1 has been released with a fix for this issue. Thanks again! 🐻 🌈

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

No branches or pull requests

2 participants