Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyvr committed Aug 29, 2023
1 parent be7bf72 commit 02b4f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to `dropblockeditor` will be documented in this file.
## 0.2.0 - 2022-08-29

- upgrade to Livewire v3
- requires php 8.1 or higher
- `php artisan dropblockeditor:make` puts Livewire component in `App\Livewire` namespace unless otherwise configured
- `php artisan dropblockeditor:make` now assumes you want an edit component by default

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The DropBlockEditor package provides you with a cool drag and drop editor. It al

> Note: This package is in the pre-release stage. Code is subject to change and should not considered stable at this time.
> To use with Livewire v2, use version <= 0.1.3.
## Documentation

Documentation for DropBlockEditor can be found on the [DropBlockEditor website](https://dropblockeditor.com).
Expand Down

0 comments on commit 02b4f16

Please sign in to comment.