v27.4

Notifuse/notifusev27.4Mar 1, 2026by pierre-b

AI Summary

This release addresses bug fixes in the Notification Center and Email Builder, plus adds dynamic subject line support for transactional emails. The most notable fix prevents browser language auto-detection from overwriting user-selected language preferences.

Key Highlights

  • Fixed browser language auto-save overwriting manually chosen contact language in Notification Center
  • Fixed missing MJML component defaults (border-radius, borders, background, direction, textAlign) in Email Builder WYSIWYG editor
  • Added dynamic email subject lines with Liquid templating support via `subject` override in email_options

New Features

  • Added `subject` override to `email_options` for transactional emails, supporting dynamic subject lines per API call with Liquid templating support (#281)

Full Release Notes

- **Notification Center**: Fixed browser language auto-save overwriting contact's manually chosen language. Now only auto-detects when contact has no language set.
- **Email Builder**: Fixed missing MJML component defaults (border-radius, borders, background, direction, textAlign) causing styles not to render in the WYSIWYG editor
- **Transactional Emails**: Added `subject` override to `email_options`, allowing dynamic email subject lines per API call with Liquid templating support (#281)