Releases: yandex-maps-unofficial/vue-yandex-map
Releases · yandex-maps-unofficial/vue-yandex-map
v 0.11.00
v0.10.0
- Переработана логика инициализации маркеров
- Добавлены эмиты событий для компонентов карты и маркера
- Удален атрибут маркера
callbacks
- Добавлен атрибут
bounds
для карты - Атрибут карты
placemarks
больше не поддерживается. Маркеры можно задавать только через компоненты - Атрибуты карты
coords
,zoom
иbounds
поддерживают модификатор.sync
v0.9.0
v0.8.9
v0.8.4
v0.8.2
v0.8.1
v0.8
v0.7.1 markerId is requred now
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
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%;