Skip to content

2.72.0

Choose a tag to compare

@stavtseva stavtseva released this 31 Jul 15:10
a948791

🎉 New Stripo Plugin Version Released! 🎉


⚙️ Version: 2.72.0

Release Date: Jul 24, 2026
Release Time: 11:30 AM UTC (2026-07-24T11:30:00Z)


🆕 What's new:

  • Added the ability to resize containers in an email by dragging them with the cursor — no need to enter dimensions manually.
  • Added keyboard shortcuts to the hint tooltips for elements, so you can see the available shortcuts right where you work.
  • Added an aria-label to the "Send" button in comments — screen readers now announce the button correctly.
  • Added a control that turns off the conversion of decimal codes into symbols when pasting into the code editor — pasted code keeps its original character entities.
  • Added the ability to set padding for an individual cell or a group of selected cells in a table within the "Text" block.
  • Added the ability to copy and paste elements between different emails via the clipboard — reuse elements without rebuilding them from scratch.
  • Updated the AI → Translate prompt so translations keep merge tags intact.
  • Clicking outside the comment creation window no longer closes it if the comment already contains text — your draft is not lost.
  • Added a warning icon (triangle) to controls that may be incompatible with some email clients, so you can spot potential rendering issues before sending.
  • The tagging popup no longer opens on “@” when the Plugin is initialized with onUsersInfoSearchRequest: false, so @mentions can be turned off completely in comments.
  • Buttons added to an extension block through the BLOCK_BUTTON alias in setInnerHtml now render with the full button markup and in the position they were placed in the passed HTML.
  • After multiRowStructureModifier().updateLayout(), the root id and esd-extension-block-id attributes stay on the extension wrapper and are no longer copied to the generated inner structure, so custom rendering that relies on the root id keeps working.
  • Smart Elements now fill correctly with an image added by URL when the Plugin’s custom external image gallery tab is the active one — the upload runs through a writable gallery section instead of failing with a gallery configuration error.
  • Custom buttons inside extension blocks now export with VML dimensions matching the button itself rather than the stretched table cell, so they display at their real size in Outlook.
  • Container extension blocks dropped one after another into the same structure now keep the same width — each block is measured against the destination structure instead of against the block above it.

🛠️ Fixed:

  • Fixed containers displaying on separate lines after setting zero “Margins” in a structure when the stripe had a “Border.”
  • Fixed the structure width changing when a module containing a bordered structure was added to it.
  • Fixed all text being deleted in the “Text” block when only part of the selected text was removed.
  • Fixed drag-n-drop of elements not working on mobile devices.
  • Fixed incorrect recalculation of container sizes when adding a “Content Border” to a stripe.
  • Fixed the image gallery breaking when a user with the “Writer” role opened an empty “Project” tab.
  • Fixed the “Text” block being uneditable in some emails.
  • Fixed slide previews in the “Carousel” block being unclickable in the compiled email when some slides had no link set.
  • Fixed the “Radius” value not being applied to a structure when “Margins” were set.
  • Fixed the width of a new or duplicated container’s contents being reduced by the padding of the neighboring container in the structure.
  • Fixed links inside the “AMP Accordion” block being unclickable in the interactive preview.
  • Fixed extra spacing appearing in test emails in some email clients when the “Text” block contained empty

    tags.

  • Fixed incorrect behavior of the AI text improvement prompts.
  • Fixed a Smart Element variable not appearing in the email code after its name was changed in the Smart Element settings.
  • Fixed the preview showing the previous version of a synced module.
  • Fixed being unable to type or paste angle brackets (<>) into the email subject line.
  • Fixed spacing between containers being removed when the “Right to Left Text Direction” control was enabled in email settings.
  • Fixed being unable to turn off the “Save module styles” control when editing a module via the context menu of the modules tab.
  • Fixed the desktop “Text alignment” value being displayed for the mobile view.
  • Fixed buttons rendering black in emails sent to Outlook when a gradient color was set for the button.
  • Fixed the button hover color not changing in test emails when hover styles were set.
  • Fixed the code editor freezing when the entire email code was replaced.
  • Fixed extra classes being added after copying text between “Text” blocks.
  • Fixed stripes of the same type with different Display Conditions being merged when an email was compiled in Plugin — the second stripe's conditions are no longer cut from the code.

🔗 Resources