Releases: jstnhuang/ros-websocket
Releases · jstnhuang/ros-websocket
Polymer 3 update
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
v2.0.0
ros-ros is now known as ros-websocket, which more precisely describes what it does.
Other API changes:
ros-websocketno longer automatically connects to the websocket URL, unless theautoattribute is set.connect()no longer takes a URL argument, but simply uses the value of theurlattribute.- If
autois set, thenros-websocketwill try to connect to the websocket URL on startup and whenever the URL changes.