Skip to content

Tags: LarsWiegers/laravel-maps

Tags

v0.18

Toggle v0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
wip (#50)

v0.17

Toggle v0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for LatLngBounds on Google Maps (#48)

* Added LatLngBounds support for Google Maps

* test Google Maps LatLngBounds

* updated README.md

* Added mapType for Google Maps

* test for Google Maps mapType

* table and descriptions ,comment capitalization

v0.16

Toggle v0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bind icon if set (#47)

v0.15

Toggle v0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
leaflet version setting (#46)

* leaflet version setting

* remove integrity as that is not possible with multiple versions

v0.14

Toggle v0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel 10 (#44)

* WIP

* WIP

* WIP

* php 8.1

* WIP

* allow laravel 10 support

v0.13

Toggle v0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support PHP 8.2 (#37)

* Support php 8.2

* WIP

* WIP

* WIP

v0.12

Toggle v0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
reordering popup binding (#31)

As mentioned in the example on leaflet's homepage (https://leafletjs.com/SlavaUkraini/) the binding of the popup need to happen after the marker is added to the map

v0.11

Toggle v0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allowing views to be publishable. (#26)

* allowing views to be publishable.

* changing publishables to just components

I accidentally included components and tests. I changed it to only include components when published.

* updating publish path

because loadViewComponentsAs is being utilized the publish path needs to include /components.

I'm disappointed in myself for not noticing that sooner.

everything seems to be working now.

v0.10

Toggle v0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Custom InfoWindow and Icon on Google Maps (#24)

* Added Custom InfoWindow and Icon on Google Maps

* Added Unit Test for Icon and InfoWindow on Google Maps

* leaflet + tests

Co-authored-by: kikojover
Co-authored-by: Lars Wiegers <[email protected]>

v0.9

Toggle v0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow illuminate/support 9.0, needed if we want to upgrade to Laravel…

… 9 (#22)

* Allow illuminate/support 9.0, needed if we want to upgrade to Laravel 9

* Github actions updated to check Laravel 9 with PHP 8.0 and PHP 8.1

* No need PHP 8.1 yet

Co-authored-by: Francescu Garoby <[email protected]>