Skip to content

Releases: mailcarrierapp/mailcarrier

v2.1.0

05 Mar 09:06
2124eef
Compare
Choose a tag to compare

🔥 Added

  • Users management panel
  • Tokens management panel
  • Recipient and subject into the details modal

v2.0.1

22 Feb 17:49
c19ff32
Compare
Choose a tag to compare

🩹 Fixed

  • Template not being create correctly when no slug was provided
  • Template duplication modal was not working

v2.0.0

21 Feb 08:21
8b65584
Compare
Choose a tag to compare

🔥 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

30 Oct 13:14
27a034f
Compare
Choose a tag to compare

🔥 Added

  • Multiple CCs and BCCs

v1.1.0

26 Jun 14:37
Compare
Choose a tag to compare

🔥 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

31 Mar 09:48
a9b4657
Compare
Choose a tag to compare

🥳 v1.0 🥳

BREAKING CHANGES

  • Laravel 10 is the minimum supported version
  • The recipients.recipient field name when using multiple recipients is now called email (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

14 Dec 15:55
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Changed

  • Make name and created_at sortable on Templates and Layouts

v0.8.0

14 Nov 10:16
bd3f6e8
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

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

06 Sep 15:12
5feef2d
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

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

25 Aug 09:04
6ddd2c1
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Changed

Fixed

Full Changelog: v0.5.0...v0.6.0