Release 3.0.7

Published to the Chrome Web Store on February 3, 2026

Enhancements

  • Page Editor > Data Panel: the data panel is now resizable

  • Page Editor > Document Builder > Design Pane: elements now have a minimum width. Horizontal scroll is now available in the pane

  • Page Editor > Save Modal: add button to automatically draft a message describing the changes using AI

  • Page Editor: re-run triggers in mod when selecting the draft mod in the Page Editor. Re-running triggers ensures mod variables and the DOM reflect any unsaved changes in the draft

  • Page Editor > Icon Selector: new Icon Selector modal with icon preview and color settings

  • Page Editor > Copy Brick:

    • Shift+Click to select multiple bricks to Copy/Paste

    • Button to cancel "Copy" operation. "Escape" key also cancels the Copy operation. (Note: hitting "Escape" also toggles the Chrome DevTools drawer)

  • Page Editor > Add Brick Modal:

    • Group search results by "Built-in and Custom Bricks" vs. "Integration Library"

    • Add "Variables" category. Move variable-related bricks from Store/Retrieve and Control Flow to Variables category

    • Deprecated bricks are now hidden by default. To show deprecated bricks in the Add Brick Modal, toggle on in Extension Console > Settings > Developer Settings

  • Page Editor > Starter Brick Menu: show a preview tooltip to help new users choose the appropriate Starter Brick

  • Page Editor > New Lint Rules:

    • Warn if a variable reference is passed in Text Template input mode

    • HTTP Request: recommend passing URL search params via params instead of URL field to automatically escape param values

    • HTTP Request: warn on hard-coded authorization header

    • Warn if brick without an output is in the return position of a sub-pipeline

    • Warn on likely invalid mod variable name (e.g., in Assign Mod Variable brick)

    • Warn on API/network requests in renderer pipelines

    • Warn on unreachable bricks after Cancel and Raise Error bricks

🐛 Bug Fixes

  • Page Editor > Sharing: fix sharing configuration reverting to private on save

  • Page Editor > Walkthrough Modal: fix 3-dot menu icon size

  • Page Editor > Improve error recovery when clicking to reload the editor on error

  • Page Editor > Variable Popover: fix crash when referencing an error on a value that was undefined or null in the latest run

  • Page Editor > Design Pane: fix design pane crash when deleting the brick immediately before the Document Renderer brick

  • Admin Console > Edit Deployment: only show database options for team

  • Chat Copilot: fix conversation context provider style in toggled state

Last updated

Was this helpful?