Skip to content

Commit 269dbc6

Browse files
committed
📦 v5.0.10 · Changelog: https://docs.rxresu.me/changelog
1 parent 9b29a44 commit 269dbc6

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

docs/changelog/index.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ description: "List of all notable changes and updates to Reactive Resume"
44
rss: true
55
---
66

7+
<Update label="v5.0.10" description="24th February 2026">
8+
- **Fixes**
9+
- Show section titles for summary-type custom sections in the resume builder. [#2744](https://github.com/amruthpillai/reactive-resume/pull/2744)
10+
- Prevent browser password managers and Edge autofill/save prompts from appearing on AI settings API key fields. [#2719](https://github.com/amruthpillai/reactive-resume/pull/2719)
11+
- Replace deprecated Tailwind CSS classes: use `inset-s-*`/`inset-e-*` instead of `start-*`/`end-*`.
12+
- Fix PDF downloader to work correctly in offline mode. [#2743](https://github.com/amruthpillai/reactive-resume/pull/2743)
13+
- Make bold formatting visible for `<strong>` in the resume rich text editor (uses plain `font-weight: bold` fallback if the CSS variable is unset). Fixes [#2730](https://github.com/amruthpillai/reactive-resume/issues/2730)
14+
- Prevent credentials sign-in from dropping `session_token` Set-Cookie, improves login reliability. [#2718](https://github.com/amruthpillai/reactive-resume/pull/2718)
15+
- Remove redundant `resume-` prefix from download filename; add spacing between pages in shared view. [#2709](https://github.com/amruthpillai/reactive-resume/pull/2709)
16+
- Normalize autocomplete tokens for login and register forms. [#2714](https://github.com/amruthpillai/reactive-resume/pull/2714)
17+
- Fix improper chips reordering and update dependency/translations. [#2711](https://github.com/amruthpillai/reactive-resume/issues/2711)
18+
- Fix issue with clipping of heading in Lapras resume template.
19+
- Remove error-causing plugins in oRPC integration.
20+
- Remove duplicate database indexes; add index for `created_at` on user and resume tables.
21+
22+
- **Features & Improvements**
23+
- Add new feature flag: `FLAG_DISABLE_IMAGE_PROCESSING` (allows disabling of image processing site-wide).
24+
- Update Discord invite link in the app and documentation.
25+
- Add comprehensive codebase and architecture documentation in `CLAUDE.md`.
26+
- Sync latest translations from Crowdin (updated and added multiple languages).
27+
28+
- **Other**
29+
- Refactor: rename auth utility from `originWith` to `withHostname`, preserve localhost/127.0.0.1 sibling trust.
30+
- General dependency updates and code style improvements.
31+
- Documentation and README updates.
32+
</Update>
33+
34+
735
<Update label="v5.0.9" description="9th February 2026">
836
- Add Computer Modern web fonts to the font selector, allowing the user to choose from a variety of "Computer Modern" (LaTeX) fonts.
937
- This lets you create a resume that looks just like a LaTeX document, with the same fonts and styles.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactive-resume",
33
"description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
4-
"version": "5.0.9",
4+
"version": "5.0.10",
55
"license": "MIT",
66
"type": "module",
77
"packageManager": "pnpm@10.30.2+sha512.36cdc707e7b7940a988c9c1ecf88d084f8514b5c3f085f53a2e244c2921d3b2545bc20dd4ebe1fc245feec463bb298aecea7a63ed1f7680b877dc6379d8d0cb4",

0 commit comments

Comments
 (0)