- update dependencies
- update dependencies, @terraformer/spatial 2.1.2 fixes #51
- revert changes in 2.2.9 - 2.2.10
- handle unknown layers gracefully
- call getBounds for all layers where available
- call getBounds for all layers where available
- stop mouse event propagation
- pass originalEvent to finished event
- add title option
- add invalid bounds checking
- ignore Leaflet simulated events
- change button href from # to javascript:void(0), to prevent changing window location
- prioritize check for MarkerCluster
- added support for touch events
- reverted change 2.1.2, it's controversial
- improved performance for lots of complex polygons by checking
contains
first, then checkingintersects
- improved performance for lots of complex polygons by checking the bounds first, then checking the full geometries
- switched from
terraformer
to@terraformer/spatial
dependency -> half bundle size, thanks to @jgravois! 🎉 (60 kB -> 33 kB, 24 kB -> 14 kB minified) - updated
leaflet
imports to not requireesModuleInterop
- bundled TS typings with
rollup-plugin-dts