Skip to content

Releases: Meteo-Concept/leaflet-inflatable-markers-group

Improve the computation of collisions

19 Jan 10:38

Choose a tag to compare

Technical release because I forgot to update a version number...

17 Oct 08:27

Choose a tag to compare

Bump the version number in package.json.

Avoid blocking the CPU for too long during computation

17 Oct 08:19

Choose a tag to compare

The plugin now schedules itself through timeouts and promises to run the collision computation in an asynchronous manner, so as not to hold the CPU for too long. This makes the map zooming/panning/etc. smoother.

Full Changelog: v1.4.0...v1.5.0

Technical release because of old dependencies

25 Jul 13:01

Choose a tag to compare

This release only fixes a couple of details in the examples and update the dev dependencies to more recent ones.