Skip to content

Commit f24f81d

Browse files
committed
Document 0.3.3 release
1 parent d6b7325 commit f24f81d

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

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

5+
## 0.3.3 - 2023-10-18
6+
7+
- Ensure `handle` option works when a group does not have any items on initial load (https://github.com/nextapps-be/livewire-sortablejs/pull/35)
8+
59
## 0.2.3 - 2023-10-18
610

7-
- Ensure `handle` option works when a group does not have any items on initial load.
11+
- Ensure `handle` option works when a group does not have any items on initial load (https://github.com/nextapps-be/livewire-sortablejs/pull/34)
812

913
## 0.3.2 - 2023-10-17
1014

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].2/dist/livewire-sortable.js"></script>
22+
<script src="https://unpkg.com/@nextapps-be/[email protected].3/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.2",
3+
"version": "0.3.3",
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)