Releases: maximeh/leaflet.bouncemarker
Releases · maximeh/leaflet.bouncemarker
v1.2.3
#################
Release notes for v1.2.3
d253c19 - onRemove(): only restore original position if set
v1.2.2
Release notes for v1.2.2
ae82245 - Announce v1.2.2 release
c7678ee - Merge pull request #42 from ulken/fix-bounce_moved_marker_position
a1662ce - Merge pull request #41 from ulken/fix-complete_types
v1.2.1
Add TypeScript module definition file (#35)
v1.2
Lot of fixes in error handling.
We are now making sure the Marker will end up at the correct point whatever happens during the animation.
There's now a way to loop and stop the animation also.
v1.1
Version 1.1
Most notable feature is the use of L.Utils.RequestAnimFrame which optimize greatly the use of the plugin.