diff --git a/CHANGELOG.md b/CHANGELOG.md index 20254a641..d2fdcb052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-livewire-tables` will be documented in this file +## [v3.5.2] - 2024-11-09 +## Bug Fixes +- Migrate Localisation back to PHP Files from JSON by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2038 + ## [v3.5.1] - 2024-11-09 ### Bug Fixes - Fix NumberFilter bug for string values by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2034 diff --git a/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php b/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php index f65d13c5a..912611188 100644 --- a/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php +++ b/resources/views/components/tools/filter-pills/buttons/reset-filter.blade.php @@ -28,34 +28,3 @@ @endif -@aware(['tableName','isTailwind','isBootstrap','isBootstrap4','isBootstrap5']) -@props(['filterKey']) -@if ($isTailwind) - -@else - ($isBootstrap), - ]) - > - $isBootstrap4, - 'visually-hidden' => $isBootstrap5, - ])>{{ __('livewire-tables::core.Remove filter option') }} - - - - -@endif \ No newline at end of file