Skip to content

v0.16.0

Compare
Choose a tag to compare
@deyihu deyihu released this 21 Jun 09:03
· 178 commits to master since this release
570a1a0
  1. [Fix] Adapt to low version of typescript issue303

Incompatible changes

  • three.js >=128 the default umd package is ES6
  • Starting from version 0.16.0, the default umd package is ES6,To fit the new version of three.js about three umd package change
  • If your running environment does not support ES6, we also provide Es5 version maptalks.three.es5.js,This requires the version of three.js < = 127,