Skip to content

Commit

Permalink
Document 0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Oct 18, 2023
1 parent d6b7325 commit f24f81d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

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

## 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)

## 0.2.3 - 2023-10-18

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

## 0.3.2 - 2023-10-17

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The `livewire-sortable` package uses Shopify's sortable package. We noticed some
### CDN

```html
<script src="https://unpkg.com/@nextapps-be/[email protected].2/dist/livewire-sortable.js"></script>
<script src="https://unpkg.com/@nextapps-be/[email protected].3/dist/livewire-sortable.js"></script>
```

> If you use Livewire v2, you need to use v0.2.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextapps-be/livewire-sortablejs",
"version": "0.3.2",
"version": "0.3.3",
"description": "Laravel Livewire plugin to use Sortable.js",
"main": "dist/livewire-sortable.js",
"author": "Günther Debrauwer",
Expand Down

0 comments on commit f24f81d

Please sign in to comment.