Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 4.98 KB

CHANGELOG.md

File metadata and controls

85 lines (56 loc) · 4.98 KB

v3.2.0 (2021-05-15)

  • Change unmounting logic for some layers, which should fix issues related to removing or updating elements.
  • Make the style prop of GeoJSON mutable, this prop should be used instead of pathOptions (pathOptions can still be used but should be considered deprecated).
  • Fix documentation about bounds prop being an instance of LatLngBounds.

v3.1.0 (2021-01-30)

v3.0.5 (2020-12-20)

Use useState hook rather than useMemo to store immutable values in MapContainer and Pane

v3.0.4 (2020-12-13)

Update README

v3.0.3 (2020-12-13)

  • Document pathOptions for GeoJSON (PR #785 by bb)
  • Ensure MapContainer props are immutable
  • Fix TypeScript definition for MapContainer props

v3.0.2 (2020-11-08)

Additional fixes for panes support

v3.0.1 (2020-11-07)

  • Fixed pane prop support
  • Use standard SPDX license name (PR #781 by nertzy)

v3.0.0 (2020-10-31)

v3 is a full rewrite of React Leaflet and contains breaking change from v2.

  • Full rewrite based on React Hooks (no more extending Component)
  • Replace Flow by TypeScript for type checking
  • Drop IE support (Babel config will only target the "last 2 versions" of modern browsers)
  • Switch to the Hippocratic License
  • The Map component is replaced by MapContainer, behaving differently
  • Event handlers must be attached using the eventHandlers prop rather than on* props, with a similar change for path options and WMS params
  • The react-leaflet package only exposes a public API while a new package, @react-leaflet/core, is used to provide the core APIs
  • A new documentation website using Docusaurus v2 with live examples

v3.0.0-rc.0 (2020-10-22)

  • Use stable release of React v17
  • Fixed incorrect example in docs (PR #767 by dipiash)

v3.0.0-beta.5 (2020-09-20)

  • Remove preserveAspectRatio and viewport props from SVGOverlay, replaced by attributes prop
  • Add third-party plugins page to documentation website

v3.0.0-beta.4 (2020-08-16)

v3.0.0-beta.3 (2020-08-16)

Broken build

v3.0.0-beta.2 (2020-07-25)

  • Fix LayersControl lifecycle logic causing layer removal
  • Use terser instead of uglifyjs to minify the UMD build (PR #735 by anajavi)

v3.0.0-beta.1 (2020-07-12)

v3 is a full rewrite of React Leaflet and contains breaking change from v2.