Releases: PaulLeCam/react-leaflet
Releases · PaulLeCam/react-leaflet
v5.0.0-rc.1
- React v19 is now required as peer dependency.
- Removed
LeafletProvider
component from the core package.
v4.2.1
v4.2.0
v4.1.0
v4.0.2
v4.0.1
v4.0.0
Changes from v3:
Breaking changes
- React v18 and Leaflet v1.8 are now required as peer dependency.
- ES2020 is the new compilation target version.
- Removed
useMapElement
hook. - Removed
MapConsumer
component. - Removed
whenCreated
property from theMapContainer
component (aref
callback can be used instead). - Removed
onOpen
andonClose
properties fromPopup
andTooltip
components. - Removed CommonJS distribution.
- Removed UMD distribution.
Other changes
- Added support for React v18 (concurrent mode).
- Added support for
ref
in theMapContainer
andPane
components. - Added
createLeafletContext
function to core. - The created element and context objects are now frozen (immutable).
v4.0.0-beta.1
Updated Leaflet dependency to v1.8 beta.
v4.0.0-beta.0
Updated React dependencies to v18 stable.
v4.0.0-alpha.2
- Added
createLeafletContext
function to core. - Updated React dependencies to v18 RC2.
- Changed Leaflet dependency range to v1.7.x until tested with v1.8.x.