Skip to content

v5.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 22:18
· 65 commits to alpha since this release
df83685

5.0.0-alpha.3 (2021-01-18)

Bug Fixes

  • build: exclude vue-class-component from the build (d978515)

Features

  • dedicated entrypoint for the decorator (df83685)

BREAKING CHANGES

  • Socket decorator is no longer exported out of the root entry point of vue-socket.io-extended, use the separate entrypoint instead:
- import { Socket } from 'vue-socket.io-extended'
+ import Socket from 'vue-socket.io-extended/decorator'