Skip to content

v2.3.2

Choose a tag to compare

@aspenrt78 aspenrt78 released this 10 Jun 10:00

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 | null leak 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.