Skip to content

Latest commit

 

History

History
100 lines (77 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

100 lines (77 loc) · 3.02 KB

Change Log

All notable changes to deck.gl will be documented in this file.

[Ongoing]

  • Tutorials of using deck.gl
  • An updated new documentation page(s) to replace the current readme.md
  • High-precision (64-bit) floating point calculation support

Beta Releases

[3.0.0-beta15] - Merge 2.4.9 fixes

[3.0.0-beta13] -

  • Breaking Change: Standardize parameters in layers to always expect arrays.
  • Remove separate attribute updater definitions to simplify layer subclass creation

[2.4.10] - 2016-09-20

  • Added line width support to the choropleth layer.

[2.4.9] - FIX: Picking of instanced layers restored

  • Layer.calculateInstancePickingColors now gets correct numInstances argument.
  • Bumps luma.gl to include Linux fix.

[2.4.8] - TBD

  • Move glslify to "core" dependencies in package.json

[2.4.7] - 2016-09-06

  • Fix issue of disableMercatorProjector not working on Linux

[2.4.6] - 2016-09-06

  • Fix issue where 0 opacity is interpreted as default opacity
  • Fix issue with printing of layerName in debug messages crashes

[2.4.5] - 2016-08-31

  • Fixed picking for the choropleth layer

[2.4.4] - 2016-08-17

  • Added deckgl-overlay canvas ID and customize style support

[2.4.3] - 2016-08-16

  • Fix document / add customize style support to the canvas (@contra)

[2.4.2] - 2016-08-16

  • Added per point radius support for the scatterplot-layer

[2.4.1] - 2016-08-15

  • Fixed primitive distortion bug for the scatterplot and hexagon-layer

[2.4.0] - 2016-08-12

  • Added non-LatLng coordinate support for
    • arc-layer
    • choropleth-layer
    • line-layer
    • scatterplot-layer

[2.3.0] - 2016-08-06

  • Added line-layer support

[2.2.5] - 2016-08-02

  • Added per point color support for the scatterplot-layer

[2.2.4] - 2016-07-13

  • Performance improvement

[2.2.0] - 2016-07-05

  • Added perspective mode, 3D camera support
  • Added unit tests
  • Tons of refactoring and performance improvement

[2.1.0] - 2016-03-30

  • Added precompile support
  • Added data deep comparison support
  • Added better uniform error message support
  • Changed to use the new Luma.gl API
  • Moved babel-related libraries from devDependence to dependency
  • Changed default blending function (ZERO -> ONE_MINUS_SRC_ALPHA)
  • Bug in getNumberInstances

[2.0.0] - 2016-02-29

  • Retina display support
  • Performance refactoring
  • Switched the underlying rendering framework to luma.gl
  • Fixed picking on retina/regular display

[1.0.0] - 2016-01-06

  • Initial commit of the open-source version of deck.gl