[3.10.4] - 2026-08-07
Development changes
- [instructions]: Add CHIP test and plugin frontend agents (Copilot, Claude and Codex) instruction files and update Development Guide.
Development breaking changes
- [onOff]:
MatterbridgeOnOffServernow bakes in the Lighting feature, so always useMatterbridgeOnOffServer.with()instead of the bare class for endpoints created without the Lighting feature.
Added
- [frontend]: Add icons for the chapter 16 Camera device types (Camera, FloodlightCamera, VideoDoorbell, Intercom, AudioDoorbell, SnapshotCamera, Chime, CameraController and Doorbell). See
matterbridge-example-camerafor a fully working and Matter compliant example of chapter 16 device types. - [matterbridgeEndpoint]: Document AutoMode thermostat deadband limit requirements.
- [onOff]: Implement forward for offWithEffect, onWithRecallGlobalScene and onWithTimedOff commands.
- [levelControl]: Implement forward for move, moveWithOnOff, step, stepWithOnOff, stop and stopWithOnOff commands.
- [colorControl]: Implement forward for moveHue, stepHue, enhancedMoveHue, enhancedStepHue, moveSaturation, stepSaturation, moveColor, stepColor, moveColorTemperature and stepColorTemperature commands.
Changed
- [matterbridge]: Bump
matterbridgeversion to v.3.10.4. - [matterbridge]: Bump
@matter/mainto v.0.17.8. - [matterbridge]: Bump
@matter/mainto v.0.17.9. - [matterbridge]: Bump
@types/nodeto v.26.1.2. - [matterbridge]: Bump
markedto v.18.0.9. - [matterbridge]: Bump
oxfmtto v.0.62.0. - [matterbridge]: Bump
oxlintto v.1.77.0. - [core]: Bump
express-rate-limitto v.8.6.2. - [core]: Bump
wsto v.8.21.2. - [thread]: Bump
@zip.js/zip.jsto v.2.8.34. - [frontend]: Bump
frontendversion to v.3.5.6. - [frontend]: Bump
@rjsfpackages to v.6.7.1. - [frontend]: Bump
globalsto v.17.9.0. - [frontend]: Bump
jsdomto v.30.0.1. - [frontend]: Bump
viteto v.8.2.1. - [frontend]: Bump
@vitejs/plugin-reactto v.6.0.5. - [frontend]: Bump
oxfmtto v.0.62.0. - [frontend]: Bump
oxlintto v.1.77.0. - [frontend]: Remove from SystemInfoTable node version and show bun version when running with the bun runtime.
- [frontend]: Update MatterbridgeInfoTable and SystemInfoTable.
- [frontend]: Update Setting System info table to show bun version when running with the bun runtime.
- [docs]: Update statistics in index.html for community plugins and downloads.
- [docs]: Update Bun guide.
Fixed
- [AirConditioner]: Use valid default AutoMode thermostat limits for the 1°C deadband.
- [publish]: Wait 1 minute for npm registry propagation before triggering Docker builds.
- [frontend]: Update MbfScreen desktop layout test for jsdom v.30.x computed style behavior.