Skip to content

🚀 v.0.9.5 Components showcase

Compare
Choose a tag to compare
@davay42 davay42 released this 08 Jul 22:45
· 570 commits to master since this release

We have a new way to build and test the components - the Histoire stories. It can be viewed at gun-vue.js.org/components and it really helps to test and verify all the functionality.

This version has also a full renaming of all the components files to be more compliant with the Vue naming convention and hopefully this will make them a little easier to use.

And third - yet we still have the problem with the @composables running some Gun code on import in SSR environment (this generates error at build) - the better way to approach client side components is evolving. We just need to use some async magic and it all works just fine. Here's a recent try https://github.com/DeFUCC/gun-vue/blob/master/components/src/account/AccountAvatar.story.vue.