Skip to content

Releases: Nerivec/zigbee2mqtt-windfront

v2.1.0

03 Sep 10:48
f90147e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

30 Aug 15:14
Compare
Choose a tag to compare

What's Changed

  • fix: various fixes by @Nerivec in #206
  • fix: display topic in device info page
  • fix: add Notifications drawer header
  • fix: show source in toasts for multi-instance
  • fix: up device card title font weight
  • fix: dedupe LogsPage log line key
  • fix: display dates according to browser locale

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Aug 15:22
Compare
Choose a tag to compare

Important

BREAKING CHANGES
See attached discussion for a break down of below changes and their impact.

Thank you @thk-socal @thargy @KoalaWerewolf @ams2990 @0rsa for the help in reviewing and debugging all this!

What's Changed

Full Changelog: v1.8.1...v2.0.0

v1.8.1

14 Aug 10:43
bff1493
Compare
Choose a tag to compare

What's Changed

  • fix: improve some mutation cases, fix re-render by @Nerivec in #174

Full Changelog: v1.8.0...v1.8.1

v1.8.0

13 Aug 18:28
463e739
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

12 Aug 11:11
bf9da92
Compare
Choose a tag to compare

What's Changed

  • fix: auto-close main menu on item click by @Nerivec in #164
  • chore: bump actions/checkout from 4 to 5 by @dependabot[bot] in #162
  • fix: notification width & index by @Nerivec in #165
  • feat: add icon display support in network map by @Nerivec in #167
  • fix: network map controls overlap on small screens by @Nerivec in #168

Full Changelog: v1.6.0...v1.7.0

v1.6.0

07 Aug 15:29
Compare
Choose a tag to compare

What's Changed

  • fix: replace site icons & more support by @Nerivec in #146
  • fix: match feature payload according to property by @Nerivec in #144
  • feat: add storybook by @Nerivec in #150
  • feat: add more stories in storybook by @Nerivec in #151
  • fix: bump typescript from 5.8.3 to 5.9.2 in the development-dependencies group by @dependabot[bot] in #148
  • feat: add theme/lang switchers in storybook by @Nerivec in #152
  • fix: use window.location everywhere
  • feat: support for standalone proxying by @Nerivec in #153
  • fix: move API URL switcher URLs to title (too long) by @Nerivec in #154
  • fix: missing icon titles by @Nerivec in #155
  • fix: remember last API URL used (in localStorage) by @Nerivec in #156

Tip

You can now get a preview of the various components used by WindFront here: https://nerivec.github.io/zigbee2mqtt-windfront
This can also be used when reporting an issue to link to a component, or when wanting to test something (can change the parameters in the bottom panel to replicate an exact state).
More components to come.

Tip

A Home Assistant add-on is now available for standalone use: https://github.com/Nerivec/ha-zigbee2mqtt-windfront
Discussion: #147

Full Changelog: v1.5.2...v1.6.0

v1.5.2

01 Aug 14:49
cfc2e90
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

30 Jul 18:53
e41a67b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

26 Jul 16:52
Compare
Choose a tag to compare

What's Changed

  • fix: update reagraph to 4.26.0 by @Nerivec in #129
    • fixes the edge visibility issues
    • add new concentric2d layout
  • feat: persist searches by @Nerivec in #130
  • fix: various fixes by @Nerivec in #131
    • add source of definition for device (native, external, generated)
    • add new icon to quickly identify devices driven by external converters
    • add links to create issues with pre-filed data (request new device support, report device problem, report general problem, submit external converter)
    • add raw (JSON) definition display toggle in device Dev Console
  • fix: cleanup by @Nerivec in #133
    • add type column in Devices table (hidden by default)
    • add ability to clear entire local store from Settings>Frontend
    • reworked a few local store entries

Important

A couple of local store settings will be reset to defaults with this version due to internal changes (hide disabled devices and all table column visibility).

Full Changelog: v1.4.1...v1.5.0