Skip to content

Releases: kyvg/vue3-notification

v3.0.2

24 Feb 17:49
Compare
Choose a tag to compare

Fixes

  • Fix rendering of title when dangerouslySetInnerHtml is set (#52) by @lehni in #53

New Contributors

  • @lehni made their first contribution in #53

v3.0.0

24 Feb 17:52
Compare
Choose a tag to compare

Breacking Changes

  • title and text no longer render with v-html. Use dangerouslySetInnerHtml prop to render title and text with v-html

Features

  • Migrated Options API to Compositions API
  • Upgraded to TypeScript 5.0
  • Upgraded to Vue 3.3
  • Migrated unit-tests to vitest

v2.9.1

24 Feb 17:53
Compare
Choose a tag to compare

Fixes

New Contributors