v5.0.0-alpha.3
Pre-release
Pre-release
·
65 commits
to alpha
since this release
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 ofvue-socket.io-extended
, use the separate entrypoint instead:
- import { Socket } from 'vue-socket.io-extended'
+ import Socket from 'vue-socket.io-extended/decorator'