All notable changes to filament-pinpoint will be documented in this file.
- 🐛 Map blank on edit - map now displays correctly when editing existing records
- 🐛 Address not showing in search box - address from database now displays in search input during edit mode
- 🐛 Lat/Lng not saving properly - coordinates from database (string) now correctly converted to float
- Add
addressFieldto state hydration for loading address from database on edit - Add
parseFloat()for lat/lng string to float conversion - Add
x-model="address"binding on search input for two-way data binding - Update
reverseGeocode()to sync address state with search box
- ⭐ Post-install star reminder message
- 🌙 Dark mode support for all UI elements
- Search input now adapts to light/dark theme
- Location button now adapts to light/dark theme
- Helper text now adapts to light/dark theme
- Fix homepage URL in composer.json
- Coordinates display below map (lat/lng still saved to form fields)
- Minor fixes and improvements
- 📍 Google Maps location picker for Filament 4
- 🔍 Search location using Google Places Autocomplete
- 📍 Click on map to set marker
- ✋ Draggable marker support
- 📱 Get current device location
- 🏠 Reverse geocoding to auto-fill address fields
- ⚙️ Configurable default location, zoom, and height