Releases: diegoazh/gmap-vue
Releases · diegoazh/gmap-vue
gmv3_v2.1.5
2.1.5 (2025-01-03)
Bug Fixes
- upgrade @docusaurus/core from 3.6.2 to 3.6.3 (#343) (d5ca7ea)
- upgrade @docusaurus/preset-classic from 3.6.2 to 3.6.3 (#344) (10b60e5)
gmv3_v2.1.4
2.1.4 (2025-01-03)
Bug Fixes
gmv3_v2.1.3
2.1.3 (2024-11-15)
Bug Fixes
- packages/documentation/package.json to reduce vulnerabilities (#330) (2e2046f)
- packages/documentation/package.json to reduce vulnerabilities (#332) (4b7b524)
- upgrade @docusaurus/core from 3.2.0 to 3.2.1 (#326) (955c35b)
- upgrade @docusaurus/preset-classic from 3.2.0 to 3.2.1 (#325) (dc6ed1b)
gmv3_v2.1.2
2.1.2 (2024-04-24)
Bug Fixes
- v3: change inject for composable to get component promise (#324) (6613c59), closes #323
gmv3_v2.1.1
2.1.1 (2024-04-24)
Bug Fixes
- v3: remove exposed instances because they are always undefined and cause errors with watchers and events (bdc2f86), closes #318 #319 #320
gmv3_v2.1.0
2.1.0 (2024-04-11)
Features
- v3: create independent instances of every component using a component key prop (#315) (0c21c60), closes #309 #309 #309
gmv3_v2.0.1
2.0.1 (2024-04-05)
Bug Fixes
- v3: update map props and its interface (90acc21)
gmv3_v2.0.0
2.0.0 (2024-03-31)
Bug Fixes
- v3: add type define-emit declarations (fb29c9c)
- v3: improve types, interfaces and composables (072f661)
Features
- v3: implement import-library in all components (5d13adf)
- v3: improve exports, types and remove deprecated options (9947ce6)
BREAKING CHANGES
- v3: improve exports, types and remove deprecated options (9947ce6)
What's Changed
- Improve exports of the package
- Improve typescript and vite config
- Improve extend vue declarations
- Remove deprecated options
- Remove install-components option
- Add new load options to the plugin
- Improve types, interfaces and keys
- Add interface for expose object of components
- Implement dynamic load of Google Maps API
Full Changelog: gmv3_v1.0.3...gmv3_v2.0.0
gmv3_v1.0.3
1.0.3 (2023-07-23)
Bug Fixes
- v3: fix reactivity problems with google maps objects (#303) (0ef42e7), closes #301
gmv3_v1.0.2
1.0.2 (2023-07-22)
Bug Fixes
- docs: update path on import to the new structure (3a0a0ad)
- v3: fix visibility issue excluding only null and undefined values from props (159b048)