You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-5Lines changed: 30 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,31 @@
1
-
## Version 3.3.3
1
+
# Changelog
2
+
3
+
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
+
8
+
### [Unreleased][HEAD]
9
+
10
+
## [4.0.0] - January 9th 2019
11
+
12
+
### Changed
13
+
-`react-arcgis` has been moved into the @esri namespace on npm.
14
+
15
+
```shell
16
+
npm install @esri/react-arcgis
17
+
```
18
+
```js
19
+
import { Map, Scene } from'@esri/react-arcgis';
20
+
```
21
+
- React-arcgis will now load version 4.10 of the ArcGIS API for JavaScript by default
22
+
23
+
## 3.3.3
2
24
3
25
- React-arcgis will now load version 4.9 of the ArcGIS JS API by default
4
26
- Fixed issue with the `zoom` prop on `Scene` components
5
27
6
-
## Version 3.3.2
28
+
## 3.3.2
7
29
8
30
- React-arcgis components now accept a `childrenAsFunction` prop:
9
31
@@ -22,12 +44,12 @@
22
44
23
45
This is helpful for TypeScript users, as it allows the compiler to understand the relationship between parent and child components. If you are not using TypeScript, there is no benefit to using this prop over specifying children in the usual manner.
24
46
25
-
## Version 3.3.1
47
+
## 3.3.1
26
48
27
49
- React-arcgis will now load version 4.8 by default
28
50
- Issue with using `mapProperties` in the `WebMap` and `WebScene` components has been fixed
29
51
30
-
## Version 3.3.0
52
+
## 3.3.0
31
53
32
54
- React-arcgis will now load version 4.7 by default
33
55
-`loadModules` from [https://github.com/Esri/esri-loader](https://github.com/Esri/esri-loader) can now also be imported as `loadModules` instead of just `esriPromise` for consistency. For example:
0 commit comments