All Versions
108
Latest Version
Avg Release Cycle
40 days
Latest Release
74 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.2
November 08, 2020โ Additional fixes for panes support
-
v3.0.0
October 31, 2020v3 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 byMapContainer
, behaving differently - ๐ Event handlers must be attached using the
eventHandlers prop
rather thanon*
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
- ๐ Full rewrite based on React Hooks (no more extending
-
v3.0.0-rc.0
October 22, 2020 -
v3.0.0-beta.5
September 20, 2020- โ Remove
preserveAspectRatio
andviewport
props fromSVGOverlay
, replaced byattributes
prop. - โ Add third-party plugins page to documentation website.
- โ Remove
-
v3.0.0-beta.3
August 16, 2020๐ Broken build
-
v3.0.0-beta.2
July 25, 2020 -
v3.0.0-beta.1
July 12, 2020v3 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 browsers)
- Switch to the Hippocratic License
- ๐ The
Map
component is replaced byMapContainer
, behaving differently - ๐ Event handlers must be attached using the
eventHandlers prop
rather thanon*
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, currently published on react-leaflet-v3.now.sh
- ๐ Full rewrite based on React Hooks (no more extending