Changelog - Dev - 05.26.2026 โ
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased] - 2026-05-26 โ
Fixed โ
- Add boot splash to prevent auth flash โ Adds a full-screen splash screen during Firebase auth state initialization to prevent flashing of guest content or half-rendered UI. The splash fades smoothly once authentication completes and respects user motion preferences. (#536)
bug
Update - 2026-05-26 22:33 UTC โ
Changed โ
- Upgrade Node.js to 24.16.0 LTS, npm 11.13.0 โ Migrates the project runtime from Node v22 to v24.16.0 (latest Active LTS) and aligns npm to ^11.13.0 across all workspaces. Adds engine version constraints to all package.json files and implements preflight validation for Node major-version compatibility. (#537)
devops