Browse Source

👷 build v3.0.0

⬆️ outlayer v2.1.0, masonry v4.1.0

Fixes #947
pull/1127/head v3.0.0
David DeSandro 9 years ago
parent
commit
812c3f81ce
  1. 4
      bower.json
  2. 2353
      dist/isotope.pkgd.js
  3. 8
      dist/isotope.pkgd.min.js
  4. 2
      js/isotope.js
  5. 4
      package.json

4
bower.json

@ -6,8 +6,8 @@
"desandro-matches-selector": "^2.0.0", "desandro-matches-selector": "^2.0.0",
"fizzy-ui-utils": "^2.0.0", "fizzy-ui-utils": "^2.0.0",
"get-size": "^2.0.0", "get-size": "^2.0.0",
"masonry": "^4.0.0", "masonry": "^4.1.0",
"outlayer": "stagger" "outlayer": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"jquery": "2 < 4", "jquery": "2 < 4",

2353
dist/isotope.pkgd.js vendored

File diff suppressed because it is too large Load Diff

8
dist/isotope.pkgd.min.js vendored

File diff suppressed because one or more lines are too long

2
js/isotope.js

@ -1,5 +1,5 @@
/*! /*!
* Isotope v3.0.0-beta1 * Isotope v3.0.0
* *
* Licensed GPLv3 for open source use * Licensed GPLv3 for open source use
* or Isotope Commercial License for commercial use * or Isotope Commercial License for commercial use

4
package.json

@ -1,6 +1,6 @@
{ {
"name": "isotope-layout", "name": "isotope-layout",
"version": "3.0.0-beta1", "version": "3.0.0",
"description": "Filter and sort magical layouts", "description": "Filter and sort magical layouts",
"main": "js/isotope.js", "main": "js/isotope.js",
"dependencies": { "dependencies": {
@ -8,7 +8,7 @@
"fizzy-ui-utils": "^2.0.0", "fizzy-ui-utils": "^2.0.0",
"get-size": "^2.0.0", "get-size": "^2.0.0",
"masonry-layout": "^4.0.0", "masonry-layout": "^4.0.0",
"outlayer": "^2.0.0" "outlayer": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"chalk": "^1.1.1", "chalk": "^1.1.1",

Loading…
Cancel
Save