Skip to content

Commit 08aa30f

Browse files
committed
update changelog.md
1 parent 23b71f2 commit 08aa30f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,28 @@ All notable changes to `laravel-mail-editor` will be documented in this file.
6262
## Version 1.1.11
6363

6464
- Fixes issue where the **tinyMCE editor** would take the blade directive `{{ $user->name }}` and then render the thing as this in the `.blade.php` file `{{ $user->name }}`.
65+
66+
## Version 1.1.14
67+
68+
- Add ui anchor icon for each simple variable.
69+
- Fix error that occured when updating template details: Error: Request failed with status code 500 #32.
70+
- Add route groups.
71+
72+
## Version 1.1.15
73+
74+
- Add Legacy output plugin and inline_styles option to TinyMCE editor.
75+
76+
## Version 1.1.16
77+
78+
- Add web middleware
79+
80+
## Version 1.1.20
81+
82+
- Add advanced editor params.
83+
- Optional factory usage configuration.
84+
- Add with data to params list.
85+
- Remove web middleware which disables markdown preview to render.
86+
87+
## Version 1.1.21
88+
89+
- Rename config middleware option to middlewares and add a simple middleware example.

0 commit comments

Comments
 (0)