Skip to content

v3.20.0 – Enhanced Sharing, FAQ Experience & Studio UX

Choose a tag to compare

@Gautam25Raj Gautam25Raj released this 17 Jun 15:17
· 162 commits to master since this release
a975ab8

🚀 v3.20.0

This release introduces a brand-new FAQ experience, significant improvements to document sharing and synchronization, and several Studio UX enhancements that make creating and managing resumes smoother than ever.

✨ Highlights

New FAQ Experience

  • Added a dedicated FAQ section with collapsible answers and dynamic interactions.
  • Introduced organized FAQ categories and question constants for easier maintenance.
  • Added FAQ page routing support.
  • Improved SEO with additional site keywords.

Editable Resume Titles

  • Resume titles can now be edited directly from the Studio toolbar.
  • Changes automatically propagate to the documents list and live preview.

Smarter Sharing & Synchronization

  • Improved document and share-link services with ID validation and slug checks.
  • Added username checks before generating share links.
  • Enhanced synchronization by using document IDs instead of title-based matching.
  • Improved payload handling and document synchronization reliability.
  • Added login checks for sharing and syncing workflows.
  • Implemented auto-sync preference updates.
  • Disabled unnecessary sync details for local documents.

UI & UX Improvements

  • Improved navigation with active link highlighting.
  • Enhanced responsiveness and styling in Feature Grid and Hero Portfolio sections.
  • Refined Hero section layout and accessibility with better screen reader support.
  • Improved headings and typography in the How It Works section.
  • Updated marquee and navigation styling for greater visual consistency.
  • Replaced hardcoded colors with utility classes across the application for better maintainability and theme consistency.

Fixes & Polish

  • Relocated body line-height controls for a better Studio editing experience.
  • Fixed preview inconsistencies across all resume sections.
  • Performed code cleanup, formatting improvements, and various internal refinements.

Contributors

Thanks to everyone who contributed to this release ❤️

Full Changelog

  • #150 Add FAQ section with dynamic content and navigation improvements
  • #149 Add editable resume title in toolbar
  • #148 Relocate line-height controls and fix previews across sections
  • #147 Improve document and share link services with validation checks
  • #143 Use document IDs for synchronization and improve payload handling
  • #141 Enhance document sharing and syncing with login checks
  • #140 Add username checks before generating share links
  • #138 Implement auto-sync preference updates and local document improvements