Skip to content

Latest commit

 

History

History
165 lines (112 loc) · 6.54 KB

CHANGELOG.md

File metadata and controls

165 lines (112 loc) · 6.54 KB

Changelog

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.10.1 - 2023-06-16

Added

  • Utility functions are exported from the library.

0.10.0 - 2023-06-15

Added

  • Injection keys and exported values from function folder are now accessible through the lib.
  • The Leaflet className option is now available on LGridLayer and components that extend it.

Fixed

Changed

  • Breaking: The src directory is no longer included in the build. Please use the new exports to access the injection keys and libary functions.

0.9.0 - 2023-03-12

Added

  • Vitest, and a few initial tests.
  • TypeScript type declarations in compiled output.

Changed

0.8.4 - 2023-02-20

Fixed

0.8.3 - 2023-02-12

Fixed

Changed

  • Leaflet objects accessed via the leafletObject property of a ref are now all marked as raw, so they no longer return Proxy instances.

Added

  • Ability to style GeoJSON layers through :options-style prop.

0.8.2 - 2023-02-05

Fixed

Changed

  • LTileLayer now accepts an array of strings for its subdomains property, as well as a single string.
  • LWmsTileLayer now uses the correct Leaflet option name uppercase instead of the previous upperCase.

0.8.1 - 2023-01-29

Fixed

0.8.0 - 2023-01-26

Added

  • Import of Leaflet CSS in quickstart.
  • Example of using HTML inside an LIcon component, to create a DivIcon.

Fixed

  • Leaflet component defaults are no longer replaced with undefined when not set explicitly.
  • Resolved some errors caused by event handlers attempting to run after components had unmounted.

Changed

  • Breaking: LWmsTileLayer no longer has its own baseUrl property in addition to the url property it inherits from LTileLayer.

0.7.0 - 2022-12-08

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

  • This 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.

Earlier versions

The following releases were created before the addition of this changelog: