Skip to content

Commit 5017e5f

Browse files
committed
Document 0.3.2 release
1 parent ca0decb commit 5017e5f

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,29 @@
22

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

5+
## 0.3.2 - 2023-10-17
6+
7+
- Allow overriding `sort` option via `wire:sortable.options` and `wire:sortable-group.options` attributes (https://github.com/nextapps-be/livewire-sortablejs/pull/32)
8+
59
## 0.2.2 - 2023-10-17
610

7-
- Allow overriding `sort` option via `wire:sortable.options` and `wire:sortable-group.options` attributes
11+
- Allow overriding `sort` option via `wire:sortable.options` and `wire:sortable-group.options` attributes (https://github.com/nextapps-be/livewire-sortablejs/pull/32)
812

913
## 0.3.1 - 2023-09-29
1014

11-
- Do not throw an error when Livewire is not present on the page
15+
- Do not throw an error when Livewire is not present on the page (https://github.com/nextapps-be/livewire-sortablejs/pull/30)
1216

1317
## 0.3.0 - 2023-08-25
1418

15-
- Add support for Livewire v3 (and drop support for Livewire v2)
19+
- Add support for Livewire v3 (and drop support for Livewire v2) (https://github.com/nextapps-be/livewire-sortablejs/pull/26)
1620

1721
## 0.2.1 - 2023-08-25
1822

19-
- Merge nested options provided in `wire:sortable.options` and `wire:sortable-group.options` attributes
23+
- Merge nested options provided in `wire:sortable.options` and `wire:sortable-group.options` attributes (https://github.com/nextapps-be/livewire-sortablejs/pull/23)
2024

2125
## 0.2.0 - 2022-06-22
2226

23-
- Add `wire:sortable.options` and `wire:sortable-group.options` attributes
27+
- Add `wire:sortable.options` and `wire:sortable-group.options` attributes (https://github.com/nextapps-be/livewire-sortablejs/pull/11)
2428

2529
## 0.1.1 - 2021-08-22
2630

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