Skip to main content

Changelog

2.2.1 (2026-06-08)

Bug Fixes

2.2.0 (2026-03-16)

Features

  • v3: add duplicate key detection and warning for component promise factory (#361) (2724a84), closes #321

2.1.8 (2026-03-16)

Bug Fixes

  • v3: replace the broken call with a direct watch on the two computed-ref sources (#360) (8ce5345), closes #348

2.1.7 (2026-03-15)

Bug Fixes

  • v3: change map center or marker position reactivity (#359) (94ee0f7), closes #350

2.1.6 (2026-03-15)

Bug Fixes

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)

2.1.4 (2025-01-03)

Bug Fixes

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)

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