A release focused on:
Background
We’ve done a lot of work on improving the look and feel of widgets in the last 6 weeks (changing everything to SVG, both old and new).
They absolutely look way better, but this has the unfortunate consequence of slowing down rendering, particularly on older/slower machines without huge amounts of RAM.
We’re working now on a performance release to fix these editing bottlenecks.
In the mean time, we’ve also pushed out some quick performance wins that we found - primarily eliminating some third party scripts that loaded slowly and were no longer needed.
We also fixed some bugs that we found from our recent logging releases and added more code to monitor and ensure everything is going ok when editing projects.
Performance
Logging and verification
Bugfixes