From b4a0a4e6e2d81d73587f1f3ba6f4d117e93aa6d1 Mon Sep 17 00:00:00 2001 From: Jeffrey van Rossum Date: Fri, 17 Nov 2023 14:32:03 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d05f9a3..949477c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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