Releases: wburgers/websocket-component
Releases · wburgers/websocket-component
Linting fix thnx to @megheaiulian
Patch set status
The status of websocket-component should not manually be set. It is forced to recheck for testing purposes.
Shared sockets
v2.1.0 fix travis?
Version 1.1.3
Bugfix from @rakstar
Version 1.1.2
Publish to the webcomponents.org website
Version 1.1.1
Some tests were failing due to incompatibility issues (firefox and selenium).
I pushed some changes to work around that for now.
These are bundled in this patch release.
Version 1.1.0
Added support for the page visibility api.
If you specify the handle-visibility attribute on the element, the element will check when the page is no longer visible (tab switch or browser minimize) and close the websocket connection.
The connection reopens when the page is visible again.