Skip to content

Releases: LarsWiegers/laravel-maps

v0.18 Laravel 11 support

20 Feb 18:53
72578be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17...v0.18

v0.17

21 Aug 19:25
78c4bf5
Compare
Choose a tag to compare

What's Changed

  • Added support for LatLngBounds on Google Maps by @kopitar in #48

New Contributors

Full Changelog: v0.16...v0.17

v0.16

24 Jul 18:29
10fb643
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15...v0.16

v0.15 Dynamic leafletjs version

03 Jun 14:00
78916e0
Compare
Choose a tag to compare

What's Changed

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

17 Feb 12:18
62351e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13...v0.14

v0.13 PHP 8.2 Support

09 Dec 18:12
aa9f060
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12...v0.13

v0.12

08 Apr 13:01
5a97d05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11...v0.12

v0.11

23 Mar 09:34
fd9c653
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10...v0.11

Google maps + Leaflet custom popups for makers

10 Mar 08:26
1826c27
Compare
Choose a tag to compare

Adds in the functionality to bind custom popups to the marker instances on both map types.

Laravel 9 support

14 Feb 20:39
6c78a80
Compare
Choose a tag to compare

What's Changed

  • Allow illuminate/support 9.0, needed if we want to upgrade to Laravel 9 by @fgaroby in #22

New Contributors

Full Changelog: v0.8...v0.9