Releases: kyvg/vue3-notification
Releases · kyvg/vue3-notification
v3.4.1
v3.4.0
v3.3.0
What's Changed
- Fix typings (extend
vue
instead of@vue/runtime-core
) by @felixgabler in #69 - Update dependencies
New Contributors
- @felixgabler made their first contribution in #69
v3.2.1
Types
- Narrower type to the "type" field in NotificationsOptions by @Lirik-Keltran in #66
New Contributors
- @Lirik-Keltran made their first contribution in #66
v3.2.0
v3.1.4
v3.1.3
v3.1.2
v3.1.1
Fixes
- Fix
transition-group
tag name by @dwightjack in #59
New Contributors
- @dwightjack made their first contribution in #59
v3.1.0
Features
- Added new
vue-press
docs kyvg.github.io/vue3-notification/ - Added
unplugin-vue-components
resolver - Rewrote
.vue
files to.tsx
for better TypeScript support