March 04, 2025
2 months ago
This sprint was all about features and functionality! Here's what's new:
- Improved Word-to-HTML engine. As a consequence, inserting
.docx
documents as email elements into New Outlook now supports the following styles:- Heading 1
- Heading 2
- Heading 3
- Tables (including borders and background colours)
- Bullets
- Numbered lists
- Cursive
- Bold
- Font colour
- Font family
- Text-alignment
- Links
- Images
- Text background color
- Checkboxes
- Merging of different select form field types and added functionality:
- SearchableSelect and Select are are now simply Select.
Enable Search
setting has been added to Select form fields.Enable Multiple Selection
setting has been added to Select form fields.- Existing SearchableSelect fields have been converted to Select fields with search enabled.
- RecipeReferenceDropdown and MultipleRecipeReferenceDropdown are now RecipeReference.
Enable Multiple Selection
setting has been added to RecipeReference fields.Enable Free Selection
setting has been added to RecipeReference fields.- If checked, the user is also able to manually choose a text element to insert.
Restrict Free Selection to Folder
setting has been added if free selection is enabled.- If a folder is selected, the user is only able to insert a reference to a recipe from inside that folder.
- SearchableSelect and Select are are now simply Select.
- Increased size limit for uploading a backup to 100MB.
- Text elements are now inserted inline by default, and the setting is now a checkbox instead of a string.
- Duplicate functionality added to recipes, in the context menu.
- Data used to generate the document can now be stored in document metadata. This enables text elements inserted after document creation to be filled out with the same data.
Store Form Data in Document
setting is added to the Recipe Settings dialog in the Recipe editor. - Alphabetical sorting of content in Create.
Bug fixes:
- Members search in organizations and units.
- Date and number issues.
- Headers and footers not rendered correctly in the Binding editor.
- Scaling issues with zoom levels over 100%.
- Issues with AI assistant for non-admin users.