Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deck.gl

Package Overview
Dependencies
Maintainers
10
Versions
674
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deck.gl - npm Package Versions

1
68

3.0.0-beta24

Diff

Changelog

Source

[3.0.0-beta24] -

  • FIX: Picking in most layers
  • FIX: Initialization of sublayers
  • Exports more symbols from lib
  • 64 bit ExtrudedChoroplethLayer
  • 64 bit layers in place
  • GLSL library alignement 64 bit projections
ibgreen
published 3.0.0-beta23 •

Changelog

Source

[3.0.0-beta23] -

  • FEATURE: Layer.pick lifecycle method - Let's layers take control of picking
  • FEATURE: Support for Composite Layers
  • FEATURE: new GeoJsonLayer - Initial composite layer, only Polygons for now.
  • BREAKING: Introducing context that is shared between layers. gl and viewport moved from state to context. This implies that apps no longer need to pass {lng,lat,zoom,pitch,bearing} to each layer, only to the DeckGL react component.
  • BREAKING: GridLayer renamed to ScreenGridLayer
  • BREAKING: All layers now use assembleShaders
  • BREAKING: GLSL project package - shader functions renamed to have project prefix, in line with conventions for new shader package system.
  • MISC: Documentation updates.
  • MISC: WebGLRenderer/DeckGl react component cleanup, removed unusued methods.
ibgreen
published 3.0.0-beta22 •

Changelog

Source

[3.0.0-beta22] -

  • FIX: Perspective projection matrix "far plane" now covers negative Z coords
  • FEATURE: Improved precision trigonometry library for Intel GPUs
  • FEATURE: ChoroplethLayer64
  • FEATURE: Experimental "Cone Based" VoronoiLayer
  • CHANGE: shaderAssembler system reorganization
ibgreen
published 3.0.0-beta21 •

Changelog

Source

[3.0.0-beta21] -

  • FIX: Now takes layer props into account when generating projection uniforms
ibgreen
published 3.0.0-beta20 •

Changelog

Source

[3.0.0-beta20] -

  • DOCUMENTATION: Article updates
  • FIX: Fix broken shader export in beta19
ibgreen
published 3.0.0-beta19 •

Changelog

Source

[3.0.0-beta19] -

  • BREAKING - New GLSL projection methods and assembleShader function. All layers updated.
  • FIX - ArcLayer64 flickering fixed by high precision workaround.
pessimistress
published 3.0.0-beta18 •

Changelog

Source

[3.0.0-beta18] -

  • BREAKING: No longer use Camera/Scene to render. Enabler for issue #5.
  • BREAKING: Sample layers now available through `import 'deck.gl/samples';
  • FEATURE: FP64 layers now exported by default import 'deck.gl'
  • BREAKING: DeckGLOverlay renamed to DeckGL: import DeckGL from 'deck.gl';
  • FIX: GridLayer
  • FEATURE: ChoroplethLayer now renders MultiPolygons and Polygons with holes
ibgreen
published 3.0.0-beta17 •

Changelog

Source

[3.0.0-beta17] - 64bit layers and more.

  • FEATURE: New GLSL library: 64bit emulated floating point
  • FEATURE: New layer: ScatterplotLayer64: Sample 64-bit, high precision layer
  • FEATUREY: ArcLayer can now specify separate start end end color for each arc.
  • FIX: Add high precision version of tan as Intel GPU workaround.
  • INTERNAL: eslint now uses stronger rules. Fix new eslint warnings.
gnavvy
published 2.4.10 •

Changelog

Source

[2.4.10] - 2016-09-20

  • Added line width support to the choropleth layer.
ibgreen
published 3.0.0-beta16 •

Changelog

Source

[3.0.0-beta16] -

  • Breaking change - rename disableMercatorProject prop to mercatorEnabled
  • Add experimental layers folder
  • Add separate import files for experimental layers and viewport import {PointCloudLayer, ...} from 'deck.gl/experimental' import Viewport from 'deck.gl/viewport'
  • Add test cases for top-level exports
  • Code reorganization
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc