Releases: probil/vue-socket.io-extended
Releases · probil/vue-socket.io-extended
v5.0.0-alpha.5
v4.2.0
v5.0.0-alpha.4
5.0.0-alpha.4 (2021-04-02)
Bug Fixes
- deps: update dependency @types/socket.io-client to v1.4.36 (c691df9)
- deps: update vuex to v3.6.2 and fix tests (6e03f74)
Features
v4.1.0
v4.0.8
v4.0.7
v5.0.0-alpha.3
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'
v5.0.0-alpha.2
5.0.0-alpha.2 (2021-01-17)
Bug Fixes
- make vue external dependency (33f0452)
- rollup warning about missing global variable name (vue) (1071b3a)
Features
- transpile only for browsers with native proxy support due to current Vue 3 limitation (731766a)
v5.0.0-alpha.1
5.0.0-alpha.1 (2021-01-17)
Features
- Initial implementation of Vue 3 support (81babd2), closes #507. Kudos @jnt0r for the initiative and the implementation
BREAKING CHANGES
- Vue 2 is not supported at the moment