Skip to content

Commit 212693a

Browse files
committed
Document 0.3.5 release
1 parent f02d0ff commit 212693a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `livewire-sortablejs` will be documented in this file.
44

5+
## 0.3.5 - 2023-10-19
6+
7+
- Add support for Livewire's new morph markers (https://github.com/nextapps-be/livewire-sortablejs/pull/37)
8+
59
## 0.3.4 - 2023-10-18
610

711
- Ensure Livewire's morph markers are handled correctly (https://github.com/nextapps-be/livewire-sortablejs/pull/36)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `livewire-sortable` package uses Shopify's sortable package. We noticed some
1919
### CDN
2020

2121
```html
22-
<script src="https://unpkg.com/@nextapps-be/[email protected].4/dist/livewire-sortable.js"></script>
22+
<script src="https://unpkg.com/@nextapps-be/[email protected].5/dist/livewire-sortable.js"></script>
2323
```
2424

2525
> If you use Livewire v2, you need to use v0.2.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextapps-be/livewire-sortablejs",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Laravel Livewire plugin to use Sortable.js",
55
"main": "dist/livewire-sortable.js",
66
"author": "Günther Debrauwer",

0 commit comments

Comments
 (0)