v2.6.2
🚀 Features
- License key activation: The activation dialog now uses your license key instead of the order ID for a smoother setup. Find your license key at hub.kirby.tools or in your order confirmation email.
🚀 Features
🚀 Features
81357-10001) work for activating your license.🚀 Features
page.render:before and page.render:after hooks are now triggered during live preview rendering. If your project relies on render hooks – for example, to load classes or modify template data – they now work as expected.🚀 Features
🚀 Features
🐞 Bug Fixes
<head> tag is missing in your page template. Live Preview requires a <head> tag to inject the necessary JavaScript for real-time updates. Previously, templates without a <head> tag would fail silently. The error message now clearly indicates which template needs to be fixed.🐞 Bug Fixes
🐞 Bug Fixes
🚀 Features

🐞 Bug Fixes
site.yml), changes were not reflected in the preview until saved. Now, site-level content updates in real-time just like page-level content.🚀 Features
pageId section property lets you preview a different page than the one being edited. This is useful for previewing how site-level changes affect a specific page, or for previewing template pages from a settings panel.Kirby Live Preview v2 is a major release with full support for Kirby 5. This major release requires a new license key. If you already have a license, you receive either a free upgrade to v2 or a 50% discount on your new license. Head over to the Kirby Tools Hub to get your discount or read more in the license compatibility guide.
🚀 Features
🚀 Features
updateStrategy to control the preview update behavior. If set to blur, the preview is updated when any Kirby text-like, number-like, or blocks field loses focus.To change the default strategy from interval to blur, set the updateStrategy property in your blueprint:
type: preview
updateStrategy: blur
🚀 Features
🚀 Features
updateInterval option or disable it completely.🐞 Bug Fixes
Cmd + S now works correctly when the focus is on the preview frame.🚀 Features
writer fields to redirect links to the corresponding Panel page.data-preview-mode attribute in CSS and JavaScript:[data-preview-mode] .cookie-banner {
display: none;
}
const isPreviewMode = document.documentElement.dataset.previewMode === "true";
previewMode content key:$isPreviewMode = $page->previewMode()->isTrue();
Initial Release
Kirby Live Preview v1.0 brings real-time content preview directly into the Kirby Panel. See your changes rendered instantly as you edit, without switching between the Panel and your website.
🚀 Features
type: preview. Works with pages and site blueprints.updateInterval option.For setup instructions, see the Getting Started guide.