Releases: LarsWiegers/laravel-maps
Releases · LarsWiegers/laravel-maps
v0.18 Laravel 11 support
v0.17
v0.16
v0.15 Dynamic leafletjs version
What's Changed
- leaflet version setting by @LarsWiegers in #46
This release sets the leaflet version to the latest, this might break your application if that happens, set the version like below to the 1.7.1 which was the setting before.
<x-maps-leaflet leafletVersion="1.7.1"></x-maps-leaflet>
Full Changelog: v0.14...v0.15
v0.14 Laravel 10 support
What's Changed
- Readme update by @LarsWiegers in #42
- Laravel 10 by @LarsWiegers in #44
Full Changelog: v0.13...v0.14
v0.13 PHP 8.2 Support
What's Changed
- Changable attribution by @LarsWiegers in #35
- Better readme by @LarsWiegers in #36
- Support PHP 8.2 by @Xammie in #37
New Contributors
Full Changelog: v0.12...v0.13
v0.12
v0.11
What's Changed
- Allow multile maps on screen (Leaflet only) by @LarsWiegers in #29
- allowing views to be publishable. by @ryangurn in #26
New Contributors
Full Changelog: v0.10...v0.11
Google maps + Leaflet custom popups for makers
Adds in the functionality to bind custom popups to the marker instances on both map types.