* initial working version of the mqtt-panel
* fixed exception on wrong mqtt server url
* panel variables can be used in server config section
* slider debounced to reduce traffic
* added basic auth
* fixed some issues with updating
* some refactoring
* Security fix: bump jquery 3.5.0
* Security fix: bump websocket-extension to 0.1.4
* Security fix: bump angular to 1.8.0
* Security fix: bump elliptic to 6.5.3
* Changes in build process for Grafana
* Fixed errors in plugin.json
* Securitiy fixes: bumped some critical dependencies
* Fixed compiling issues (#12)
* All option fields can process Grafana variables now
* Added button widget (thx to ManuelBu96)