Abiltiy to just use vue components as normal, so importing or doing any other extra stuff, should work fine out of the box.
This was a bit rushed and not fully tested, i only tested it with nuxt/nitro, not really sure if it will work fine with other frameworks, but if vue works fine there, it should work fine out of the box, cuz this new rewrite provides nothing new or crazy, it relys on vue inner render function.
Thank you
Breaking Changes 🔔:
- imports should work fine or at least as expected in your project.
- Removed config from library, as now you can create that ur self.
- Removed i18n integration, you can set up that as you like
- Updated component names - removing E prefix
- Followed react email approach for components and configs
- Dropped CLI and emails preview playground ( will add them back in the up coming versions )
Playground:
Nuxt: https://github.com/Flowko/nuxt-playground
Nitro Edge (Vercel - Cloudflare): https://github.com/Flowko/vue-email-edge-testing-nitro
Updated Docs:
What's Changed
Full Changelog: v0.8.11...v1.0.0