All Versions
128
Latest Version
Avg Release Cycle
35 days
Latest Release
843 days ago

Changelog History
Page 1

  • v4.2.0 Changes

    November 27, 2022

    โž• Added support for mutable url prop on TileLayer (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 on ImageOverlay.
  • 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() on MapContainer 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 the MapContainer component (a ref callback can be used instead).
    • โœ‚ Removed onOpen and onClose properties from Popup and Tooltip components.
    • โœ‚ Removed CommonJS distribution.
    • โœ‚ Removed UMD distribution.

    Other changes

    • โž• Added support for React v18 (concurrent mode).
    • โž• Added support for ref in the MapContainer and Pane 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.
  • 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 the MapContainer component.
    • โœ‚ Removed onOpen and onClose properties from Popup and Tooltip components.
    • โœ‚ Removed CommonJS distribution.
    • โœ‚ Removed UMD distribution.

    Other changes

    • โž• Added support for React v18 (concurrent mode).
    • โž• Added support for ref in the MapContainer and Pane components.
    • The created element and context objects are now frozen (immutable).