-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCHANGELOG
73 lines (64 loc) · 2.99 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
VERSION 1 SUPPORT 2 DIFFERENT FRONTEND VERSIONS, REMOVE DEPENDENCY OF GRIDJS-VUE
=================================================================================
Version 1.0 - Support 2 different frontend versions, remove dependency of gridjs-vue
29/04/2024 08:50 1.0.1 Allow override of the render method
85b0bae #25 Make datagrid protected
22/03/2024 15:35 1.0.0 initial release
VERSION 0 INITIAL RELEASE
==========================
Version 0.6 - Rendering with Inertia and Vue3 - Alpha release!
14/03/2024 18:25 0.6.1-beta Clear default order when sorting
21a644d Update .rmt.yml
14/11/2023 13:45 0.6.0-alpha Alpha release
383ec5c Add inertia components
b92d9e9 Fix the search
8bbd0ee Use switch instead of match to retain php 7.4 compatibility
791ed85 Add config and inertia render
Version 0.5 - Laravel 10 compatibility, make command for datagrid classes
16/06/2023 09:29 0.5.0 initial release
4652d57 Laravel-10-compatibility
a1724f7 Update documentation add make:datagrid command #13
4d29306 Update documentation add make:datagrid command #13
734dbac added use statement to the top of stub for the given model
3543296 change fields order from label:field to field:label
c6c8512 default options values
b4031bc some fixes
c05c729 some fixes
5e47c1f fix makeColumns method
f5dcb15 take params
5581292 created make:datagrid command
8b9e8af removed .idea folder
Version 0.4 - Laravel 9 compatibility and preload data without ajax
22/08/2022 19:42 0.4.0 initial release
968e91b Update README.md
7926282 #7 Fix if rows are undefined
5291f19 Add demo to the readme
a498912 Update README.md
8bc3b23 Fix utils.js to work with both webpack and vite
3e9cfac Don't use global import
1549139 #9 Make add Laravel 9 support
ff3602a Make server config non static class
7ec8000 #7 Load initial data via props not ajax
Version 0.3 - Collection and array data source support
07/11/2021 10:46 0.3.0 initial release
faced40 Update the documentation
1518f45 Fix sortin and add test
25e4d33 Implement array data source
bad2a67 Implement collection data source
d7ce3a7 Update php-quality-tools
8d93e08 Fix code style
f62f4f4 Use php-quality-tools
Version 0.2 - PHP8 support
28/05/2021 05:53 0.2.0 initial release
e098981 Remove package-lock
5f41d3e Run tests on push and pull request
1a1dfa8 Remove travis
d0ec500 Add php8 to test runner
8e794e1 Make the Package php 8 compatible
a56d295 Update README.md
c2e3b4c Update README.md
73c0510 Create laravel-datagrid.png
75aaf7c Update README.md
8146a66 Add test badge
Version 0.1 - Initial release
23/03/2021 19:22 0.1.0 initial release