Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
leaflet.zip | 2022-10-04 | 683.6 kB | |
README.md | 2022-10-04 | 1.0 kB | |
v1.9.2 source code.tar.gz | 2022-10-04 | 8.5 MB | |
v1.9.2 source code.zip | 2022-10-04 | 8.8 MB | |
Totals: 4 Items | 18.0 MB | 0 |
🐞 Bug fixes
- ⚠️ Drop ESM entrypoint from package because of numerous compatibility issues with plugins (import
leaflet/dist/leaflet-src.esm.js
explicitly instead to take advantage; ESM by default will come in v2) (#8493 by @jonkoops) - Fix a bug where tooltips could throw an error with canvas renderer (#8498 by @Falke-Design)
- Fix a bug with incorrect marker popup location when there are multiple markers registered to the same popup (#8523 by @raychanks).
🧪 Tests
- Fix unit tests suite stopping abruptly on Mac (#8478)
📝 Docs
- Fix
Bounds
equals
parameters in docs (#8500 by @Falke-Design)