All Versions
32
Latest Version
Avg Release Cycle
53 days
Latest Release
569 days ago
Changelog History
Page 3
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
- The
-
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 tocenter
, but if set toedge
, we will try show as much map as possible. See issue #45 for details.
- โ Added an undocumented feature
-
v0.11.3 Changes
October 17, 2018๐ Changes
- โ Added a polyfill for
window.requestAnimationFrame
- โก๏ธ Updated attribution URL to https://pigeon-maps.js.org/
- โ Added a polyfill for
-
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
- โ Added
-
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