Skip to content

Commit e5bd5c6

Browse files
committed
Document 0.2.1 release
1 parent 4ee5723 commit e5bd5c6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.2.1 - 2023-08-25
6+
7+
- Merge nested options provided in `wire:sortable.options` and `wire:sortable-group.options` attributes
8+
59
## 0.2.0 - 2022-06-22
610

711
- Add `wire:sortable.options` and `wire:sortable-group.options` attributes

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].0/dist/livewire-sortable.js"></script>
22+
<script src="https://unpkg.com/@nextapps-be/[email protected].1/dist/livewire-sortable.js"></script>
2323
```
2424

2525
### NPM

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.2.0",
3+
"version": "0.2.1",
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)