Skip to content

Commit cb0ccc6

Browse files
committed
Patch changelog
1 parent 6363476 commit cb0ccc6

File tree

1 file changed

+3
-272
lines changed

1 file changed

+3
-272
lines changed

CHANGELOG.md

Lines changed: 3 additions & 272 deletions
Original file line numberDiff line numberDiff line change
@@ -2,276 +2,7 @@
22

33
## UNRELEASED
44

5+
- Added Laravel 9 specific support
6+
- Bump major version to match with the framework
57
- Move `maatwebsite/excel` to suggest. #139
6-
7-
## v4.13.3 - 09-14-2021
8-
9-
- Fix FastExcel Integration: Use data as source. #138
10-
11-
## v4.13.2 - 09-14-2021
12-
13-
- Fix export with array values. #136
14-
- Fix https://github.com/yajra/laravel-datatables-buttons/issues/135
15-
16-
## v4.13.1 - 07-01-2021
17-
18-
- Fix addScopes method pushing the array of scopes. #133
19-
20-
## v4.13.0 - 04-21-2021
21-
22-
- Allow passing of constructor arguments on make method helper. #131
23-
24-
## v4.12.2 - 04-10-2021
25-
26-
- Fix checking of custom export handler. #130
27-
- Fix #129 and #127
28-
29-
## v4.12.1 - 04-03-2021
30-
31-
- Use same export data if export handler extends DataTablesExportHandler [#127](https://github.com/yajra/laravel-datatables-buttons/pull/127)
32-
- Fix [#126](https://github.com/yajra/laravel-datatables-buttons/issue/126)
33-
34-
## v4.12.0 - 03-19-2021
35-
36-
- Add support for fast-excel when exporting to excel and csv. [#124](https://github.com/yajra/laravel-datatables-buttons/pull/124)
37-
38-
## v4.11.1 - 03-18-2021
39-
40-
- Fix class file ext.
41-
42-
## v4.11.0 - 03-18-2021
43-
44-
- Improve support for custom laravel-excel export class using collection. [#122](https://github.com/yajra/laravel-datatables-buttons/pull/122)
45-
46-
## v4.10.4 - 01-13-2021
47-
48-
- Reverts [#120] as it breaks several installations.
49-
50-
## v4.10.3 - 01-02-2021
51-
52-
- Request expects JSON [#120]
53-
54-
## v4.10.2 - 11-05-2020
55-
56-
- Set the start to 0 on export [#118], credits to @nmfzone.
57-
58-
## v4.10.1 - 10-31-2020
59-
60-
- Fix model namespace for Laravel 8.x [#117], credits to @luckys383.
61-
62-
## v4.10.0 - 09-09-2020
63-
64-
- Add support for Laravel 8.
65-
66-
## v4.9.3 - 07-07-2020
67-
68-
- Use Blade's helper to check for the first row [#111], credits to @AdrienPoupa.
69-
70-
## v4.9.2 - 06-13-2020
71-
72-
- Use app helper instead of resolve.
73-
- Fix [#2351].
74-
75-
## v4.9.1 - 04-23-2020
76-
77-
- Fix BindingResolutionException when using Laravel 7.7.0 or greater [#105], credits to @singhofmarco.
78-
79-
## v4.9.0 - 04-03-2020
80-
81-
- Allow Laravel 7 [#102], credits to @barryvdh.
82-
83-
## v4.8.0 - 09-10-2019
84-
85-
- Extract html builder to own class. [#99]
86-
- Add command to generate html builder `php artisan datatables:html`.
87-
- Add `--builder` option on `make` command.
88-
89-
## v4.7.0 - 09-04-2019
90-
91-
- Add support Laravel 6.0 & remove deprecated functions. [#98], credits to @sangnguyenplus.
92-
93-
## v4.6.0 - 02-27-2019
94-
95-
- Add support for dataTable 9.0 / Laravel 5.8 [#89].
96-
97-
## v4.5.0 - 11-14-2018
98-
99-
- Add support for html 4.0
100-
101-
## v4.4.0 - 10-05-2018
102-
103-
- Add option to export only visible columns. [#78], credits to @FabienLucini
104-
- Fix [#1558].
105-
106-
## v4.3.0 - 09-25-2018
107-
108-
- Allow customization of export and print columns. [#76]
109-
110-
## v4.2.0 - 09-05-2018
111-
112-
- Added hasScopes method. [#70], credits to @alfa6661
113-
114-
## v4.1.0 - 09-05-2018
115-
116-
- Add support for Laravel 5.7
117-
118-
## v4.0.0 - 08-15-2018
119-
120-
- Bump Laravel Excel to version 3.0
121-
122-
## v3.3.0 - 08-15-2018
123-
124-
- Implemented the 'exclude column from export' [#65], credits to @rylxes.
125-
126-
## v3.2.2 - 07-31-2018
127-
128-
- Keep original type in exportable array. [#67] credits to @FabienLucini.
129-
130-
## v3.2.1 - 02-21-2018
131-
132-
- Add reset to column search and icons to copy and colvis buttons [#59], credits to @Namoshek.
133-
134-
## v3.2.0 - 02-11-2018
135-
136-
- Add support for Laravel 5.6. [#57]
137-
138-
## v3.1.2 - 12-23-2017
139-
140-
- Change the default export filename [#49], credits to @ElfSundae.
141-
142-
## v3.1.1 - 11-23-2017
143-
144-
- Specify selected columns to avoid issues like [#19] and [yajra/laravel-datatables#1519](https://github.com/yajra/laravel-datatables/issues/1519). [#54]
145-
146-
## v3.1.0 - 10-27-2017
147-
148-
- Add export CSV with post as a method. [#41], credits to @jiwom
149-
- Add export PDF with post as a method. [#42], credits to @jiwom
150-
- Add export Excel with post as a method. [#43], credits to @jiwom
151-
152-
## v3.0.2 - 10-18-2017
153-
154-
- Fix ButtonsServiceProvider. [#39], credits to @ElfSundae
155-
- Fix doc PR links.
156-
157-
## v3.0.1 - 10-05-2017
158-
159-
- Handle scopes stub folder config. [#37]
160-
- Use default builder parameters from config. [#36]
161-
- Use datatables() helper to create dataTable instance. [#35]
162-
- Credits to @ElfSundae.
163-
164-
## v3.0.0 - 08-31-2017
165-
166-
- Drop support for `laravel-datatables-oracle:7.*`.
167-
- Exclusive support for `laravel-datatables-oracle:8.*`.
168-
- Change namespace from `Yajra\Datatables` to `Yajra\DataTables`.
169-
- Use `snappy` as default pdf generator.
170-
- Remove constructor dependencies. Create DataTable instance directly from `dataTable()` method.
171-
- Method injections are now supported on the following methods:
172-
173-
```php
174-
ajax(), dataTable(), query(), csv(), excel(), pdf(), printPreview()
175-
```
176-
177-
- `DataTableContract` contract removed.
178-
- `DataTableScopeContract` contract renamed to `DataTableScope`.
179-
- `DataTableButtonsContract` contract renamed to `DataTableButtons`.
180-
181-
## v2.0.2 - 06-30-2017
182-
183-
- Fix min php requirements.
184-
- Import data transformer that was removed from main package (v8.x).
185-
186-
## v2.0.1 - 06-28-2017
187-
188-
- Allow tests failure on PHP 5.6.
189-
190-
## v2.0.0 - 06-28-2017
191-
192-
- Add support for Laravel 5.5.
193-
- Upgrade to laravel-datatables-html:~2.0
194-
195-
## v1.3.2 - 06-26-2017
196-
197-
- Use minifiedAjax by default. [#24]
198-
- Update html package to min v1.4
199-
- Fix random issues occurring due to long URL.
200-
- Fix/Lessen IE compatibility issue due to long URL limitation.
201-
202-
## v1.3.1 - 05-28-2017
203-
204-
- Inline builder parameters and include `dom` on stub to assist new users. #20
205-
206-
## v1.3.0 - 04-20-2017
207-
208-
- Adding model-namespace, columns and action options to Generator [#12], credits to @lk77.
209-
- Allow to add custom button actions (or disable already existing ones). #18, credits to @underdpt.
210-
211-
## v1.2.1 - 03-28-2017
212-
213-
- Do not require return from before callback closure. [#14]
214-
215-
## v1.2.0 - 03-28-2017
216-
217-
- Add html builder callback for code re-usability. [#13]
218-
219-
## v1.1.2 - 03-08-2017
220-
221-
- Fix url params js script.
222-
- Fix https://github.com/yajra/laravel-datatables/issues/1049.
223-
224-
## v1.1.1 - 02-17-2017
225-
226-
- Remove config that is set on main repo.
227-
- Docs, use ^1.1 when installing.
228-
229-
## v1.1.0 - 02-16-2017
230-
231-
- Add before and response callback.
232-
- Fix and update datatables generator.
233-
- Use phpunit 5.7 to match Laravel’s requirement.
234-
- Add missing require illuminate/console.
235-
- Refactor dataTable ajax response for reusability.
236-
- Remove methods that are available on abstract class.
237-
238-
## v1.0.1 - 02-16-2017
239-
240-
- Fix ajax parameters when ? was used on based url.
241-
- PR [#5], credits to @OzanKurt.
242-
243-
## v1.0.0 - 01-27-2017
244-
245-
- First stable release.
246-
247-
[#65]: https://github.com/yajra/laravel-datatables-buttons/pull/65
248-
[#67]: https://github.com/yajra/laravel-datatables-buttons/pull/67
249-
[#59]: https://github.com/yajra/laravel-datatables-buttons/pull/59
250-
[#57]: https://github.com/yajra/laravel-datatables-buttons/pull/57
251-
[#49]: https://github.com/yajra/laravel-datatables-buttons/pull/49
252-
[#54]: https://github.com/yajra/laravel-datatables-buttons/pull/54
253-
[#43]: https://github.com/yajra/laravel-datatables-buttons/pull/43
254-
[#42]: https://github.com/yajra/laravel-datatables-buttons/pull/42
255-
[#41]: https://github.com/yajra/laravel-datatables-buttons/pull/41
256-
[#39]: https://github.com/yajra/laravel-datatables-buttons/pull/39
257-
[#37]: https://github.com/yajra/laravel-datatables-buttons/pull/37
258-
[#36]: https://github.com/yajra/laravel-datatables-buttons/pull/36
259-
[#35]: https://github.com/yajra/laravel-datatables-buttons/pull/35
260-
[#24]: https://github.com/yajra/laravel-datatables-buttons/pull/24
261-
[#14]: https://github.com/yajra/laravel-datatables-buttons/pull/14
262-
[#13]: https://github.com/yajra/laravel-datatables-buttons/pull/13
263-
[#12]: https://github.com/yajra/laravel-datatables-buttons/pull/12
264-
[#5]: https://github.com/yajra/laravel-datatables-buttons/pull/5
265-
[#70]: https://github.com/yajra/laravel-datatables-buttons/pull/70
266-
[#76]: https://github.com/yajra/laravel-datatables-buttons/pull/76
267-
[#78]: https://github.com/yajra/laravel-datatables-buttons/pull/78
268-
[#89]: https://github.com/yajra/laravel-datatables-buttons/pull/89
269-
[#99]: https://github.com/yajra/laravel-datatables-buttons/pull/99
270-
[#102]: https://github.com/yajra/laravel-datatables-buttons/pull/102
271-
[#105]: https://github.com/yajra/laravel-datatables-buttons/pull/105
272-
[#117]: https://github.com/yajra/laravel-datatables-buttons/pull/117
273-
[#120]: https://github.com/yajra/laravel-datatables-buttons/pull/120
274-
275-
[#19]: https://github.com/yajra/laravel-datatables-buttons/issues/19
276-
[#1558]: https://github.com/yajra/laravel-datatables/issues/1558
277-
[#2351]: https://github.com/yajra/laravel-datatables/issues/2351
8+
- [BC] Rename ReadOnly to ReadOnlyField

0 commit comments

Comments
 (0)