- Complete rewrite of logic to add Google Maps (with tests)
- Rewrote each component and broke into multiple composable files for readability/maintainability
- Rewrote all custom types
- Changed the way the maps instance is passed down from provide to composable context
- Replaced deprecated Marker API with new Advanced Markers API
- Shortened component names from
gmaps-prefix togm-prefix - Added support for Pin API and custom marker content
- Legacy components still available for backward compatibility