Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jstnhuang/ros-websocket

Polymer 3 update

27 Nov 06:05

Choose a tag to compare

This updates <ros-websocket> to Polymer 3. Polymer 3 uses ES6 modules instead of HTML imports, and it registers and manages dependencies using NPM instead of bower.

If your project uses Polymer 1 or 2, you should continue to use v3 of this element. There are no changes in functionality between this release and the previous.

v3.0.0

17 May 08:08

Choose a tag to compare

This release adds support for Polymer 2 as a hybrid element.
This means it can be used in by both Polymer 1.x and Polymer 2 apps.

v2.0.0

02 Jun 01:37

Choose a tag to compare

ros-ros is now known as ros-websocket, which more precisely describes what it does.

Other API changes:

  • ros-websocket no longer automatically connects to the websocket URL, unless the auto attribute is set.
  • connect() no longer takes a URL argument, but simply uses the value of the url attribute.
  • If auto is set, then ros-websocket will try to connect to the websocket URL on startup and whenever the URL changes.