zigbee2mqtt-frontend 0.6.152 → 0.6.154

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [0.6.154](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.153...0.6.154) (2024-02-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **device-page:** fix search in header device selector ([919a3aa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/919a3aa2cd2853bd2bf69cb3e92c5344101bceef))
7
+
8
+
9
+
10
+ ## [0.6.153](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.152...0.6.153) (2024-02-03)
11
+
12
+
13
+ ### Features
14
+
15
+ * **deviceImage:** add support for PNG images ([27d94a7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/27d94a771d4ea53576694ca3af27c69c133189fc))
16
+
17
+
18
+
1
19
  ## [0.6.152](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.151...0.6.152) (2024-01-25)
2
20
 
3
21
 
package/README.md CHANGED
@@ -33,6 +33,12 @@ Z2M_API_URI="ws://192.168.1.200:8080" npm run start
33
33
  open http://localhost:3030/
34
34
  ```
35
35
 
36
+ # Tests
37
+
38
+ ```bash
39
+ npm run test:unit
40
+ ```
41
+
36
42
  # Build
37
43
 
38
44
  ```bash