does the current version of KQL support the new 'preview' cappibilities? like switching to page(id…).version("changes") when the route tells it to display the changes. for now I only found a way to display the changed data inside the regular page(id…) query's select, but then I need to repeat it for each line… It would make sense —if possible— to provide it as an option which can be set to false/true depending the route. for context, I'm using the Nuxt-kql By Johann.
does the current version of KQL support the new 'preview' cappibilities? like switching to
page(id…).version("changes")when the route tells it to display the changes. for now I only found a way to display the changed data inside the regularpage(id…)query's select, but then I need to repeat it for each line… It would make sense —if possible— to provide it as an option which can be set to false/true depending the route. for context, I'm using the Nuxt-kql By Johann.