File tree 2 files changed +17
-6
lines changed
2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ UNRELEASED]
9
9
10
+ ## [ 4.0.0]
11
+
12
+ ### Added
13
+
14
+ - Added Laravel 11 support. Via #104 by @woeler .
10
15
- Added ` EditorJsImageUploaded ` event that triggers when an image is uploaded. Via #98 by @woeler .
11
16
- Added ` EditorJsThumbnailCreated ` event that triggers when a thumbnail is generated. Via #98 by @woeler .
12
- - Added Laravel 11 support. Via #104 by @woeler .
13
- - Dropped Laravel 9 support. Via #104 by @woeler .
14
- - Updated GitHub Actions to Node v20, via #106 by @roelofr .
15
- - Updated auto-formatter to use PHP 8.3, via #106 by @roelofr .
17
+
18
+ ### Changed
19
+ -
20
+ - Changed GitHub Actions to Node v20, via #106 by @roelofr .
21
+ - Changed auto-formatter to use PHP 8.3, via #106 by @roelofr .
22
+
23
+ ### Removed
24
+
25
+ - Removed Laravel 9 support. Via #104 by @woeler .
16
26
17
27
## [ 3.3.0]
18
28
@@ -144,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144
154
For older changes before v2.0.0, please see the [ releases page] ( https://github.com/advoor/nova-editor-js/releases ) .
145
155
146
156
[ unreleased ] : https://github.com/advoor/nova-editor-js/compare/v3.3.0..master
157
+ [ 4.0.0 ] : https://github.com/advoor/nova-editor-js/releases/v4.0.0
147
158
[ 3.3.0 ] : https://github.com/advoor/nova-editor-js/releases/v3.3.0
148
159
[ 3.2.1 ] : https://github.com/advoor/nova-editor-js/releases/v3.2.1
149
160
[ 3.2.0 ] : https://github.com/advoor/nova-editor-js/releases/v3.2.0
Original file line number Diff line number Diff line change 2
2
3
3
This guide describes how to upgrade this application.
4
4
5
- ## 3.x to 4.x (next release)
5
+ ## 3.x to 4.x
6
6
7
7
The following deprecations from 3.x have been removed in 4.x:
8
8
9
9
- ` Advoor\NovaEditorJs\NovaEditorJs::make ` , use ` Advoor\NovaEditorJs\NovaEditorJsField::make ` instead
10
10
- Config setting ` editorSettings.initialBlock ` , use ` editorSettings.defaultBlock ` instead
11
- - Support for Laravel 8.x has been dropped.
11
+ - Support for Laravel 8.x and Laravel 9.x has been dropped.
12
12
13
13
## From 2.x to 3.x (Laravel Nova 4.x)
14
14
You can’t perform that action at this time.
0 commit comments