You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,28 @@ All notable changes to `laravel-mail-editor` will be documented in this file.
62
62
## Version 1.1.11
63
63
64
64
- 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