Skip to content

v0.7.0

Pre-release
Pre-release

Choose a tag to compare

@mikeu mikeu released this 13 Feb 03:15
· 139 commits to master since this release

Breaking changes

  • The <l-map> component now uses the globally available window.L instance of Leaflet by default.
    If you are using SSR in an existing project and relying on the default behaviour, you will now need to pass
    :useGlobalLeaflet="false" to your <l-map>.

Added

  • Changelog file.
  • Quickstart and SSR sections in readme.

Changed

  • Minor additional updates to the readme.
  • Code formatting in some playground examples.
  • Moved @types/leaflet to devDependencies.