If you have installed the plugin via Composer, you can update it by running the following command in your terminal:
composer update
If you have downloaded the plugin as a ZIP file, you can download the latest version from the releases page on GitHub.
July 11, 2025
๐ Bug Fixes
June 24, 2025
๐ Features
May 2, 2025
๐ Bug Fixes
<head> tag is missing in the page template.April 6, 2025
๐ Bug Fixes
April 4, 2025
๐ Bug Fixes
April 2, 2025
๐ Features

January 24, 2025
๐ Bug Fixes
January 20, 2025
๐ Features
pageId section property to preview a page other than the current one.December 20, 2024
Kirby Live Preview v2 is a major release with 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
November 15, 2024
๐ 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
June 18, 2024
๐ Features
March 25, 2024
๐ Features
updateInterval option or disable it completely.๐ Bug Fixes
Cmd + S now works correctly when the focus is on the preview frame.March 24, 2024
๐ 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();
March 22, 2024