Skip to content

Releases: smithmicro/mapbox-gl-circle

1.2.1

03 Oct 11:52
Compare
Choose a tag to compare
  • Added first-draft Jenkinsfile and started including package-lock.json
  • Revised package.json scripts

1.2.0

03 Oct 11:51
Compare
Choose a tag to compare
  • Removed dead code and unused methods
  • Restructured library, moving circle.js -> lib/main.js and index.js -> example/index.js
  • Refactored helper functions from example/index.js into MapboxCircle class, obsoleted index.html with DOM updates in example/index.js
  • Refactor into MapboxCircle into new-style ES6 class
  • Made MapboxCircle.animate() and a bunch of properties private, added overridable defaults for fillColor/fillOpacity
  • Updated ESLint config to respect browser/commonjs built-ins and added docs to MapboxCircle in order to align with ESLint JSDoc requirements
  • Updated project details in package.json and committed first-draft API documentation

1.1.0

03 Oct 11:51
Compare
Choose a tag to compare

Updated circle from Mapbox bl.ocks.org sample.

Now provides handles for modifying position/radius. Seems to also do better performance wise.

1.0.0

03 Oct 11:49
Compare
Choose a tag to compare

The initial 1.0.0 release is a modified version of the Draw-Circle.zip archive we got from Mapbox.

Live demo of the original can be found here: https://www.mapbox.com/labs/draw-circle/