Skip to content

Commit 2c2d202

Browse files
committed
Document 0.2.3 release
1 parent ed01343 commit 2c2d202

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.3 - 2023-10-18
6+
7+
- Ensure `handle` option works when a group does not have any items on initial load.
8+
59
## 0.2.2 - 2023-10-17
610

711
- Allow overriding `sort` option via `wire:sortable.options` and `wire:sortable-group.options` attributes

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