Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roelofr committed Apr 19, 2024
1 parent 24df5e8 commit d33acfa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## [4.0.0]

### Added

- Added Laravel 11 support. Via #104 by @woeler.
- Added `EditorJsImageUploaded` event that triggers when an image is uploaded. Via #98 by @woeler.
- Added `EditorJsThumbnailCreated` event that triggers when a thumbnail is generated. Via #98 by @woeler.
- Added Laravel 11 support. Via #104 by @woeler.
- Dropped Laravel 9 support. Via #104 by @woeler.
- Updated GitHub Actions to Node v20, via #106 by @roelofr.
- Updated auto-formatter to use PHP 8.3, via #106 by @roelofr.

### Changed
-
- Changed GitHub Actions to Node v20, via #106 by @roelofr.
- Changed auto-formatter to use PHP 8.3, via #106 by @roelofr.

### Removed

- Removed Laravel 9 support. Via #104 by @woeler.

## [3.3.0]

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

[unreleased]: https://github.com/advoor/nova-editor-js/compare/v3.3.0..master
[4.0.0]: https://github.com/advoor/nova-editor-js/releases/v4.0.0
[3.3.0]: https://github.com/advoor/nova-editor-js/releases/v3.3.0
[3.2.1]: https://github.com/advoor/nova-editor-js/releases/v3.2.1
[3.2.0]: https://github.com/advoor/nova-editor-js/releases/v3.2.0
Expand Down
4 changes: 2 additions & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This guide describes how to upgrade this application.

## 3.x to 4.x (next release)
## 3.x to 4.x

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

- `Advoor\NovaEditorJs\NovaEditorJs::make`, use `Advoor\NovaEditorJs\NovaEditorJsField::make` instead
- Config setting `editorSettings.initialBlock`, use `editorSettings.defaultBlock` instead
- Support for Laravel 8.x has been dropped.
- Support for Laravel 8.x and Laravel 9.x has been dropped.

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

Expand Down

0 comments on commit d33acfa

Please sign in to comment.