Releases: Qoraiche/laravel-mail-editor
Releases · Qoraiche/laravel-mail-editor
v1.2.0
- Save created templates to maileclipse vendor resources path.
- Fix editor view data anchor.
- Rename configuration option
mail_dir
to mailables_dir
.
v1.1.21
Rename config middleware option to middlewares
and add a simple middleware example
v1.1.20
Changes:
- Add advanced editor params.
- Optional factory usage configuration.
- Add with data to params list
Fixes:
- Remove web middleware which disables markdown preview to render.
v1.1.15
- Add Legacy output plugin and inline_styles option to TinyMCE editor
v1.1.14
Patchs:
- Add ui anchor icon for each simple variable.
- Fix error that occured when updating template details:
Error: Request failed with status code 500
#32.
- Add route groups.
v1.1.11
Thanks to @ReeceM,
Fix: make markdown be blade compatible, check out PR #29.
v1.1.10
Thanks to @ReeceM,
Fixes #15 and fixes #16 as they were relating to the fact that they were unknown types to the package and rendered as normal vars.
For more informations checkout PR #28