Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions releases.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Release Notes

- [Laravel DataTables 7.0](#7.0)
- [Laravel DataTables 10.0](#10.0)

<a name="7.0"></a>
## Laravel DataTables 7.0
<a name="10.0"></a>
## Laravel DataTables 10.0

Laravel DataTables 7.0 splits Laravel DataTables 6.x into a main package and plugins packages for more flexibile and pluggable design.
Laravel DataTables 10.0 splits Laravel DataTables 6.x into a main package and plugins packages for more flexibile and pluggable design.

### Buttons Plugin
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.
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.
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.

### DomPDF
`DomPDF` dependency is now optional on Laravel DataTables 7.0 and was transferred to Buttons plugin.
`DomPDF` dependency is now optional on Laravel DataTables 10.0 and was transferred to Buttons plugin.
And the `Buttons` plugin will now give you a choice to install it or not.
This was as a `suggest` since we now have an option to use [`snappy`](https://github.com/barryvdh/laravel-snappy) as our pdf generator.

Expand Down