Releases: mailcarrierapp/mailcarrier
Releases · mailcarrierapp/mailcarrier
v2.1.0
🔥 Added
- Users management panel
- Tokens management panel
- Recipient and subject into the details modal
v2.0.1
🩹 Fixed
- Template not being create correctly when no slug was provided
- Template duplication modal was not working
v2.0.0
🔥 Added
- Manual retry functionality
- Automatic refresh of logs table data (can be disabled by config)
- Template tags to understand and filter templates more quickly
- New design (by Filament 3.x) and general review of tables data
- Ability to choose template slug on creation and edit it later
♻️ Changed
⚠️ Upgrade to Filament 3.x. If you extended MailCarrier to implement custom Filament properties probably you have to update your code too.⚠️ AttachmentDto
has a new method::fromUploadedFile
to create instance from files. If you used that DTO in your project tou have to update your code too.- Use Monaco CDN instead of building dist files
- Switch from npm to Bun to build CSS and JS
v1.2.0
🔥 Added
- Multiple CCs and BCCs
v1.1.0
🔥 Added
- Allow override of
GenericMailDto
from the sending middleware - Accepts tags and metadata to be sent within the email
🤕 Fixed
- Download attachments modal on Logs was not opening
🔃 Changed
- Bump
filament/filament
to v2.17.49
v1.0.0
🥳 v1.0 🥳
BREAKING CHANGES
- Laravel 10 is the minimum supported version
- The
recipients.recipient
field name when using multiple recipients is now calledemail
(recipients.email
)
Added
- Tests
Fixed
- Remove table header from dashboard top triggers widget
- Clear dashboard widgets cache when a new log has been created, updated or deleted
v0.8.1
Changed
- Make
name
andcreated_at
sortable on Templates and Layouts
v0.8.0
Added
- Logo and favicon design customization
- Dashboard widget: Stats overview
- Dashboard widget: Sent and failure over time
- Dashboard widget: Top triggers
Fixed
- Route
login
not found (by adding a default Handler) - Use relative URL for preview iFrame
- Clear template cache upon layout edits
Changed
- Set package README as project README
- Delete unnecessary files
v0.7.0
Added
beforeSending
middleware- Models factories
Changed
- The send endpoint now returns the correct HTTP Status Code if an HttpException is being thrown
- Renamed send route name to
mailcarrier.send
v0.6.0
Changed
- [BREAKING] Switch template engine to Twig by @danilopolani in #3
Fixed
- "Help with syntax" URL now opens in a new tab by @danilopolani in #3
Full Changelog: v0.5.0...v0.6.0