Releases: mapbox/polylabel
Releases · mapbox/polylabel
v2.1.0
Compare
Sorry, something went wrong.
No results found
v2.0.1
Compare
Sorry, something went wrong.
No results found
v2.0.0
Compare
Sorry, something went wrong.
No results found
⚠️ breaking: publish polylabel as a ES module instead of CommonJS.
⚠️ breaking: drop support for IE11 (you can still transpile the code on your end to keep it).
Prune cells more aggressively, slightly improving performance.
Fix the algorithm getting stuck on some degenerate cases.
Make sure the result is never outside the polygon even on low precision.
v1.1.0
Compare
Sorry, something went wrong.
No results found
Augment the returned result with the distance property. #61
v1.0.4
Compare
Sorry, something went wrong.
No results found
Upgraded tinyqueue to v2.
v1.0.3 (C++)
Compare
Sorry, something went wrong.
No results found
(C++ version) Fixed std::round not being defined in some platforms (#30 )
v1.0.2
Compare
Sorry, something went wrong.
No results found
Fixed polylabel hanging on some degenerate polygons.
v1.0.1
Compare
Sorry, something went wrong.
No results found
Fixed rectangular polygons producing unexpected results.