All Versions
128
Latest Version
Avg Release Cycle
35 days
Latest Release
843 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.2.0 Changes
November 27, 2022โ Added support for mutable
url
prop onTileLayer
(PR #1047 by goto-bus-stop) -
v4.1.0 Changes
September 24, 2022- โก๏ธ Updated Leaflet dependency to v1.9.
- ๐ Fixed
eventHandlers
object being injected in WMS request URL. - โ Added support for dynamic
bounds
props onImageOverlay
.
-
v4.0.2 Changes
August 22, 2022- ๐ Fix typos in getting started docs (PR #1013 by jacobtylerwalls)
- ๐ Fixing useRef() usage in createElementHook to prevent unnecessary Leaflet object creation (PR #1014 by abac)
-
v4.0.1 Changes
June 25, 2022๐ Fix calling
map.remove()
onMapContainer
unmounting. -
v4.0.0 Changes
April 18, 2022๐ 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 Changes
April 18, 2022โก๏ธ Updated Leaflet dependency to v1.8 beta.
-
v4.0.0-beta.0 Changes
April 02, 2022โก๏ธ Updated React dependencies to v18 stable.
-
v4.0.0-alpha.2 Changes
March 12, 2022- โ 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.
- โ Added
-
v4.0.0-alpha.1 Changes
February 05, 2022- ๐ Merged changes from v3.
- โก๏ธ Updated docs for v4 support.
-
v4.0.0-alpha.0 Changes
January 05, 2022๐ฅ Breaking changes
- React v18 is now required as peer dependency.
- ES2020 is the new compilation target version.
- โ Removed
useMapElement
hook. - โ Removed
MapConsumer
component. - โ Removed
whenCreated
property from theMapContainer
component. - โ 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. - The created element and context objects are now frozen (immutable).