Releases: smithmicro/mapbox-gl-circle
Releases · smithmicro/mapbox-gl-circle
1.2.1
1.2.0
- Removed dead code and unused methods
- Restructured library, moving
circle.js -> lib/main.js
andindex.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
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
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/