Welcome to the latest Activator version! This update brings bug fixes, new features, and improvements all around the system. Some changes are not visible to the end-user.
Let's explore what's new!
See the following explanations for enablement options:
AUTO-ON: Automatically activated and no configuration is required before using the feature; in some cases, a new feature is dependent on another feature that must be enabled or configured.
CONFIGURATION: Anthill must turn on or configure the feature before it is available to use or is active; for example, an Admin must add document templates before users can create documents from templates.
What’s new in 3.0.0-alpha-s.27
Clear individual Media Library filters
Within the Media Library popup, you now have the flexibility to clear individual predefined filters, offering enhanced control over your filter preferences. This update allows you to manage filters associated with each client more independently.
A clear "X" or clear icon is available next to each input, select, or multiselect component within the media library. This enhancement provides a straightforward way to modify your selections without resetting all attributes simultaneously. AUTO-ON
Refactored form behaviour
Filter options are now returning all values, rather than just contextually-relevant ones. This change provides greater flexibility and insight when creating queries, allowing you to explore a broader range of filtering possibilities.
The update impacts the creation wizard, ensuring access to all potential filters, regardless of the current faceted implementation. By expanding the visibility of filters, you can tailor searches more precisely according to your specific needs or investigation requirements. AUTO-ON
Ability to duplicate Design Systems
You can now seamlessly duplicate design systems, preserving all components, styles, and settings—including typography, colors, and element spacings. This simplifies reusing a trusted design framework across projects or teams without starting from scratch. The duplication process maintains the system’s structure, including resource relationships and specified modifications from a provided changeset, while excluding certain external properties. A "designSystemOf" relationship is added to track the origin of the duplicate.
To make duplication more accessible, a duplicate button has been added to dashboard cards, allowing quick duplication directly from the dashboard. CONFIGURATION
Additional Vault Relationships for Components and Email Fragments
Vault relationships are now set for media (Components) and Email Fragments. This improvement ensures your resources are structured more intuitively, reflecting their interdependencies.
File size display in Media Info popup
The media info popup now conveniently displays the file size alongside its existing details in the content tab. Previously, this information was only accessible through the media library search, but it is now readily available with each piece of content. This enhancement aims to provide you with a quick reference to file size within the context you are already exploring. AUTO-ON
Filesize of distributed Email HTML optimized
The email compiler now optimizes the source code by removing unnecessary class tags. Previously, when adding custom classes to MJML, the system included tags like act-mo-path-{$id}
in each element. These tags are now removed during the compile process, ensuring that your compiled content is free from irrelevant classes.
This change follows similar optimizations previously applied to other act-*
classes explored in our compile-email functions. For example, in a compiled HTML document, tags previously accounted for ~10% of the document's character count. With this update, you will find a more efficient and concise HTML output. AUTO-ON
Pre-fill filters for Vault metadata
Pre-fill filters for Vault metadata streamline the process of working with visual representations of your Vault content. When accessing Vault, this feature suggests commonly used filters based on your previous interactions and standard queries—enhancing the efficiency of data retrieval and display. Utilize pre-fill filters to efficiently manage and sort through large sets of metadata effortlessly. This tailored filtering approach ensures that you access the most relevant subsets of data quickly, allowing you to focus on the most pertinent information without having to manually construct complex queries each time you access Vault content. AUTO-ON
Enhanced URL encoding for External Resources
External URLs will now be properly encoded to ensure that characters like spaces are accurately represented as %20
. This enhancement applies to all references of external links in our system, such as externalUrl and externalThumb, eliminating issues caused by improperly formatted URLs from external providers. AUTO-ON
Enhancements to user-visible error notifications
Error handling in the publish flow has been improved by capturing all backend statuses and errors, ensuring you receive clear and actionable messages. Each operation now detects and displays known failures, while a fallback message (“Something went wrong”) appears for unspecified errors. Errors are shown via a snackbar, requiring no changes to the existing interface. AUTO-ON
Expose relevant metadata in MLR metadata-section
The metadata section of the MLR report now includes additional values from the DAM, which can be configured to display specific metadata fields.
These configurations make it easier to ensure that the data relevant to your analysis or reporting needs is readily available and organized within the platform. The newly enhanced UI reflects these customization capabilities, offering an intuitive way to adjust your report's metadata section. CONFIGURATION
Bugfixes
Duplication Wizard Improvements The Duplication Wizard now correctly inherits "Product" and "Country" field values and pre-selects the "Keep relation to existing Design System" option when duplicating documents from Material to Email Templates.
Design System Import Layout Discrepancy Upon importing a Design System, unrelated Layouts occasionally appear in the layouts list.
Preview Rendering Fix Preview rendering now consistently displays content without errors across all document versions.
Fix Colors in Quill We've resolved an issue with default colors in quill, standardizing the Design System palette.
Canvas Area Color Support The quill editor canvas now reflects color changes made in the Design System style panel.
Layout Update Visibility When updating a Layout, changes require a page refresh to be visible.
Open in DAM Button Visibility The "Open in DAM" button will not display unless an external URL is configured.
Update to Helper Tab Rendering Helper tab no longer displays skeletons unnecessarily when receiving empty event responses.
Added Layouts Now Appear at Document Bottom With the latest update, any newly added Layouts automatically position themselves at the place where dropped.
Fragment Naming Validation Fragment creation now enforces naming to prevent empty Fragments.
Layouts Panel Resolved an issue where incorrect layouts were applied when selected from the Layouts panel.
Fixed Publish from Preview Bug Resolved an issue where the publish button spun endlessly without sending any events.
Copying Formatted Text into Layouts Pasting formatted text into predefined Activator Layouts retains source formatting instead of applied styles.
MLR Report Content Display Issue MLR reports now correctly display all page contents and document layouts, resolving prior omissions.
Empty Snackbar Notification An empty snackbar notification could appear while switching to document preview mode.
Race Condition Mitigation Fixed an issue that caused data inconsistencies.