Changelog
See wiki for the detailed description of API changes.
Added
- Added handling of unhandled rejected promises.
- Added basic handling of exception-like objects and objects derived from
Errorin pre-ES6 style. - Added properties to
windowfor memory usage tracking:MemoryLimit,TotalMemoryUsageandPanelMemoryUsage.
Fixed
- Fixed timing of promises invocation: now conforms to ES standard.
- Fixed several memory leaks on panel layout switch and on script error.
- Fixed crash on in-panel layout switch.