-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
259022e
commit a77e831
Showing
3 changed files
with
82 additions
and
2 deletions.
There are no files selected for viewing
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
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,13 +1,29 @@ | ||
# Upgrade Guide | ||
|
||
## Table of Content | ||
- [v2.3 to v2.4](#upgrade-from-v23-to-v24) | ||
|
||
- [v2.2 to v2.3](#upgrade-from-v22-to-v23) | ||
- [v2.1 to v2.2](#upgrade-from-v21-to-v22) | ||
- [v2.0 to v2.1](#upgrade-from-v20-to-v21) | ||
- [v1.1.12 to v2.0](#upgrade-from-v1112-to-v20) | ||
- [v1.1.11 to v1.1.12](#upgrade-from-v1111-to-v1112) | ||
|
||
## Upgrade from v2.3 to v2.4 | ||
|
||
### Breaking Changes | ||
- Supports React 17 | ||
- Dependency Upgrades, major ones: `d3-xxx@^2`, `[email protected]`, `[email protected]`, `react-palm@~3.3.7` | ||
|
||
### New Features | ||
- Support incremental timeline animation | ||
- Allow changing dataset in layer config | ||
- Enable polygon filter for h3 layer | ||
- Show last added filter at the top | ||
|
||
### Bug Fixes | ||
- Avoid duplicated h3 layer detection | ||
- Fixed bug when reversing color palette not update | ||
## Upgrade from v2.2 to v2.3 | ||
- Upgrade dependencies to `[email protected]`, `[email protected]` and `[email protected]`. This should only affects projects with the above libraries in its dependencies. | ||
|
||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "kepler.gl", | ||
"author": "Shan He <[email protected]>", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
|