Skip to content

Commit

Permalink
Release v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Cheney committed Oct 7, 2014
1 parent 842daa7 commit 75ad7ae
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Shuffle",
"version": "2.1.1",
"version": "3.0.0",
"homepage": "https://github.com/Vestride/Shuffle",
"authors": [
"Glen Cheney <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.shuffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.shuffle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.shuffle.modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 75ad7ae

Please sign in to comment.