Skip to content

Commit f4d8a8d

Browse files
committed
chore: release v11.0.0 🚀
1 parent c4bb8bf commit f4d8a8d

File tree

1 file changed

+5
-221
lines changed

1 file changed

+5
-221
lines changed

CHANGELOG.md

+5-221
Original file line numberDiff line numberDiff line change
@@ -1,229 +1,13 @@
1-
# Laravel DataTables CHANGELOG
1+
# Laravel DataTables
22

3-
[![Latest Stable Version](https://poser.pugx.org/yajra/laravel-datatables-oracle/v/stable.png)](https://packagist.org/packages/yajra/laravel-datatables-oracle)
4-
[![Total Downloads](https://poser.pugx.org/yajra/laravel-datatables-oracle/downloads.png)](https://packagist.org/packages/yajra/laravel-datatables-oracle)
5-
[![Build Status](https://travis-ci.org/yajra/laravel-datatables.png?branch=master)](https://travis-ci.org/yajra/laravel-datatables)
6-
[![Latest Unstable Version](https://poser.pugx.org/yajra/laravel-datatables-oracle/v/unstable.svg)](https://packagist.org/packages/yajra/laravel-datatables-oracle)
7-
[![License](https://poser.pugx.org/yajra/laravel-datatables-oracle/license.svg)](https://packagist.org/packages/yajra/laravel-datatables-oracle)
3+
## CHANGELOG
84

95
### [Unreleased]
106

11-
### [v10.11.4] - 2024-02-28
7+
### [v11.0.0](https://github.com/yajra/laravel-datatables/compare/v11.0.0...master) - 2024-03-14
128

13-
- fix: EloquentDataTable return type typo #3123
9+
- Laravel 11 support
1410

15-
### [v10.11.3] - 2023-12-27
1611

17-
- fix: Update composer.json to use Larastan Org #3107
12+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v11.0.0...master
1813

19-
### [v10.11.2] - 2023-12-12
20-
21-
- fix: scout search with smart search #3105
22-
23-
### [v10.11.1] - 2023-11-25
24-
25-
- fix: Prevent error when PHP extension iconv not enabled. #3098
26-
27-
### [v10.11.0] - 2023-11-04
28-
29-
- feat: Scout Search Implementation #3082
30-
- feat: Add scout fixed ordering for pgsql and oracle #3090
31-
32-
### [v10.10.0] - 2023-10-04
33-
34-
- feat: allow closure on formatColumn #3073
35-
36-
### [v10.9.0] - 2023-09-29
37-
38-
- feat: Ability to pass static data to a blade render #3067
39-
40-
### [v10.8.0] - 2023-08-12
41-
42-
- feat: convert prepareQuery from protected to public #3045
43-
44-
### [v10.7.0] - 2023-07-31
45-
46-
- feat: add ability to disable eloquent getter mutator #3009
47-
- feat: Ability to use deep relations for searching #3035
48-
49-
### [v10.6.2] - 2023-07-15
50-
51-
- fix: #3010 - convert expressions to strings #3029
52-
53-
### [v10.6.1] - 2023-07-05
54-
55-
- fix: #3025 #3026
56-
- fix the error introduced in 10.4.4 as described in #3025.
57-
58-
### [v10.6.0] - 2023-06-29
59-
60-
- feat: Expose autoFilter setter to disable post filtering #2981
61-
62-
### [v10.5.0] - 2023-06-29
63-
64-
- feat: Prevent editColumn when column is not shown #3018
65-
66-
### [v10.4.4] - 2023-06-27
67-
68-
- feat: Optimize countQuery with complex select #3008
69-
- fix: phpstan #3022
70-
71-
### [v10.4.3] - 2023-06-07
72-
73-
- Fix: Prevent the filteredCount() query if no filter is applied to the initial query #3007
74-
75-
### [v10.4.2] - 2023-05-31
76-
77-
- Fix return type for setTransformer() and setSerializer() #3003
78-
79-
### [v10.4.1] - 2023-05-27
80-
81-
- fix: Error when setting language config for "editor" #2983
82-
83-
### [v10.4.0] - 2023-03-28
84-
85-
- feat: Allow any callable in ->addColumn() #2977
86-
- fix: #2976
87-
88-
### [v10.3.1] - 2023-02-20
89-
90-
- fix: Fix anonymous resource collection data formatting #2944
91-
- fix: phpunit 10 deprecation #2955
92-
- fix: bump orchestra/testbench to 8 #2949
93-
94-
### [v10.3.0] - 2023-02-07
95-
96-
- Add Laravel 10 compatibility #2948
97-
98-
### [v10.2.3] - 2023-01-18
99-
100-
- fix: Custom Order on eager loaded relationships was not working
101-
- fix #2905
102-
103-
### [v10.2.2] - 2023-01-11
104-
105-
- fix: prevent deprecation errors in php 8.1+ #2931
106-
- fixes #2930
107-
108-
### [v10.2.1] - 2022-12-07
109-
110-
- fix: case insensitive starts with search #2917 #2916
111-
112-
### [v10.2.0] - 2022-11-03
113-
114-
- PHP 8.1 Depreciation Fix #2877
115-
- Methods pointing to the "uncustomizable" classes. #2861
116-
117-
### [v10.1.6] - 2022-10-10
118-
119-
- Fix anonymous resource collection #2870
120-
- Fix #2827
121-
- Add stale workflow
122-
123-
### [v10.1.5] - 2022-10-06
124-
125-
- Fix with method error with static analysis #2865
126-
127-
### [v10.1.4] - 2022-09-27
128-
129-
- Fixed the search column for same table relations #2856
130-
131-
### [v10.1.3] - 2022-09-20
132-
133-
- Fix relation key name for BelongsToMany #2850
134-
135-
### [v10.1.2] - 2022-07-12
136-
137-
- Fix HasOneThrough #2818
138-
139-
### [v10.1.1] - 2022-06-24
140-
141-
- Fix null recordsFiltered on empty collection #2806
142-
- Fix #2793
143-
144-
### [v10.1.0] - 2022-06-21
145-
146-
- Add support for dependency injection when using closure. #2800
147-
148-
### [v10.0.8] - 2022-06-21
149-
150-
- Make canCreate at QueryDataTable accept QueryBuilder only #2798
151-
152-
### [v10.0.7] - 2022-05-23
153-
154-
- Fix create eloquent datatable from relation #2789
155-
156-
### [v10.0.6] - 2022-05-18
157-
158-
- Added null parameter type as allowed to handle default Action column from laravel-datatables-html #2787
159-
160-
### [v10.0.5] - 2022-05-17
161-
162-
- Fix Return value must be of type int, string returned.
163-
164-
### [v10.0.4] - 2022-05-08
165-
166-
- Fix accidental formatter issue on eloquent
167-
- Add formatColumn test for eloquent
168-
169-
### [v10.0.3] - 2022-05-08
170-
171-
- Additional fix & test for zero total records
172-
173-
### [v10.0.2] - 2022-05-08
174-
175-
- Fix set total & filtered records count https://github.com/yajra/laravel-datatables/pull/2778
176-
- Fix set total & filtered records count
177-
- Fix #1453 #1454 #2050 #2609
178-
- Add feature test
179-
- Deprecate `skipTotalRecords`, just use `setTotalRecords` directly.
180-
181-
### [v10.0.1] - 2022-05-08
182-
183-
- Code clean-up and several phpstan fixes
184-
185-
### [v10.0.0] - 2022-05-08
186-
187-
- Laravel DataTables v10.x to support Laravel 9.x
188-
- Added PHPStan with max level static analysis
189-
- Drop `queryBuilder()` method
190-
- Drop support for `ApiResourceDataTable`
191-
- PHP8 syntax / method signature changed
192-
193-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.11.3...10.x
194-
[v10.11.3]: https://github.com/yajra/laravel-datatables/compare/v10.11.3...v10.11.2
195-
[v10.11.2]: https://github.com/yajra/laravel-datatables/compare/v10.11.2...v10.11.1
196-
[v10.11.1]: https://github.com/yajra/laravel-datatables/compare/v10.11.1...v10.11.0
197-
[v10.11.0]: https://github.com/yajra/laravel-datatables/compare/v10.11.0...v10.10.0
198-
[v10.10.0]: https://github.com/yajra/laravel-datatables/compare/v10.10.0...v10.9.0
199-
[v10.9.0]: https://github.com/yajra/laravel-datatables/compare/v10.9.0...v10.8.0
200-
[v10.8.0]: https://github.com/yajra/laravel-datatables/compare/v10.8.0...v10.7.0
201-
[v10.7.0]: https://github.com/yajra/laravel-datatables/compare/v10.7.0...v10.6.2
202-
[v10.6.2]: https://github.com/yajra/laravel-datatables/compare/v10.6.2...v10.6.1
203-
[v10.6.1]: https://github.com/yajra/laravel-datatables/compare/v10.6.1...v10.6.0
204-
[v10.6.0]: https://github.com/yajra/laravel-datatables/compare/v10.6.0...v10.5.0
205-
[v10.5.0]: https://github.com/yajra/laravel-datatables/compare/v10.5.0...v10.4.4
206-
[v10.4.4]: https://github.com/yajra/laravel-datatables/compare/v10.4.4...v10.4.3
207-
[v10.3.1]: https://github.com/yajra/laravel-datatables/compare/v10.3.1...v10.3.0
208-
[v10.3.1]: https://github.com/yajra/laravel-datatables/compare/v10.3.1...v10.3.0
209-
[v10.3.0]: https://github.com/yajra/laravel-datatables/compare/v10.3.0...v10.2.3
210-
[v10.2.3]: https://github.com/yajra/laravel-datatables/compare/v10.2.3...v10.2.2
211-
[v10.2.2]: https://github.com/yajra/laravel-datatables/compare/v10.2.2...v10.2.1
212-
[v10.2.1]: https://github.com/yajra/laravel-datatables/compare/v10.2.1...v10.2.0
213-
[v10.2.0]: https://github.com/yajra/laravel-datatables/compare/v10.2.0...v10.1.6
214-
[v10.1.6]: https://github.com/yajra/laravel-datatables/compare/v10.1.6...v10.1.5
215-
[v10.1.5]: https://github.com/yajra/laravel-datatables/compare/v10.1.5...v10.1.4
216-
[v10.1.4]: https://github.com/yajra/laravel-datatables/compare/v10.1.4...v10.1.3
217-
[v10.1.3]: https://github.com/yajra/laravel-datatables/compare/v10.1.3...v10.1.2
218-
[v10.1.2]: https://github.com/yajra/laravel-datatables/compare/v10.1.2...v10.1.1
219-
[v10.1.1]: https://github.com/yajra/laravel-datatables/compare/v10.1.1...v10.1.0
220-
[v10.1.0]: https://github.com/yajra/laravel-datatables/compare/v10.1.0...v10.0.8
221-
[v10.0.8]: https://github.com/yajra/laravel-datatables/compare/v10.0.8...v10.0.7
222-
[v10.0.7]: https://github.com/yajra/laravel-datatables/compare/v10.0.7...v10.0.6
223-
[v10.0.6]: https://github.com/yajra/laravel-datatables/compare/v10.0.6...v10.0.5
224-
[v10.0.5]: https://github.com/yajra/laravel-datatables/compare/v10.0.5...v10.0.4
225-
[v10.0.4]: https://github.com/yajra/laravel-datatables/compare/v10.0.4...v10.0.3
226-
[v10.0.3]: https://github.com/yajra/laravel-datatables/compare/v10.0.3...v10.0.2
227-
[v10.0.2]: https://github.com/yajra/laravel-datatables/compare/v10.0.2...v10.0.1
228-
[v10.0.1]: https://github.com/yajra/laravel-datatables/compare/v10.0.1...v10.0.0
229-
[v10.0.0]: https://github.com/yajra/laravel-datatables/compare/v10.0.0...10.x

0 commit comments

Comments
 (0)