Closed nandi95 closed 1 year ago
hey, any news on this for vue 3? I love this package and use it everywhere!
I have a branch going where I started the work, but it has not been a priority due to work and life. It is good to know there is an interest though and I will try to spend some time on this when I can.
Same also looking to use this with Vue 3.
Hi @nandi95, thanks for good looking and useful plugin. Are there any updates for VUE 3 support?
Hi @nandi95, thanks for good looking and useful plugin. Are there any updates for VUE 3 support?
Hi @markosole It's a slow progress, you can see the latest changes I made was last week https://github.com/nandi95/vue-toastify/pull/34/commits/c7bc53ec1cecdcfde0cd88e41d12c7edc9273a4f
Testing coverage plan now scrapped to release quicker. Hopefully testing will come later 🤞
vue 3 support is now available under the tag 2.0.0-alpha.1
npm i vue-toastify@2.0.0-alpha.1
documentation is still in progress, but the jsdoc/typescript should show the documentation and give an idea of the types. I'll keep this issue open until the PR is merged.
I'm planning a major rebuild of the package with typescript and vue 3. composition api will allow for much cleaner code. I excpect slight differences in the api from the current one but nothing too painful to upgrade. With this rebuild I will aim for 100 test coverage and better documentation and demo site.