Discover the latest Vue Email updates.

Description

   🚨 Breaking Changes

    View changes on GitHub

Description

   🚨 Breaking Changes

    View changes on GitHub

Description

No significant changes

    View changes on GitHub

Description

   🐞 Bug Fixes

    View changes on GitHub

Description

   🐞 Bug Fixes

    View changes on GitHub

Description

   🐞 Bug Fixes

    View changes on GitHub

Description

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

Description

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

Description

compare changes

🩹 Fixes

  • Wrong merging of styles in EButton #74 (#74)
  • Missing type for button styles (821aa8f)

❤️ Contributors

Description

compare changes

🩹 Fixes

  • Auto import .vue components that live in emails folder (#63)
  • Reverted version for package (72fe055)

📖 Documentation

🏡 Chore

  • Bump @nuxt/ui (7517dec)
  • Using @nuxt/ui-pro instead of elements (a6ce6ed)

🤖 CI

❤️ Contributors

Description

compare changes

i18n-support-banner

📃 Read more about it https://www.vuemail.net/getting-started/i18n

🦺 Breaking Changes

We updated the config to be more presise, props has changed:

Please double check the docs again to make sure you are following the correct code

❌ OLD

const template = await vueEmail.render("DefineComponent.vue", {
    name:  "John Doe"
});

✅ NEW

const template = await vueEmail.render("DefineComponent.vue", {
  props: {
    name: "John Doe",
  },
});

🚀 Enhancements

  • Add i18n to app context (bca0980)
  • Inject i18n on render composable (7aab330)

🩹 Fixes

💅 Refactors

  • Extend types for RenderOptions (ad4d602)
  • Throw error if vue-i18n is not present (f1e6214)
  • Remove unused typescript compiler comment (063b47c)
  • Render app after set i18n config (edaf112)
  • Extend render Options type (9998721)
  • render: Second parameter, passing props and i18n in one object (2e42e9b)
  • Add null option for RenderParams (1263bc4)
  • Solve result as Component (4e45fd1)
  • Handfull of changes to make working with configs easy (1839c59)

📖 Documentation

  • Add i18n documentation for node (e8d744d)
  • Updated i18n docs (2bb707c)
  • Removed new tag from markdown (5d549f3)

🏡 Chore

✅ Tests

  • Add translation - i18n test (dd60d4f)

❤️ Contributors

Description

compare changes

💅 Refactors

  • Replace VueEmailPLuginOptions by VueEmailPluginOptions (3d142e0)
  • Improving nuxt devtools UI/UX (#56)

📖 Documentation

  • Updaetd devtools image (a9958d6)
  • Updated to show without importing vue-email components (470d40e)

🏡 Chore

❤️ Contributors

Description

compare changes

vue-email-devtools

🚀 Enhancements

⚒️ An extension of our playground that allows you to inspect your email templates and send test emails from your app directly. It's a great way to debug your emails and make sure they look good, more about it https://www.vuemail.net/getting-started/devtools

  • Nuxt devtools integration (#54)

📖 Documentation

  • Added auto import note to ssr (1f560c6)

🤖 CI

❤️ Contributors

Description

compare changes

🩹 Fixes

  • Replaced node-html-parser with cheerio (#53)

❤️ Contributors

Description

compare changes

🩹 Fixes

  • Node-html-parser nuxt preview error (ec1a504)

❤️ Contributors

Description

compare changes

💅 Refactors

  • Convert bundler from vite to unbuild (#45)

❤️ Contributors

Description

compare changes

🩹 Fixes

  • SSR: Tailwind compiled html showing nothing (#44)

❤️ Contributors

Description

compare changes

🚀 Enhancements

  • Add icon to playground header (#35)
  • Add folder structure to nuxt preview (#37)

🩹 Fixes

  • Broken docs (7fcc49f)
  • docs: Tailwind component (8c348fe)
  • docs: Tailwind component remove no needed default value (0b302fb)
  • Bug tailwind support (#39)

📖 Documentation

🏡 Chore

❤️ Contributors

Description

compare changes

📖 Documentation

  • Moving from vitepress to nuxt content (#32)
  • Fixed lint issue (e8db881)
  • Updated readme og image (0bb2be9)

❤️ Contributors

Description

compare changes

🚀 Enhancements

  • Added image baseurl config (#31)

🩹 Fixes

  • Added old releases back to changelog (fbcb1bb)

🏡 Chore

❤️ Contributors

Description

compare changes

🩹 Fixes

💅 Refactors

  • Application scaffolding (#30)

❤️ Contributors

Description

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

Description

compare changes

🩹 Fixes

  • Resolved auto imports for nuxt (cc57bb5)
  • Disabled nuxt demo for now (05b2c25)

❤️ Contributors

Description

compare changes

🏡 Chore

  • release: V0.5.9 (cce43c2)
  • Removed tw-to-css from external libs (2001669)

❤️ Contributors

Description

compare changes

🏡 Chore

❤️ Contributors

Description

compare changes

🏡 Chore

❤️ Contributors

Description

compare changes

🏡 Chore

❤️ Contributors

Description

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

Description

Description

compare changes

🩹 Fixes

❤️ Contributors

Description

compare changes

🩹 Fixes

  • Updated package built files (12980a8)

❤️ Contributors

Description

compare changes

🩹 Fixes

  • Nuxt integration - external libraries (1576f2b)

🏡 Chore

❤️ Contributors

Description

compare changes

🚀 Enhancements

  • Added client folder for the up coming cli (0229596)

🩹 Fixes

  • Nuxt integration not working (#28)

🏡 Chore

🤖 CI

  • Updated release process (#25)

❤️ Contributors

Description

vue-email

0.5.0

Minor Changes

  • better package types and release process

Description

Description

vue-email

0.3.0

Minor Changes

  • Improve best code, docs, demo and project config