Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mapbox/earcut

v3.0.2

18 Sep 10:59

Choose a tag to compare

Fix a rare edge case manifesting on polygons with a big number of points. #186

v3.0.1

18 Dec 09:29

Choose a tag to compare

  • Fix edge cases related to touching inner rings. #177
  • Slightly improve performance. #177

Thanks to @msbarry for these contributions!

v3.0.0

28 Jun 09:03

Choose a tag to compare

  • ⚠️ Breaking: publish earcut as a ES module, dropping support for CommonJS (use v2.2.4 if you need compatibility).
  • ⚠️ Breaking: use modern ES syntax, dropping support for IE11 (you can still transpile on your end to keep support).
  • ⚠️ Breaking: the legacy UMD browser bundle now exposes the main function as earcut.default.

Changelog for previous versions