Commit Graph

73 Commits (068c8acf9fe4ae6d5de6b2ffe16f6ededc84d14c)

Author SHA1 Message Date
Glen Cheney 068c8acf9f Fix rounding error causing transitions not to end. 7 years ago
Glen Cheney 8f57949abc chore(package): update mocha to version 4.0.1 (#184)
Closes #183
7 years ago
greenkeeper[bot] 2166379ded chore(package): update @odopod/eslint-config to version 2.0.0 7 years ago
greenkeeper[bot] afcc123bbd chore(package): update sinon to version 4.0.0 (#180) 7 years ago
Glen Cheney 0f92ff9f8b 5.0.2 7 years ago
Glen Cheney fba8422a8c Greenkeeper/rollup plugin babel 3.0.2 (#177)
* chore(package): update rollup-plugin-babel to version 3.0.2

Closes #168

* Downgrade rollup to 0.48.0

https://github.com/rollup/rollup/issues/1595

* Update rollup config
7 years ago
Glen Cheney 4695074097 chore(package): update rollup to version 0.50.0 (#176)
Closes #172
7 years ago
Glen Cheney 08e5b4b5aa Greenkeeper/eslint 4.4.0 (#167)
* chore(package): update eslint to version 4.4.0

Closes #163

* Fix lint errors. Update dev dependencies.
7 years ago
greenkeeper[bot] 5d8a411077 chore(package): update sinon to version 3.0.0 7 years ago
Glen Cheney eaae5533ff Round translate values by default. 7 years ago
Glen Cheney f93febb8cc 5.0.0 7 years ago
Glen Cheney d9d3f92943 Upgrade rollup version. 7 years ago
Glen Cheney 7669846d32 Add cssnano to css compilation.
Log sass errors instead of stopping gulp and leaving the jekyll ruby process detached.
7 years ago
Glen Cheney 46161c5a9f Avoid animating new items' position during `add`.
Items now fade and scale in from their "final" position instead of transitioning from 0,0 to their "final" position. This looks much more natural.
Also reduced the maximum stagger delay to 150ms.
7 years ago
Glen Cheney ded5ff2546 Add typings file. 7 years ago
Glen Cheney bc5d41902f Add react demo. Add `resetItems()` method. 7 years ago
Glen Cheney 57ded43991 Use TinyEmitter, expect ES6 environment. Change global export to `Shuffle`.
Replace array-uniq with Array.from/Set
Replace xtend with Object.assign
Remove custom-event-polyfill
Use Array.prototype.includes (ES7)
7 years ago
Glen Cheney 8e8a82953a Remove `jsnext:main` field pointing at the `src` directory.
It's only for `import` and `export`, not other ES2015+ features.
7 years ago
greenkeeper[bot] e8ceffbb46 chore(package): update rollup to version 0.42.0 (#151) 7 years ago
greenkeeper[bot] b06a392ae7 chore(package): update rollup-plugin-uglify to version 2.0.0 (#149) 7 years ago
greenkeeper[bot] ea1dec6401 chore(package): update chai to version 4.0.1 (#150) 7 years ago
Glen Cheney 18dad52f23 chore(package): update autoprefixer to version 7.0.1 (#144)
Closes #142
7 years ago
greenkeeper[bot] 96d4fb24ee chore(package): update gulp-postcss to version 7.0.0 (#141) 7 years ago
Glen Cheney 8fcc32f4e5 Add eslint to test script 7 years ago
Glen Cheney 61c975ccf1 Replace JSHint and JSCS with ESLint 7 years ago
Glen Cheney a56ccb3cd5 Replace webpack with rollup (#138) 7 years ago
Glen Cheney 80974cb685 4.1.1 7 years ago
greenkeeper[bot] 28f7ceae9b chore(package): update sinon to version 2.1.0
Closes #134

https://greenkeeper.io/
7 years ago
greenkeeper[bot] d74e28a6d2 chore(package): update gulp-shell to version 0.6.1
Closes #131

https://greenkeeper.io/
7 years ago
Glen Cheney 584c36bb52
4.1.0 7 years ago
greenkeeper[bot] 84c3899902 chore(package): update dependencies
https://greenkeeper.io/
7 years ago
greenkeeperio-bot d7395ecc30 chore(package): update es6-promise to version 4.0.5
https://greenkeeper.io/
8 years ago
greenkeeperio-bot 745a59885d chore(package): update gulp-mocha-phantomjs to version 0.12.0
https://greenkeeper.io/
8 years ago
Glen Cheney 3b792aa270 4.0.2 8 years ago
greenkeeperio-bot c17da6cd2a chore(package): update custom-event-polyfill to version 0.3.0
https://greenkeeper.io/
8 years ago
greenkeeperio-bot 7948bc0578 chore(package): update mocha to version 3.0.0
https://greenkeeper.io/
8 years ago
Glen Cheney 1c59cdc098 4.0.1 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 fd330bd800
Use `files` instead of .npmignore
Update webpack, add .map files
8 years ago
Glen Cheney 391481ea4f
Update docs 8 years ago
Glen Cheney d7e4f4b720 Switch to npm module for throttling. 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 244f89aaba Move gulp tasks to separate files. Replace grid. Add autoprefixer. 8 years ago
Glen Cheney 601b29736f Use npm modules instead of custom implementations. 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