Releases: PlatziDev/socket.io-react
Releases · PlatziDev/socket.io-react
v1.2.0
- Use
prop-types
module
- Update dependencies
v1.1.2
- Add the Babel transform plugin to replace
let
and const
with var
(related #1)
v1.1.1
- Fix missing
)
in socket-connect.js
v1.1.0
- Fix #2 (thanks @leMaik)
- Use
createElement
instead of createFactory
- Use
Object.assign
to add the socket instance into the props