v2.1.1 for #21

pull/56/head v2.1.1
Glen Cheney 10 years ago
parent 5a7f9f3784
commit ec67cdecdf

@ -1,16 +1,17 @@
<h2>Changes<a href="#changelog"></a></h2>
<ul>
<li>4.12.14 - Register with bower as <code>shufflejs</code>.</li>
<li>4.10.14 - Add AMD support.</li>
<li>4.8.14 - Separate Modernizr into its own file and custom Shuffle build.</li>
<li>3.8.14 - Add Bootstrap 3 demo. Fixed issue with percentage width items.</li>
<li>10.4.13 - Moved some Shuffle instance properties to constants. Converted from 4 to 2 space indentation. Added events enum and pulled out some strings to constants.</li>
<li>8.30.13 - Added animate-in demo.</li>
<li>7.5.13 - Shuffle 2.0 with masonry, adding and removing, and more.</li>
<li>11.3.12 - Replaced layout system with <a href="http://masonry.desandro.com/">masonry</a>. Items can now be different sizes! Added addtional examples.</li>
<li>10.24.12 - Better handling of grid item dimensions. Added a minimal markup page.</li>
<li>9.20.12 - Added <code>destroy</code> method</li>
<li>9.18.12 - Added sorting ability and made plugin responsive. Updated to Modernizr 2.6.2</li>
<li>7.21.12 - Rewrote plugin in more object oriented structure. Added custom events. Updated to Modernizr 2.6.1</li>
<li>7.3.12 - Removed dependency on the css file and now apply the css with javascript</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>
<li>4/8/14 - Separate Modernizr into its own file and custom Shuffle build.</li>
<li>3/8/14 - Add Bootstrap 3 demo. Fixed issue with percentage width items.</li>
<li>10/4/13 - Moved some Shuffle instance properties to constants. Converted from 4 to 2 space indentation. Added events enum and pulled out some strings to constants.</li>
<li>8/30/13 - Added animate-in demo.</li>
<li><code>v2.0.0</code> 7/5/13 - Shuffle 2.0 with masonry, adding and removing, and more.</li>
<li>11/3/12 - Replaced layout system with <a href="http://masonry.desandro.com/">masonry</a>. Items can now be different sizes! Added addtional examples.</li>
<li>10/24/12 - Better handling of grid item dimensions. Added a minimal markup page.</li>
<li>9/20/12 - Added <code>destroy</code> method</li>
<li>9/18/12 - Added sorting ability and made plugin responsive. Updated to Modernizr 2.6.2</li>
<li>7/21/12 - Rewrote plugin in more object oriented structure. Added custom events. Updated to Modernizr 2.6.1</li>
<li>7/3/12 - Removed dependency on the css file and now apply the css with javascript</li>
</ul>

@ -1,6 +1,6 @@
{
"name": "Shuffle",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/Vestride/Shuffle",
"authors": [
"Glen Cheney <cheney.glen@gmail.com>"

@ -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.0
* @version 2.1.1
*/
(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.0
* @version 2.1.1
*/
/* 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.0",
"version": "2.1.1",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"gallery",

@ -1,6 +1,6 @@
{
"name": "shuffle",
"version": "2.1.0",
"version": "2.1.1",
"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