@ -1,6 +1,6 @@
{
"name": "isotope",
"version": "2.1.0-beta.1",
"version": "2.1.0",
"description": "Filter and sort magical layouts",
"main": [
"js/item.js",
@ -1,7 +1,8 @@
# Changelog
## v2.0.2
## v2.1.0
+ Add CommonJS support for npm/Browserify
+ Add gutter option for fitRows [#580](https://github.com/metafizzy/isotope/issues/580)
+ Fix `updateSortData` with empty Array or jQuery object
@ -1,5 +1,5 @@
/*!
* Isotope PACKAGED v2.1.0-beta.1
* Isotope PACKAGED v2.1.0
* Filter & sort magical layouts
* http://isotope.metafizzy.co
*/
@ -3397,7 +3397,7 @@ if ( typeof define === 'function' && define.amd ) {
})( window );
* Isotope v2.1.0-beta.1
* Isotope v2.1.0
"name": "isotope-layout",
"dependencies": {
"get-size": ">=1.1.8 <1.3",