File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed
views/bootstrap-5/includes Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.7.1] - 2021-05-30
8
+
9
+ ### Added
10
+
11
+ - [ Arabic translation file] ( https://github.com/rappasoft/laravel-livewire-tables/pull/299 )
12
+
13
+ ### Changed
14
+
15
+ - [ Fix select tag className in Bootstrap 5] ( https://github.com/rappasoft/laravel-livewire-tables/pull/291 )
16
+
7
17
## [ 1.7.0] - 2021-05-18
8
18
9
19
### Added
@@ -341,7 +351,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
341
351
342
352
- Initial release
343
353
344
- [ Unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.7.0...development
354
+ [ Unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.7.1...development
355
+ [ 1.7.1 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.7.0...v1.7.1
345
356
[ 1.7.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.6.1...v1.7.0
346
357
[ 1.6.1 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.6.0...v1.6.1
347
358
[ 1.6.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.5.1...v1.6.0
Original file line number Diff line number Diff line change
1
+ {
2
+ "All" : " الكل" ,
3
+ "Applied Filters" : " التصفيات المطبقة" ,
4
+ "Applied Sorting" : " الترتيب المطبق" ,
5
+ "Bulk Actions" : " إجراءات" ,
6
+ "Clear" : " مسح" ,
7
+ "Filters" : " التصفيات" ,
8
+ "Remove filter option" : " خذف خيار التصفيه" ,
9
+ "Remove sort option" : " خذف خيار الترتيب" ,
10
+ "Search" : " بحث" ,
11
+ "Select All" : " تحديد الكل" ,
12
+ "Showing" : " إستعراض" ,
13
+ "Unselect All" : " إلغاء تحديد الكل" ,
14
+ "You are currently selecting all" : " أنت الآن تختار الكل" ,
15
+ "You are not connected to the internet." : " أنت غير متصل بالإنترنت." ,
16
+ "You have selected" : " لقد قمت باختيار" ,
17
+ "of" : " من" ,
18
+ "results" : " النتائج" ,
19
+ "rows" : " صفوف" ,
20
+ "rows, do you want to select all" : " الصفوف ، هل تريد تحديد الكل" ,
21
+ "to" : " إلي"
22
+ }
Original file line number Diff line number Diff line change 27
27
onclick =" event.stopPropagation();"
28
28
wire:model =" filters.{{ $key } }"
29
29
id =" filter-{{ $key } }"
30
- class =" form-control "
30
+ class =" form-select "
31
31
>
32
32
@foreach ($filter -> options () as $key => $value )
33
33
<option value =" {{ $key } }" >{{ $value } } </option >
You can’t perform that action at this time.
0 commit comments