Releases: PaulLeCam/react-leaflet
Releases · PaulLeCam/react-leaflet
v1.9.1
- Added check for open popup to rendering logic (PR #464 by olabalboa).
- [website] Added plugins (PR #463 by mhasbie).
v1.9.0
- Fixed event listeners removal in
Map
(PR #459 by andersonveiga).
- Added support for dynamic handlers in
Map
(PR #452 by jonathanchrisp).
- Added
DivOverlay
component as base class for Popup
and Tooltip
, now supporting dynamic className
prop.
- [website] Updated Docusaurus, with added on-page navigation sidebar.
v1.8.2
- Fixed
Map
unmounting when preferCanvas
is set.
- Added
es
folder to npm package (PR #449 by jonathanchrisp).
- [website] Fixed link in examples page.
- [internal] Updated examples to webpack 4.
v1.8.1
- Fixed
Tooltip
component unmounting.
- Updated Flow support for v0.66 (PR #447 by slek22).
- [website] Fixed typo (PR #440 by BartWaardenburg).
- [website] Added plugins (PR #446 by mhasbie).
v1.8.0
React-Leaflet now has a website! Check out react-leaflet.js.org to browse the documentation.
If you wish to help out improving the website, this issue is a good starting point!
- Updated documentation and dependency to
Leaflet v1.3.
- Add
HTMLImageElement
support to ImageOverlay
(new in Leaflet v1.3).
- [website] Setup the website.
- [website] Fix links to examples (PR #430 by subelsky).
v1.7.8
Update Popup
and Tooltip
layout after render (PR #423 by jeffchan).
v1.7.7
More permissive support for the className
prop of Map
.
v1.7.6
- Fixed supporting
Popup
children in CircleMarker
.
- Fixed updating multiple classes in the
className
prop of Map
.
v1.7.5
Fixed unmounting Tooltip
with interactive
prop.
v1.7.4
Updated Flow types for Flow v0.59 (PR #412 by rsolomon).