Releases: elfalem/Leaflet.curve
Releases · elfalem/Leaflet.curve
v0.9.2
Fixed
- Fix high CPU usage during zoomed animations #57
- Fix dependency vulnerabilities
v0.9.1
Fixed
- Fix bug with empty curve when using canvas renderer #44
v0.9.0
Added
- Add
getLatLngs
method (alias to getPath
) #43
Fixed
- Fix package vulnerabilities #42
v0.8.1
Fixed
- Fix missing type declaration in package #40
v0.8.0
Added
- Add Type Declaration file #38
Fixed
- Fix package vulnerabilities #34, #35
v0.7.0
Fixed
- Use supplied pane when rendering curves for canvas #33
- Handle case of tracing curve not added to map #22
- Fix package vulnerabilities #28, #31
v0.6.0
Added
- Add methods for greater compatibility with other libraries and base Leaflet methods #25
- Bump mixin-deep from 1.3.1 to 1.3.2 #27
v0.5.2
Fixed
- Second attempt to fix outdated npm package issue #23
v0.5.1
Fixed
- Fix outdated npm package issue #23
v0.5.0
Added
- Support for tracing a curve to get sample points #20
- Detect browser support for
Element.animate()
#21