All notable changes to laravel-mail-preview
will be documented in this file.
- Convert symfony Addresses to jsonable email adresses for the .html preview by @rudiedirkx in #104
- @rudiedirkx made their first contribution in #104
Full Changelog: https://github.com/spatie/laravel-mail-preview/compare/6.1.0...6.2.0
- Convert symfony Addresses to jsonable email adresses for the .html preview by @rudiedirkx in #104
- @rudiedirkx made their first contribution in #104
Full Changelog: https://github.com/spatie/laravel-mail-preview/compare/6.1.0...v4.0.1
- Laravel 11.x Compatibility by @laravel-shift in #103
- Allow to change default filename date format by @ekateiva in #102
- @laravel-shift made their first contribution in #103
- @ekateiva made their first contribution in #102
Full Changelog: https://github.com/spatie/laravel-mail-preview/compare/6.0.6...6.1.0
- Add default by @dododedodonl in #100
- @dododedodonl made their first contribution in #100
Full Changelog: https://github.com/spatie/laravel-mail-preview/compare/6.0.5...6.0.6
- support L10
Full Changelog: https://github.com/spatie/laravel-mail-preview/compare/6.0.4...6.0.5
- Prevent closePopup from running immediately by @mrk-j in #98
Full Changelog: https://github.com/spatie/laravel-mail-preview/compare/6.0.3...6.0.4
- fix: make setTimeoutInSeconds works by @bernardo-campos in #97
- @bernardo-campos made their first contribution in #97
Full Changelog: https://github.com/spatie/laravel-mail-preview/compare/6.0.2...6.0.3
- Run parent transport constructor by @mrk-j in #83
Full Changelog: https://github.com/spatie/laravel-mail-preview/compare/6.0.1...6.0.2
- Fix wrong class in readme.md by @spoyntersmith in #80
- Fix HTML preview for Laravel 9 by @mrk-j in #82
- @spoyntersmith made their first contribution in #80
Full Changelog: https://github.com/spatie/laravel-mail-preview/compare/6.0.0...6.0.1
- add support for Laravel 9
- drop support for Laravel 8
- add
assertNothingSent
- MailManager extension in afterResolving() for better service ordering (#73)
- remove stray ray calls
- fix missing return in bodyContains and two minor fixes (#64)
- style update
- add assertion methods
- add open eml version to overlay
- allow to dynamically switch storage path
- fix displaying mails
- add
enabled
option
- fix middleware name
- rewrite of the package to modern standards
- first release after transfer from themsaid/laravel-mail-preview