Bump to 2.1.2

pull/56/head v2.1.2
Glen Cheney 10 years ago
parent 709172cf74
commit 66ef613dff

@ -1,5 +1,6 @@
<h2>Changes<a href="#changelog"></a></h2>
<ul>
<li><code>v2.1.2</code> 6/1/14 - Explicitly use <code>window.jQuery</code> instead of <code>window.$</code>. Fixes #25.</li>
<li><code>v2.1.1</code> 4/16/14 - Fix items with zero opacity overlapping visible ones in IE&lt;10.</li>
<li><code>v2.1.0</code> 4/12/14 - Register with bower as <code>shufflejs</code>.</li>
<li>4/10/14 - Add AMD support.</li>

@ -3,7 +3,7 @@
* Categorize, sort, and filter a responsive grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2+
* @license MIT license
* @version 2.1.1
* @version 2.1.2
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {

File diff suppressed because one or more lines are too long

@ -3,7 +3,7 @@
* Categorize, sort, and filter a responsive grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2+
* @license MIT license
* @version 2.1.1
* @version 2.1.2
*/
/* Modernizr 2.6.2 (Custom Build) | MIT & BSD

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
{
"name": "Shuffle",
"version": "2.1.1",
"version": "2.1.2",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"gallery",

@ -1,6 +1,6 @@
{
"name": "shuffle",
"version": "2.1.1",
"version": "2.1.2",
"title": "Shuffle.js",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": ["gallery", "shuffle", "layout", "masonry", "filter", "sort", "responsive", "grid", "mobile", "tiles"],

Loading…
Cancel
Save