diff --git a/extralit-frontend/CHANGELOG.md b/extralit-frontend/CHANGELOG.md index 052c53a03..e8a4fa3ba 100644 --- a/extralit-frontend/CHANGELOG.md +++ b/extralit-frontend/CHANGELOG.md @@ -14,6 +14,10 @@ These are the section headers that we use: * "Security" in case of vulnerabilities. --> +## [Extralit] [0.6.1](https://github.com/extralit/extralit/compare/v0.5.0...v0.6.1) +### Changed +- Refactored the frontend to use a single fetchDocument method that queries documents by any identifier and workspace, replacing the previous fetchDocumentByID and fetchDocumentByPubmedID methods. The view model and use case now expect and handle the new API response format + ## [Extralit] [0.6.0](https://github.com/extralit/extralit/compare/v0.4.1...v0.6.0) ### Added diff --git a/extralit-frontend/components/base/base-pdf-viewer/PDFViewer.vue b/extralit-frontend/components/base/base-pdf-viewer/PDFViewer.vue index 1e2da70f2..bdf9463ca 100644 --- a/extralit-frontend/components/base/base-pdf-viewer/PDFViewer.vue +++ b/extralit-frontend/components/base/base-pdf-viewer/PDFViewer.vue @@ -19,7 +19,7 @@ -