Comparing version 5.0.16 to 5.0.17
126
CHANGELOG.md
@@ -1,76 +0,80 @@ | ||
# 5.0.0 | ||
`2021-08-25` | ||
1、重构版正式开源发布 | ||
# 5.0.17 | ||
`2021-09-14` | ||
1. 绘制过程中mouseOut遇到marker自动平移bug修复 | ||
# 5.0.4 | ||
`2021-08-26` | ||
1、绘制线段完成修改为单击结束 | ||
2、绘制过程中增加tip提示文字 | ||
3、绘制编辑过程中可自由缩放/平移 | ||
4、mapOption增加zoomWhenDrawing绘制过程中是否可以自由缩放,默认false | ||
4、mapOption增加panWhenDrawing绘制过程中是否可以自动平移,默认false | ||
5、增加mapMode='BAN' // 禁用浏览 | ||
6、ctrl+z撤销节点 | ||
7、编辑圆bug修复 | ||
8、增加绘制时ctrl+z撤销 | ||
9、Map支持自定义坐标轴方向【修改为默认x右,y下】 | ||
# 5.0.16 | ||
`2021-09-07` | ||
1. Map增加绘制过程中提示文案开关功能 | ||
# 5.0.5 | ||
`2021-08-27` | ||
1、矩形编辑时坐标显示bug修复 | ||
2、文本text为空时不进行相关绘制【即不显示】 | ||
3、rect/polygon/circle支持IFeatureStyle stroke/fill配置 | ||
# 5.0.15 | ||
`2021-09-02` | ||
1. 屏幕圆编辑时缩放bug修复 | ||
# 5.0.6 | ||
`2021-08-27` | ||
1、鼠标滑轮缩放性能优化,MapOption增加refreshDelayWhenZooming配置,默认true | ||
2、涂抹擦除性能优化,不会存在卡顿现象 | ||
3、Map鼠标事件外放 | ||
# 5.0.14 | ||
`2021-09-01` | ||
1. 涂抹样式修改 | ||
# 5.0.7 | ||
`2021-08-28` | ||
1、Circle绘制提示tip位置bug | ||
2、Marker拖拽坐标bug修复 | ||
3、Map对象增加getTargetFeatureWithPoint方法获取命中feature|null | ||
4、Layer.Image支持grid网格设置 | ||
# 5.0.13 | ||
`2021-08-31` | ||
1. Map增加destroy方法 | ||
# 5.0.8 | ||
`2021-08-28` | ||
1、绘制样式优化 | ||
# 5.0.12 | ||
`2021-08-31` | ||
1. Layer.Feature增加getAllFeatures | ||
2. Layer.Marker增加getAllMarkers | ||
3. Layer.Text增加getAllTexts | ||
4. Layer.Mask增加getAllActions | ||
# 5.0.9 | ||
`2021-08-29` | ||
1、Map增加resize方法,支持大小重设 | ||
# 5.0.11 | ||
`2021-08-30` | ||
1. 多段线选中bug修复 | ||
# 5.0.10 | ||
`2021-08-29` | ||
1、Layer.Feature/Layer.Marker/Layer.Text增加获取指定对象方法 | ||
2、Text新增updatePosition方法 | ||
3、demo 新增标注demo[矩形为例] | ||
1. Layer.Feature/Layer.Marker/Layer.Text增加获取指定对象方法 | ||
2. Text新增updatePosition方法 | ||
3. demo 新增标注demo[矩形为例] | ||
# 5.0.11 | ||
`2021-08-30` | ||
1、多段线选中bug修复 | ||
# 5.0.9 | ||
`2021-08-29` | ||
1. Map增加resize方法,支持大小重设 | ||
# 5.0.12 | ||
`2021-08-31` | ||
1、Layer.Feature增加getAllFeatures | ||
2、Layer.Marker增加getAllMarkers | ||
3、Layer.Text增加getAllTexts | ||
4、Layer.Mask增加getAllActions | ||
# 5.0.8 | ||
`2021-08-28` | ||
1. 绘制样式优化 | ||
# 5.0.13 | ||
`2021-08-31` | ||
1、Map增加destroy方法 | ||
# 5.0.7 | ||
`2021-08-28` | ||
1. Circle绘制提示tip位置bug | ||
2. Marker拖拽坐标bug修复 | ||
3. Map对象增加getTargetFeatureWithPoint方法获取命中feature|null | ||
4. Layer.Image支持grid网格设置 | ||
# 5.0.14 | ||
`2021-09-01` | ||
1、涂抹样式修改 | ||
# 5.0.6 | ||
`2021-08-27` | ||
1. 鼠标滑轮缩放性能优化,MapOption增加refreshDelayWhenZooming配置,默认true | ||
2. 涂抹擦除性能优化,不会存在卡顿现象 | ||
3. Map鼠标事件外放 | ||
# 5.0.15 | ||
`2021-09-02` | ||
1、屏幕圆编辑时缩放bug修复 | ||
# 5.0.5 | ||
`2021-08-27` | ||
1. 矩形编辑时坐标显示bug修复 | ||
2. 文本text为空时不进行相关绘制【即不显示】 | ||
3. rect/polygon/circle支持IFeatureStyle stroke/fill配置 | ||
# 5.0.16 | ||
`2021-09-07` | ||
1、Map增加绘制过程中提示文案开关功能 | ||
# 5.0.4 | ||
`2021-08-26` | ||
1. 绘制线段完成修改为单击结束 | ||
2. 绘制过程中增加tip提示文字 | ||
3. 绘制编辑过程中可自由缩放/平移 | ||
4. mapOption增加zoomWhenDrawing绘制过程中是否可以自由缩放,默认false | ||
4. mapOption增加panWhenDrawing绘制过程中是否可以自动平移,默认false | ||
5. 增加mapMode='BAN' // 禁用浏览 | ||
6. ctrl+z撤销节点 | ||
7. 编辑圆bug修复 | ||
8. 增加绘制时ctrl+z撤销 | ||
9. Map支持自定义坐标轴方向【修改为默认x右,y下】 | ||
# 5.0.0 | ||
`2021-08-25` | ||
1. 重构版正式开源发布 |
{ | ||
"name": "ailabel", | ||
"version": "5.0.16", | ||
"version": "5.0.17", | ||
"description": "图像标注", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
412894
11131