Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 753 Bytes

CHANGELOG.md

File metadata and controls

49 lines (27 loc) · 753 Bytes

Changelog

1.1.0

  • support rendering in a repeated MapView
  • animate internally so that deck.gl _animate is not necessary anymore
  • add imageUnscale param to allow arbitrary scaled data
  • increase particle drop when zooming out
  • drop particles out of bounds

1.0.9

  • use constant vertex attributes to optimize memory usage

1.0.8

  • fix @luma.gl/core dependency version

1.0.7

  • fix @luma.gl/core dependency version

1.0.6

  • fix particles in auto-offset mode

1.0.5

  • update dependencies

1.0.4

  • reset transform feedback on changing the image

1.0.3

  • limit FPS

1.0.2

  • simplify shader injects by computing colors on CPU

1.0.1

  • read devicePixelRatio from gl.luma.canvasSizeInfo

1.0.0

  • initial release