v28.4
Notifuse/notifusev28.4Mar 27, 2026by pierre-b
AI Summary
This release includes a security upgrade to picomatch 4.0.4, fixes for contact management issues (unresponsive dropdown menus and URL-persisted pagination), and an improvement to template testing that loads full contact records for accurate Liquid variable rendering.
Key Highlights
- Security: Upgraded picomatch to 4.0.4 in notification center
- Fixed dropdown menu becoming unresponsive after deleting contacts
- Pagination state now persists in URL across page refreshes
- Test emails now load full contact record for accurate Liquid variable rendering
New Features
- Test emails now load the full contact record, enabling Liquid variables like `{{ contact.first_name }}` to render correctly during template testing
Full Release Notes
- **Security**: Upgraded picomatch to 4.0.4 in notification center
- **Contacts**: Fixed dropdown menu becoming unresponsive after deleting contacts, and pagination state now persists in URL across page refreshes (#294)
- **Templates**: Test emails now load the full contact record, so Liquid variables like `{{ contact.first_name }}` render correctly