0.2.0 release that discusses many changes between 0.1.x and 0.2.0. There was a 4 month beta / RC period leading up to the final 0.2.0 release. There is a lot of good information to refer to in this post, so I am not creating an additional post. If you are upgrading still from 0.1.x please refer to information below.0.2.0-next.2 and beyond. The 0.2.x release series of TRL is all about hardening & streamlining the API taking a solid 2nd+ pass over everything. It represents "peak TRL" for Svelte 4. 0.2.0 as 0.3.0 will be out ASAP addressing Foundry v13 as early in the core dev release cycle as possible. There are many refinements / sub-path export changes to account for in the 0.2.0 release.0.0.23!) in 3 hours. AA is a huge package. I spent another hour adding new 0.2.0 features to AA definitely improving it. See the attached video for more details on what was fixed in 0.2.0-next.2. localize is located in #runtime/util/i18n.#runtime/svelte/component/application.SvelteApplication - app headeronPress callback now takes an object { button, event }. To change the button icon / label on press modify button after destructuring.svelte property to a TJSSvelteConfig object.SvelteApplication.state method name changes. If you are serializing / storing app positional state you need to update get() to current().get() to current()getSave() to get()TJSDialogonClose & onPress callbacks take an object { application }#runtime/svelte/store/fvtt -> gameState removed; use globalThis.game in templates instead.#standard/application/dialog/documentonClickPropagate to clickPropagateTJSMenu / TJSContextMenu onPress callbacks take an object { event, focusSource, item }TJSDocument / TJSDocumentCollectiondestroy().TJSGameSettings0.2.0-next.2 / AA update video:0.2.0-next.2 and confirmation that Automatic Animations (AA) is now current. AA was on TRL 0.0.23 / alpha version of TRL, so besides being a huge package it took me 3 hours to update to 0.2.0-next.1 then an extra hour to add new features from the latest TRL for modal file pickers which is a nice improvement.