Skip to content

Commit

Permalink
v4.1.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaojing Li committed Jul 12, 2017
1 parent 4381d95 commit 0fa5192
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ Ref: http://keepachangelog.com/en/0.3.0/

## Beta Releases

### deck.gl v4.1.0-beta.5

- Fix `GridCellLayer` cellSize changing on zooming (#782)
- Add `getSubLayerClass`, `getSubLayerProps` methods to `GridLayer` and `HexagonLayer` for easy subclassing
- Add `getSubLayerClass`, `getSubLayerProps` methods to `GridLayer` and `HexagonLayer` for easy subclassing (#783)
- Add `pointRadiusScale`, `pointRadiusMinPixels` and `pointRadiusMaxPixels` props to GeoJsonLayer (#781)
- FIX: Fix the bug in shaders of LabelLayer that rotation angle is clamped to 0 - 180 degree (#780)
- Add the project module to the default module for our new shader system (#779)

### deck.gl v4.1.0-beta.4
- Picking clean up (#774)
Expand Down Expand Up @@ -48,7 +53,6 @@ Ref: http://keepachangelog.com/en/0.3.0/
- webpack configuration cleanup
- SEER integration upgrades
- EXAMPLES: Experimental TagMap Layer @zhan1486

- FIX: Use external buffers for layer attributes

### deck.gl v4.1.0-alpha.15
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.1.0-beta.4",
"version": "4.1.0-beta.5",
"keywords": [
"webgl",
"visualization",
Expand Down

0 comments on commit 0fa5192

Please sign in to comment.