2.0.0
Breaking changes
- Minimal Python version required:
3.7
. - Minimal JavaScript version support required:
ES6
(aka ES2015).- Minimal browser versions supporting ES6 are listed here.
- The distributed PNG icons are replaced with SVG ones.
- In case you've been using them in your configuration (
Icon ON/OFF
), you need to change their filenames:3d-printer.png
–>3d-printer.svg
,fan-24.png
–>fan.svg
,webcam.png
–>webcam.svg
.
refresh.png
icon is removed from the distribution.
- In case you've been using them in your configuration (
What's Changed
- Requiring Python 3.7 by @RobinTail in #75
- SVG icons by @RobinTail in #78
- JS: changing the target level to ES6. by @RobinTail in #80
- 2.0: Fix
img
nodes shaking by @RobinTail in #82 - 🚀 Releasing 2.0.0 by @RobinTail in #83
Full Changelog: 1.4.2...2.0.0