Skip to main content

Changelog

2.1.2 (2024-04-24)

Bug Fixes

  • v3: change inject for composable to get component promise (#324) (6613c59), closes #323

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

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

2.0.1 (2024-04-05)

Bug Fixes

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

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: CHANGE

1.0.3 (2023-07-23)

Bug Fixes

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

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)

1.0.1 (2023-06-04)

Bug Fixes

  • v3: add all single file components to the npm package (79839af)

1.0.0 (2023-06-04)

Features

BREAKING CHANGES

  • v3: migrate to vue v3