Skip to content

Commit

Permalink
update Outlayer v1.4.1; tick version 2.2.1
Browse files Browse the repository at this point in the history
+ trigger jQuery events
+ Fix Safari transition issues - Fixes #945
+ remove problematic package.json devDeps
+ update grunt-contrib-uglify
  • Loading branch information
desandro committed Jul 1, 2015
1 parent 06b26b2 commit feff438
Show file tree
Hide file tree
Showing 9 changed files with 346 additions and 75 deletions.
4 changes: 2 additions & 2 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ See [isotope.metafizzy.co](http://isotope.metafizzy.co) for complete docs and de
Link directly to [Isotope files on cdnjs](https://cdnjs.com/libraries/jquery.isotope).

``` html
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.0/isotope.pkgd.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.1/isotope.pkgd.js"></script>
<!-- or -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.0/isotope.pkgd.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.1/isotope.pkgd.min.js"></script>
```

### Package managers
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "isotope",
"version": "2.2.0",
"version": "2.2.1",
"description": "Filter and sort magical layouts",
"main": "js/isotope.js",
"dependencies": {
"get-size": "~1.2.2",
"matches-selector": ">=1 <2",
"outlayer": "~1.4.0",
"matches-selector": "~1.0.2",
"outlayer": "~1.4.1",
"masonry": "~3.3.0",
"fizzy-ui-utils": "~1.0.1"
},
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### v2.2.1

Updated Outlayer v1.4.1

+ Added jQuery event triggering
+ Fix Safari layout bugs. Fixed [#945](https://github.com/metafizzy/isotope/issues/945)

## v2.2.0

+ Revised license model. Isotope is licensed GPL by default. Purchasing a commercial license allows use outside of the GPL, under the Commercial License terms. Read details at: [isotope.metafizzy.co/license.html](http://isotope.metafizzy.co/license.html)
Expand Down
Loading

0 comments on commit feff438

Please sign in to comment.