v2.3.2
v2.3.2 — Code quality release
- Enabled TypeScript strict mode across the entire frontend. This permanently eliminates the bug class where config fields were referenced but never declared in the type system — the root cause behind several silently broken features fixed in v2.3.0/v2.3.1 (conditional display,
triggers_update, state operators). - Fixed all strict-mode findings: unsafe optional field access in the dashboard environment checker, a
string | nullleak in the YAML style generator, and incorrect type casts in the Bubble Card config panel wiring.
No functional changes — this release hardens the codebase against future regressions.