Skip to content

Releases: diegoazh/gmap-vue

gmv3_v2.1.2

24 Apr 21:48
Compare
Choose a tag to compare

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

24 Apr 02:21
Compare
Choose a tag to compare

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

11 Apr 17:21
Compare
Choose a tag to compare

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

05 Apr 14:35
Compare
Choose a tag to compare

2.0.1 (2024-04-05)

Bug Fixes

  • v3: update map props and its interface (90acc21)

gmv3_v2.0.0

31 Mar 20:37
Compare
Choose a tag to compare

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

23 Jul 20:33
Compare
Choose a tag to compare

1.0.3 (2023-07-23)

Bug Fixes

  • v3: fix reactivity problems with google maps objects (#303) (0ef42e7), closes #301

gmv3_v1.0.2

22 Jul 06:12
Compare
Choose a tag to compare

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)

v3.5.4

06 Aug 20:57
Compare
Choose a tag to compare

3.5.4 (2022-08-06)

Bug Fixes

  • gmap-vue: document is undefined ssr (5b97124)
  • gmap-vue: remove optional conditional operator (0613d8e)

v3.5.3

29 Jul 16:30
Compare
Choose a tag to compare

3.5.3 (2022-07-29)

Bug Fixes

  • gmap-vue: remove core and runtime from package.json (4b803d3), closes #274

v3.5.2

12 Mar 22:55
Compare
Choose a tag to compare

3.5.2 (2022-03-12)

Bug Fixes

  • gmap-vue: fix mapped props and kml-layer component (2cc7157)
  • gmap-vue: move from webpack to rollup and make differente builds (dbafc84), closes #231