Commit Graph

71 Commits (4f95fba70b0d21972c2c167dd2d52f4d7724fb69)

Author SHA1 Message Date
Glen Cheney 4f95fba70b Update filterMode option. Add tests for filterMode. 7 years ago
Glen Cheney 4cecfa3f75 Update changelog. 7 years ago
Glen Cheney 0745fa5466 Fix changelog version 7 years ago
Glen Cheney 6f5d893a2d Update changelog 7 years ago
Glen Cheney 18638597c2 Add codepen template link 7 years ago
Glen Cheney 3b792aa270 4.0.2 8 years ago
Glen Cheney 51e3d71b32 Use `_data` directory for site data. 8 years ago
Glen Cheney 13d3dacc77
Fix delimeter option #108 8 years ago
Glen Cheney 5a1703dd3c Put the navigation menu button inside the grid. 8 years ago
Glen Cheney 871879b912
Correct v4 release date. 8 years ago
Glen Cheney 99ed4e37fe Add ability to customize styles. Rename filtered => visible and concealed => hidden.
Prefix shuffle item state classes.
Change ClassName => Classes because it's shorter.
8 years ago
Glen Cheney 150de2024f Remove `.es6` suffix for file name. Remove old grunt file.
Only include jQuery on pages which request it.
Use SRI hash for CDN version of jQuery.
8 years ago
Glen Cheney 20823d49af Update docs for adding, removing, advanced filters, sorting, and public methods. 8 years ago
Glen Cheney 60cc0241b3 Docs updates. Remove LOADING and DONE events. 8 years ago
Glen Cheney eec4bfc157 Update compound filters demo. 8 years ago
Glen Cheney 6934fd3079 Add code examples for adding and removing from the demo.
Remove images loaded because it's no longer in use.
8 years ago
Glen Cheney cfa68c76de Switch to mocha/chai for tests with gulp-mocha-phantomjs
JSDom's getComputedStyle wasn't working.
8 years ago
Glen Cheney 6adb041ba1 Put home page demo items inside aspect boxes. 8 years ago
Glen Cheney c528fca3df Switch to https instead of protocol-relative. Switch to Lato type face. 8 years ago
Glen Cheney eef5c66b31 Update images demo. 8 years ago
Glen Cheney 244f89aaba Move gulp tasks to separate files. Replace grid. Add autoprefixer. 8 years ago
Glen Cheney 47556e0c15 Remove jQuery dependency for page js.
Switch to <picture> for webp demo images instead of a js solution.
8 years ago
Glen Cheney eebf0b42a2 Start ES6 conversion and jQuery / Modernizr removal. 8 years ago
Glen Cheney 8ae5970c93 Upgrade Jekyll 8 years ago
Glen Cheney 16b42ec0b9 Handle decimal column widths better #46. New columnThreshold option. 9 years ago
Glen Cheney 5b6e8fb4cd Add blurred image for caption.
Updated Autoprefixer.
10 years ago
Glen Cheney 3a7f13de3d Change wording around downloads. 10 years ago
Glen Cheney 3e9125ef65 Update the change log and build files 10 years ago
Glen Cheney 78d24cc8ee Update docs and options descriptions. 10 years ago
Glen Cheney 82f2771b79 List public methods in docs #23 10 years ago
Glen Cheney ec67cdecdf v2.1.1 for #21 10 years ago
Glen Cheney 5a7f9f3784 Docs update/fixes 10 years ago
Glen Cheney 7225f88f42 Add social links and anchor links for each header. 10 years ago
Glen Cheney e94747bd84 Document adding and removing collections. Closes #19
Add an arrow icon and more obvious links to demos from each section.
10 years ago
Glen Cheney ea30d642bb Add AMD support. Add RequireJS demo. Ref #15 10 years ago
Glen Cheney af08bc2908 Separate Modernizr and Shuffle. Create custom build of Shuffle with custom Modernizr.
Ref #15
Also replace the global throttle/debounce with Underscore’s and define
it locally for Shuffle.
Next up: AMD support.
10 years ago
Glen Cheney 51b4b8849c Update link to Eightfold Studios to Facebook page. 10 years ago
Glen Cheney 9cd63e1ea5 Formatting and consistency. Changed the main element from `$container` to `$el`. The DONE event now fires asynchronously, so it you don't have to listen for it before initializing Shuffle.
Updated change log.
10 years ago
Glen Cheney b6aa8fe396 Add bootstrap 3 demo, fix percentage width issue with Shuffle, closes #8.
Update jQuery to 1.11.0/2.1.0
Update Google Analytics
Fix nav highlighting.
10 years ago
Glen Cheney 38fdf25573 Made awesome demo with inner containers translated and appearing when scrolled into view. Updated FAQ with Zepto and hash links. Added pictures of demos to the index page instead of linking to the nav. 11 years ago
Glen Cheney 790f025537 Add .editorconfig file. Save all files again to be consistent. 11 years ago
Glen Cheney b2850abc1d move robots.txt to top level 11 years ago
Glen Cheney 3920d80d08 Add robots.txt file in hopes of fixing twitter bot's proxy failure for the image.
https://dev.twitter.com/discussions/19254
11 years ago
Glen Cheney 8e7c98c012 Add absolute urls to open graph and twitter cards. Added dev yml config file. Only include analytics in production environment. 11 years ago
Glen Cheney 5c1a473c26 Typo 11 years ago
Glen Cheney 61e597a4d6 Update events example. 11 years ago
Glen Cheney f315eb9c6a Update wording. 11 years ago
Glen Cheney 9410153749 Replace lorem ipsum text with plugin description 11 years ago
Glen Cheney fe6b965013 Replace site.url with site.baseurl
I can now use `jekyll serve` and go to localhost:4000/Shuffle to see
the site and use relative links. This way it doesn't have to change
every time going from dev to production.
`jekyll serve --baseurl ""` also works to serve directly from localhost
without a subdirectory.
11 years ago
Glen Cheney e381e16b0f Add FAQ page. 11 years ago