Skip to content

Commit

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

## Beta Releases

### deck.gl v4.1.0-alpha.10
- FIX: fix point cloud examples bug (#680)
- FIX: fix modelMatrix in meter offset mode (#678)
- NEW: Add queryObjects api to DeckGL component (#673)
- Flatten CompositeLayer.renderLayer() output (#676)


### deck.gl v4.1.0-alpha.9
- EXAMPLES: update the PlotLayer example with axis labels (#671)
- FIX: Fix radiusMinPixels and radiusMaxPixels for METER_OFFSETS in scatterplot (#607)
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-alpha.9",
"version": "4.1.0-alpha.10",
"keywords": [
"webgl",
"visualization",
Expand Down

0 comments on commit 8f03e34

Please sign in to comment.