Skip to content

Latest commit

 

History

History
84 lines (60 loc) · 4.8 KB

changelog.md

File metadata and controls

84 lines (60 loc) · 4.8 KB

Changelog

v1.1.1

  • 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

v1.1.0

  • 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 and freescroll. Fixed #79

v1.0.2

  • Fixed double move on prev/next button tap. Fixed #122

v1.0.1

  • 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 to v1.1.0

v1.0.0

  • Add commercial licensing
  • Update v0.x.x dependencies to v1.0.0
  • Fixed clicking links on child elements of <a>. Fixed #61

v0.3.1

Update flickity-as-nav-for to work with cellSelect event, and changed staticClick arguments for Flickity v0.3.0

v0.3.0

  • Changed select event to cellSelect, to avoid conflict with native select event
  • Removed .flickity event namespace from jQuery events
  • Re-ordered staticClick callback parameters to be function( 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 from this.$element

v0.2.3

  • 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()

v0.2.2

Fixed .destroy() bug with flickity-as-nav-for

v0.2.1

v0.2.0

v0.1.0

Initial public beta release