build(deps-dev): bump @vue-leaflet/vue-leaflet from 0.7.0 to 0.10.1 in /ui
Bumps @vue-leaflet/vue-leaflet from 0.7.0 to 0.10.1.
Release notes
Sourced from @vue-leaflet/vue-leaflet's releases.
v0.10.1
Added
- Utility functions are exported from the library.
v0.10.0
Added
- Injection keys and exported values from function folder are now accessible through the lib.
- The Leaflet
classNameoption is now available onLGridLayerand components that extend it.Fixed
- Playground works again after upgrade to TypeScript.
- LMap events fire once only, and with Leaflet arguments, closing #287 Click event not working with 0.9.0.
Changed
- Breaking: The
srcdirectory is no longer included in the build. Please use the new exports to access the injection keys and libary functions.v0.9.0
Added
- Vitest, and a few initial tests.
- TypeScript type declarations in compiled output.
Changed
- Converted codebase to TypeScript, finally closing #1 Typescript support.
v0.8.4
Fixed
- Improved how the
<LMarker>decides when not to render the default icon, resolving an additional issue surfaced in #266 Vue-leaflet LPopup does not update with prop change.- Reinstated use of the Leaflet global
Lby default, unintentionally removed in 1bb4a71, resolving #260 Geoman integration with Vue3 Leaflet.v0.8.3
Fixed
- The marker icon passed to the Leaflet constructor is now only replaced with an empty div when there is additional content within the
<LMarker>component, and at least some of that content is something other than a tooltip or popup, resolving #269 Marker with tooltip no longer visible with v0.8.2.- Tweaked how popups and tooltips are unbound when they unmount, resolving #266 Vue-leaflet LPopup does not update with prop change.
Changed
- Leaflet objects accessed via the
leafletObjectproperty of arefare now all marked as raw, so they no longer returnProxyinstances.
... (truncated)
Changelog
Sourced from @vue-leaflet/vue-leaflet's changelog.
[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
classNameoption is now available onLGridLayerand components that extend it.Fixed
- Playground works again after upgrade to TypeScript.
- LMap events fire once only, and with Leaflet arguments, closing #287 Click event not working with 0.9.0.
Changed
- Breaking: The
srcdirectory 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
- Converted codebase to TypeScript, finally closing #1 Typescript support.
[0.8.4] - 2023-02-20
Fixed
- Improved how the
<LMarker>decides when not to render the default icon, resolving an additional issue surfaced in #266 Vue-leaflet LPopup does not update with prop change.- Reinstated use of the Leaflet global
Lby default, unintentionally removed in 1bb4a71, resolving #260 Geoman integration with Vue3 Leaflet.[0.8.3] - 2023-02-12
Fixed
- The marker icon passed to the Leaflet constructor is now only replaced with an empty div when there is
... (truncated)
Commits
db34dff0.10.1cfca72cMinor changes for v0.10.1 patch2194a80Fix package.json lint command53d75f9Merge pull request #319 from veitbjarsch/master45a20bffeat: added utils export8d4cdbb0.10.08588de0Prep changelog for 0.10.0c9b4583Allow CI linting without buildb35f10bAllow CI tests to run with failed linting3177a91Addclass-nameprop togridLayer- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by mikeu, a new releaser for @vue-leaflet/vue-leaflet since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
https://github.com/dependabot rebase
@dependabot rebase
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.