File tree 3 files changed +12
-8
lines changed
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` livewire-sortablejs ` will be documented in this file.
4
4
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
+
5
9
## 0.2.2 - 2023-10-17
6
10
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 )
8
12
9
13
## 0.3.1 - 2023-09-29
10
14
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 )
12
16
13
17
## 0.3.0 - 2023-08-25
14
18
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 )
16
20
17
21
## 0.2.1 - 2023-08-25
18
22
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 )
20
24
21
25
## 0.2.0 - 2022-06-22
22
26
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 )
24
28
25
29
## 0.1.1 - 2021-08-22
26
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nextapps-be/livewire-sortablejs" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " Laravel Livewire plugin to use Sortable.js" ,
5
5
"main" : " dist/livewire-sortable.js" ,
6
6
"author" : " Günther Debrauwer" ,
You can’t perform that action at this time.
0 commit comments