Skip to content

Commit d33acfa

Browse files
committed
Release v4.0.0
1 parent 24df5e8 commit d33acfa

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [UNRELEASED]
99

10+
## [4.0.0]
11+
12+
### Added
13+
14+
- Added Laravel 11 support. Via #104 by @woeler.
1015
- Added `EditorJsImageUploaded` event that triggers when an image is uploaded. Via #98 by @woeler.
1116
- 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.
1626

1727
## [3.3.0]
1828

@@ -144,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144154
For older changes before v2.0.0, please see the [releases page](https://github.com/advoor/nova-editor-js/releases).
145155

146156
[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
147158
[3.3.0]: https://github.com/advoor/nova-editor-js/releases/v3.3.0
148159
[3.2.1]: https://github.com/advoor/nova-editor-js/releases/v3.2.1
149160
[3.2.0]: https://github.com/advoor/nova-editor-js/releases/v3.2.0

UPGRADING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This guide describes how to upgrade this application.
44

5-
## 3.x to 4.x (next release)
5+
## 3.x to 4.x
66

77
The following deprecations from 3.x have been removed in 4.x:
88

99
- `Advoor\NovaEditorJs\NovaEditorJs::make`, use `Advoor\NovaEditorJs\NovaEditorJsField::make` instead
1010
- 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.
1212

1313
## From 2.x to 3.x (Laravel Nova 4.x)
1414

0 commit comments

Comments
 (0)