You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+91-2Lines changed: 91 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,94 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [Unreleased]
6
6
7
-
## [0.1.6] - 2020-06-15
7
+
## [0.3.2] - 2020-09-25
8
+
9
+
### Added
10
+
11
+
- Added thead class to option array
12
+
- Ability to export the list set to CSV/XLS/XLSX/PDF
13
+
- Ability to mark a visible column as not to be exported
14
+
- Ability to mark a column as export only, which hides it from UI
15
+
- Ability to format a single column differently for export as it is for its UI
16
+
- Added option to change the button class from the config
17
+
18
+
## [0.3.1] - 2020-09-18
19
+
20
+
### Changed
21
+
22
+
- Fixed non-sortable column headers not getting classes applied.
23
+
- Updated documentation
24
+
25
+
## [0.3] - 2020-09-16
26
+
27
+
- Ground up rebuild
28
+
29
+
### Added
30
+
31
+
- Config file to choose frontend framework - currently limited to bootstrap
32
+
- Render method to columns which returns whatever you put into it, you can return a view, html, an attribute, etc.
33
+
- Pulled in and modified the HTML component library from laravelcollective so you can return html components from the render method. i.e.: $this->image(...);
34
+
- Added new loading config on whether to keep displaying the current data while loading or collapse it
35
+
- Added ability to set frontend framework specific options via a property on a per component basis.
36
+
37
+
### Changed
38
+
39
+
- Extracted the sorting icons out to their actual HTML, so you can use whatever you want, not limited to the 'i' tag.
40
+
41
+
### Removed
42
+
43
+
- Checkbox functionality for now
44
+
- Component functionality pending debate
45
+
- All class and styling based properties. It's better to publish the views to change something.
46
+
47
+
## [0.2.1] - 2020-09-10
48
+
49
+
### Added
50
+
51
+
- Arabic translations
52
+
- Ability to add a link to make table rows clickable
53
+
- Added the ability to change the sort icons
54
+
- Ability to hide a column based on a condition or permanently
55
+
56
+
### Updated
57
+
58
+
- Livewire to 2.x
59
+
60
+
### Removed
61
+
62
+
- Removed 1 hard coded font awesome icon
63
+
64
+
### Changed
65
+
66
+
- Publish tags to service provider
67
+
68
+
## [0.2.0] - 2020-08-10
69
+
70
+
### Added
71
+
72
+
- Add pagination reset for perPage updates
73
+
- Add second parameter to view method for the name of the model variable available in the view.
74
+
- Allow publishing of views
75
+
- Make docblocks work with psalm
76
+
- Added searching method either debounce or lazy
77
+
- Allow dot notation for customer attributes
78
+
- Added loading message to table body if $loadingIndicator is true
79
+
- Add clear button option to search box
8
80
9
81
### Changed
10
82
83
+
- Updated Livewire to 1.3
84
+
- $disableSearchOnLoading default to false
85
+
- Trim the search term when processing
86
+
- Added language to publishable translation file
87
+
88
+
### Removed
89
+
90
+
- Existing loading subview for tbody message
91
+
92
+
## [0.1.6] - 2020-06-15
93
+
94
+
### Changed
11
95
- Add second parameter to view method for the name of the model variable available in the view.
12
96
13
97
## [0.1.5] - 2020-05-26
@@ -46,7 +130,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
0 commit comments