zigbee2mqtt-frontend 0.6.148 → 0.6.150
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 +25 -0
- package/dist/assets/dark-776a264b.css.gz +0 -0
- package/dist/assets/{index-e118aff3.js → index-2692f958.js} +83 -83
- package/dist/assets/index-2692f958.js.gz +0 -0
- package/dist/assets/index-5c0a913d.css.gz +0 -0
- package/dist/assets/light-5a8dab40.css.gz +0 -0
- package/dist/index.html +1 -1
- package/dist/index.html.gz +0 -0
- package/package.json +1 -1
- package/dist/assets/index-e118aff3.js.gz +0 -0
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1
|
+
## [0.6.150](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.149...0.6.150) (2023-12-25)
|
2
|
+
|
3
|
+
|
4
|
+
### Features
|
5
|
+
|
6
|
+
* **dev-console:** add external definition generator ([#1866](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1866)) ([945af60](https://github.com/nurikk/zigbee2mqtt-frontend/commit/945af6097bd6dc8aac0ee6247a637c3e5f7ea451))
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
## [0.6.149](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.148...0.6.149) (2023-12-10)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **notification:** automatically hide notifications ([6e68715](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6e68715c482c4281f188e08303d243fcc86db214))
|
16
|
+
|
17
|
+
|
18
|
+
### Features
|
19
|
+
|
20
|
+
* **memoize-table-columns:** memoize device list table columns ([ec9bf9e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ec9bf9e41d97a73b374978a598aff9ea6430e13e))
|
21
|
+
* **scrolltotop:** add ScrollToTop component ([ab454fc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ab454fc957c9391e39e979e60aa723d344be5486))
|
22
|
+
* **ui:** allow display illuminance_lux in dashboard ([5a8509a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5a8509a86cde169f4071f74d35cfad447ffac99d))
|
23
|
+
|
24
|
+
|
25
|
+
|
1
26
|
## [0.6.148](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.147...0.6.148) (2023-12-05)
|
2
27
|
|
3
28
|
|
Binary file
|