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

deck.gl

Package Overview
Dependencies
Maintainers
4
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-beta25

Diff

Changelog

Source

[v3.0.0-beta25] -

  • FEATURE: Adds drawOutline option to ScatterplotLayer.
  • FIX: update context.viewport issue #128
  • BREAKING: deepCompare prop changed to dataComparator. lodash.isequal dependency removed.
ibgreen
published 3.0.0-beta24 •

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.
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