forked from keplergl/kepler.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "GitBook: [master] 115 pages modified"
This reverts commit 10e9238.
- Loading branch information
1 parent
10e9238
commit cbfd906
Showing
97 changed files
with
4,532 additions
and
3,388 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
|
||
### Bugs | ||
- Time playback slider sticking out after resize | ||
- Heatmap frozen | ||
|
||
### Refactor Tasks | ||
- Refactor Layer configurator component so it works better with the layer API [shan] | ||
|
||
### Feature | ||
- Re-implement file upload to use event streaming (no react-palm) [shan] | ||
- Input map style from mapbox style url [shan] | ||
- Map style API to add custom map style [shan] | ||
- Field type editor [shan] | ||
- Export map [javid, shan] | ||
|
||
### Remaining UI Update | ||
- Free form color picker [shan] | ||
- Vis config by channel UI (add value switch) [shan] | ||
|
||
### Design Request | ||
- More map styles [erik] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Upgrade Guide | ||
|
||
|
||
## Upgrade from v1.1 to v2.0 | ||
|
||
|
||
## Upgrade from v1.1.11 to v1.1.12 | ||
|
||
### Breaking Changes | ||
|
||
#### Dependency Upgrade | ||
- __react__ and __react-dom__: minimum required version is now `^16.3` | ||
- __react-redux__ is upgraded to `^7.1.3`. If you have older version of `react-redux` in your app. You will have error loading kepler.gl, likely due to multiple version of `react-redux` installed. | ||
- __react-palm__: required version is now `^3.1.2`. | ||
- __react-route__: if you are using `react-router`, we suggest using `^3.2.5` to avoid `React 16.8` lifecycle deprecation warning in the console. | ||
|
||
* **react** and **react-dom**: minimum required version is now `^16.3` | ||
* **react-redux** is upgraded to `^7.1.3`. If you have older version of `react-redux` in your app. You will have error loading kepler.gl, likely due to multiple version of `react-redux` installed. | ||
* **react-palm**: required version is now `^3.1.2`. | ||
* **react-route**: if you are using `react-router`, we suggest using `^3.2.5` to avoid `React 16.8` lifecycle deprecation warning in the console. | ||
|
||
### Bug Fixes | ||
|
||
* **Cluster Layer**: Fix incorrect cluster point count. Fix cluster layer missing in exported image. | ||
|
||
- __Cluster Layer__: Fix incorrect cluster point count. Fix cluster layer missing in exported image. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.