Releases: mailcarrierapp/mailcarrier
Releases · mailcarrierapp/mailcarrier
v2.2.3
🤕 Fixed
- Create
personal_access_tokens
table if not exists
v2.2.2
🤕 Fixed
- Remove
discoverWidgets
,discoverResources
anddiscoverPages
to avoid issues with paths
v2.2.1
🤕 Fixed
- Create
sessions
andpersonal_access_tokens
table only if they don't exist - Remove useless stuff on install phase
v2.2.0
🔥 Added
- Support Laravel 11
- Extract and pre-define variables when sending a test email
v2.1.1
♻️ Changed
- API Tokens columns are now searchable and sortable
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