Summary
A maintenance release with all dev-packages bumped to their latest version including minor optimizations and adaptions for upgraded leaflet-typings. Alt-properties can now be provided with LatLng-literals or -objects when creating geodesic objects.
CDN and download links
- https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.geodesic.umd.min.js
- https://unpkg.com/browse/[email protected]/dist/leaflet.geodesic.umd.min.js
Subresource Integrity
Learn more about Subresource Integrity
integrity="sha512-iaFsrOsrVQKaxgOutC3x1hPWfg3K6DjcKZrxchqbO8amLrjJyYw7/ukh3ar4kly4kK2m5z5qiB3+Dt5RI5Pq4g=="
(verify)
What's Changed
- alt-properties can now be provided with LatLng-literals or -objects.
- rewrite rollup-config
- apply latest best practices (e.g more strict typing, linter, prettier)
- bump all dev-packages
- use latest Typescript compiler
- update documentation
Full Changelog: v2.7.0...v2.7.1