Skip to content

Releases: yandex-maps-unofficial/vue-yandex-map

v 0.11.00

16 Oct 17:36
Compare
Choose a tag to compare

Исправлена совместимость с Vue3
Добавлен функционал передачи компонента Vue в качестве балуна с сохранением реактивности (только для Vue2)
Добавлен функционал передачи html в балун
Добавлена возможность отключать неиспользуемые эвенты для карты и маркеров

v0.10.0

02 Dec 08:52
Compare
Choose a tag to compare
  • Переработана логика инициализации маркеров
  • Добавлены эмиты событий для компонентов карты и маркера
  • Удален атрибут маркера callbacks
  • Добавлен атрибут bounds для карты
  • Атрибут карты placemarks больше не поддерживается. Маркеры можно задавать только через компоненты
  • Атрибуты карты coords, zoom и bounds поддерживают модификатор .sync

v0.9.0

12 Nov 12:16
44c6989
Compare
Choose a tag to compare
  • Удаление и изменение только нужных маркеров без полной перерисовки
  • Добавлены события удаления и изменения маркеров

v0.8.9

24 Jun 20:24
Compare
Choose a tag to compare
  1. Fixed README in cluster-callbacks description
  2. Add coordorder in settings attribute

v0.8.4

31 Mar 19:40
987a9ef
Compare
Choose a tag to compare
  • Parent container size watching
  • routePanelControl

v0.8.2

17 Jan 06:10
Compare
Choose a tag to compare

Fix apiKey issue

v0.8.1

14 Jan 15:27
Compare
Choose a tag to compare

Add nuxt connection

v0.8

13 Jan 11:36
Compare
Choose a tag to compare
  1. Fixed issue of rerender map on placemarks or markers array changes
  2. Added optional ability to specify plugin options (apiKey, lang and version) on global define
  3. Added ability to define marker type for markers in placemarks array
  4. Update dependencies

v0.7.1 markerId is requred now

07 Feb 08:56
Compare
Choose a tag to compare

You must define markerId for every marker on your map in any case fo setting (through map attribute placemarks or using ymap-marker components).

v0.7.0 Object Manager added. Great performance optimisation

07 Feb 08:55
Compare
Choose a tag to compare

If you have a lot of markers on your map i strongly recommend you to use map attribute useObjectManager. But in this case you can't set callbacks to your markers through marker attribute callbacks.

<yandex-map> has a class ymap-container and child element, where rendering map instance. Child class you may define through map attribute ymap-class. If you doesn't define this class - child element will have style attribute with width: 100%; height: 100%;