Releases: leftstick/BaiduMapForAngularJS
Releases · leftstick/BaiduMapForAngularJS
3.3.0
- new component
<polyline />
supported
- new component
<circle />
supported
- new component
<polygon />
supported
- new component
<heatmap />
supported
type
= heatmap
for <overlay />
is deprecated
- add
loaded
event on <marker />
component
3.2.2
Fix issue, that map api wouldn't be loaded while running in ionic
env
3.2.0
add heapmap
overlay support
3.1.0
breaking change
move ak
into configuration phase, since it's too annoying to set it along with each map instance
3.0.0
- require
angularjs ^1.6.1
- use
component
style instead directive
- more flexible apis
2.2.0
add https
support for dynamically load map script. Thanks @fesor 's PR
2.1.0
- add new callback
on-map-loaded
, in case you want to get map
instance
2.0.1
- totally refactor in ES2015 syntax
- add offline friendly
- enhance usage of baidu SDK import
1.2.1
According to skj9798's comments:
- markers's watch take deep watch mode, in case
angular
has no idea about the change in markders
- previous markers should be removed after changed