Releases: maptalks/maptalks.js
Releases · maptalks/maptalks.js
V1.0.0-rc.25 Released
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
What's Changed
- render bbox Consider the width of the line by @deyihu in #2007
- fix ResizeObserver error in webpack server by @deyihu in #2012
- update Map GeometryEvent for Layer Plugin by @deyihu in #2003
- adapt threelayer events when threelayer addto groupgllayer by @deyihu in #2021
- spec Horizontal line for #2027 by @deyihu in #2028
- some tweak of JSONAble by @deyihu in #2026
- some tweak of uicomponent show by @deyihu in #2031
- worker code support Asynchronous injection by @deyihu in #2016
- fix findParentTiles and findChildTiles with zoomOffset by @fuzhenn in #2032
- respect geometryEventTolerance when firing geometry events by @fuzhenn in #2034
- fix #2029 and #2035 by @fuzhenn in #2036
- add map.options.switchDragButton, fix #2022 by @fuzhenn in #2037
- turn off fetching image in worker in default by @fuzhenn in #2038
- fix some jsdoc error by @deyihu in #2041
- UIComponent support zIndex by @deyihu in #2045
- fix the children of GeometryCollection miss properties by @deyihu in #2043
Full Changelog: v1.0.0-rc.23...v1.0.0-rc.24
V1.0.0-rc.23 Released
What's Changed
- fix geometry Preventing mousemove event bubbles does not work by @deyihu in #2000
- Optimize geometry pick performance by render bbox by @deyihu in #1998
- remove rounding in measure by @fuzhenn in #2002
- increase search depth for child tiles
- reverse polygonOffset due to @maptalks/[email protected]
Full Changelog: v1.0.0-rc.22...v1.0.0-rc.23
V1.0.0-rc.22 Released
V1.0.0-rc.21 released
- VectorLayer支持碰撞 由 @deyihu 在 #1950 发表
- 修复ImageBitmap造成的Chromium内存问题 by @deyihu 在 #1957
- 修复UIComponent高度计算错误 by @deyihu in #1958
- Layer添加visiblechange事件 by @deyihu in #1961
- Tilelayer支持自定义loadTileBitMap by @deyihu in #1966
- 一些对地形的调整 由 @fuzhenn 在 #1954 发表
- 修复 uicomponent autopan的bug by @deyihu in #1968
- 在setCenter和fixExtent中增加padding选项,由@Link-Fight在https://github.com/maptalks/maptalks.js/pull/1417。
- 添加Map.setCameraPosition用于设置相机位置 由 @yy923683900 在#1975
What's Changed
- VectorLayer support collision by @deyihu in #1950
- vectorlayer collison support delay time when map Interacting by @deyihu in #1953
- fix Memory explosion in chromium by @deyihu in #1957
- fix UIComponent altitude cal error by @deyihu in #1958
- Layer add visiblechange event by @deyihu in #1961
- Tilelayer support custom loadTileBitMap by @deyihu in #1966
- tweaks for terrain by @fuzhenn in #1954
- fix uicomponent autopan by @deyihu in #1968
- Add padding options to setCenter and fixExtent by @Link-Fight in #1417
- add set camera position api by @yy923683900 in #1975
New Contributors
- @Link-Fight made their first contribution in #1417
Full Changelog: v1.0.0-rc.20...v1.0.0-rc.21
V1.0.0-rc.20 Released
V1.0.0-rc.19 Released
Breaking Changes
- Zoom Control is updated to new style, deleted zoom control's slider component
What's Changed
- fix ui collision in firefox by @deyihu in #1905
- set depthFunc to always to fix tile-z-fighting by @fuzhenn in #1907
- measure tool support config decimalPlaces by @deyihu in #1910
- improve findParentTiles and findChildTiles to avoid blank tiles while… by @fuzhenn in #1911
- updates on terrain by @fuzhenn in #1903
- Rename the base class's _isUpdating to _isUpdatingOptions by @deyihu in #1915
- some tweaks of TileLayer for terrain and add TileLayer.options['fadeA… by @fuzhenn in https://github.com//pull/1917
- some tweaks of animation by @deyihu in #1919
- optimize zoom control, add compass and reset control by @yy923683900 in #1921
- Update toolbar and infowindow styles by @yy923683900 in #1922
- fix deletion of Polygon's holes by @ydfzgyj in #1931
- fix map view animation when missing some perspective parameters by @deyihu in #1935
- respect opacity and zIndex of child layer in GroupTileLayer, fix #1936 by @fuzhenn in #1938
- add markType description above updateSymbol method by @mmjinglin163 in #1929
- Some tweaks for terrain by @fuzhenn in #1939
- add Layer._silentConfig by @fuzhenn in #1940
- update default position of compass and overview controls by @fuzhenn in #1945
- fix polygon holes delete Vertex Not effective when editing by @deyihu in #1944
- map add preventTouch config by @deyihu in #1942
New Contributors
- @yy923683900 made their first contribution in #1921
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
V1.0.0-rc.18 Released
更新内容
- 增加Color interpolate 测试用例 by @fuzhenn in #1855
- 解决瓦片 z-fighting by @fuzhenn in #1861
- 修复GroupGLLayer中的瓷砖层gl渲染问题 by @fuzhenn in #1864
- UIComponent支持碰撞 by @deyihu in #1884
- 地图/图层选项支持代理 by @deyihu in #1880
- 添加 "项目 "的详细子项描述 by @mmjinglin163 in #1876
- 优化核心工作器中imagebitmap的使用,由 @deyihu 在#1874
- Geometry/UIMarker支持setAltitude by @deyihu in #1871
- 信息窗口内容支持WheelScroll 由 @deyihu 在 #1869 发表
- geometry的flash方法,执行结束后,将geometry的显示/隐藏状态重置为初始状态 by @CharlesLeocc in #1866
- UIComponent支持代理 由 @deyihu 在 #1887 发表
- 一些修正由 @fuzhenn 在 #1892 发表
- 当遮罩有孔时,修复图层剪辑 by @deyihu 在 #1891
- 当layer.optitons属性改变时重新绘制图层 by @deyihu in #1894
新的贡献者
- @mmjinglin163 在#1876 ,做出了他们的第一个贡献。
- @CharlesLeocc 在#1866 ,做出了他们的第一个贡献。
完整的修改日志: v1.0.0-rc.15...v1.0.0-rc.18
What's Changed
- Color interpolate spec by @fuzhenn in #1855
- Fix tiles z-fighting by @fuzhenn in #1861
- fix tilelayer gl rendering in GroupGLLayer by @fuzhenn in #1864
- UIComponent support collides by @deyihu in #1884
- Map/Layer options support proxy by @deyihu in #1880
- add detailed subitem description of 'item' by @mmjinglin163 in #1876
- Optimize the use of imagebitmap in the core worker by @deyihu in #1874
- Geometry/UIMarker support setAltitude by @deyihu in #1871
- InfoWindow content support WheelScroll by @deyihu in #1869
- geometry的flash方法,执行结束后,将geometry的显示/隐藏状态重置为初始状态 by @CharlesLeocc in #1866
- UIComponent support proxy by @deyihu in #1887
- some fixes by @fuzhenn in #1892
- fix layer clip when mask has holes by @deyihu in #1891
- redraw layer when layer.optitons attribute changes by @deyihu in #1894
New Contributors
- @mmjinglin163 made their first contribution in #1876
- @CharlesLeocc made their first contribution in #1866
Full Changelog: v1.0.0-rc.15...v1.0.0-rc.18
V1.0.0-rc.15 Released
What's Changed
- 自动吸附插件的修改 由 @ydfzgyj #1829
- 修复拖动dom元素导致地图在新版本chrome上是空白的问题 by @deyihu in #1834
- 在新版本中修复了 "Multiple readback operations using getImageData "的警告... by @deyihu in #1838
- 修改infowindow 标题栏css换行的问题 by @deyihu in #1841
- 同步图层的remove事件 by @deyihu in #1844
- 修正WMSTileLayer对EPSG 4490投影的支持问题 by @fuzhenn in #1853
- TextBox支持function type宽度和高度 by @fuzhenn in #1853
- 忽略drawtool禁用时的drawend事件 by @deyihu in #1849
- 地图事件系统:当图层的几何图形没有被监听时,忽略该图层... by @deyihu in #1847
新的贡献者
完整的修改日志: v1.0.0-rc.14...v1.0.0-rc.15
What's Changed
- adaption for edit snap plugin by @ydfzgyj in #1829
- fix drag dom element cause map is blank on new version chrome by @deyihu in #1834
- fix warn 'Multiple readback operations using getImageData' on new ver… by @deyihu in #1838
- update infowindow title default css by @deyihu in #1841
- synchronize the layer's remove event by @deyihu in #1844
- Fix WMSTileLayer's support of EPSG 4490 projection by @fuzhenn in #1853
- TextBox support function-type width and height by @fuzhenn in #1853
- ignore drawend event when drawtool disable by @deyihu in #1849
- Map event system: ignore the layer when its geometry does not listen … by @deyihu in #1847
New Contributors
Full Changelog: v1.0.0-rc.14...v1.0.0-rc.15
v1.0.0-rc.14 Released
Fixes
- Fix TileLayer render issue in GroupGLLayer with post process, maptalks/issues#148