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
onBoundsChangegets 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 befalseon all subsequent calls.
v0.6.0
- Added 
defaultCenteranddefaultZoom. Use those if your component is uncontrolled. onBoundsChangenow has a 60ms debounce
Thank you @degroote22 !