Skip to content

Update releases.md #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2023
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