T
TyphonJSTyphonJS (Michael)

Release `TRL 0.1.1` - Patch release

Greets @FVTT ▹ Developer! I have just released a patch / fix release that fixes a small oversight in the 0.1.0 release regarding the internally used ResizableHandle Svelte component for application windows via ApplicationShell. In the 0.1.0 release if you set width or height to auto and the app window is resizable an error occured. This was just a missed refactoring aspect to some internal code and I happened to not catch it in testing for the 0.1.0 release as it was data specific in how an app is setup. Another fix is passing the element as a JQuery element in the SvelteApplication hook invocation for closeApplication. Thanks @whitespine and @mouse0270 for providing some insight into getting things tip top again. Please do reach out if you see any issues as I'm certainly keen to make sure TRL is 100% bug / issue free. If you already have moved to TRL 0.1.0 you should just need to run npm install again to get the 0.1.1 patch. To be absolutely sure you get the TRL 0.1.1 release delete package-lock.json and node_modules directories and do a completely fresh install.