All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.9.2 - 2023-03-07
- Fix high CPU usage during zoomed animations #57
- Fix dependency vulnerabilities
0.9.1 - 2021-11-06
- Fix bug with empty curve when using canvas renderer #44
0.9.0 - 2021-11-03
- Add
getLatLngs
method (alias togetPath
) #43
- Fix package vulnerabilities #42
0.8.1 - 2021-07-12
- Fix missing type declaration in package #40
0.8.0 - 2021-05-08
- Add Type Declaration file #38
- Fix package vulnerabilities #34, #35
0.7.0 - 2020-11-24
- Use supplied pane when rendering curves for canvas #33
- Handle case of tracing curve not added to map #22
- Fix package vulnerabilities #28, #31
0.6.0 - 2020-01-08
- 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
0.5.2 - 2019-04-30
- Second attempt to fix outdated npm package issue #23
0.5.1 - 2019-04-30
- Fix outdated npm package issue #23
0.5.0 - 2019-04-16
- Support for tracing a curve to get sample points #20
- Detect browser support for
Element.animate()
#21
0.4.1 - 2019-02-27
- Fix animated curve becoming dashed when zoomed #19
0.4.0 - 2019-02-02
- Support for Canvas animations.
0.3.0 - 2018-11-18
- Add CHANGELOG file.
- Basic support for Canvas rendering.
- Update usage instructions in README.
0.2.0 - 2018-11-17
- Create npm package.
- Ability to animate curves using Web Animations API.
- Ability to draw Bézier curves.