Skip to content

Releases: maptalks/maptalks.js

V1.0.0-rc.28 Released

09 Nov 09:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.27...v1.0.0-rc.28

V1.0.0-rc.27 Released

14 Oct 07:17
Compare
Choose a tag to compare

What's Changed

  • fix Marker TextDesc cal error when textName Is multi line text by @deyihu in #2094
  • optimize Eventable performance by @deyihu in #2102
  • respect geometry events out of map by @fuzhenn in #2104

Full Changelog: v1.0.0-rc.26...v1.0.0-rc.27

V1.0.0-rc.26 Released

05 Oct 03:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.25...v1.0.0-rc.26

V1.0.0-rc.25 Released

17 Aug 03:51
Compare
Choose a tag to compare

What's Changed

  • fix rotation marker events Not triggered by @deyihu in #2050
  • fix:fitExtent方法,增加isFraction参数,增加定位支持小数zoom by @liuxuechao01 in #2048
  • VectorLayer collision support collisionScope=map by @deyihu in #2053
  • setToRedraw in removeTileLoading to let tiles blocked by loadingLimit by @fuzhenn in #2055

New Contributors

  • @liuxuechao01 made their first contribution in #2048

Full Changelog: v1.0.0-rc.24...v1.0.0-rc.25

V1.0.0-rc.24 Released

11 Aug 02:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.23...v1.0.0-rc.24

V1.0.0-rc.23 Released

28 Jun 07:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.22...v1.0.0-rc.23

V1.0.0-rc.22 Released

15 Jun 06:39
Compare
Choose a tag to compare

What's Changed

  • improve drag performance and not to release global worker pool by @fuzhenn in #1990
  • TileLayer support options.altitude by @deyihu in #1987
  • GroupTileLayer clear child Layer tile cache data when child Layer for… by @deyihu in #1989

Full Changelog: v1.0.0-rc.21...v1.0.0-rc.22

V1.0.0-rc.21 released

28 May 12:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.20...v1.0.0-rc.21

V1.0.0-rc.20 Released

28 Apr 10:20
Compare
Choose a tag to compare

Fixes

  • 解决GroupTileLayer图层stencil值冲突,导致只能绘制第一个图层的问题, #1951

Fixes

  • Fix collision of stencil values of child layer, #1951

V1.0.0-rc.19 Released

28 Apr 03:14
Compare
Choose a tag to compare

Breaking Changes

  • Zoom Control is updated to new style, deleted zoom control's slider component

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.18...v1.0.0-rc.19


不兼容更新

  • 修改了 Zoom Control 默认样式,取消了中间的slider滑块

What's Changed

  • 解决firefox上UIComponent的碰撞检测 by @deyihu in #1905
  • 解决独立空间参考的TileLayer上的z-fighting by @fuzhenn in #1907
  • DistanceTool和AreaTool增加decimalPlaces设置用于设置结果的小数点位数 by @deyihu in #1910
  • 改进瓦片遍历算法 by @fuzhenn in #1911
  • 地形相关修改 by @fuzhenn in #1903
  • Base class的 _isUpdating 方法重命名为 _isUpdatingOptions by @deyihu in #1915
  • TileLayer对地形的一些修改 by @fuzhenn in #1917
  • 更新了动画逻辑 by @deyihu in #1919
  • 更新ZoomControl样式,新增CompassControl和ResetControl by @yy923683900 in #1921
  • 更新Toolbar和InfoWindow的默认样式 by @yy923683900 in #1922
  • 修正Polygon的holes的删除问题 by @ydfzgyj in #1931
  • 解决map动画的一些bug by @deyihu in #1935
  • 解决GroupTileLayer中子图层opacity和zIndex不生效的问题, fix #1936 by @fuzhenn in #1938
  • 更新markerType的二五年当 by @mmjinglin163 in #1929
  • 增加Layer._silentConfig属性来控制图层更新options时的自动重绘 by @fuzhenn in #1940
  • 更新Compass和Reset控件的默认位置 by @fuzhenn in #1945
  • 解决编辑Polygon时,无法删除空洞端点的问题 by @deyihu in #1944
  • 增加map.options.preventTouch 设置 by @deyihu in #1942