File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
8
8
9
9
- Ground up rebuild, see documentation for usage.
10
10
11
+ ## [ 0.4.0] - 2021-04-14
12
+
13
+ ### Changed
14
+
15
+ - Fixed polling issue
16
+ - Fixed [ MongoDB per page issue] ( https://github.com/rappasoft/laravel-livewire-tables/pull/107 )
17
+ - [ Fixed use of $clearSearchButtonClass variable] ( https://github.com/rappasoft/laravel-livewire-tables/pull/118 )
18
+
11
19
## [ 0.3.3] - 2020-12-13
12
20
13
21
### Added
@@ -148,7 +156,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
148
156
- Initial release
149
157
150
158
[ Unreleased ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.0.0...development
151
- [ 1.0.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.3...v1.0.0
159
+ [ 1.0.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v0.4.0...v1.0.0
160
+ [ 0.4.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.3...v0.4.0
152
161
[ 0.3.3 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.2...v0.3.3
153
162
[ 0.3.2 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.1...v0.3.2
154
163
[ 0.3.1 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v0.3.0...v0.3.1
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ composer require rappasoft/laravel-livewire-tables
22
22
Publishing assets are optional unless you want to customize this package.
23
23
24
24
``` bash
25
- php artisan vendor:publish --provider=" Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=laravel- livewire-tables-config
25
+ php artisan vendor:publish --provider=" Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=livewire-tables-config
26
26
27
- php artisan vendor:publish --provider=" Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=laravel- livewire-tables-views
27
+ php artisan vendor:publish --provider=" Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=livewire-tables-views
28
28
```
29
29
30
30
## Usage
You can’t perform that action at this time.
0 commit comments