Skip to content

Commit 183760b

Browse files
authored
Update releases.md
1 parent 4241867 commit 183760b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

releases.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Release Notes
22

3-
- [Laravel DataTables 7.0](#7.0)
3+
- [Laravel DataTables 10.0](#10.0)
44

5-
<a name="7.0"></a>
6-
## Laravel DataTables 7.0
5+
<a name="10.0"></a>
6+
## Laravel DataTables 10.0
77

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.
99

1010
### 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.
1212
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.
1313

1414
### 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.
1616
And the `Buttons` plugin will now give you a choice to install it or not.
1717
This was as a `suggest` since we now have an option to use [`snappy`](https://github.com/barryvdh/laravel-snappy) as our pdf generator.
1818

0 commit comments

Comments
 (0)