vue-leaflet / Vue2Leaflet

Vue 2 components for Leaflet maps
https://vue2-leaflet.netlify.app
MIT License
1.95k stars 380 forks source link

Vue.js 3 compatibility #606

Closed jdecool closed 4 years ago

jdecool commented 4 years ago

Hi,

Vue.js 3 release is imminent and it seems that the component is not compatible yet.

Is it planned to release a version which compatible with the next release ?

DonNicoJs commented 4 years ago

@jdecool yep, we are working on a brand new version for vue 3 you can expect info soon!

jdecool commented 4 years ago

Great news !

Can't wait to test it.

AbdullaevTimur commented 4 years ago

Also waiting for)

andi23rosca commented 4 years ago

@DonNicoJs Was going to start a new project for a Vue3 compatible leaflet library but I think it's better if I contribute to an already existing one. Do you accept contributions at this stage for the new implementation?

DonNicoJs commented 4 years ago

@andi23rosca please let's not divide the efforts! I am working on the vue3 composition API based implementation here: https://github.com/vue-leaflet/vue-leaflet

I would like to have map, tilelayer and marker fully working and then using those as a base we can work on the rest, I am quite close to finish the 3 base ones you can take a peek at the code, then we can open issues for all the components and work them togheter, What do you think?

andi23rosca commented 4 years ago

@DonNicoJs Sounds good 👍

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jdecool commented 4 years ago

@DonNicoJs The VueJS3 adaption looks promise !

Do you have news about an initial release ?

DonNicoJs commented 4 years ago

@jdecool We have an alpha released already: https://www.npmjs.com/package/@vue-leaflet/vue-leaflet You can follow the development in the repo: https://github.com/vue-leaflet/vue-leaflet

jdecool commented 4 years ago

Thanks.

I'm going to test the new version :)