zigbee2mqtt-frontend 0.6.151 → 0.6.153

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,27 @@
1
+ ## [0.6.153](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.152...0.6.153) (2024-02-03)
2
+
3
+
4
+ ### Features
5
+
6
+ * **deviceImage:** add support for PNG images ([27d94a7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/27d94a771d4ea53576694ca3af27c69c133189fc))
7
+
8
+
9
+
10
+ ## [0.6.152](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.151...0.6.152) (2024-01-25)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **linter:** update component types in ExternalDefinition and DevConsole ([438a61c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/438a61cbe25e5731e2635944de24733a85d86539))
16
+
17
+
18
+ ### Features
19
+
20
+ * **device-page:** fitler devices in select ([814cd8c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/814cd8c9f06ae5ab5bf4ccd9e45bd428bfb79635))
21
+ * **device-page:** nav to devices from device page ([f054d04](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f054d04f2c8aac4505d412420e548d29dc41272c))
22
+
23
+
24
+
1
25
  ## [0.6.151](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.150...0.6.151) (2024-01-02)
2
26
 
3
27
 
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