@@ -9,40 +9,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
- - "Clear query cache and refresh" button (#105 )
13
- - Source verification effective code (#77 )
14
- - Query can now also be based on index file (#91 )
15
- - Added collapsible query groups to the menu on the left (#89 )
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ 1.2.0] - 2024-05-07
17
+
18
+ ### Added
19
+
20
+ - "Clear query cache and refresh" button (#105 ).
21
+ - Source verification effective code (#77 ).
22
+ - Query can now also be based on index file (#91 ).
23
+ - Added collapsible query groups to the menu on the left (#89 ).
16
24
17
25
### Changed
18
26
19
- - Clear query cache at logout (#106 )
20
- - Cypress test suite version updated to ^13.8.0 (#109 )
21
- - Hovering over query menu now displays a tooltip with information instead of expanding inside the menu (#112 )
27
+ - Clear query cache at logout (#106 ).
28
+ - Cypress test suite version updated to ^13.8.0 (#109 ).
29
+ - Hovering over query menu now displays a tooltip with information instead of expanding inside the menu (#112 ).
22
30
23
31
### Fixed
24
32
25
- - Query menu is now scrollable (#102 )
26
- - Pagination is correct when using a query using DISTINCT, OFFSET, LIMIT (#110 , #19 )
33
+ - Query menu is now scrollable (#102 ).
34
+ - Pagination is correct when using a query using DISTINCT, OFFSET, LIMIT (#110 , #19 ).
27
35
28
36
### Removed
29
37
30
38
## [ 1.1.3] - 2024-04-04
31
39
32
40
### Added
33
41
34
- - Added 'Unauthorized' to the fetch status (#90 )
35
- - Query title above the result table (#41 )
42
+ - Added 'Unauthorized' to the fetch status (#90 ).
43
+ - Query title above the result table (#41 ).
36
44
37
45
### Changed
38
46
39
- - On empty query result, show clear message (#86 )
40
- - Force accept headers to favor NQuads to remove JSON-LD Context CORS issue problems (#100 )
47
+ - On empty query result, show clear message (#86 ).
48
+ - Force accept headers to favor NQuads to remove JSON-LD Context CORS issue problems (#100 ).
41
49
42
50
### Fixed
43
51
44
- - Fixed pagination bug in templated queries (#80 )
45
- - Fixed title display inside the selection menu when hovering, does not flow over table anymore (#41 )
52
+ - Fixed pagination bug in templated queries (#80 ).
53
+ - Fixed title display inside the selection menu when hovering, does not flow over table anymore (#41 ).
46
54
47
55
### Removed
48
56
@@ -56,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56
64
57
65
### Fixed
58
66
59
- - Invalidate query engine cache on user logout (#63 )
67
+ - Invalidate query engine cache on user logout (#63 ).
60
68
61
69
### Removed
62
70
@@ -107,4 +115,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107
115
[ 1.1.1 ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.1.1
108
116
[ 1.1.2 ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.1.2
109
117
[ 1.1.3 ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.1.3
110
- [ Unreleased ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/compare/v1.1.3...HEAD
118
+ [ 1.2.0 ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.2.0
119
+ [ Unreleased ] : https://github.com/SolidLabResearch/generic-data-viewer-react-admin/compare/v1.2.0...HEAD
0 commit comments