This updates the gateway-webpage example to function correctly on Ignition 8.0 and 8.1.
A number of updates to nodejs dependencies were required to bring it inline with the current Ignition (see package.json).
In concert with these version changes, some minor changes were required to the javascript that gets bundled. Namely:
Get rid of usage of deprecated React.createClass
Get rid of the declared PropTypes. Proptypes aren't technically deprecated, but the usage wasn't really meaningful here.
update readme a bit
remove the /main/ from the resource urls, as it's deprecated. While it may still work due to internal redirection, the best practice is to omit it for ignition 8.0+.
This updates the gateway-webpage example to function correctly on Ignition 8.0 and 8.1.
A number of updates to nodejs dependencies were required to bring it inline with the current Ignition (see package.json).
In concert with these version changes, some minor changes were required to the javascript that gets bundled. Namely:
React.createClass
/main/
from the resource urls, as it's deprecated. While it may still work due to internal redirection, the best practice is to omit it for ignition 8.0+.