Changelog - Dev - 07.31.2026 โ
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased] - 2026-07-31 โ
Fixed โ
- Fix empty use case submissions in feedback form: Resolved a bug where feedback form submissions with null useCase values were failing with HTTP 400 errors. The form now correctly handles empty use case fields. (#753)
devops
Update - 2026-07-31 19:08 UTC โ
Fixed โ
- Pin @firebase/database-compat to unbreak functions deploy: Resolved a critical deployment failure in Cloud Functions caused by @firebase/database-compat@2.1.5 introducing unmet peer dependencies. The functions directory now pins the dependency to a compatible version, restoring successful deployments. (#755)
bug
Update - 2026-07-31 22:55 UTC โ
Added โ
- Add session themes for admin-deletion cascade: Introduces logical theme organization for admin-deletion cascade consolidation, improving code structure and maintainability. Includes fireside ORIGINS entry documentation and operator-approved cascade plan execution. (#757)
enhancement
Changed โ
- Consolidate admin-deletion cascade logic: Refactors admin-deletion cascade handling based on operator decision (option 2), streamlining the deletion workflow across related entities and reducing code duplication. (#757)
enhancement