Skip to content

Commit 6312ebd

Browse files
committed
CHANGELOG for v1.2.0
1 parent 1b79529 commit 6312ebd

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed

CHANGELOG.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

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).
1624

1725
### Changed
1826

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).
2230

2331
### Fixed
2432

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).
2735

2836
### Removed
2937

3038
## [1.1.3] - 2024-04-04
3139

3240
### Added
3341

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).
3644

3745
### Changed
3846

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).
4149

4250
### Fixed
4351

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).
4654

4755
### Removed
4856

@@ -56,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5664

5765
### Fixed
5866

59-
- Invalidate query engine cache on user logout (#63)
67+
- Invalidate query engine cache on user logout (#63).
6068

6169
### Removed
6270

@@ -107,4 +115,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107115
[1.1.1]: https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.1.1
108116
[1.1.2]: https://github.com/SolidLabResearch/generic-data-viewer-react-admin/releases/tag/v1.1.2
109117
[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

Comments
 (0)