Skip to content

Commit 9a5457a

Browse files
committed
build v2.2.0
update masonry to v3.3.0
1 parent fa2c14b commit 9a5457a

File tree

7 files changed

+917
-740
lines changed

7 files changed

+917
-740
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = function( grunt ) {
6666
var outFile = grunt.config.get('requirejs.pkgd.options.out');
6767
var contents = grunt.file.read( outFile );
6868
// get requireJS definition code
69-
var definitionRE = /define\(\s*'isotope\/js\/isotope'(.|\n)+isotopeDefinition\s*\)/;
69+
var definitionRE = /define\(\s*'isotope\/js\/isotope'(.|\n)+function\( Outlayer/;
7070
var definition = contents.match( definitionRE )[0];
7171
// remove name module
7272
var fixDefinition = definition.replace( "'isotope/js/isotope',", '' )

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "isotope",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Filter and sort magical layouts",
55
"main": "js/isotope.js",
66
"dependencies": {
77
"get-size": "~1.2.2",
88
"matches-selector": ">=1 <2",
99
"outlayer": "~1.4.0",
10-
"masonry": "3.2.x",
10+
"masonry": "~3.3.0",
1111
"fizzy-ui-utils": "~1.0.1"
1212
},
1313
"devDependencies": {

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## v2.2.0
4+
35
+ Added [`arrangeComplete` event](http://isotope.metafizzy.co/events.html#arrangecomplete). Fixed [#732](https://github.com/metafizzy/isotope/issues/732)
46
+ Changed `bower.json` `main` to just `js/isotope.js`. Resolved [#879](https://github.com/metafizzy/isotope/issues/879)
57
+ Added [fizzy-ui-utils](https://github.com/metafizzy/fizzy-ui-utils)

0 commit comments

Comments
 (0)