Releases: xieziyu/ngx-amap
Releases · xieziyu/ngx-amap
v3.0.5
v3.0.3
v3.0.0
3.0.0 (2020-02-06)
New:
- 支持
AMapUI
库,可通过AmapUILoaderService
服务加载使用,部分 UI 组件也封装成了指令,如:ui-awesome-marker
- 提供加载插件服务:
AmapPluginLoaderService
,部分常用插件已封装成了指令,如:amap-tool-bar
BREAKING CHANGES:
- 重写了整体的封装架构,不再使用 Promise 封装,全部使用 Observable
@Output
事件命名统一调整为: 包含na
前缀- 不再提供 Getter 和 Setter 的 Wrapper,建议直接调用
amap
原生对象的方法 - 移除 amap 相关的类型定义,引入
@types/amap-js-api
v2.2.1
v1.4.0
v2.2.0
v2.1.1
v1.3.3
v1.3.2
v1.3.1
1.3.1 (2018-03-27)
New
- demo AMap.CircleEditor编辑功能:amap-circle
[editor]="true"
- demo AMap.PolyEditor编辑功能:amap-polyline, amap-polygon
[editor]="true"
- demo AMap.BezierCurveEditor编辑功能:amap-bezier-curve
[editor]="true" [editorOptions]="editorOptions"
- demo AMap.EllipseEditor编辑功能:amap-ellipse
[editor]="true"
- demo AMap.RectangleEditor编辑功能:amap-rectangle
[editor]="true"
- 添加editor相关事件emitter,例如:
(editorAddnode)
,(editorAdjust)
等,详见各demo