diff --git a/bower.json b/bower.json index 6ce1d4d..5526d33 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/changelog.md b/changelog.md index 1ed1631..bc838d1 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/dist/isotope.pkgd.js b/dist/isotope.pkgd.js index 550c0c5..33a09c9 100644 --- a/dist/isotope.pkgd.js +++ b/dist/isotope.pkgd.js @@ -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 * Filter & sort magical layouts * http://isotope.metafizzy.co */ diff --git a/dist/isotope.pkgd.min.js b/dist/isotope.pkgd.min.js index 1a221dd..1b68d52 100644 --- a/dist/isotope.pkgd.min.js +++ b/dist/isotope.pkgd.min.js @@ -1,5 +1,5 @@ /*! - * Isotope PACKAGED v2.1.0-beta.1 + * Isotope PACKAGED v2.1.0 * Filter & sort magical layouts * http://isotope.metafizzy.co */ diff --git a/js/isotope.js b/js/isotope.js index 48a38b7..b777b66 100644 --- a/js/isotope.js +++ b/js/isotope.js @@ -1,5 +1,5 @@ /*! - * Isotope v2.1.0-beta.1 + * Isotope v2.1.0 * Filter & sort magical layouts * http://isotope.metafizzy.co */ diff --git a/package.json b/package.json index 8f8d83b..b78407e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isotope-layout", - "version": "2.1.0-beta.1", + "version": "2.1.0", "description": "Filter and sort magical layouts", "dependencies": { "get-size": ">=1.1.8 <1.3",