Releases: cheesegrits/filament-google-maps
v2.0.0-alpha15
Don't apply fitToBounds or clustering on widget if no markers, use default center
v3.0.5
v3.0.4
Added mapConfig to Widget getConfig(), see README example
v2.0.0-alpha13
Added mapConfig feature to v3-alpha
v3.0.3
Fixed GoTo action
v3.0.2
Tagged v3.0.1 against the wrong branch. Again. You'd really think I would have learned that lesson by now, wouldn't you.
v3.0.0 initial release
With the release of Filament v3 (currently with Livewire v3 Beta), I'm bumping the Filament Google Maps version to v3 as well. Leaving v1 as the Filament v2 compatible release, and v2 as the Filament v3 Alpha (with Livewire v2) compatible release.
v2.0.0-alpha13
Ooops, I did it again, tagged 12 against the wrong branch.
v3.0.1
Various bug fixes:
Strip non alphanumeric characters in $mapId for widgets.
Add drawing library to API URL if drawingControl() enabled
Added force-https (FILAMENT_GOOGLE_MAPS_FORCE_HTTPS) config for API URL.
Fixed geocodeOnLoad when field isLocation()
Fixed mapControls()
v2.0.0-alpha12
Fixes some breaking changes in Filament card views