Commit Graph

276 Commits (v4.2.0)
 

Author SHA1 Message Date
Glen Cheney ef1f1f1c88
Add `instance.group` back instead of changing the option object 8 years ago
Glen Cheney 790b957bc3
Use ES6 export for main file. Add index.js to export the `default` to module.exports
This would allow module bundlers like rollup to use jsnext:main and it'll all be ES6 import/exports
8 years ago
Glen Cheney bd502f8437
Add `jsnext:main` field to package.json 8 years ago
Glen Cheney e1ea20f7da
Replace Promise dependency with array-parallel package 8 years ago
Glen Cheney 7aa6461b4d Move layout positioning logic to its own file. 8 years ago
Glen Cheney fd330bd800
Use `files` instead of .npmignore
Update webpack, add .map files
8 years ago
Glen Cheney 391481ea4f
Update docs 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 98c916d3cd Fix error when trying to remove and item already being removed. 8 years ago
Glen Cheney 20823d49af Update docs for adding, removing, advanced filters, sorting, and public methods. 8 years ago
Glen Cheney d7e4f4b720 Switch to npm module for throttling. 8 years ago
Glen Cheney af4b92dde7 Update readme 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 b6c7dbb367 Fix stagger amount affected by items which don't move. 8 years ago
Glen Cheney b6d9f23e2b Finish converting tests to mocha+chai. Add helper for onTransitionEnd. 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 832503415d Update animate-in demo
Update prism.js and prism.css. Include plugin to allow external files with data-src attribute
8 years ago
Glen Cheney 244f89aaba Move gulp tasks to separate files. Replace grid. Add autoprefixer. 8 years ago
Glen Cheney 6ea5491dca Upgrade normalize. 8 years ago
Glen Cheney 601b29736f Use npm modules instead of custom implementations. 8 years ago
Glen Cheney acdc379679 Use options object instead of adding to the instance directly. 8 years ago
Glen Cheney a044a201fa Refactor more docs javascript and add css compilation with gulp. 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 d294a42913 Update adding and removing items. 8 years ago
Glen Cheney 1dd55b0505 Use web pack multi compiler. 8 years ago
Glen Cheney 4307010c18 Add default gulp task. Use short name for gulp dep. 8 years ago
Glen Cheney b9065eb9b0 Got jest working for tests. jsdom sucks. 8 years ago
Glen Cheney 88f8813361 Add gulp watch task which builds jekyll. 8 years ago
Glen Cheney 37e6a86ff3 Added stagger option. More refactoring. Working home page demo again. 8 years ago
Glen Cheney efc1f8087a Remove ES6 built-ins so I don't have to include babel-polyfill 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 53307afb88 Merge pull request #90 from dalexj/filter-on-multi-categories
Filter items that have every category in their keys
9 years ago
Alex Jensen 1d8837009d filter items that have every category in keys 9 years ago
Glen Cheney 39d5fd5205 Update GitHub contributing link
Avoids redirect
9 years ago
Glen Cheney c315ae4eea Remove old event listeners in homepage.js 9 years ago
Glen Cheney 07d31d50aa Fix broken link #84 9 years ago
Glen Cheney f63df88dd2 Use the <html> element when the body doesn't exists when testing computed style. 9 years ago
Glen Cheney 8b2b3ccc13 3.1.0 9 years ago
Glen Cheney 16b42ec0b9 Handle decimal column widths better #46. New columnThreshold option. 9 years ago
Glen Cheney 86c8d2e77a Allow speed to be zero. Fixes #64 9 years ago
Glen Cheney 1c077779c4 Cancel previous animations instead of ignoring the new one. Fixes #69 9 years ago
Glen Cheney 8957979aa9 Add directions for installing with npm. Closes #62 9 years ago
Glen Cheney 5a1dffebb3 publish to npm 9 years ago