We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c137a commit 5fd8996Copy full SHA for 5fd8996
CHANGELOG.md
@@ -8,6 +8,10 @@
8
9
### [Unreleased]
10
11
+### [v10.9.0] - 2023-09-29
12
+
13
+- feat: Ability to pass static data to a blade render #3067
14
15
### [v10.8.0] - 2023-08-12
16
17
- feat: convert prepareQuery from protected to public #3045
@@ -162,6 +166,7 @@
162
166
- PHP8 syntax / method signature changed
163
167
164
168
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.8.0...10.x
169
+[v10.9.0]: https://github.com/yajra/laravel-datatables/compare/v10.9.0...v10.8.0
165
170
[v10.8.0]: https://github.com/yajra/laravel-datatables/compare/v10.8.0...v10.7.0
171
[v10.7.0]: https://github.com/yajra/laravel-datatables/compare/v10.7.0...v10.6.2
172
[v10.6.2]: https://github.com/yajra/laravel-datatables/compare/v10.6.2...v10.6.1
0 commit comments