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

Diff

Changelog

Source

[v3.1.0-beta6] -

  • FIX: Fix to model matrix in meter offsets mode (now handles rotations in addition to translations)
  • BREAKING: react and experimental entry points no longer supported (after webpack transition).
  • CHANGE: Now packaged using Webpack 2 - exposed as a single bundle rather than a directory of files.
  • UPDATE: Simplification and cleanup of main example.
ibgreen
published 3.1.0-beta5 •

Changelog

Source

[v3.1.0-beta5] -

  • FIX: Disable viewport comparison (temporarily) as it broke METERS mode.
  • CHANGE: Remove react-autobind dependency (deck.gl/react now includes a minimal autobind implementation).
  • NEW: Additional examples included, including (WIP) google maps.
ibgreen
published 3.1.0-beta4 •

Changelog

Source

[v3.1.0-beta4] -

  • FIX: Restore COORDINATE_SYSTEM export
ibgreen
published 3.1.0-beta3 •

Changelog

Source

[v3.1.0-beta3] -

  • CHANGE: Move shaderlib into src, remove unneeded scripts
ibgreen
published 3.1.0-beta2 •

Changelog

Source

[v3.1.0-beta2] - Working modelMatrix

  • FIX: modelMatrix now applied correctly in both drawing and picking
  • NEW: Main example now has slider to separate layers
ibgreen
published 3.1.0-beta1 •

Changelog

Source

[v3.1.0-beta1] - Use new Viewport from viewport-mercator-project

  • NEW: Support for per-layer model matrices (layer.modelMatrix props)
  • NEW: Support for non-mercator Viewports The DeckGL React component now takes a generic Viewport prop that can be created with arbitrary view and projection matrices. If not supplied, it attempts to create a viewport from supplied mercator parameters, which corresponds to behavior before the change.
  • NEW: LayerManager.setViewport replaces LayerManager.setContext Internal changes:
  • WebGLViewport now a wrapper around a supplied Viewport rather than a subclass.
ibgreen
published 3.1.1 •

Changelog

Source

[3.1.1] - 2016-12-1

  • FIX: ExtrudedChoroplethLayer64 - Now updates uniforms when props change
  • HOTFIX ScatterplotLayer: Fix instancePositions regression in 3.1.0
  • HOTFIX DeckGL: Fix PropType warning regression in 3.1.0 (layers/effects props)
ibgreen
published 3.1.0 •

Changelog

Source

[3.1.0] - 2016-11-30

  • LineLayer: Support elevations (z coords on positions)
  • LineLayer64: Support elevations (z coords on positions)
  • Scatterplot: Enable updateTriggers on instanceRadius, separate from positions.
  • EXPERIMENTAL FEATURE: ReflectionEffect
  • INTERNAL: Target build env moved to Node 6. Travis tests now run on 6 & 7.

v3.1 Beta Releases

gnavvy
published 3.0.10 •

Changelog

Source

[3.0.9, 3.0.10] - 2016-11-18

  • Bumped viewport-mercator-project version for the unproject fix.
  • Updated dependency versions (#229)
  • Added test code for attribute-manager (#213)
  • Added minMax radius for the scatterplot-layer (#230)
gnavvy
published 3.0.8 •

Changelog

Source

[3.0.8] - 2016-11-18

  • Performance optimization: remove unnecessary gl.getParameter() calls (#227)
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