File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
resources/views/components/tools Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.2.1] - 2022-04-27
8
+
9
+ ### Changed
10
+
11
+ - Fixed filter dropdown opening on sort - https://github.com/rappasoft/laravel-livewire-tables/pull/740
12
+
7
13
## [ 2.2.0] - 2022-04-25
8
14
9
15
### Added
@@ -605,7 +611,8 @@ Ground Up Rebuild
605
611
606
612
- Initial release
607
613
608
- [ Unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.2.0...development
614
+ [ Unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.2.1...development
615
+ [ 2.2.1 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.2.0...v2.2.1
609
616
[ 2.2.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.1.0...v2.2.0
610
617
[ 2.1.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v2.0.0...v2.1.0
611
618
[ 2.0.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.20.1...v2.0.0
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ class="inline-flex justify-center w-full rounded-md border border-gray-300 shado
84
84
85
85
@if ($component -> isFilterLayoutPopover () )
86
86
<div
87
- wire:key =' {{ $component -> getTableName () } } -filters-popover-menu'
88
87
x-cloak
89
88
x-show =" open"
90
89
x-transition:enter =" transition ease-out duration-100"
@@ -380,7 +379,6 @@ class="btn dropdown-toggle d-block w-100 d-md-inline"
380
379
381
380
@if ($component -> isFilterLayoutPopover () )
382
381
<ul
383
- wire:key =' {{ $component -> getTableName () } } -filters-popover-menu'
384
382
x-cloak
385
383
class =" dropdown-menu w-100 mt-md-5"
386
384
x-bind:class =" {'show' : open}"
@@ -604,7 +602,6 @@ class="btn dropdown-toggle d-block w-100 d-md-inline"
604
602
605
603
@if ($component -> isFilterLayoutPopover () )
606
604
<ul
607
- wire:key =' {{ $component -> getTableName () } } -filters-popover-menu'
608
605
x-cloak
609
606
class =" dropdown-menu w-100"
610
607
x-bind:class =" {'show' : open}"
You can’t perform that action at this time.
0 commit comments