Skip to main content

Added consent listeners

· One min read

We’ve introduced automatic consent handling in the Lyftio script. This means you no longer need to implement custom callback logic to "activate" the Lyftio script upon user consent.

If you're using industry-standard consent frameworks like Google Consent Mode v2 or OneTrust, everything now works out of the box.

Visitor Charts

· 2 min read

Understanding when changes happen during an experiment can be just as important as the final result. To make this easier, we’ve introduced Visitor Charts in the results view.

Visitor Charts give you a daily, visual breakdown of your experiment’s performance across the entire test period. Instead of only seeing aggregated totals, you can now explore how key metrics evolved day by day.

New Editor Hotkeys for Faster Workflows

· 2 min read

For users who spend a lot of time in the editor, small workflow improvements can make a big difference. To help speed things up, we’ve added keyboard shortcuts (hotkeys) for some of the most common editor actions.

These shortcuts allow you to quickly switch modes, navigate views, and save changes without leaving the keyboard.

Selector Builder in the Editor

· 2 min read

We’re excited to introduce the Selector Builder in the editor, making it easier than ever to create and refine CSS selectors for your experiments.

The Selector Builder gives you full control over the elements you want to target while keeping the process visual and intuitive. Instead of manually writing complex CSS selectors, you can now add, change, or remove parts of a generated selector directly in the editor.

Undo Style Changes in the Editor

· One min read

We’re excited to introduce the Undo Style Change feature in the editor, designed to give you more control and confidence when modifying element styles in your experiments.

Now, you can quickly see what has been changed on any element and revert individual style changes without affecting other edits.

Insert Operation in the Visual Editor

· 3 min read

We’ve added a new Insert operation to the Visual Editor, giving you an easy way to inject custom HTML directly relative to elements on the page.

With this feature, you can insert HTML before, after, inside the beginning, or inside the end of any selected element — all without writing custom DOM-handling logic.