Release v3

pull/56/head v3.0.0
Glen Cheney 10 years ago
parent 842daa789e
commit 75ad7aef58

@ -8,8 +8,8 @@ bower install shufflejs
## Docs and Demos
[All found here](http://vestride.github.io/Shuffle)
## Shuffle 2.0
This is a large improvement to shuffle. Most notably, the ability for [masonry](http://masonry.desandro.com) layouts. Other additions include adding/removing items, enabling/disabling, multiple instances on a page, and more!
## Shuffle 3.0
Shuffle 3 is a big refactor from Shuffle 2. Enjoy!
## Inspiration
This project was inspired by [Isotope](http://isotope.metafizzy.co/) and [Packery](http://packery.metafizzy.co/).

@ -1,6 +1,6 @@
{
"name": "Shuffle",
"version": "2.1.1",
"version": "3.0.0",
"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.2
* @version 3.0.0
*/
(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.2
* @version 3.0.0
*/
/* 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.2",
"version": "3.0.0",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"gallery",

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