Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft a changelog #878

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

Significant changes to DocumentCloud's frontend will be noted in this file. We also announce new features in MuckRock's regular [Release Notes](https://www.muckrock.com/news/archives/?tags=115608) column.

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-02 DocumentCloud on SvelteKit released

This is the latest iteration of DocumentCloud, bringing the frontend to SvelteKit and updating the UI.

Our goals:

- Clean up the user interface to provide a consistent experience that scales across devices.
- Server-render pages, making them faster to load and easier to share.
- Simplify the application’s logic to make it easier to reason about its structure, reactivity and state, and make it easier to support new features.
- Modernize our technologies and development practices to speed up development, ensuring high-quality, bug free code from the start.