v26.9

Notifuse/notifusev26.9Jan 22, 2026by pierre-b

AI Summary

v26.9 is a bug fix release that addresses issues with CSV import, email builder MJML export, and Liquid variable preview functionality. The release improves data handling during contact imports and enhances debugging capabilities for template variables.

Key Highlights

  • Fixed non-breaking spaces (NBSP) not being trimmed from email addresses and text fields during CSV import
  • MJML export now preserves Liquid template syntax (e.g., `{{contact.external_id}}`) in links instead of stripping it
  • Preview displays helpful `[undefined: varName]` debug messages when Liquid variables are missing from test data

Full Release Notes

# v26.9 Release Notes

## Bug Fixes

- **CSV Import**: Fixed non-breaking spaces (NBSP) not being trimmed from email addresses and text fields during contact import (#223)
- **Email Builder**: Fixed MJML export stripping Liquid template syntax (e.g., `{{contact.external_id}}`) from links - exports now preserve raw Liquid syntax (#225)
- **Email Builder**: Preview now displays helpful `[undefined: varName]` debug messages when Liquid variables are missing from test data, instead of silently failing or showing empty values (#226)