Skip to content

Commit

Permalink
Document 0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Oct 18, 2023
1 parent 44a6231 commit b483773
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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/livewire-sortablejs@0.3.3/dist/livewire-sortable.js"></script>
<script src="https://unpkg.com/@nextapps-be/livewire-sortablejs@0.3.4/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.3",
"version": "0.3.4",
"description": "Laravel Livewire plugin to use Sortable.js",
"main": "dist/livewire-sortable.js",
"author": "Günther Debrauwer",
Expand Down

0 comments on commit b483773

Please sign in to comment.