Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyvr committed Nov 17, 2023
1 parent 96a14a6 commit b4a0a4e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,31 @@ All notable changes to `dropblockeditor` will be documented in this file.

## Unreleased

## 0.2.0 - 2022-08-29
## 0.3.0 - 2023-11-17

- added tablet preview (thanks @JesusChrist69)
- categories for blocks (thanks @JesusChrist69)

## 0.2.0 - 2023-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

## 0.1.3 - 2022-06-23
## 0.1.3 - 2023-06-23

- added `preview_css` config option (thanks @TechTomaz)
- fix path make block command (lowercase `app`) (thanks @Carnicero90)

## 0.1.2 - 2022-05-12
## 0.1.2 - 2023-05-12

- allow html parser base template to be a string

## 0.1.1 - 2022-05-11
## 0.1.1 - 2023-05-11

- fix not passing update properties to buttons on initial load

## 0.1.0 - 2022-05-10
## 0.1.0 - 2023-05-10

- first pre release

0 comments on commit b4a0a4e

Please sign in to comment.