- Bug fix
- Update docs
- Bring back
setPosition
as we didn't bump a major version. So deprecated it instead.
- Add
moveToPosition
andmoveToItem
to ListViewCore - Remove
setPosition
from ListViewCore
- Add
tweenToPosition
andtweenToItem
to ListViewCore - Improved API docs
- Removed lodash and gsap dependencies reducing the build from 1.3mb to 363kb (not minified) Thanks @lukz
- Fixed npm imports
- allow onInputDown events to fire for ListView children
- Fixed SwipeCarousel, it was completely broken.
- Allow for install via script tag
- Add a demo
- Changed to a more es6y style of coding, mainly using classes.
- ListView now includes a 'searchForClicks' flag, which will search for onInputDown and onInputUp events on ListView items and their children when you click.
- Add a registerClickables method on Scroller. This allows for click events on scroller objects to be respected.