Skip to content

Commit

Permalink
Merge pull request #956 from MuckRock/changelog-2024-12-06
Browse files Browse the repository at this point in the history
changelog 2024 12 06
  • Loading branch information
eyeseast authored Dec 6, 2024
2 parents 36c413b + b6d3f53 commit 5cdfc2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Significant changes to DocumentCloud's frontend will be noted in this file. We a

DocumentCloud is a running application used by thousands of journalists around the world, so updates here are organized by date, not by version number. The goal of this file is to keep a record of features added, updated and removed.

## 2024-12-06 Viewer search imrpovements and post-launch bugfixes

- Viewer search now uses Solr and displays results in a dedicated mode (`?mode=search`), so results can be linked and shared.
- Redirect old embed paths to new routes
- Add a field to copy an embed URL, for content management systems that don't allow full iframes
- Default to the viewer's current page when opening share tools
- Search highlights can all be expanded or collapsed in one click

All merged PRs: https://github.com/MuckRock/documentcloud-frontend/pulls?q=is%3Apr+is%3Aclosed+created%3A%3E2024-12-02+updated%3A%3C2024-12-07

## 2024-12-02 DocumentCloud on SvelteKit released

This is the latest iteration of DocumentCloud, bringing the frontend to SvelteKit and updating the UI.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentcloud-frontend",
"version": "2.0.0",
"version": "3.0.0",
"type": "module",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 5cdfc2c

Please sign in to comment.