- Fixed freeScroll bug flicking past ends. Fixed #181
- Fixed prepend animation regression. Fixed #201
- Allow range input sliding. Fixed #216
- Disable emulated click event triggering on iOS. Fixed bug with asNavFor on iOS #189
- Fixed staticClick triggering after scroll on touch devices. Fixed #123
- Added
lazyLoad
feature. Fixed #14 - Added
arrowShape
option to customize previous/next button arrow shape. For #50 - Added
getAdjacentCellElements
. Fixed #69 - Fixed bug with scrollbars. Fixed #147
- Fixed bug with
contain
andfreescroll
. Fixed #79
- Fixed double move on prev/next button tap. Fixed #122
- Allowed native scrolling for touch devices. Fixed #67, #97, #41
- Allowed clicks on all inputs and textareas, for #105
- Fixed IE10
body.blur()
bug. Fixed # - Upgraded Unidragger to
v1.1.3
tap-listener tov1.1.0
- Add commercial licensing
- Update v0.x.x dependencies to v1.0.0
- Fixed clicking links on child elements of
<a>
. Fixed #61
Update flickity-as-nav-for to work with cellSelect
event, and changed staticClick
arguments for Flickity v0.3.0
- Changed
select
event tocellSelect
, to avoid conflict with nativeselect
event - Removed
.flickity
event namespace from jQuery events - Re-ordered
staticClick
callback parameters to befunction( event, pointer, cellElement, cellIndex )
- Added
setGallerySize
option - Fixed
contain
bug when all cells can fit inside gallery. Fixed #48 - Fixed jQuery
.flickity('destroy')
bug, not removing data fromthis.$element
- Prevented
wrapAround
if only one cell. Fixed #40 - Fixed
.getParentCell()
bug. Fixed #39 - Added back arrows for IE8 and Android 2.3
- Fixed IE8 bug on
.deactivate()
Fixed .destroy()
bug with flickity-as-nav-for
- Swapped out flickity-sync package for flickity-as-nav-for, for #13
- Built
pkgd.js
with flickity-imagesloaded v0.1.2 - Added
.getParentCell()
- Added
clickedCellIndex
andclickedCellElement
arguments instaticClick
callback - Fixed jQuery plugin bug, added
._init()
. Fixed #30
- Refactored feature files to be event based. See Metafizzy blog:Making features independent with internal events
- Forked off Unipointer and Unidragger libraries
- Forked off Fizzy UI Utils
- Added page visibility listening to pause/unpause autoPlay. Fixed #6
- Added touchVerticalScroll to vertical scroll pages on mobile. Fixed #3
- Added TapListener to make tapping buttons snappy. Fixed #4
- Improved right-to-left CSS. Fixed #17
- Added
.reposition()
- Renamed
resizeBound
option toresize
- Added flickity-sync to
pkgd.js
files - Added flickity-imagesloaded to
pkgd.js
files
Initial public beta release