diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b1f2d..9768da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `livewire-sortablejs` will be documented in this file. +## 0.3.4 - 2023-10-18 + +- Ensure Livewire's morph markers are handled correctly (https://github.com/nextapps-be/livewire-sortablejs/pull/36) + ## 0.3.3 - 2023-10-18 - Ensure `handle` option works when a group does not have any items on initial load (https://github.com/nextapps-be/livewire-sortablejs/pull/35) diff --git a/README.md b/README.md index 84c1c41..962db89 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The `livewire-sortable` package uses Shopify's sortable package. We noticed some ### CDN ```html - + ``` > If you use Livewire v2, you need to use v0.2. diff --git a/package-lock.json b/package-lock.json index b3f7fbf..43ca6e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.3", + "version": "0.3.4", "license": "MIT", "dependencies": { "sortablejs": "^1.14.0" diff --git a/package.json b/package.json index dcec309..447171a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextapps-be/livewire-sortablejs", - "version": "0.3.3", + "version": "0.3.4", "description": "Laravel Livewire plugin to use Sortable.js", "main": "dist/livewire-sortable.js", "author": "Günther Debrauwer",