vue-toastify icon indicating copy to clipboard operation
vue-toastify copied to clipboard

Major rewrite with vue 3 + typescript

Open nandi95 opened this issue 4 years ago • 2 comments

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.

nandi95 avatar Feb 07 '21 23:02 nandi95

hey, any news on this for vue 3? I love this package and use it everywhere!

xlcrr avatar Apr 12 '22 08:04 xlcrr

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.

nandi95 avatar Apr 12 '22 08:04 nandi95

Same also looking to use this with Vue 3.

thecrypticshadow avatar Dec 28 '22 02:12 thecrypticshadow

Hi @nandi95, thanks for good looking and useful plugin. Are there any updates for VUE 3 support?

markosole avatar Mar 19 '23 14:03 markosole

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

nandi95 avatar Mar 19 '23 14:03 nandi95

Testing coverage plan now scrapped to release quicker. Hopefully testing will come later 🤞

nandi95 avatar Apr 13 '23 19:04 nandi95

vue 3 support is now available under the tag 2.0.0-alpha.1

npm i [email protected]

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.

nandi95 avatar Apr 16 '23 20:04 nandi95