All Versions
32
Latest Version
Avg Release Cycle
53 days
Latest Release
780 days ago

Changelog History
Page 3

  • v0.12.0 Changes

    March 26, 2019

    ๐Ÿ”„ Changes

    • โœ‚ Removed inferno support, which reportedly didn't even work (#39).
    • Started using rollup and babel loose mode to reduce the size even more. #59 @markusenglund (a ~8% reduction!)
  • v0.11.11 Changes

    November 16, 2018

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix wheel/touchpad scrolling on Chrome 73+, which requires non-passive event handlers for wheel events. See also this.
  • v0.11.8 Changes

    November 16, 2018

    ๐Ÿ›  Fixes

    • Another edge case bug with animation and changing the center before the animation had time to finish.
  • v0.11.7 Changes

    November 16, 2018

    ๐Ÿ›  Fixes

    • ๐Ÿ› Bug when animating between screens and forced to jump to a far away screen, it would freeze instead of jumping.
  • v0.11.6 Changes

    November 05, 2018

    ๐Ÿ›  Fixes

    • The pigeon-drag-block class also works with touch events
  • v0.11.5 Changes

    October 18, 2018

    ๐Ÿ”„ Changes

    • ๐Ÿ›  Fixes "0 0 0 0" appearing if the map has no size. #46 @PofMagicfingers
  • v0.11.4 Changes

    October 18, 2018

    ๐Ÿ”„ Changes

    • โž• Added an undocumented feature limitBounds. If defaults to center, but if set to edge, we will try show as much map as possible. See issue #45 for details.
  • v0.11.3 Changes

    October 17, 2018

    ๐Ÿ”„ Changes

  • v0.11.2 Changes

    October 10, 2018

    โž• Addition

    • โž• Added boxClassname props allowing you to apply css for the tiles div only #43 @sgerin

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix bug zoom position when browser loses focus #41 @benrampon
  • v0.11.1 Changes

    September 29, 2018

    โšก๏ธ Updates

    • ๐Ÿ›  Explicitly set touch event listeners to use non-passive mode. Fixes iOS 11.3 dragging issue. #40 @Jercik