Skip to content

Commit feff438

Browse files
committed
update Outlayer v1.4.1; tick version 2.2.1
+ trigger jQuery events + Fix Safari transition issues - Fixes #945 + remove problematic package.json devDeps + update grunt-contrib-uglify
1 parent 06b26b2 commit feff438

File tree

9 files changed

+346
-75
lines changed

9 files changed

+346
-75
lines changed

README.mdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ See [isotope.metafizzy.co](http://isotope.metafizzy.co) for complete docs and de
1616
Link directly to [Isotope files on cdnjs](https://cdnjs.com/libraries/jquery.isotope).
1717

1818
``` html
19-
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.0/isotope.pkgd.js"></script>
19+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.1/isotope.pkgd.js"></script>
2020
<!-- or -->
21-
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.0/isotope.pkgd.min.js"></script>
21+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.1/isotope.pkgd.min.js"></script>
2222
```
2323

2424
### Package managers

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "isotope",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Filter and sort magical layouts",
55
"main": "js/isotope.js",
66
"dependencies": {
77
"get-size": "~1.2.2",
8-
"matches-selector": ">=1 <2",
9-
"outlayer": "~1.4.0",
8+
"matches-selector": "~1.0.2",
9+
"outlayer": "~1.4.1",
1010
"masonry": "~3.3.0",
1111
"fizzy-ui-utils": "~1.0.1"
1212
},

changelog.md

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

3+
### v2.2.1
4+
5+
Updated Outlayer v1.4.1
6+
7+
+ Added jQuery event triggering
8+
+ Fix Safari layout bugs. Fixed [#945](https://github.com/metafizzy/isotope/issues/945)
9+
310
## v2.2.0
411

512
+ 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)

0 commit comments

Comments
 (0)