Skip to content

Releases: mariusandra/pigeon-maps

v0.7.0

26 Dec 10:01
Compare
Choose a tag to compare

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

22 Dec 07:12
Compare
Choose a tag to compare
  • onBoundsChange gets called on the initial mount (when the first bounds become known). When this happens, it also gets passed a parameter initial, which will be set to true. It will be false on all subsequent calls.

v0.6.0

22 Dec 06:46
Compare
Choose a tag to compare
  • Added defaultCenter and defaultZoom. Use those if your component is uncontrolled.
  • onBoundsChange now has a 60ms debounce

Thank you @degroote22 !