[3.10.2] - 2026-07-24
Added
- [devcontainer]: Add a double Node/Bun Dev Container setup where VS Code lets you choose one profile or the other.
- [devcontainer]: The Bun Dev Container profile builds in a fraction of the time compared to the Node profile, confirming how impressive the Bun runtime is.
- [devcontainer]: Add dedicated
.devcontainer/nodeand.devcontainer/bunprofiles with their own Dockerfile, docker-compose, and create/start scripts. - [devices]: Add
tagListsupport to theClosureOptionsused by theClosuredevice constructor. Thanks Ludovic BOUÉ. - [closure]: Add
countdownTime,mainState,currentErrorList,overallCurrentState,overallTargetState, andlatchControlModessupport to theClosureOptionsused by theClosuredevice constructor. - [devices]: Add
addPanel()to theClosuredevice andtagListsupport toClosurePanelOptionsto compose closures with multiple closure panels (e.g. a venetian blind withClosurePanelTag.LiftandClosurePanelTag.Tiltpanels). Thanks Ludovic BOUÉ.
Changed
- [matterbridge]: Bump
matterbridgeversion to v.3.10.1. - [matterbridge]: Update dependencies.
- [matterbridge]: Bump
@matter/mainto v.0.17.6. - [matterbridge]: Bump
oxlint-tsgolintto v.0.25.0. - [frontend]: Bump
frontendversion to v.3.5.4. - [frontend]: Update dependencies.
- [frontend]: Bump
@rjsfpackages to v.6.7.0. - [frontend]: Bump
viteto v.8.1.5. - [frontend]: Bump
oxlint-tsgolintto v.0.25.0. - [chip-test]: Update chip-test Dockerfile.
Fixed
- [tags]: Fix
ClosureTagexport shadowing. - [frontend]: Local plugins are detected, and both update actions and available-version checks are skipped.