All releases
March 10, 2025
Block key
Block key allows you to define a persistent, unique identifier for a block, making it easier to reference in your code. Learn more in the docs.

Better tables
Workflow, User, and Block tables now display more detailed information. You can track workflow statuses, the number of active workflows for a user, and the last updated date for block templates among other things.
We've also improved the pagination in the Users table, now even with a lot of users, you can easily navigate through them.
Tour wait delay
Setup a delay between tour steps to give users time to process content or wait for elements to load. Learn more in the docs.
SDK improvements
- Added resetWorkflowProgress and resetAllWorkflowsProgress functions to the JS and React SDKs.
- Added useCurrentFloatingBlocks and useCurrentSlotBlocks hooks in the React SDK. Use them to track active blocks and trigger actions in your product.
- Fixed an issue where the tooltip rendered even when the target element didn't exist on the page.
Other improvements
- Paths with identical origins and destinations are now grouped in the workflow editor, preventing overlapping exit node labels.
- Added equals and not equals operators to page targeting.
- Tour steps can now be reordered with drag-and-drop.
- Added unique key validation for block template properties and exit nodes.
Bug fixes
- Fixed an issue where the Environments dialog sometimes failed to load fully.
- The workflow updated at column now displays the correct date.
- Improved performance when publishing a new workflow with a lot of users.