diff --git a/CHANGELOG.md b/CHANGELOG.md index 445a6dead1c..106f5f84cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 8d1e8fb3bee..c5a2c20dcee 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",