File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
| Version | Release date | Spring Boot compatibility |
4
4
| --------------------------| ---------------| ---------------------------|
5
+ | [ 7.0.1] ( #701-2025-02-18 ) | February 2025 | " |
5
6
| [ 7.0.0] ( #700-2025-02-13 ) | February 2025 | ` >= 3.4.0 ` |
6
7
| [ 6.0.4] ( #604-2024-04-03 ) | April 2024 | " |
7
8
| [ 6.0.3] ( #603-2024-03-24 ) | March 2024 | " |
21
22
22
23
# Release notes
23
24
25
+ ## [ 7.0.1] ( https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v7.0.0...v7.0.1 ) (2025-02-18)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * properly compute search panes with related entities ([ cc4b439] ( https://github.com/darrachequesne/spring-data-jpa-datatables/commit/cc4b439f2a7b30070c9fa1f4bcb9dab2ceb0bfc0 ) )
31
+
32
+
33
+
24
34
## [ 7.0.0] ( https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.4...v7.0.0 ) (2025-02-13)
25
35
26
36
### Features
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public class UserRestController {
59
59
<dependency >
60
60
<groupId >com.github.darrachequesne</groupId >
61
61
<artifactId >spring-data-jpa-datatables</artifactId >
62
- <version >7.0.0 </version >
62
+ <version >7.0.1 </version >
63
63
</dependency >
64
64
```
65
65
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.darrachequesne</groupId >
7
7
<artifactId >spring-data-jpa-datatables</artifactId >
8
- <version >7.0.0 </version >
8
+ <version >7.0.1 </version >
9
9
10
10
<name >Spring Data JPA for DataTables</name >
11
11
<description >Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)</description >
You can’t perform that action at this time.
0 commit comments