Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Releases: Esri/react-arcgis

Add support of React 17 and React 18

20 May 18:12
Compare
Choose a tag to compare

[5.2.0] - May 20th 2020

  • Add support of React 17 and React 18

5.1.0

11 Jun 13:54
Compare
Choose a tag to compare

Please see changelog

Peer dependencies

15 Oct 02:15
8e20876
Compare
Choose a tag to compare

react-arcgis now declares esri-loader and React as peer dependencies, which means you can (and must) use the versions of those libraries that are already installed in your app. This means it will work with a wider range of versions of those libraries.

Changed

  • document how to configure esri-loader via loaderOptions

Breaking

  • react-arcgis now declares React and esri-loader as peer dependencies
  • react-arcgis no longer exports loadModules nor esriPromise

If you're upgrading from v4.x of react-arcgis, see the v5 migration guide.

v4.0.0

09 Jan 22:43
8e496b2
Compare
Choose a tag to compare

Changed

  • react-arcgis has been moved into the @Esri namespace on npm.
npm install @esri/react-arcgis
import { Map, Scene } from '@esri/react-arcgis';
  • React-arcgis will now load version 4.10 of the ArcGIS API for JavaScript by default