Commit Graph

394 Commits (a4d99b9af924a6f5ed4bbc030161d8273d460c3f)
 

Author SHA1 Message Date
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
Glen Cheney 0c157675ff Update package name for NPM 9 years ago
Glen Cheney c176157367 Remove from jQuery plugin registry.
"The jQuery Plugin Registry is in read-only mode.
New plugin releases will not be processed.
We recommend moving to npm, using "jquery-plugin" as the keyword in your package.json."
9 years ago
Glen Cheney 85b1e492f1 v3.0.1 with CommonJS support 10 years ago
Glen Cheney 70ce5a3d81 Merge pull request #56 from thirdender/master
Add CommonJS support
10 years ago
Robert Rothermel 71b2b7f722 Add CommonJS support 10 years ago
Glen Cheney e8c964475b Add MIT license close #53 10 years ago
Glen Cheney 407ed37263 Merge branch 'gh-pages' 10 years ago
Glen Cheney 5b6e8fb4cd Add blurred image for caption.
Updated Autoprefixer.
10 years ago
Glen Cheney efdaf34295 Fix require js config 10 years ago
Glen Cheney 94a00e5b2f Fix require demo #51 10 years ago
Glen Cheney 75ad7aef58 Release v3 10 years ago
Glen Cheney 842daa789e Update build status branch 10 years ago
Glen Cheney 65ba679912 Merge branch 'refactoring' 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 5b51302b27 Remove padding offset fixes. Add info about it to FAQ. 10 years ago
Glen Cheney f2367d24e2 Add explanation of column set and another test to go with it. 10 years ago
Glen Cheney 9023e29f16 Small tweaks and JSDoc additions. 10 years ago
Glen Cheney da0029900a Update dependencies 10 years ago
Glen Cheney ec8944d25a Update CONTRIBUTING.md 10 years ago
Glen Cheney 6af401825d Add test for last 🐛. Refactor similar tests into a new describe block. 10 years ago
Glen Cheney 1abab75943 Fix maintaining last sort object when called without arguments. 10 years ago
Glen Cheney 930a4bf3bb Rename colYs to positions and position to point. 10 years ago
Glen Cheney 77ab29d945 Use point object and fix the outer width method. Attach Shuffle to the window.
It doesn't work when an element has been scaled and using getBoundingClientRect. The rect returns the actual width of the scaled element.
Shuffle is now a global variable - mostly so I can access it from tests. I don't know of a better way.
10 years ago
Glen Cheney faae1c7e32 Ensure the shuffle container has css styles it needs applied to it #26 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 3150066f66 Add separate contributing file.
so GitHub will show it to people before submitting issues.
10 years ago
Glen Cheney 66ef613dff Bump to 2.1.2 10 years ago
Glen Cheney 709172cf74 Explicitly use jQuery instead of $. #25 10 years ago
Glen Cheney dcb16daf28 Refactor. Fix 🐛 calculating widths.
Refactor the getItemPosition method.
Fix `_getOuterWidth` for Firefox because offsetWidth/Height return
integers for Firefox. Now it uses `getBoundingClientRect` to determine
the width.
Up the column threshold from `0.03` to `0.3` because Safari (desktop &
mobile) return integers for the client rect and offsetWidth.
Add a note about the native Android browser with 4.1.0 and 4.1.1 where
it incorrectly thinks it supports unprefixed transitions.
10 years ago
Glen Cheney e6cb28bd1e Explicitly use jQuery instead of $. #25 10 years ago