Skip to content

Releases: slutske22/react-esri-leaflet

v2.0

26 Apr 22:42
Compare
Choose a tag to compare

V2.0 πŸŽ‰

  • Updates to react@18, leaflet@1.8 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
  • 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

11 Jul 04:59
ef66f12
Compare
Choose a tag to compare

Changing license to MIT

Version 1.3.0 - ForwardRefs

24 Jun 05:01
168c8fc
Compare
Choose a tag to compare

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

04 Jun 04:21
Compare
Choose a tag to compare

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

12 May 22:44
Compare
Choose a tag to compare

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

23 Apr 04:41
Compare
Choose a tag to compare

Version 1.1 - Typescript support πŸŽ‰

:electron: react-esri-lealfet is now typescript native!

🌐 typescript declaration files now available for all components

1.0 - Support for esri-leaflet v3

05 Apr 23:03
Compare
Choose a tag to compare

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

:electron: Coming Soon: Support for TypeScript! (and perhaps a complete port over to TS)

0.2.0 Support for react-leaflet V2

08 Oct 15:50
Compare
Choose a tag to compare

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

11 Sep 18:58
Compare
Choose a tag to compare

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