Skip to content

Commit f7505f3

Browse files
authored
Merge pull request #744 from rappasoft/develop
v2.2.1
2 parents 6e30f7c + 952ac19 commit f7505f3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
44

55
## [Unreleased]
66

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+
713
## [2.2.0] - 2022-04-25
814

915
### Added
@@ -605,7 +611,8 @@ Ground Up Rebuild
605611

606612
- Initial release
607613

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
609616
[2.2.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.1.0...v2.2.0
610617
[2.1.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.0.0...v2.1.0
611618
[2.0.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.20.1...v2.0.0

resources/views/components/tools/toolbar.blade.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ class="inline-flex justify-center w-full rounded-md border border-gray-300 shado
8484

8585
@if ($component->isFilterLayoutPopover())
8686
<div
87-
wire:key='{{ $component->getTableName() }}-filters-popover-menu'
8887
x-cloak
8988
x-show="open"
9089
x-transition:enter="transition ease-out duration-100"
@@ -380,7 +379,6 @@ class="btn dropdown-toggle d-block w-100 d-md-inline"
380379

381380
@if ($component->isFilterLayoutPopover())
382381
<ul
383-
wire:key='{{ $component->getTableName() }}-filters-popover-menu'
384382
x-cloak
385383
class="dropdown-menu w-100 mt-md-5"
386384
x-bind:class="{'show' : open}"
@@ -604,7 +602,6 @@ class="btn dropdown-toggle d-block w-100 d-md-inline"
604602

605603
@if ($component->isFilterLayoutPopover())
606604
<ul
607-
wire:key='{{ $component->getTableName() }}-filters-popover-menu'
608605
x-cloak
609606
class="dropdown-menu w-100"
610607
x-bind:class="{'show' : open}"

0 commit comments

Comments
 (0)