Skip to content

Commit

Permalink
CHANGELOG.md and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaojing Li committed May 22, 2017
1 parent 124b470 commit 4acdd21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Ref: http://keepachangelog.com/en/0.3.0/

## Beta Releases

[TBD]
- NEW: `pickingRadius` prop on the `DeckGL` component, enables more tolerant click and hover interaction.
- NEW: `getPolygonOffset` prop of the base Layer class
### deck.gl v4.1.0-alpha.5

Versions 4.1.0 alpha 1, 2 and 3 have been unpublished due to a wrong tagging.
- NEW: `getPolygonOffset` prop of the base Layer class (#649)
- NEW: Modularize support for raw and gestural input events (#636)

### deck.gl v4.1.0-alpha.4
Versions 4.1.0 alpha 1, 2 and 3 have been unpublished due to a wrong tagging.

- PERFORMANCE: Optimize encodePickingColor by replacing the naive math with bit-wise operations (#631)
- FEAT: Add `pickingRadius` prop (#641)
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "4.1.0-alpha.5",
"keywords": [
"webgl",
"visualization",
Expand Down Expand Up @@ -74,7 +74,7 @@
"gl": "^4.0.3",
"immutable": "^3.8.1",
"jsdom": "^9.11.0",
"luma.gl": "^4.0.0-alpha.1",
"luma.gl": "^4.0.0-alpha.4",
"module-alias": "^2.0.0",
"nyc": "^10.2.0",
"path-exists-cli": "^1.0.0",
Expand Down

0 comments on commit 4acdd21

Please sign in to comment.