Skip to content

Commit

Permalink
Revert "GitBook: [master] 115 pages modified"
Browse files Browse the repository at this point in the history
This reverts commit 10e9238.
  • Loading branch information
macrigiuseppe committed Mar 3, 2020
1 parent 10e9238 commit cbfd906
Show file tree
Hide file tree
Showing 97 changed files with 4,532 additions and 3,388 deletions.
347 changes: 347 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

311 changes: 190 additions & 121 deletions README.md

Large diffs are not rendered by default.

85 changes: 0 additions & 85 deletions SUMMARY.md

This file was deleted.

22 changes: 22 additions & 0 deletions TODO.md
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]
14 changes: 7 additions & 7 deletions upgrade-guide.md → UPGRADE-GUIDE.md
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.
2 changes: 0 additions & 2 deletions bindings/README.md

This file was deleted.

Loading

0 comments on commit cbfd906

Please sign in to comment.