Skip to content

Releases: open-southeners/vue3-emitter

v2.1.0

26 Jan 13:28
b31677d
Compare
Choose a tag to compare

Fixed

  • Move @vueuse/shared to dependencies so it can detect current Vue instance

2.0.0

21 Feb 09:42
0d5d5cf
Compare
Choose a tag to compare

Changed

  • Breakchange: Now there is no default export, please check README installation part.

Before:

import emitter from 'vue3-emitter'

After:

import { emitter } from 'vue3-emitter'

Added

  • Jest unit tests
  • Vue functional components: Emit & Listen
  • UMD build

Removed

  • Package isn't an ES module (Jest doesn't support them yet)