Skip to content

Commit

Permalink
4.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaojing Li committed Mar 21, 2017
1 parent 740ebe1 commit 2248cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Ref: http://keepachangelog.com/en/0.3.0/

## Latest Beta Releases

#### [v4.0.0-rc.2]
#### [v4.0.0-rc.3]

- Disable implicit props forwarding between the composite layer and its underlying layers.
- Disable implicit props forwarding between the composite layer and its underlying layers.
- `GeoJsonLayer` `getColor` => `getLineColor`
- `GeoJsonLayer` `getWidth` => `getLineWidth`
- `GeoJsonLayer` add `lineWidthScale`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "deck.gl",
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"version": "4.0.0-rc1",
"version": "4.0.0-rc.3",
"keywords": [
"webgl",
"visualization",
Expand Down

0 comments on commit 2248cd2

Please sign in to comment.