Skip to content

Commit

Permalink
Document 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Aug 25, 2023
1 parent be77aa4 commit 93d9dfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.0 - 2023-08-25

- Add support for Livewire v3 (and drop support for Livewire v2)

## 0.2.1 - 2023-08-25

- Merge nested options provided in `wire:sortable.options` and `wire:sortable-group.options` attributes
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ The `livewire-sortable` package uses Shopify's sortable package. We noticed some
### CDN

```html
<script src="https://unpkg.com/@nextapps-be/livewire-sortablejs@0.2.1/dist/livewire-sortable.js"></script>
<script src="https://unpkg.com/@nextapps-be/livewire-sortablejs@0.3.0/dist/livewire-sortable.js"></script>
```

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

```bash
Expand Down
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.2.1",
"version": "0.3.0",
"description": "Laravel Livewire plugin to use Sortable.js",
"main": "dist/livewire-sortable.js",
"author": "Günther Debrauwer",
Expand Down

0 comments on commit 93d9dfb

Please sign in to comment.