From 183760b2eba76e07576ca8b7679314ab439dd22d Mon Sep 17 00:00:00 2001 From: Meshack Junior Date: Sat, 24 Jun 2023 21:02:48 +0300 Subject: [PATCH] Update releases.md --- releases.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/releases.md b/releases.md index f12c3a7..e09cc8a 100644 --- a/releases.md +++ b/releases.md @@ -1,18 +1,18 @@ # Release Notes -- [Laravel DataTables 7.0](#7.0) +- [Laravel DataTables 10.0](#10.0) - -## Laravel DataTables 7.0 + +## 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.