Releases: mariusandra/pigeon-maps
Releases · mariusandra/pigeon-maps
v0.7.0
Full inferno support!
Just use these import paths for a component that's fully compatible with Inferno:
import Map from 'pigeon-maps/inferno'
import Marker from 'pigeon-marker/inferno'
import Overlay from 'pigeon-overlay/inferno'
Thank you @degroote22 for bringing this up and all your contributions!
Thank you @trueadm for making Inferno and all your help in getting this working!
v0.6.1
onBoundsChange
gets called on the initial mount (when the first bounds become known). When this happens, it also gets passed a parameterinitial
, which will be set totrue
. It will befalse
on all subsequent calls.
v0.6.0
- Added
defaultCenter
anddefaultZoom
. Use those if your component is uncontrolled. onBoundsChange
now has a 60ms debounce
Thank you @degroote22 !