etouch
Iniciar sesión
Volver a novedades
por Théo Daguier

Changelog — April 28, 2026

Major push on the quote approval flow, notifications redesign, and E2E test expansion. Several bug fixes across impersonation, project stats, and SDK codegen.

#feature#bugfix#refactor#testing

Release

v1.32.0

✨ New Features

  • Notifications Redesign — Complete overhaul of the notifications dialog and popover with a new layout, sticky header/footer, and reliable scrolling. #607 #608 #611
  • Quote Approval Flow — Implemented full quote approval lifecycle (APPROVED/REJECTED/EXPIRED) with audit gap fixes and a new quote_expires_at migration. #604 #606

🐛 Bug Fixes

  • Impersonation Mode — Fixed session swap by clearing the stale session_data cookie on impersonation toggle. #613
  • Project Stats Cards — Restored missing project statistics cards on the projects list page. #612
  • SDK Codegen — Removed duplicate DismissOnboarding operation and ApproveProjectQuoteDocument import, then regenerated codegen to restore missing fields. #609 #610
  • GraphQL Schema — Removed duplicate dismissOnboarding mutation from the API schema. #605

♻️ Refactoring & Technical Improvements

  • E2E Test Suite — Expanded end-to-end test coverage from 178 to 310 tests, including new workflow specs. #614