Releases: leftstick/angular2-baidu-map
Releases · leftstick/angular2-baidu-map
3.0.1
use @angular/complier-cli
instead of webpack for dist build
3.0.0
refactor with module structure
2.5.3
add enableDragging
option for marker
.
Now, you can drag your marker, and get its position in (onMarkerClicked)
callback
2.5.2
new option protocol
is now available.
Developer can specify protocol
explicitly as following:
<baidu-map ak="<your ak>" protocol="http:"></baidu-map>
2.5.1
- update dependencies
- improve development process
2.5.0
protocol-relative map asset is now supported.
If you are trying to use this component in your website which through https
protocol, it's now working
2.4.3
move out typings install
hook from preinstall
since it's incorrect and unnecessary
2.4.2
update dependency to 2.0.0-rc.5