Skip to content

Release 2.17.0

Compare
Choose a tag to compare
@gchoqueux gchoqueux released this 18 Dec 09:56
· 1012 commits to master since this release

BREAKING CHANGES

  • View: Constructor signature changes (View, GlobeView, PlanarView).
  • GlobeControls: The function GlobeControls#getStates() has been removed, use property GlobeControls#states instead.

feature

  • view: initialize position with CameraTransformOptions. (0643300)

Code Refactoring

  • controls: clean class GlobeControls. (1e6c4d8)
  • controls: simplify animation and globeControls damping. (d87e133)
  • controls: use Class for GlobeControls. (b70125d)
  • cache: ditch Map() in Cache for simple tree (#1264) (881604f)

Chores