v4.5.0
amruthpillai/reactive-resumev4.5.0Oct 1, 2025by amruthpillai
AI Summary
Major update adding Azure OpenAI support, switching the CDN from unpkg to jsdelivr, and fixing PDF rendering alongside improvements to LinkedIn parsing and dialog interactions.
Key Highlights
- Added Azure OpenAI support with configuration options.
- Replaced unpkg with jsdelivr CDN.
- Fixed PDF rendering issues in printer.service.ts.
- Skills, custom-section, and interests dialogs now support draggable tags.
New Features
- Azure OpenAI integration
- CDN migration (unpkg -> jsdelivr)
- Draggable tags in dialogs
- LinkedIn parsing improvements
Full Release Notes
## What's Changed * replace unpkg w/ jsdelivr by @SukkaW in https://github.com/AmruthPillai/Reactive-Resume/pull/2233 * feat(openai): add Azure OpenAI support with configuration options by @glconti in https://github.com/AmruthPillai/Reactive-Resume/pull/2382 * fix(printer.service.ts): fix pdf rendering, issue #2374 solved by @Avinash99b in https://github.com/AmruthPillai/Reactive-Resume/pull/2375 * fix(homepage): resolve missing button labels and incorrect heading order by @Moamal-2000 in https://github.com/AmruthPillai/Reactive-Resume/pull/2299 * fix(builder): update "Separate Links" translation by @cleves0315 in https://github.com/AmruthPillai/Reactive-Resume/pull/2296 * Fix regex for parsing linkedin array links by @th3fallen in https://github.com/AmruthPillai/Reactive-Resume/pull/2274 * fix(bug): clear resumes on logout to prevent seeing resumes from previously logged in accounts by @MagicalGlove in https://github.com/AmruthPillai/Reactive-Resume/pull/2249 * feat(dialogs): skills, custom-section, and interests dialogs support draggable tags. by @m4dd0c in https://github.com/AmruthPillai/Reactive-Resume/pull/2244 * fix(linkedin): use case-insensitive slug check to prevent missing image by @ImDarkShadow in https://github.com/AmruthPillai/Reactive-Resume/pull/2205 * fix(templates): don't show section when all items are hidden by @mtdvlpr in https://github.com/AmruthPillai/Reactive-Resume/pull/2219 ## New Contributors * @SukkaW made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/2233 * @glconti made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/2382 * @Avinash99b made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/2375 * @Moamal-2000 made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/2299 * @cleves0315 made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/2296 * @th3fallen made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/2274 * @MagicalGlove made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/2249 * @m4dd0c made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/2244 * @ImDarkShadow made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/2205 * @mtdvlpr made their first contribution in https://github.com/AmruthPillai/Reactive-Resume/pull/2219 **Full Changelog**: https://github.com/AmruthPillai/Reactive-Resume/compare/v4.4.7...v4.5.0