Skip to content

Releases: zwave-js/zwave-js-ui

Release 11.15.1

23 Mar 13:37

Choose a tag to compare

11.15.1 (2026-03-23)

✨ Features

Release 11.15.0

20 Mar 09:16

Choose a tag to compare

11.15.0 (2026-03-20)

✨ Features

🐛 Bug Fixes

📚 Documentation

Release 11.14.0

06 Mar 09:34

Choose a tag to compare

11.14.0 (2026-03-06)

✨ Features

🐛 Bug Fixes

📚 Documentation

Release 11.13.0

04 Mar 15:09

Choose a tag to compare

11.13.0 (2026-03-04)

✨ Features

🐛 Bug Fixes

📚 Documentation

  • fix outdated content, dead links, and add missing settings (#4556) (5a66882)

Release 11.12.0

19 Feb 10:14

Choose a tag to compare

11.12.0 (2026-02-19)

✨ Features

  • add compression middleware and optimize serial port loading (#4501)
  • bump zwave-js@15.21.0 (#4543) (2a15f80)

🐛 Bug Fixes

🔧 Chores

  • docker: upgrade Alpine Linux to 3.22 (#4537) (fee28f9)
  • replace CLAUDE.md with references to shared .github instructions (#4542) (d9b8539)
  • upgrade actions/checkout and actions/setup-node to v6 (2ca176a)

📚 Documentation

  • add Homebridge to compatible platforms list in readme (#4540) (dc76109)
  • added homebridge-zwave-usb to readme (#4539) (cbc1849)

Release 11.11.0

03 Feb 13:13

Choose a tag to compare

11.11.0 (2026-02-03)

✨ Features

🐛 Bug Fixes

  • correct JSON template syntax in color temperature command (ceabeae), closes #4528

🔧 Chores

  • add NPM version verification and update step in release workflow (d864664)
  • add registry URL to Node.js setup in release workflow (f3e74d2)
  • add registry URL to Node.js setup in release workflow (89e5ecd)
  • add skipChecks option to npm configuration in release-it setup (43a86e1)
  • enable npm provenance (13ed900)
  • remove registry URL from Node.js setup in release workflow (fbe735e)
  • remove registry URL from Node.js setup in release workflow (c4a1673)
  • simplify npm upgrade step in release workflow (afb6d07)
  • update Node.js version to 22.x in release workflow (dc9a3b7)
  • update release-it version to 19.2.4 in package.json and package-lock.json (3628cc4)
  • update repository URL format and restructure bin entry in package.json (d4f7c6a)

Release 11.10.1

15 Jan 15:58

Choose a tag to compare

11.10.1 (2026-01-15)

✨ Features

Release 11.10.0

14 Jan 16:11

Choose a tag to compare

11.10.0 (2026-01-14)

✨ Features

🐛 Bug Fixes

  • markdownlint: ensure MD059 rule is explicitly set to false (b0c6de2)
  • ui: dialogs with close button should be closed on click outside (#4511) (bb9bebf), closes #3237

🔧 Chores

  • deps: bump qs from 6.13.0 to 6.14.1 in the npm_and_yarn group across 1 directory (#4506) (add283d)
  • update jws to version 3.2.3 and jwa to version 1.4.2 in package-lock.json (1f9b866)

📚 Documentation

  • update changelog formatting and correct links for version 11.9.0 (b264c4b)

Release 11.9.1

20 Dec 09:14

Choose a tag to compare

11.9.1 (2025-12-20)

✨ Features

  • bump @release-it/conventional-changelog@10.0.4 (#4499) (6e3d9ec)
  • bump zwave-js@15.18.0 (112eba7)

🐛 Bug Fixes

  • npm release persisted "update available" popup (03fe3ae), closes #4489

Release 11.9.0

17 Dec 08:26

Choose a tag to compare

11.9.0 (2025-12-17)

✨ Features

  • ui: add browser title customization option in settings (36378a1)

🐛 Bug Fixes

  • ui: ui settings not persisted on save (116b409), closes #4333
  • add null checks for metaThemeColor attributes in base store (4fbfcb2), closes #4497
  • add missing UI config properties to UiConfig interface (1ec8d28)

🔧 Chores

  • add npm provenance and trust publish (4345674)
  • downgrade conventional changlog plugin (9a0b3bf)

📚 Documentation

  • add screenshots and complete testing documentation (cd301f5)
  • fix broken 11.8.2 changelog (f244ed2)

♻️ Code Refactoring

  • improve browserTitle persistence and consistency (cd301f5)