-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
95 lines (66 loc) · 2.5 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Version 1.1.0 - Jun 31, 2023
----------------------------
- Enh: upgrade illuminate/support to v10- Fix: code cleanup
Version 1.0.0 - Jan 23, 2021
----------------------------
- New: added new test TestDataGridFilter
- New: added new test TestDataGridView
- Enh: gridview rendering table moved to view files
Version 0.7.0 - Jan 12, 2021
----------------------------
- New: added possibility to specify whether column is sortable or not by 'sortable'=>true
- Fix: in rendering sortable columns
- Fix: in showing translation strings
- Fix: translation in all view files
- Fix: error on using HTML code in alert messages
Version 0.6.0 - Jan 9, 2021
----------------------------
- New: implemented GridView basic functionality
- New: implemented callback functionality to GridView items
- New: implemented CSS classes for headers and rows in GridView
- New: added sorting links to table column headers
- New: added possibility to wrap table in responsive DIV
- New: added translation files
- Enh: added test for DataGrid Message
Version 0.5.2 - Jan 4, 2021
----------------------------
- Fix: error in Filtering for multiselect gropdown boxes
Version 0.5.1 - Jan 3, 2021
----------------------------
- Fix: error in argument validation in Pagination
Version 0.5.0 - Jan 3, 2021
----------------------------
- New: added config file
- New: added possibility to publish config and view files
- New: added unit tests
Version 0.4.2 - Dec 31, 2020
----------------------------
- Fix: wrong argument exception in Pagination class
Version 0.4.1 - Dec 30, 2020
----------------------------
- Fix: in rendering of Filter section
Version 0.4.0 - Dec 30, 2020
----------------------------
- Enh: code refactoring in DataGridServiceProvider
- Enh: HTML code extracted to view blade files
- Enh: min PHP version is defined as PHP 7.1
Version 0.3.1 - Dec 26, 2020
----------------------------
- Fix: class Message comply with psr-0 autoloading standard
Version 0.3.0 - Dec 26, 2020
----------------------------
- New: added "jenssegers/agent": "^2.6" dependency for mobile view support
- Eng: class Messages renamed into Message
- Eng: updated README examples
Version 0.2.0 - Dec 23, 2020
----------------------------
- New: added view files
- New: added new class messages
- Enh: changes in README
Version 0.1.0 - Dec 21, 2020
----------------------------
- New: package renamed into apphp/laravel-datagrid
- New: added DataGridServiceProvider
Version 0.0.1 - Dec 20, 2020 (Initial release)
----------------------------
- New: created main structure