Skip to content

Releases: maximeh/leaflet.bouncemarker

v1.2.3

02 Oct 16:16
Compare
Choose a tag to compare

#################
Release notes for v1.2.3
d253c19 - onRemove(): only restore original position if set

v1.2.2

20 Sep 15:58
Compare
Choose a tag to compare

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

14 Sep 19:35
Compare
Choose a tag to compare

Add TypeScript module definition file (#35)

v1.2

19 Jun 22:43
Compare
Choose a tag to compare

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

30 Jul 12:27
Compare
Choose a tag to compare

Version 1.1

Most notable feature is the use of L.Utils.RequestAnimFrame which optimize greatly the use of the plugin.