Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 19 May 07:42
· 37 commits to main since this release

Minor Changes

  • 024d60a Thanks @Torsten85! - - ConnectionError is now a class (enables instanceof checks at runtime)
    • Added disconnect() and reconnect() methods to the client
    • SocketQLProvider accepts onConnect and onConnectError callback props. When onConnectError is set, errors are forwarded to the callback instead of being thrown to the error boundary.