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: releases.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
# Release Notes
2
2
3
-
-[Laravel DataTables 7.0](#7.0)
3
+
-[Laravel DataTables 10.0](#10.0)
4
4
5
-
<aname="7.0"></a>
6
-
## Laravel DataTables 7.0
5
+
<aname="10.0"></a>
6
+
## Laravel DataTables 10.0
7
7
8
-
Laravel DataTables 7.0 splits Laravel DataTables 6.x into a main package and plugins packages for more flexibile and pluggable design.
8
+
Laravel DataTables 10.0 splits Laravel DataTables 6.x into a main package and plugins packages for more flexibile and pluggable design.
9
9
10
10
### Buttons Plugin
11
-
On Laravel DataTables 7.0, service classes and files are extracted into a separate package to reduce its complexity and dependencies on other packages by default.
11
+
On Laravel DataTables 10.0, service classes and files are extracted into a separate package to reduce its complexity and dependencies on other packages by default.
12
12
This idea comes up from [Issue #832](https://github.com/yajra/{{package}}/issues/832) which actually makes sense since not all users are using the export functionality.
13
13
14
14
### DomPDF
15
-
`DomPDF` dependency is now optional on Laravel DataTables 7.0 and was transferred to Buttons plugin.
15
+
`DomPDF` dependency is now optional on Laravel DataTables 10.0 and was transferred to Buttons plugin.
16
16
And the `Buttons` plugin will now give you a choice to install it or not.
17
17
This was as a `suggest` since we now have an option to use [`snappy`](https://github.com/barryvdh/laravel-snappy) as our pdf generator.
0 commit comments