Releases: Nerivec/zigbee2mqtt-windfront
v2.1.0
What's Changed
- fix: table sorting not remembered by @Nerivec in #214
- fix: add battery level column by @Nerivec in #215
- feat: refactor WebSocket by @Nerivec in #208
- fix: clamp input sizes for bind/reporting tabs by @Nerivec in #216
- fix: improve navbar screen sizes responsiveness by @Nerivec in #217
- fix: use dialog for dropdowns by @Nerivec in #218
- fix: add schedule selected to OTA page by @Nerivec in #219
Full Changelog: v2.0.1...v2.1.0
v2.0.1
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
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
- feat: 2.0.0 - Merged multi-Zigbee2MQTT by @Nerivec in #176
- fix: various OTA page fixes by @Nerivec in #177
- fix: set default sorting on friendly name by @Nerivec in #178
- fix: various styling fixes by @Nerivec in #179
- fix: show settings defaults and use them if null by @Nerivec in #180
- fix: various small fixes by @Nerivec in #181
- fix: performance optimizations by @Nerivec in #185
- fix: source name improvements by @Nerivec in #186
- fix: remember settings tab when switching source by @Nerivec in #187
- fix: improve search inputs by @Nerivec in #188
- fix: refactor device card handling by @Nerivec in #191
- fix: refactor tables handling by @Nerivec in #192
- feat: various QoL improvements by @Nerivec in #193
- feat: AI-driven partial translations by @Copilot in #194
- feat: various improvements by @Nerivec in #197
- feat: refactor filtering - advanced searching by @Nerivec in #198
- fix: update @fortawesome/react-fontawesome to 3.0.0 by @Nerivec in #200
- fix: update reagraph to 4.30.1 by @Nerivec in #201
- fix: improve features displayed in Dashboard by @Nerivec in #204
Full Changelog: v1.8.1...v2.0.0
v1.8.1
v1.8.0
v1.7.0
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
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
v1.5.1
v1.5.0
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
- add
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