Releases: slutske22/react-esri-leaflet
v2.0
V2.0 π
- Updates to react@18, [email protected] and react-leaflet@4
- Compatibility with react@17 and react-leaflet@3 still likely considering the high-level nature of this wrapper, may need to install with
--legacy-peer-deps
- Compatibility with react@17 and react-leaflet@3 still likely considering the high-level nature of this wrapper, may need to install with
- Dropping support for react-leaflet@2
- Fixes bad typescript typings for layer components (#15)
- Add deprecation warning for
BasemapLayer
(#14) - Completely overhauled example, now available through github pages, with code samples
- Dropping pure javascript example in favor of TS example, with JS sample code built in to the example
Version 1.3.1 - MIT License
Changing license to MIT
Version 1.3.0 - ForwardRefs
Implementing ForwardRef
This release wraps all relevant components in React.forwardRef so that refs can properly be used in all layer components.
Version 1.2.1 - TS fixes and example
Version 1.2.1
This minor patch version does the following:
- fixes some typing issues with
FeatureLayer
eventHandler types - fixes some typing issues with
EsriLeafletGeoSearch
, props no longer requiring false event handler functions - adds a full TS working example
Version 1.2.0 - CommonJS
Version 1.2.0 - CommonJS
This release does not change any substantive code, but simply changes the target compiled JS to commonjs (as opposed to esnext), for better backwards compatibility in environments that don't like es syntax.
Version 1.1.0 - Typescript Support
Version 1.1 - Typescript support π
react-esri-lealfet is now typescript native!
π typescript declaration files now available for all components
1.0 - Support for esri-leaflet v3
Version 1.0 π
Updates components fo esri-leaflet v3 compatibility π π 3οΈβ£
Adds support for the new esri-leaflet v3 components:
- VectorBasemapLayer
- VectorTileLayer
Fixes EsriLeafletGeoSearch's inability to receive provider configurations
Note: New esri-leaflet v3 components also available for react-leaflet v2 components, but these are still not tested
Coming Soon: Support for TypeScript! (and perhaps a complete port over to TS)
0.2.0 Support for react-leaflet V2
Adds Support for V2
0.2.0 Adds support for react-leaflet v2. See the V2 README for instructions on how to use with react-leaflet v2
First Release
Initial Release:
Compatible with react-leaflet v3, which is still in beta.
Support for all esri-leaflet layer types, as well as esri-leaflet-geosearch.
Todos:
- Make sure all events and methods are available on layers and geocoder
- Add support for heatmap and cluster feature layers
- Add support for renderers plugin