zigbee2mqtt-frontend 0.6.146 → 0.6.148

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 ADDED
@@ -0,0 +1,4620 @@
1
+ ## [0.6.148](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.147...0.6.148) (2023-12-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **i18n:** fix typo in German translations ([#1848](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1848)) ([f23375f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f23375fee8c0527bef17d804de4359c7490b6283))
7
+
8
+
9
+
10
+ ## [0.6.147](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.146...0.6.147) (2023-11-21)
11
+
12
+
13
+ ### Features
14
+
15
+ * **battery:** use `battery_state` ([c16faeb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c16faebe1b96bb7da9c48901a0f4223ba64b9683))
16
+
17
+
18
+
19
+ ## [0.6.146](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.145...0.6.146) (2023-11-20)
20
+
21
+
22
+ ### Features
23
+
24
+ * **deviceImage:** allow to pre download device images ([db81940](https://github.com/nurikk/zigbee2mqtt-frontend/commit/db8194069b46cebc34cd4701d85109afe81c894a))
25
+
26
+
27
+
28
+ ## [0.6.145](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.144...0.6.145) (2023-11-20)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Table:** fix uniq keys ([189ba35](https://github.com/nurikk/zigbee2mqtt-frontend/commit/189ba352815521ffbfdb43fc70b9478cb6bd6c21))
34
+
35
+
36
+ ### Features
37
+
38
+ * **notifications:** replace notifications library ([1f477f1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1f477f15519a084cd1733ad6ed9635ecbe311063))
39
+
40
+
41
+
42
+ ## [0.6.144](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.143...0.6.144) (2023-11-19)
43
+
44
+
45
+ ### Features
46
+
47
+ * **ota:** allow sorting by ota update avaliable state ([a298487](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a298487e1825a6ed50c45c2fde7bf6cf8d78b15e)), closes [#1819](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1819)
48
+
49
+
50
+
51
+ ## [0.6.143](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.142...0.6.143) (2023-11-09)
52
+
53
+
54
+ ### Bug Fixes
55
+
56
+ * **composite/list:** fix climate schedule not working ([5803577](https://github.com/nurikk/zigbee2mqtt-frontend/commit/58035775b6cdc622ec7a0468481fce08fae9a538))
57
+
58
+
59
+
60
+ ## [0.6.142](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.141...0.6.142) (2023-10-27)
61
+
62
+
63
+ ### Bug Fixes
64
+
65
+ * **list:** fix list editor ([3df395b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3df395b774816b7605cf34699c4e9cdf288f1b56))
66
+ * **pretty:** pretty it ([4009890](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4009890e0ece16a069b511e079ac341e343e3d19))
67
+
68
+
69
+
70
+ ## [0.6.141](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.140...0.6.141) (2023-10-27)
71
+
72
+
73
+ ### Bug Fixes
74
+
75
+ * **pretty:** pretty it ([b29dabf](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b29dabf0f3898e799509fb35ccdddc00b97db5db))
76
+
77
+
78
+
79
+ ## [0.6.140](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.139...0.6.140) (2023-10-24)
80
+
81
+
82
+ ### Bug Fixes
83
+
84
+ * **composite:** fix apply button missing for composite exposes [#1759](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1759) ([8be8925](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8be8925d0ec95ae271e02f832e24a4c82531dff0))
85
+ * **gradient:** submit gradient through apply button instead of every value ([97e2c6d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/97e2c6db6f68601138099c31c99f5f24c2e9587f))
86
+
87
+
88
+
89
+ ## [0.6.139](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.138...0.6.139) (2023-10-22)
90
+
91
+
92
+
93
+ ## [0.6.138](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.137...0.6.138) (2023-10-21)
94
+
95
+
96
+ ### Bug Fixes
97
+
98
+ * **code-style:** run prettier ([4731e09](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4731e0935d82359fc60382280df3ddd1f5d7287f)), closes [#1803](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1803)
99
+
100
+
101
+ ### Features
102
+
103
+ * **about:** add zigbee-herdsman-converters/zigbee-herdsman version to about page ([#1817](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1817)) ([474888c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/474888cb80ec5bbf8f1f1999627e2ff76803b7d6))
104
+ * **dashboard:** add icons for some features ([652b689](https://github.com/nurikk/zigbee2mqtt-frontend/commit/652b689207d097a06ca779ac5b1e0b44cc2bf184))
105
+ * **eslint:** add to GH Actions check ([db8ee06](https://github.com/nurikk/zigbee2mqtt-frontend/commit/db8ee06baff6156d7a54b5b263ecd5606e98e548))
106
+
107
+
108
+
109
+ ## [0.6.137](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.136...0.6.137) (2023-10-04)
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * **device image:** remove slsys pictures since it doesn't exist anymore ([a2e3dc3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a2e3dc31110b33aa5fe38e5e8ec7970aabf315bf))
115
+ * **expose:** label not shown ([a9c2291](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a9c22917c20050739def61a542746a257044cdfb))
116
+ * **getCurrentTheme:** fix light theme switching ([91d8508](https://github.com/nurikk/zigbee2mqtt-frontend/commit/91d85081c4d84b587803b2787b10abd3c610ae38))
117
+ * **typo:** correct typo ([5764c1f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5764c1f7dd7dc0029f3100f89f44b4aa9ae3c7ef))
118
+
119
+
120
+ ### Features
121
+
122
+ * **ci:** check code style ([0f1994d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0f1994d4e96c32017a4aa814dfac69d4b8ba1f7c))
123
+ * **deps:** add engine dependency ([ab54eda](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ab54eda4e97637efd9a6e928d7902348dbd10e17))
124
+
125
+
126
+
127
+ ## [0.6.136](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.135...0.6.136) (2023-09-21)
128
+
129
+
130
+ ### Bug Fixes
131
+
132
+ * **expose:** fix `undefined` in label for binary state expose ([912b1b0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/912b1b0d0f2c0a2f252ddbeffdc2bdf909bbb042))
133
+
134
+
135
+
136
+ ## [0.6.135](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.134...0.6.135) (2023-09-01)
137
+
138
+
139
+ ### Bug Fixes
140
+
141
+ * fix https://github.com/nurikk/zigbee2mqtt-frontend/issues/1772 ([#1775](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1775)) ([44ade96](https://github.com/nurikk/zigbee2mqtt-frontend/commit/44ade9695fb907228debce6b5e2794dce5c958f6))
142
+
143
+
144
+
145
+ ## [0.6.134](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.133...0.6.134) (2023-08-27)
146
+
147
+
148
+ ### Bug Fixes
149
+
150
+ * **expose:** remove commented line ([26af80c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/26af80c833ffdc39233f016149719dbbbb2d7e14))
151
+
152
+
153
+ ### Features
154
+
155
+ * **expose:** use label name in expose ([d4873e5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d4873e5e2a718d08ca9e9c23bb97acea9799858f))
156
+ * **getCurrentTheme:** auto detect prefered theme ([2985773](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2985773019b25103461894e935466a08ef8e74a0))
157
+ * **i18n:** import new strings ([e95d9fa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e95d9fab18cb1c8f952ff54200420796a7c670e3))
158
+ * **i18n:** trim locales ([d2540ff](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d2540ffcb5a03ed5dc02f31b53a1ed3c6e2d12d0))
159
+
160
+
161
+
162
+ ## [0.6.133](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.132...0.6.133) (2023-07-21)
163
+
164
+
165
+ ### Bug Fixes
166
+
167
+ * **bind:** show correct clusters in bind list https://github.com/Koenkk/zigbee2mqtt/issues/10740 ([ab5cc39](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ab5cc3955c89228767a3dda47a0d71e6d6ac9ea3))
168
+
169
+
170
+
171
+ ## [0.6.132](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.131...0.6.132) (2023-07-11)
172
+
173
+
174
+ ### Features
175
+
176
+ * **BindRow:** allow to select any known cluster for coordinator binding ([56d2311](https://github.com/nurikk/zigbee2mqtt-frontend/commit/56d2311cb5c057fba8e56d9d0868970759adb618))
177
+
178
+
179
+
180
+ ## [0.6.131](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.130...0.6.131) (2023-07-03)
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * **ci:** fix update_dep ([3c42fc8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3c42fc8af738a18bc58ff96839c2307cd538713b))
186
+
187
+
188
+
189
+ ## [0.6.130](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.129...0.6.130) (2023-07-03)
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * **Composite:** fix features aggregation ([b6499e1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b6499e1894920dbc41182654bd8a30043e59eda9)), closes [#1736](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1736)
195
+ * **i18n:** simplified Chinese auto detect ([4e337c5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4e337c5a8718d4977585c94cdf8895cae1a65385))
196
+ * **LocalePicker:** cix Dannish flag ([8629b58](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8629b5865858344fb538d6ebcd5142d6e61c9c4e))
197
+
198
+
199
+
200
+ ## [0.6.129](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.128...0.6.129) (2023-05-06)
201
+
202
+
203
+ ### Bug Fixes
204
+
205
+ * BG translation update group translations ([ab0babc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ab0babc6da1aea405d0086109cd7b4ed4b8e29f3))
206
+ * rewording some BG translations ([2c5e6a3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2c5e6a37125475095b89d033447ec75bfd27bfe1))
207
+ * rewording some BG translations ([7d788ed](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7d788edb4d2fc55fe4f474f989e5e2cad62e75a3))
208
+
209
+
210
+ ### Features
211
+
212
+ * Add initial support for Bulgarian language ([57558d7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/57558d737aa12c90a86f504d8fa8cb53f8ae56ee))
213
+ * BG - add common translations ([b1633db](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b1633db892c926279a9f51ab4467d6e1f4dbdd80))
214
+ * BG - add extensions translations ([203c941](https://github.com/nurikk/zigbee2mqtt-frontend/commit/203c94155e4012574ba2dd57fffae91eac490586))
215
+ * BG - add groups translations ([89dad51](https://github.com/nurikk/zigbee2mqtt-frontend/commit/89dad518fb4ccd3fa17a24864c38be30cdb75229))
216
+ * BG - add logs, map, navbar, ota translations ([e5449fd](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e5449fd22ae454feb511d201bf74d88d569cd5ce))
217
+ * BG - add scene, stats, vailability translations ([63be1fc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/63be1fcc47add36e4e84d8e8d1d0eb4144b87646))
218
+ * BG - add settings, touchlink translations ([580b14e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/580b14e080335ac91e64ac5678c99347a644c486))
219
+ * BG - add values translations ([f327859](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f327859348c7aa1e65f0b21204a13f3503a1ea53))
220
+ * BG - add zigbee translations ([05aa39c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/05aa39c754c9d0456b95ae98d3609b75409f1a3a))
221
+ * BG - devicePage and exposes translations ([fb9cce0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fb9cce0651b0af136d99eebf231fd79ad0565059))
222
+ * BG - featureNames translations first pass ([8a2f20f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8a2f20f9a5f98f72e5401c51af30bb6956d1de17))
223
+ * BG - settingsSchemaTitles translations ([3071b2c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3071b2cf011f394412bc348215ab7546d1e48f59))
224
+ * **i18n:** import z2m translation ([f00dab3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f00dab33c2830c6a4bdaceb4afdbe1f4ab7b7b2e))
225
+ * **i18n:** trim locales ([7e71ef3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7e71ef38399fe228ca6a35a1184ff259f29c7480))
226
+
227
+
228
+
229
+ ## [0.6.128](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.127...0.6.128) (2023-05-01)
230
+
231
+
232
+ ### Bug Fixes
233
+
234
+ * **attribute-picker:** picking "select attribute" crashes ([#1704](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1704)) ([113cb46](https://github.com/nurikk/zigbee2mqtt-frontend/commit/113cb4651ece0440e5580bd1a7ef1997ea0ac787))
235
+ * **composite:** fix composite feature property changes ([1c5d431](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1c5d431afe3ee8ae43c93370d1df82c042e14fc5))
236
+ * **gradient:** fix gradient feature types ([99314c7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/99314c78e9c24e9cc1a32e3d692256ef02f273ad))
237
+ * **range-editor:** send value on stepper click ([#1710](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1710)) ([85d0761](https://github.com/nurikk/zigbee2mqtt-frontend/commit/85d076103a9759a5a9abf04513a9b51205a21c9c))
238
+
239
+
240
+
241
+ ## [0.6.127](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.126...0.6.127) (2023-03-19)
242
+
243
+
244
+ ### Bug Fixes
245
+
246
+ * **forms:** fix disapearing changes on device state update ([84882cc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/84882cc525d607bcf403bca2288288ddde60ae89))
247
+
248
+
249
+
250
+ ## [0.6.126](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.125...0.6.126) (2023-03-06)
251
+
252
+
253
+ ### Features
254
+
255
+ * **deps:** update zh and zhc deps ([1ff5bc1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1ff5bc10747f3e82af5628de303cdcee16726b64))
256
+
257
+
258
+
259
+ ## [0.6.125](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.124...0.6.125) (2023-02-27)
260
+
261
+
262
+ ### Features
263
+
264
+ * **reporting:** fix min/max/change reporting interval being a string ([#1686](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1686)) ([c1ca9dc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c1ca9dc4fba11f529697a1be127ba2c3237f0fad))
265
+
266
+
267
+
268
+ ## [0.6.124](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.123...0.6.124) (2023-01-20)
269
+
270
+
271
+ ### Features
272
+
273
+ * **list:** fix composite list not showing values from state ([#1658](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1658)) ([9f1cf7a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9f1cf7ae63ad81f0883c84635093290eb3f26ec9))
274
+
275
+
276
+
277
+ ## [0.6.123](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.122...0.6.123) (2023-01-13)
278
+
279
+
280
+
281
+ ## [0.6.122](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.121...0.6.122) (2023-01-11)
282
+
283
+
284
+ ### Features
285
+
286
+ * **gradient:** support setting philips hue gradients ([#1618](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1618)) ([eb03a05](https://github.com/nurikk/zigbee2mqtt-frontend/commit/eb03a05a01727e685bfe071da368d542e5c60ab7))
287
+ * **i18n:** import translations ([2b12042](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2b1204297c4cbce1f58403d284b4c58d4592935e))
288
+
289
+
290
+
291
+ ## [0.6.121](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.120...0.6.121) (2022-12-31)
292
+
293
+
294
+ ### Features
295
+
296
+ * **disabled:** improve disabled ([#1639](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1639)) ([957c234](https://github.com/nurikk/zigbee2mqtt-frontend/commit/957c234d776c8fadfde2d02709ec8856ab2db5c4))
297
+ * **i18n:** trim locales ([f521420](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f5214208642fa603e4c334d38542b9f4663f3dff))
298
+
299
+
300
+
301
+ ## [0.6.120](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.119...0.6.120) (2022-12-23)
302
+
303
+
304
+ ### Bug Fixes
305
+
306
+ * **composite:** fix list of enums and greyed out apply button ([f3ae8f8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f3ae8f84d3c1941b0ca53c9505abe7bb2f1d3bd7))
307
+
308
+
309
+ ### Features
310
+
311
+ * **disabled:** add disabled option ([#1637](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1637)) ([01ab599](https://github.com/nurikk/zigbee2mqtt-frontend/commit/01ab5999844f4246f2e1cc103ec08af9d9005b77))
312
+
313
+
314
+
315
+ ## [0.6.119](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.118...0.6.119) (2022-11-20)
316
+
317
+
318
+ ### Bug Fixes
319
+
320
+ * **composite:** fix allInnerFeaturesHaveValues ([ee70262](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ee70262e8d71eabe12ca7d156c36644f71a9cc7a))
321
+
322
+
323
+
324
+ ## [0.6.118](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.117...0.6.118) (2022-11-19)
325
+
326
+
327
+ ### Bug Fixes
328
+
329
+ * **exposes:** fix composite attribute behaviour ([52c1d87](https://github.com/nurikk/zigbee2mqtt-frontend/commit/52c1d872884dfa169df1b6bd79c388f9acacb7fb))
330
+
331
+
332
+ ### Features
333
+
334
+ * **exposes:** add support for list exposes ([bfab254](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bfab254f0def618168db240377b0575b5f03d2b7))
335
+ * **i18n:** trim locales ([ad75cbf](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ad75cbf165e3654c40c98c1480fa932b58fe77e4))
336
+
337
+
338
+
339
+ ## [0.6.117](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.115...0.6.117) (2022-11-15)
340
+
341
+
342
+ ### Bug Fixes
343
+
344
+ * **composite:** fix controlled state update ([d56542d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d56542db878ecef49e408f750f9b8d9e8f0a598c))
345
+
346
+
347
+
348
+ ## [0.6.116](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.115...0.6.116) (2022-11-15)
349
+
350
+
351
+ ### Bug Fixes
352
+
353
+ * **composite:** fix controlled state update ([42177b8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/42177b8526c1938d0b31a2b0afbbad2a3f91b154))
354
+
355
+
356
+
357
+ ## [0.6.115](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.114...0.6.115) (2022-11-05)
358
+
359
+
360
+ ### Bug Fixes
361
+
362
+ * **i18n:** remove empty strings ([885a8aa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/885a8aa84702b9fd4b267077e7d7896534c40be9))
363
+
364
+
365
+ ### Features
366
+
367
+ * **auth:** read auth token from URL ([#1590](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1590)) ([32a885d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/32a885d749065d64fb370464be770063bdd70bda))
368
+ * **BridgeApi:** enable join after adding install code ([0b0d7ba](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0b0d7baf2d7010b5d0e3fb0941815737523e6c3e))
369
+ * **i18:** import translations ([1e4a0b9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1e4a0b9eb60053f0e6035869ec6b74a3bd8f3e6d))
370
+ * **i18n:** add missing locale keys ([80d4109](https://github.com/nurikk/zigbee2mqtt-frontend/commit/80d41095ecf6ccc705e1fc0b8748c064f1f1dbde))
371
+ * **i18n:** trim locales ([3b093aa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3b093aa9998d7139de335701fc68df713a7d0152))
372
+
373
+
374
+
375
+ ## [0.6.114](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.113...0.6.114) (2022-10-02)
376
+
377
+
378
+ ### Bug Fixes
379
+
380
+ * **ColorEditor:** fix rgb to other colors conversion ([8a7fa80](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8a7fa80f9c5661a0627f0f319a77b2cee22d2d1b))
381
+
382
+
383
+ ### Features
384
+
385
+ * **DashboardFeatureWrapper:** Add more icons ([#1560](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1560)) ([ba978e0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ba978e084095f58a38744a425444f68585c34d93))
386
+
387
+
388
+
389
+ ## [0.6.113](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.112...0.6.113) (2022-10-01)
390
+
391
+
392
+ ### Bug Fixes
393
+
394
+ * **reporting:** fix reporting rule validation ([ce20ed1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ce20ed1a7f199799a2e5809e932e27ea519039f3))
395
+ * **template:** remove prefetch ([5821e0c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5821e0ce4bc8d7110100824ee7811aa43d486bef))
396
+
397
+
398
+ ### Features
399
+
400
+ * **i18n:** import translation from z2m ([19f76db](https://github.com/nurikk/zigbee2mqtt-frontend/commit/19f76db708cb800e72a69eb4134aed2699000e90))
401
+ * **i18n:** trim locales ([8427005](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8427005654094671c8d890819b71dda66bb7d4e3))
402
+
403
+
404
+
405
+ ## [0.6.112](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.111...0.6.112) (2022-09-27)
406
+
407
+
408
+ ### Bug Fixes
409
+
410
+ * **i18n:** fix danish locale ([db9f4d8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/db9f4d88d6b83da5d38667146172debd4a8986b7))
411
+
412
+
413
+ ### Features
414
+
415
+ * **settigns:** change install code class ([873f115](https://github.com/nurikk/zigbee2mqtt-frontend/commit/873f115e9943855e997549f85c1607479eb20fa5))
416
+
417
+
418
+
419
+ ## [0.6.111](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.110...0.6.111) (2022-09-03)
420
+
421
+
422
+ ### Features
423
+
424
+ * **i18n:** add missing translation key ([317c5fa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/317c5faa7f4563bb8a14e914b80495e35e17f2ca))
425
+ * **settings:** add install code support ([b878bc7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b878bc7952c2472efdf69d2fdc03e59dee497002))
426
+
427
+
428
+
429
+ ## [0.6.110](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.109...0.6.110) (2022-08-29)
430
+
431
+
432
+ ### Features
433
+
434
+ * **GlobalFilter:** add clear button ([7bad83f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7bad83f25f99a0d98f5a6a8745e857a502e74bf3))
435
+
436
+
437
+
438
+ ## [0.6.109](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.108...0.6.109) (2022-08-29)
439
+
440
+
441
+ ### Features
442
+
443
+ * **dashboard:** implement filter ([dae863c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/dae863c9fe2e9a4498f2ea2e489f2ac5c092df33))
444
+ * **i18n:** import z2m translations ([c82df11](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c82df115bd8e49120eb823d33e54e6c46030fe51))
445
+ * **i18n:** trim locales ([3b4cf4a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3b4cf4a20158c052cef97806c22fd1c00697024e))
446
+
447
+
448
+
449
+ ## [0.6.108](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.107...0.6.108) (2022-08-16)
450
+
451
+
452
+ ### Bug Fixes
453
+
454
+ * **build:** add NPM_TOKEN ([24524ea](https://github.com/nurikk/zigbee2mqtt-frontend/commit/24524ea7e062f94efd54ba336ef30ff4cc7c715f))
455
+ * **build:** fix env ([b54bcd4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b54bcd4f9671829a719c67c6a1f85cd517ac7d8f))
456
+ * **build:** fix key ([8f459b1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8f459b1d0a8c70a985da7182934f691023f33206))
457
+ * **Feature:** fix composite feature property ([3b2a6f8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3b2a6f8bd24950fb6ab951db2439788060eb46f6))
458
+ * **github-workflow:** fix build ([efc0638](https://github.com/nurikk/zigbee2mqtt-frontend/commit/efc06382e881236cbb81c00325179676dc4002a2))
459
+
460
+
461
+
462
+ ## [0.6.107](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.106...0.6.107) (2022-07-17)
463
+
464
+
465
+ ### Bug Fixes
466
+
467
+ * **i18n:** fix Norwegian localisation scaffold ([d6e07da](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d6e07daa87411dae026ec7a363a9f5040b856761))
468
+
469
+
470
+ ### Features
471
+
472
+ * **StartStopJoinButton:** enable join over coordinator ([8222b06](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8222b06a83195fa5c707f407d3845d3b27c5ed80))
473
+
474
+
475
+
476
+ ## [0.6.106](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.105...0.6.106) (2022-07-12)
477
+
478
+
479
+ ### Features
480
+
481
+ * **theme:** update appstack theme to the latest version ([7910802](https://github.com/nurikk/zigbee2mqtt-frontend/commit/79108025cac9b397b56d4dfd6327057ce392aca8))
482
+
483
+
484
+
485
+ ## [0.6.105](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.104...0.6.105) (2022-07-10)
486
+
487
+
488
+ ### Features
489
+
490
+ * **DashboardFeatureWrapper:** add power_outage_count icon ([#1513](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1513)) ([c8f4c18](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c8f4c18ee33126822e0da1bdec134610dfa120ac))
491
+ * **StartStopJoinButton:** sort list of devices on friendly name ([#1514](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1514)) ([9ecabb8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9ecabb8d6b8b11a572e5e1b61238a72015c9bde9))
492
+
493
+
494
+
495
+ ## [0.6.104](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.103...0.6.104) (2022-07-01)
496
+
497
+
498
+ ### Features
499
+
500
+ * **i18n:** import new translations ([d0d165f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d0d165fba2394ef1a7caa7431844a837ebeb54ff))
501
+ * **i18n:** trim locales ([1547a09](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1547a09ea90d7e08d792ab4da17ee2c340297665))
502
+
503
+
504
+
505
+ ## [0.6.103](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.102...0.6.103) (2022-06-20)
506
+
507
+
508
+ ### Bug Fixes
509
+
510
+ * **rjsf:** fix empty label alignment ([1cd1f35](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1cd1f357b47d8699cb684bf2e7cb13c180dcf90e))
511
+
512
+
513
+
514
+ ## [0.6.102](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.101...0.6.102) (2022-06-20)
515
+
516
+
517
+ ### Features
518
+
519
+ * **settings:** use forked rjsf bootstrap5 theme ([f92b1db](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f92b1db06ce7ad0a108dc31de0c1142346bb1624))
520
+
521
+
522
+
523
+ ## [0.6.101](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.100...0.6.101) (2022-06-16)
524
+
525
+
526
+ ### Features
527
+
528
+ * **SettingsPage:** add z2m version to backup file name ([f1367c3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f1367c3bc6014a8efc7dbd7c9c883c350dd63b89))
529
+
530
+
531
+
532
+ ## [0.6.100](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.99...0.6.100) (2022-06-16)
533
+
534
+
535
+ ### Features
536
+
537
+ * **SettingsPage:** add spinner for backup ([44fc604](https://github.com/nurikk/zigbee2mqtt-frontend/commit/44fc604396146e4166aeaf15cd2c4c7ea10e9aaa))
538
+
539
+
540
+
541
+ ## [0.6.99](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.97...0.6.99) (2022-06-13)
542
+
543
+
544
+ ### Features
545
+
546
+ * **tools:** add download backup ([20eda11](https://github.com/nurikk/zigbee2mqtt-frontend/commit/20eda11e313094aead0f0ec50a2416d735a4ddce))
547
+
548
+
549
+
550
+ ## [0.6.98](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.97...0.6.98) (2022-06-13)
551
+
552
+
553
+ ### Features
554
+
555
+ * **tools:** add download backup ([6a988cc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6a988cc54e6a588d825fa91c3452464e8f8f0475))
556
+
557
+
558
+
559
+ ## [0.6.97](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.96...0.6.97) (2022-05-26)
560
+
561
+
562
+ ### Bug Fixes
563
+
564
+ * **i18n:** trim locales ([63625ce](https://github.com/nurikk/zigbee2mqtt-frontend/commit/63625ceb903c07b1409fb5d8429d8ab5e227cfe3))
565
+
566
+
567
+ ### Features
568
+
569
+ * **DevicesTable:** add device description to searchable data ([da1654b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/da1654b4afb711164b3e67d3c69752fbe142785c))
570
+ * **i18n:** update en translation keys ([5818a01](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5818a01801cebe15b7eda60d773838ebaac7503b))
571
+
572
+
573
+
574
+ ## [0.6.96](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.95...0.6.96) (2022-05-25)
575
+
576
+
577
+ ### Bug Fixes
578
+
579
+ * **build:** relative assets path ([adb91de](https://github.com/nurikk/zigbee2mqtt-frontend/commit/adb91de54e27d39336c3f100397e9ff571ffda10))
580
+
581
+
582
+
583
+ ## [0.6.95](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.94...0.6.95) (2022-05-23)
584
+
585
+
586
+ ### Bug Fixes
587
+
588
+ * **DevicesTable:** fix sorting Availability column ([22c1dc3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/22c1dc36719264466ff6ae52b4a38a768a89605a))
589
+
590
+
591
+
592
+ ## [0.6.94](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.93...0.6.94) (2022-05-20)
593
+
594
+
595
+ ### Features
596
+
597
+ * **release:** enable z2m PR ([d186d32](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d186d32f1b02098a4694d08e9f27a1e8dfdb7535))
598
+
599
+
600
+
601
+ ## [0.6.93](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.92...0.6.93) (2022-05-20)
602
+
603
+
604
+ ### Bug Fixes
605
+
606
+ * **npmrc:** fix registry url ([5052243](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5052243f021d1e92dce77087e8c5d1b90a85ad71))
607
+
608
+
609
+
610
+ ## [0.6.92](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.91...0.6.92) (2022-05-20)
611
+
612
+
613
+ ### Bug Fixes
614
+
615
+ * **build:** add node token ([7ee52f2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7ee52f2c229113c3a123089b138653fe82aaa9d6))
616
+
617
+
618
+
619
+ ## [0.6.91](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.90...0.6.91) (2022-05-20)
620
+
621
+
622
+ ### Bug Fixes
623
+
624
+ * **deps:** update lock file ([8a29f41](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8a29f413e3c924429066c68f7d87736a666bf2d2))
625
+
626
+
627
+
628
+ ## [0.6.90](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.89...0.6.90) (2022-05-20)
629
+
630
+
631
+
632
+ ## [0.6.89](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.88...0.6.89) (2022-05-20)
633
+
634
+
635
+ ### Bug Fixes
636
+
637
+ * **build:** --no-git-checks ([87c36cc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/87c36cc4da5f6fb864ee8c4197a4b01059e1a0b6))
638
+
639
+
640
+
641
+ ## [0.6.88](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.87...0.6.88) (2022-05-20)
642
+
643
+
644
+ ### Bug Fixes
645
+
646
+ * **build:** fix publish command ([e42a892](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e42a892dac6e341908a729cd72b014b346fd75bd))
647
+
648
+
649
+
650
+ ## [0.6.87](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.86...0.6.87) (2022-05-20)
651
+
652
+
653
+ ### Bug Fixes
654
+
655
+ * **build:** add sass dependency ([d23e0fd](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d23e0fd1a8865a770fdc6f4735da2f313593d771))
656
+
657
+
658
+ ### Features
659
+
660
+ * **build:** migrate to pnpm ([420aed7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/420aed7573d46e06d767ff2a17fdc20e0203897b))
661
+
662
+
663
+
664
+ ## [0.6.86](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.85...0.6.86) (2022-05-18)
665
+
666
+
667
+ ### Bug Fixes
668
+
669
+ * **DeviceImage:** handle error during image loading ([0c3cc69](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0c3cc69aef64ef4eb18eb9b4d943c7ad779f2008))
670
+
671
+
672
+
673
+ ## [0.6.85](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.84...0.6.85) (2022-05-16)
674
+
675
+
676
+ ### Bug Fixes
677
+
678
+ * **Availability:** lowercase availabilityState ([e217b35](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e217b35d8c999a01a0851bec175bd28d377b6e28))
679
+ * **i18n:** trim locales ([1e53753](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1e53753dfd26c1ec4e1730f059f12fc562a84c37))
680
+
681
+
682
+ ### Features
683
+
684
+ * **devServer:** update mocks ([5396085](https://github.com/nurikk/zigbee2mqtt-frontend/commit/53960857fe116e45c95d5b8f31545ebed1e324bc))
685
+ * **i18n:** add Turkish Translation ([78bb6d6](https://github.com/nurikk/zigbee2mqtt-frontend/commit/78bb6d6058ea1ca6370f3a8c486b458fd4e233c7))
686
+
687
+
688
+
689
+ ## [0.6.84](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.83...0.6.84) (2022-05-02)
690
+
691
+
692
+ ### Features
693
+
694
+ * **exposes:** if tamper true tamper icon fade ([0e4b0d8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0e4b0d857a7cc2260d31e016334432f9719647d0))
695
+
696
+
697
+
698
+ ## [0.6.83](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.82...0.6.83) (2022-04-15)
699
+
700
+
701
+ ### Bug Fixes
702
+
703
+ * **Nodes:** don't clear fx/fy after drag end ([b345855](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b345855b4041bac12a6945850392d0edcc3db5e5))
704
+
705
+
706
+
707
+ ## [0.6.82](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.81...0.6.82) (2022-04-15)
708
+
709
+
710
+ ### Features
711
+
712
+ * **EndpointPicker:** add known endpoints from exposes definition ([705cf11](https://github.com/nurikk/zigbee2mqtt-frontend/commit/705cf11c39dd265c884448fba046529f113012cb))
713
+ * **LogsPage:** add timestamp to logs ([89082f2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/89082f26f05c4b5ce25281e64587aacc78a3821e))
714
+ * **NavBar:** show hostname if running in iframe ([8beb536](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8beb536dc31a171111e605720914a73b42ed738b))
715
+
716
+
717
+
718
+ ## [0.6.81](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.80...0.6.81) (2022-04-15)
719
+
720
+
721
+ ### Bug Fixes
722
+
723
+ * **DeviceControlGroup:** fix missing deviceapi methods ([e7b6566](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e7b65664232931f034d2981f11bfe0dedc2a6450))
724
+ * **i18:** add save_description ([ae35dc9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ae35dc980e90a068019e06ab4fe911e5aa55a7ab))
725
+ * **i18n:** add rename_group ([721dbc9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/721dbc945a0cf3303060d598a0dbed407810187b))
726
+ * **LogRow:** make badge wider ([0832da7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0832da71287bda605090f908807c5c0489b71666))
727
+ * **Table:** increase colspan to accomodate # column ([38b8ed0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/38b8ed0cd7f8a32341222c1201689e56b3f2bf00))
728
+
729
+
730
+ ### Features
731
+
732
+ * **DashboardDevice:** add description to device tile ([056b988](https://github.com/nurikk/zigbee2mqtt-frontend/commit/056b98856b163c90fe5ad055a550c017f1917e91))
733
+ * **i18n:** import new translations ([27c64c9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/27c64c97d4e2b1d4d604cce91c3c185e555cd790))
734
+ * **StartStopJoinButton:** convert seconds to mmss ([f26013c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f26013cbd71ee63a263c092fb3804534b7e28e56))
735
+
736
+
737
+
738
+ ## [0.6.80](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.79...0.6.80) (2022-03-31)
739
+
740
+
741
+ ### Bug Fixes
742
+
743
+ * **i18n:** trim locales ([f08c8d7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f08c8d78adda3c9c032fb2062a40139ed502d777))
744
+
745
+
746
+ ### Features
747
+
748
+ * **DashboardFeatureWrapper:** Add plane icon to away mode ([#1413](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1413)) ([6a3bdf5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6a3bdf57a050919f06fe7ae08b7b57d7053e9d9a))
749
+
750
+
751
+
752
+ ## [0.6.79](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.78...0.6.79) (2022-03-13)
753
+
754
+
755
+ ### Bug Fixes
756
+
757
+ * **DevicesTable:** split IEEE address and short address ([8faeb0b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8faeb0b126563b0a9026533a86de51194d933670))
758
+ * **VendorLink:** fix vendor parameter ([f9499f5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f9499f5a3015e39270b4308a7ed44e858133000c))
759
+
760
+
761
+
762
+ ## [0.6.78](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.77...0.6.78) (2022-03-06)
763
+
764
+
765
+ ### Features
766
+
767
+ * **getGenericFeatureIcon:** add local temperature ([ce1c29e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ce1c29e86e4e490b1020833abb7b976376f5009c))
768
+ * **groups:** show device endpoint on group page ([44caa76](https://github.com/nurikk/zigbee2mqtt-frontend/commit/44caa76fed8df2897993950bf4335114039a5631))
769
+ * **i18n:** trim locales ([5dff8fc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5dff8fcad444b3c0e98451aa64347d40f4d7fa0b))
770
+ * **modal:** refactor modals ([fe9a89d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fe9a89d20346b23dc4f92a0e3bc81143824cc5cf))
771
+ * **notifications:** replacy notyf with react-notifications ([f465a7d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f465a7d0c8fa59ab5693eb24a58efb9090f1a261))
772
+
773
+
774
+
775
+ ## [0.6.77](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.76...0.6.77) (2022-03-03)
776
+
777
+
778
+ ### Features
779
+
780
+ * **Availability:** add support for new payload format ([9b12806](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9b12806c9aa0b0997846c4573e983310c3aa88ee))
781
+ * **StateNotifier:** remove StateNotifier ([fd53546](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fd53546d6010095c768c7c05d8d767d91f9a8680))
782
+
783
+
784
+
785
+ ## [0.6.76](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.75...0.6.76) (2022-03-01)
786
+
787
+
788
+ ### Bug Fixes
789
+
790
+ * **i18n:** fix locale names ([92763f4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/92763f4d43b92fce438eafea43a8b97140fd94a1))
791
+ * **i18n:** trim locales ([5f91dfa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5f91dfaf9f68e0e1f31e591cdadb1efc3f81e4d0))
792
+
793
+
794
+ ### Features
795
+
796
+ * **i18n:** add Catalan language ([#1382](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1382)) ([533aeb2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/533aeb2e97347431b1f7210e0a8637b90de18009))
797
+
798
+
799
+
800
+ ## [0.6.75](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.74...0.6.75) (2022-02-21)
801
+
802
+
803
+ ### Features
804
+
805
+ * **descripton:** add device description ([034fa7c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/034fa7c506edfc0bceb01610710b6ac1c40a3897))
806
+
807
+
808
+
809
+ ## [0.6.74](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.73...0.6.74) (2022-02-21)
810
+
811
+
812
+ ### Features
813
+
814
+ * **exposes:** implement value_step for numeric ([8b4b063](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8b4b063b5241651c511c827ba113b0c77e0943af))
815
+
816
+
817
+
818
+ ## [0.6.73](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.72...0.6.73) (2022-02-20)
819
+
820
+
821
+ ### Bug Fixes
822
+
823
+ * **dashboard:** add more features to blacklist ([6272ecc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6272eccbf443c73fe55e08a2c32b3e1b6a332257))
824
+ * **i18n:** trim locales ([539f09e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/539f09e9a8d99ade27e9c34ed3accf5a934565fc))
825
+
826
+
827
+ ### Features
828
+
829
+ * **groups:** convert group rename modal to global ([7587ebf](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7587ebf8a06089db0b2edc257395d6acba42e776))
830
+
831
+
832
+
833
+ ## [0.6.72](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.71...0.6.72) (2022-02-20)
834
+
835
+
836
+ ### Bug Fixes
837
+
838
+ * **logs:** fix warning log level filter ([#1284](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1284)) ([4f11e0f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4f11e0f3cadc3c836ff7e62f8329d40b4b8b01d4))
839
+ * **scenes:** fix iteration over null scenes ([f005477](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f005477e2b38c9c761520d0d8e6e58a7e9134d2d))
840
+
841
+
842
+ ### Features
843
+
844
+ * **exposes:** implement list feature ([#1353](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1353)) ([e2d617e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e2d617e242aa310e9558adc7d97c463c34780d8e))
845
+ * **i18n:** update features descriptions ([c8b3af2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c8b3af23cdeca97801a2ca44e0a452e5e5c90abc))
846
+
847
+
848
+ ### Reverts
849
+
850
+ * Revert "chore(deps-dev): bump react-router-dom from 5.3.0 to 6.2.1 (#1313)" ([f3f3e8a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f3f3e8a0df96c1f0afdd6099944e52b1e4e8ef21)), closes [#1313](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1313)
851
+
852
+
853
+
854
+ ## [0.6.71](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.70...0.6.71) (2022-01-30)
855
+
856
+
857
+ ### Bug Fixes
858
+
859
+ * **dev-console:** fix cluster and command type ([881a84a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/881a84a531e4341a6b8b7359bb4b905270b526bf))
860
+
861
+
862
+
863
+ ## [0.6.70](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.69...0.6.70) (2022-01-30)
864
+
865
+
866
+ ### Features
867
+
868
+ * **dev-console:** add support for command ([7363a94](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7363a94ceb8395a2a0ca22e3c7c7bb5a0865abf2))
869
+ * **i18n:** import new translations ([ce4cb61](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ce4cb616463a208937e82b45766b8d0aec75b065))
870
+
871
+
872
+
873
+ ## [0.6.69](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.68...0.6.69) (2022-01-23)
874
+
875
+
876
+ ### Bug Fixes
877
+
878
+ * **dashboard:** remove programming mode from dashboard ([5f03b16](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5f03b16f86f50dd8047f78016edc9be3ab1e5bfa))
879
+
880
+
881
+ ### Features
882
+
883
+ * **i18n:** trim locales ([b505cac](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b505cacc548cc2f39640d0b48005fcb904748c1f))
884
+
885
+
886
+
887
+ ## [0.6.68](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.67...0.6.68) (2022-01-03)
888
+
889
+
890
+ ### Bug Fixes
891
+
892
+ * **OtaPage:** fix firmware version sorting ([#1227](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1227)) ([a118626](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a118626948beeaba504cc612ad7cf5258a98b053))
893
+ * **ReactTableCom:** update Bootstrap spacer class ([#1223](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1223)) ([c4fb8fc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c4fb8fcebbc7dd5d25593275efb3f8fdb2445cfa))
894
+
895
+
896
+ ### Features
897
+
898
+ * **OtaPage:** display device images ([#1228](https://github.com/nurikk/zigbee2mqtt-frontend/issues/1228)) ([7844013](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7844013b4f486308a992e6194316c7ca320be41f))
899
+
900
+
901
+
902
+ ## [0.6.67](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.66...0.6.67) (2021-12-31)
903
+
904
+
905
+ ### Bug Fixes
906
+
907
+ * **exposes:** dont include endpoint into topic name ([2885ebc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2885ebc295ec5e4cff1fc3ab902460f46648ebfd))
908
+
909
+
910
+
911
+ ## [0.6.66](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.65...0.6.66) (2021-12-31)
912
+
913
+
914
+ ### Features
915
+
916
+ * **i18n:** trim locales ([34f9c51](https://github.com/nurikk/zigbee2mqtt-frontend/commit/34f9c512469667c8e36f7e10420d4c3f997add7f))
917
+
918
+
919
+
920
+ ## [0.6.65](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.64...0.6.65) (2021-12-25)
921
+
922
+
923
+ ### Features
924
+
925
+ * **SettingsPage:** add coordinator ieee address ([7aa40d5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7aa40d53466efabee08827717446354a13cf8fdd))
926
+
927
+
928
+
929
+ ## [0.6.64](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.63...0.6.64) (2021-12-24)
930
+
931
+
932
+ ### Features
933
+
934
+ * **i18n:** trim locales ([9eff4eb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9eff4eb7a3483682ee2867c80a04475f34d10775))
935
+
936
+
937
+
938
+ ## [0.6.63](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.62...0.6.63) (2021-12-22)
939
+
940
+
941
+ ### Bug Fixes
942
+
943
+ * **DeviceImage:** fix device prop ([4401445](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4401445ef11213b83fe048dedead5d7fd6ce277f))
944
+ * **icons:** don't load icons from cnd ([5e85897](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5e858975519afbc649dccebb2c59b599d57fc029))
945
+
946
+
947
+ ### Features
948
+
949
+ * **i18n:** import keys ([de5491f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/de5491f16835603d3c37e932c1c6e2267e9261d2))
950
+ * **i18n:** trim locales ([a5b4b6a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a5b4b6a9a05c1699004b303b1e6fa3df71b85a76))
951
+
952
+
953
+
954
+ ## [0.6.62](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.61...0.6.62) (2021-12-19)
955
+
956
+
957
+ ### Bug Fixes
958
+
959
+ * **DeviceImage:** fix fallback logic ([5dd7f7d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5dd7f7da272c30b6db26ece11eb2eb58e53d3e90))
960
+
961
+
962
+ ### Features
963
+
964
+ * **i18n:** trim locales ([33f56e4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/33f56e4c9f133e1205d36c1207b750a7afb6369a))
965
+ * **webpack:** don't compress on debug ([855ed79](https://github.com/nurikk/zigbee2mqtt-frontend/commit/855ed797535deb15acc4d3dad9a5c4879fa4e6a0))
966
+
967
+
968
+
969
+ ## [0.6.61](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.60...0.6.61) (2021-12-11)
970
+
971
+
972
+ ### Bug Fixes
973
+
974
+ * **dropdowns:** make dropdowns scrollable ([a14c6e0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a14c6e03cc65d09ef311cb28e28babe2cfeb1bcb))
975
+
976
+
977
+
978
+ ## [0.6.60](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.59...0.6.60) (2021-12-10)
979
+
980
+
981
+ ### Bug Fixes
982
+
983
+ * **DevicesTable:** fix data accessors ([c449073](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c449073fa30258930a8e838eeaa5ecb2fc3e6213))
984
+
985
+
986
+ ### Features
987
+
988
+ * **i18n:** trim locales ([39f0625](https://github.com/nurikk/zigbee2mqtt-frontend/commit/39f0625e9f24c4c08a22a7fd2fb9c3374305c1c2))
989
+
990
+
991
+
992
+ ## [0.6.59](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.58...0.6.59) (2021-12-08)
993
+
994
+
995
+ ### Bug Fixes
996
+
997
+ * **ConfigureLogs:** hide description ([f36bfed](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f36bfed1fc836059f40b1a93efe7ae9a7da1ae34))
998
+
999
+
1000
+ ### Features
1001
+
1002
+ * **i18n:** trim locales ([be3b3fb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/be3b3fb114740d0081562deb360e6d81f9480584))
1003
+
1004
+
1005
+
1006
+ ## [0.6.58](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.57...0.6.58) (2021-12-06)
1007
+
1008
+
1009
+ ### Bug Fixes
1010
+
1011
+ * **utils:** fix debounceArgs ([06a731a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/06a731a670f9459166f1e745f62686269e715eec))
1012
+
1013
+
1014
+
1015
+ ## [0.6.57](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.56...0.6.57) (2021-12-05)
1016
+
1017
+
1018
+ ### Features
1019
+
1020
+ * **i18n:** trim locales ([ca67462](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ca6746204c36507d58649bf892aca4be63390c36))
1021
+
1022
+
1023
+
1024
+ ## [0.6.56](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.55...0.6.56) (2021-12-05)
1025
+
1026
+
1027
+ ### Bug Fixes
1028
+
1029
+ * **build:** disable minimisation on dev env ([086309d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/086309df3fc852517af92ce1d331af1e3280dbce))
1030
+ * **composite:** fix key ([668a8a1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/668a8a16cbfc2eee116ff976341147c68e2918de))
1031
+ * **dashboard:** blacklist programming_mode and options ([6e5f449](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6e5f449f0101de38d3c5c19f579f3a204046e0a3))
1032
+ * **enum:** use display value comp ([a8dfa5d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a8dfa5d43ffbec517746ca3afc6b78d9a86c99b8))
1033
+ * **i18n:** trim locales ([e713512](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e71351274016b466dccee499e379962ab31ec87a))
1034
+
1035
+
1036
+
1037
+ ## [0.6.55](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.54...0.6.55) (2021-12-04)
1038
+
1039
+
1040
+ ### Features
1041
+
1042
+ * **build:** enable js minimisation ([33adcb0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/33adcb076cbcf93a23ba7c26bd6572c5456b64da))
1043
+
1044
+
1045
+
1046
+ ## [0.6.54](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.53...0.6.54) (2021-12-04)
1047
+
1048
+
1049
+ ### Features
1050
+
1051
+ * **i18n:** trim locales ([1b8f8f9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1b8f8f9ceccd54e3ae179454e9955232bedace3f))
1052
+
1053
+
1054
+
1055
+ ## [0.6.53](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.52...0.6.53) (2021-12-04)
1056
+
1057
+
1058
+ ### Bug Fixes
1059
+
1060
+ * **utils:** fix debounceArgs ([1d7fd1c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1d7fd1c868065dea9f28dda167dd188ed097e039))
1061
+
1062
+
1063
+
1064
+ ## [0.6.52](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.51...0.6.52) (2021-12-04)
1065
+
1066
+
1067
+ ### Bug Fixes
1068
+
1069
+ * **loading:** fix long loading ([7e4130e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7e4130eae8ba447fdf8eb64bc434dc61a29378b1))
1070
+
1071
+
1072
+
1073
+ ## [0.6.51](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.50...0.6.51) (2021-12-04)
1074
+
1075
+
1076
+ ### Bug Fixes
1077
+
1078
+ * **trim-locales:** remove dead code ([2ebfdd0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2ebfdd0a59d2ef064cbc3999838ad59810ad07e9))
1079
+
1080
+
1081
+ ### Features
1082
+
1083
+ * **i18n:** introduce locale trimmer ([be7b7b0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/be7b7b078d05b02cc88dfcd4b0cb7e1861415a9e))
1084
+ * **i18n:** trim locales ([34bff60](https://github.com/nurikk/zigbee2mqtt-frontend/commit/34bff601e3dbc442313fbf2f7ec46fa8fad1dca2))
1085
+
1086
+
1087
+
1088
+ ## [0.6.50](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.49...0.6.50) (2021-12-03)
1089
+
1090
+
1091
+ ### Bug Fixes
1092
+
1093
+ * **i18n:** fix expose and featureNames duplication ([c742759](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c7427594d2e196f71c3487817ccd5e3cd6e85a0f))
1094
+ * **i18n:** fix rjsf translations ([fc23fa5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fc23fa5eea5da0a1fe6321700ebd12370cbc3e01))
1095
+ * **i18n:** remove junk ([1527682](https://github.com/nurikk/zigbee2mqtt-frontend/commit/15276821db62460e50fc6a6d290135896c45221f))
1096
+ * **i18n:** remove settingsSchemaTitles field ([81c3e5a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/81c3e5a30cc1ab5a6c24c0330c3c2aa7c2104b65))
1097
+
1098
+
1099
+ ### Features
1100
+
1101
+ * **i18n:** add feature names exporter ([274b917](https://github.com/nurikk/zigbee2mqtt-frontend/commit/274b9171d3fe3068f25e34b96e323a0b6e085f64))
1102
+ * **i18n:** remove missingKeyHandler ([cbb62ff](https://github.com/nurikk/zigbee2mqtt-frontend/commit/cbb62ff14db5aacb38de940e8faa2b22099acf96))
1103
+
1104
+
1105
+
1106
+ ## [0.6.49](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.48...0.6.49) (2021-12-03)
1107
+
1108
+
1109
+ ### Bug Fixes
1110
+
1111
+ * **DevicesTable:** sort power column by state.battery ([a57a387](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a57a38758f4b0aacb5eda4b567e59611adfa9324))
1112
+
1113
+
1114
+ ### Features
1115
+
1116
+ * **i18n:** add poeeditor message ([00c85ce](https://github.com/nurikk/zigbee2mqtt-frontend/commit/00c85ce19882a5a1dfd763bca2d66abbed8d7b67))
1117
+
1118
+
1119
+
1120
+ ## [0.6.48](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.47...0.6.48) (2021-12-02)
1121
+
1122
+
1123
+ ### Bug Fixes
1124
+
1125
+ * **rjsf:** remove @rjsf/bootstrap-4 deps, fallback to bootsrap 3 styles ([1703e80](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1703e80fd887d31c70c026e1e6ff59d5b771e93e))
1126
+
1127
+
1128
+
1129
+ ## [0.6.47](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.46...0.6.47) (2021-12-02)
1130
+
1131
+
1132
+ ### Bug Fixes
1133
+
1134
+ * **translations:** fix Availability type ([cf8cde9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/cf8cde9f2b9945bde5e81be0c2fcf251d559b710))
1135
+ * **ZigbeeTable:** remove confusing spinner ([688a9be](https://github.com/nurikk/zigbee2mqtt-frontend/commit/688a9be9d0984bda93c23d2adeb974251def6370))
1136
+
1137
+
1138
+
1139
+ ## [0.6.46](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.45...0.6.46) (2021-12-01)
1140
+
1141
+
1142
+
1143
+ ## [0.6.45](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.44...0.6.45) (2021-12-01)
1144
+
1145
+
1146
+ ### Features
1147
+
1148
+ * **build:** add gzipped files to bundle ([83cee23](https://github.com/nurikk/zigbee2mqtt-frontend/commit/83cee23a628f4c87b08323592251a521b1c9f422))
1149
+
1150
+
1151
+
1152
+ ## [0.6.44](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.43...0.6.44) (2021-11-30)
1153
+
1154
+
1155
+ ### Bug Fixes
1156
+
1157
+ * **storage:** fix storage keys ([b2e2ca8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b2e2ca8ebee615b3a66225c2cf8d16ea56ec514e))
1158
+
1159
+
1160
+
1161
+ ## [0.6.43](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.42...0.6.43) (2021-11-30)
1162
+
1163
+
1164
+ ### Features
1165
+
1166
+ * **core:** refactor local storage component ([766b733](https://github.com/nurikk/zigbee2mqtt-frontend/commit/766b733a3f68fec758e7158c71382ff945483a7e))
1167
+
1168
+
1169
+
1170
+ ## [0.6.42](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.41...0.6.42) (2021-11-29)
1171
+
1172
+
1173
+ ### Features
1174
+
1175
+ * **avaliability:** support for per device config ([68809e8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/68809e8cba50afa31fd7776fd785c1114142bc95))
1176
+
1177
+
1178
+
1179
+ ## [0.6.41](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.40...0.6.41) (2021-11-28)
1180
+
1181
+
1182
+ ### Features
1183
+
1184
+ * **availability:** implement availability feature ([3d21699](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3d21699d41bfc2e0f615e75fc282fcf915239bb3))
1185
+
1186
+
1187
+
1188
+ ## [0.6.40](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.39...0.6.40) (2021-11-25)
1189
+
1190
+
1191
+ ### Bug Fixes
1192
+
1193
+ * **AddDeviceToGroup:** fix selection of non default endpoint ([bb8a211](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bb8a2117fb66ebea42a4977e569b14f125fdf860))
1194
+ * **build:** downgrade react-router-dom ([a9d8fc1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a9d8fc1d2b19317f97a31effc9aa62a8ad3aa386))
1195
+ * **lastSeen:** fix handling undefined last_seen value ([84ec31f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/84ec31f328df6b6860c1f42bdc7c1cc29cf3a5cb))
1196
+ * **sonar:** fix sonar warnings ([3ce5d7b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3ce5d7b422e3036cf30cb115155d2279db4f9c2b))
1197
+ * **style:** fix sonar cube errors ([f885e18](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f885e1800cf927d5abcf95733b05751351f34e1a))
1198
+
1199
+
1200
+
1201
+ ## [0.6.39](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.38...0.6.39) (2021-11-22)
1202
+
1203
+
1204
+ ### Bug Fixes
1205
+
1206
+ * **table:** fix header margins ([4ec71de](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4ec71de509627118a50b9dfe2caceb98c8acbcac))
1207
+
1208
+
1209
+
1210
+ ## [0.6.38](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.37...0.6.38) (2021-11-22)
1211
+
1212
+
1213
+ ### Bug Fixes
1214
+
1215
+ * **grid:** fix headers ([0b09316](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0b09316b5d08367a851c4731dcefc48c28e48571))
1216
+ * **grid:** fix html ([43232ad](https://github.com/nurikk/zigbee2mqtt-frontend/commit/43232adc8ecc099e020241a34d37a02378196f5a))
1217
+
1218
+
1219
+
1220
+ ## [0.6.37](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.36...0.6.37) (2021-11-22)
1221
+
1222
+
1223
+ ### Bug Fixes
1224
+
1225
+ * **modals:** introduce global modal dialogs ([31ff0e7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/31ff0e7b270123920b7b9ac497adf97caa9b6f5e))
1226
+
1227
+
1228
+
1229
+ ## [0.6.36](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.35...0.6.36) (2021-11-21)
1230
+
1231
+
1232
+ ### Bug Fixes
1233
+
1234
+ * **lastSeen:** don't rely on elapsed ([ef7a553](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ef7a553ec6a42617f95971cb81b104d04cff69b0))
1235
+
1236
+
1237
+
1238
+ ## [0.6.35](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.34...0.6.35) (2021-11-21)
1239
+
1240
+
1241
+ ### Bug Fixes
1242
+
1243
+ * **grid:** fix auto resetting ([511c7a2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/511c7a250b3c11656934421f31beac0b7e7ddb06))
1244
+ * **zigbee:** cleanup code ([05824de](https://github.com/nurikk/zigbee2mqtt-frontend/commit/05824dee7087c30b4dc5fbc428fa537d99a6ca55))
1245
+ * **zigbee:** remove dead code ([ddb3ec1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ddb3ec1bbb1d533c7a8e4c24485626fff556c527))
1246
+
1247
+
1248
+ ### Features
1249
+
1250
+ * **grid:** persist state ([0f9dd51](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0f9dd517efd2a8abe14846b159f615b804b5f054))
1251
+ * **ota:** refactor ota grid ([f826444](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f82644483b146f48b2e88bc57ea08ba28df3d6ee))
1252
+ * **ota:** refactor table ([9a15fdb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9a15fdbb1003e9a805635fc3f3c793c566681092))
1253
+ * **touchlink:** refactor grid ([0e0e2cc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0e0e2cc4528d65e6fb636f473067a9f8c698e38a))
1254
+
1255
+
1256
+
1257
+ ## [0.6.34](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.33...0.6.34) (2021-11-20)
1258
+
1259
+
1260
+ ### Bug Fixes
1261
+
1262
+ * **DeviceSpecificSettings:** fix empty config ([4c72c0e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4c72c0ef19462cb2edbf98b21818b82d2398071c))
1263
+ * **style:** reformat ([079eba7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/079eba724cd1d57f2b06a8a3582a6feebecac50f))
1264
+
1265
+
1266
+ ### Features
1267
+
1268
+ * **about:** add statistic information ([1219978](https://github.com/nurikk/zigbee2mqtt-frontend/commit/12199784871f504ac716f4fba7b6e8dbcbdb43fa))
1269
+ * **zigbee:** new table implementation ([0b5a968](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0b5a9685df427b2757c2716c37af04ea23f73942))
1270
+
1271
+
1272
+
1273
+ ## [0.6.33](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.32...0.6.33) (2021-11-15)
1274
+
1275
+
1276
+ ### Bug Fixes
1277
+
1278
+ * **LogsPage:** fix message filtering ([5144a3f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5144a3f7f71958d779c579d8e0976ef970e60c3d))
1279
+
1280
+
1281
+
1282
+ ## [0.6.32](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.31...0.6.32) (2021-11-13)
1283
+
1284
+
1285
+ ### Bug Fixes
1286
+
1287
+ * **DeviceFooter:** fix rendering unsupported devices ([0ee2d47](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0ee2d4746d9f6a15df434e1be15f32ff959d2a51))
1288
+ * **ReportingRow:** fix state value overrides ([ee947d2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ee947d2994c7ba6e9f5e2cd273dac0a793d4df1e))
1289
+
1290
+
1291
+
1292
+ ## [0.6.31](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.30...0.6.31) (2021-11-04)
1293
+
1294
+
1295
+ ### Bug Fixes
1296
+
1297
+ * **exposes:** fix property handling ([fff9f5d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fff9f5d70414b9f6ede5d4b16f82d8ea6c4a6aa3))
1298
+
1299
+
1300
+
1301
+ ## [0.6.30](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.29...0.6.30) (2021-11-01)
1302
+
1303
+
1304
+
1305
+ ## [0.6.29](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.28...0.6.29) (2021-11-01)
1306
+
1307
+
1308
+
1309
+ ## [0.6.28](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.27...0.6.28) (2021-10-31)
1310
+
1311
+
1312
+ ### Bug Fixes
1313
+
1314
+ * **PowerSource:** refactor translation key ([76ffdea](https://github.com/nurikk/zigbee2mqtt-frontend/commit/76ffdea02fff4c72404610c8cf3898ec79290aad))
1315
+
1316
+
1317
+
1318
+ ## [0.6.27](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.26...0.6.27) (2021-10-31)
1319
+
1320
+
1321
+ ### Bug Fixes
1322
+
1323
+ * **PowerSource:** fix undefined powersource ([eae750c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/eae750cc91c367cd59db6a9c942085ad4a552313))
1324
+
1325
+
1326
+
1327
+ ## [0.6.26](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.25...0.6.26) (2021-10-30)
1328
+
1329
+
1330
+ ### Features
1331
+
1332
+ * **dashboard:** add temperature icon to device_temperature class ([#992](https://github.com/nurikk/zigbee2mqtt-frontend/issues/992)) ([622c7ee](https://github.com/nurikk/zigbee2mqtt-frontend/commit/622c7eea0248ab48ebcb6b1ba92b65742c16081a))
1333
+ * **ota:** add link to ota changelog ([#991](https://github.com/nurikk/zigbee2mqtt-frontend/issues/991)) ([93f1a4e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/93f1a4e685e790b883eb4b2ed9b7d09d1cd1136c))
1334
+ * **translations:** add miscellaneous translations ([#990](https://github.com/nurikk/zigbee2mqtt-frontend/issues/990)) ([969a023](https://github.com/nurikk/zigbee2mqtt-frontend/commit/969a0234d7f3c139516a26ee0a1275a71c99a27a))
1335
+
1336
+
1337
+
1338
+ ## [0.6.25](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.24...0.6.25) (2021-10-26)
1339
+
1340
+
1341
+ ### Bug Fixes
1342
+
1343
+ * **dashboard:** update feature filter rules ([bcf7025](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bcf702508baebac2cfa8e38943c4cff023024a73))
1344
+ * **DeviceImage:** add crossOrigin for svg image ([20f5fbf](https://github.com/nurikk/zigbee2mqtt-frontend/commit/20f5fbf143591f13abb9ccaf924d50695414546c))
1345
+ * **DeviceImage:** fix undefined device case ([489cc97](https://github.com/nurikk/zigbee2mqtt-frontend/commit/489cc97e90ad8728f71370c45f78c6a9d39fe7f8))
1346
+ * **PowerSource:** fix null translation key ([54aba76](https://github.com/nurikk/zigbee2mqtt-frontend/commit/54aba76a4107ddbe3b80d23da224575ab9c7832a))
1347
+
1348
+
1349
+
1350
+ ## [0.6.24](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.23...0.6.24) (2021-10-26)
1351
+
1352
+
1353
+ ### Features
1354
+
1355
+ * **translations:** add battery translation to device info page ([#975](https://github.com/nurikk/zigbee2mqtt-frontend/issues/975)) ([d721d49](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d721d49ac8df19f54fdee4aaf4f9f111285770fc))
1356
+ * **translations:** add device-image overlay titles to translatable content ([#976](https://github.com/nurikk/zigbee2mqtt-frontend/issues/976)) ([e0fdc4d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e0fdc4ddb4ae72b238a6fc3d81b973973030b0a4))
1357
+
1358
+
1359
+
1360
+ ## [0.6.23](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.22...0.6.23) (2021-10-25)
1361
+
1362
+
1363
+ ### Bug Fixes
1364
+
1365
+ * **url:** change z2m-frontend to zigbee2mqtt-frontend ([#939](https://github.com/nurikk/zigbee2mqtt-frontend/issues/939)) ([9379475](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9379475f8524aaff4229687b9df66e5406e5769b))
1366
+
1367
+
1368
+ ### Features
1369
+
1370
+ * **translations:** add German to power-source translations ([5b60ca4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5b60ca42c77dce8a8cbc585111b3f5bed08a5d4a))
1371
+ * **translations:** add power-source to translatable content ([c6f47d1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c6f47d100378d016bd16e0053dc845d5ce6e48bd))
1372
+
1373
+
1374
+
1375
+ ## [0.6.22](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.21...0.6.22) (2021-10-23)
1376
+
1377
+
1378
+ ### Bug Fixes
1379
+
1380
+ * **exposes:** fix color feature detection ([87d9e02](https://github.com/nurikk/zigbee2mqtt-frontend/commit/87d9e0208eef543af8d59bff2e38b915494f04cf))
1381
+
1382
+
1383
+
1384
+ ## [0.6.21](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.20...0.6.21) (2021-10-23)
1385
+
1386
+
1387
+ ### Bug Fixes
1388
+
1389
+ * **dashboard:** better feature filtration and feature labels ([6cee5af](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6cee5afb90cc1690f107aa3d62711af93825d178))
1390
+
1391
+
1392
+
1393
+ ## [0.6.20](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.19...0.6.20) (2021-10-12)
1394
+
1395
+
1396
+
1397
+ ### Bug Fixes
1398
+
1399
+ * **i18n:** update DE translation ([#940](https://github.com/nurikk/z2m-frontend/issues/940)) ([3a218ab](https://github.com/nurikk/z2m-frontend/commit/3a218ab5f6fa487f29c2e161c40684ab2fc157d8))
1400
+
1401
+
1402
+ ### Features
1403
+
1404
+ * **dev-console:** enable endpoint picker ([22a243c](https://github.com/nurikk/z2m-frontend/commit/22a243c249330d26dcc89bbc8bdd8bd49d88d525))
1405
+
1406
+
1407
+
1408
+ ## [0.6.19](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.18...0.6.19) (2021-10-11)
1409
+
1410
+
1411
+ ### Features
1412
+
1413
+ * **options:** introduce device specific options ([cd78061](https://github.com/nurikk/z2m-frontend/commit/cd780610bf712f4df1d3ff1e38e6161d9751bce7))
1414
+
1415
+
1416
+
1417
+ ## [0.6.18](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.17...0.6.18) (2021-10-11)
1418
+
1419
+
1420
+ ### Bug Fixes
1421
+
1422
+ * **i18n:** auto fallback to en for unknown language ([5e9fe33](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5e9fe3335b3876724922aeb0e0d680ef66996a77))
1423
+ * **logs:** fix log badge width ([2556edf](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2556edf1106d6cdd09cff3c037b28ae70f9a94cd))
1424
+ * **logs:** tune form breakpoints ([7c1e136](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7c1e136d55e3bfbf32a21adef6de8a8b499e9bd8))
1425
+ * **map:** remove debugger ([8feb638](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8feb638d5417158af29e59b036255a26b0a6ae23))
1426
+
1427
+
1428
+
1429
+ ## [0.6.17](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.16...0.6.17) (2021-10-10)
1430
+
1431
+
1432
+ ### Bug Fixes
1433
+
1434
+ * **reporting:** disable attr picker befor cluster is selected ([0f74204](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0f7420458294412a7b7f4a25b4467f7119630585))
1435
+
1436
+
1437
+ ### Features
1438
+
1439
+ * **dev-console:** add endpoint picker ([127d72f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/127d72fdb649be3f924cfafe2a62be3a4113af2f))
1440
+ * **group:** rewamp groups page ([82ac7ab](https://github.com/nurikk/zigbee2mqtt-frontend/commit/82ac7abeb874e35d3d77be56cbacb9243011d9a3))
1441
+
1442
+
1443
+
1444
+ ## [0.6.16](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.15...0.6.16) (2021-10-08)
1445
+
1446
+
1447
+ ### Features
1448
+
1449
+ * **map:** add custom device icon to the map ([4311030](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4311030cdfa881b617428aedc35c88ff223c4046))
1450
+
1451
+
1452
+
1453
+ ## [0.6.15](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.14...0.6.15) (2021-10-08)
1454
+
1455
+
1456
+
1457
+ ## [0.6.14](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.13...0.6.14) (2021-10-08)
1458
+
1459
+
1460
+
1461
+ ## [0.6.13](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.12...0.6.13) (2021-10-08)
1462
+
1463
+
1464
+ ### Bug Fixes
1465
+
1466
+ * **color-picker:** fix second onChange event handling ([ff8b65e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ff8b65ec3dd449a523fe517a929dde5fd8355dc2))
1467
+ * **scenes:** small fixes ([2ea92b3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2ea92b31fb76ceafc41e7227e3294a58411a9bc7))
1468
+
1469
+
1470
+ ### Features
1471
+
1472
+ * **scenes:** add scene names ([f9d5492](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f9d5492d476d9be3459c2d226a8bf262c41c3d17))
1473
+
1474
+
1475
+
1476
+ ## [0.6.12](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.11...0.6.12) (2021-10-01)
1477
+
1478
+
1479
+ ### Bug Fixes
1480
+
1481
+ * **mobile:** range-editor not working on mobile ([#899](https://github.com/nurikk/zigbee2mqtt-frontend/issues/899)) ([a78aa85](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a78aa8581127e58ee3b8ddbe71157b1b8ad48aac))
1482
+
1483
+
1484
+
1485
+ ## [0.6.11](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.10...0.6.11) (2021-09-30)
1486
+
1487
+
1488
+ ### Bug Fixes
1489
+
1490
+ * **exposes:** fix translation for tamper close ([f42d296](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f42d2965a1e9de14a094bf507862c661d972cea1))
1491
+ * **i18n:** fix language picker navigation clicks ([0d0efea](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0d0efeaa463ea66b98e662e42d2beec30b97807a))
1492
+
1493
+
1494
+
1495
+ ## [0.6.10](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.9...0.6.10) (2021-09-30)
1496
+
1497
+
1498
+ ### Bug Fixes
1499
+
1500
+ * **i18n:** update ru translation ([7b216ac](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7b216ac3ef50a58fc7d0c4cb3c30205afa201877))
1501
+
1502
+
1503
+
1504
+ ## [0.6.9](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.8...0.6.9) (2021-09-25)
1505
+
1506
+
1507
+ ### Bug Fixes
1508
+
1509
+ * **settings:** update repo url ([320e953](https://github.com/nurikk/zigbee2mqtt-frontend/commit/320e9535eba84ab130c81430b7278fc7ce6857ac))
1510
+
1511
+
1512
+
1513
+ ## [0.6.8](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.7...0.6.8) (2021-09-20)
1514
+
1515
+
1516
+ ### Bug Fixes
1517
+
1518
+ * **settings:** remove specific link ([e395267](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e395267dbea9d33110e3985c0de736cf048d0cfb))
1519
+ * **styles:** upgrade theme to the latest version ([2ec6676](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2ec66767a6e2fd74610c972a8b0c7edea44318b4))
1520
+ * **webpack:** fix legacy params ([b6ada6f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b6ada6fbba75de4848b3cb38c3ce786f8e01c492))
1521
+
1522
+
1523
+
1524
+ ## [0.6.7](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.6...0.6.7) (2021-09-18)
1525
+
1526
+
1527
+ ### Bug Fixes
1528
+
1529
+ * **map:** fix netrowk crash ([7b2e116](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7b2e116c282e1763a3c62ad322dc5ab9df908c06)), closes [#835](https://github.com/nurikk/zigbee2mqtt-frontend/issues/835)
1530
+ * **settings:** fix config update ([de5c6ac](https://github.com/nurikk/zigbee2mqtt-frontend/commit/de5c6ac3ef839d2939cebd38e453ae9d7da9ebba)), closes [#847](https://github.com/nurikk/zigbee2mqtt-frontend/issues/847) [#786](https://github.com/nurikk/zigbee2mqtt-frontend/issues/786)
1531
+
1532
+
1533
+
1534
+ ## [0.6.6](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.4...0.6.6) (2021-09-12)
1535
+
1536
+
1537
+ ### Features
1538
+
1539
+ * **scenes:** add support from scenes list ([eb37f63](https://github.com/nurikk/zigbee2mqtt-frontend/commit/eb37f6334b2a6f88f9b2e6a6030b6a1c88e69c10))
1540
+
1541
+
1542
+
1543
+ ## [0.6.5](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.4...0.6.5) (2021-09-12)
1544
+
1545
+
1546
+ ### Features
1547
+
1548
+ * **scenes:** add support from scenes list ([395d30e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/395d30e5279355dbfcf08dd7b6131567135f529c))
1549
+
1550
+
1551
+
1552
+ ## [0.6.4](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.3...0.6.4) (2021-09-06)
1553
+
1554
+
1555
+ ### Features
1556
+
1557
+ * **scene:** combine remove all button ([0a41c17](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0a41c174ed8bf5e77d660af04f8004a35aac1953))
1558
+
1559
+
1560
+
1561
+ ## [0.6.3](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.2...0.6.3) (2021-09-06)
1562
+
1563
+
1564
+ ### Bug Fixes
1565
+
1566
+ * **scene:** fix reference error for empty exposes ([a3c8017](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a3c8017e0fb0f904c37a897eb7d3505108c01db8))
1567
+ * **scenes:** better feature filtration ([9f9cadb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9f9cadb89ffe191c40d3c3dc20c2c37efef68bab))
1568
+
1569
+
1570
+ ### Features
1571
+
1572
+ * **scene:** implement scenes for zigbee groups ([ce2ccfc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ce2ccfcede2ef74b93c1e2b7b3e735b831faf024))
1573
+
1574
+
1575
+
1576
+ ## [0.6.2](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.1...0.6.2) (2021-09-04)
1577
+
1578
+
1579
+ ### Features
1580
+
1581
+ * **scenes:** initial scenes implementation ([603c48a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/603c48a44c9195622a19367451e5ffa0b4ed5e02))
1582
+
1583
+
1584
+
1585
+ ## [0.6.1](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.0...0.6.1) (2021-09-04)
1586
+
1587
+
1588
+ ### Bug Fixes
1589
+
1590
+ * **i18n:** fix traditional chinese locale ([bb1b3c5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bb1b3c5dd93c8e3a0e0477ff842bf8b632407f03))
1591
+
1592
+
1593
+ ### Features
1594
+
1595
+ * **i18n:** add Korean locale [#805](https://github.com/nurikk/zigbee2mqtt-frontend/issues/805) ([f1c3121](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f1c312144c482ea3e955aaaa50dbf060d4ce1643))
1596
+
1597
+
1598
+
1599
+ # [0.6.0](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.27...0.6.0) (2021-08-30)
1600
+
1601
+
1602
+ ### Features
1603
+
1604
+ * **i18n:** update ua.json ([#775](https://github.com/nurikk/zigbee2mqtt-frontend/issues/775)) ([1fb8120](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1fb8120925e9dff4772cec9bcba815ccdf8ffb38))
1605
+
1606
+
1607
+
1608
+ ## [0.5.27](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.26...0.5.27) (2021-08-23)
1609
+
1610
+
1611
+ ### Features
1612
+
1613
+ * **apple-touch-icon:** introduce apple-touch-icon ([92b3d09](https://github.com/nurikk/zigbee2mqtt-frontend/commit/92b3d095e2804aa3ea28330202f82958db6f44ca))
1614
+
1615
+
1616
+
1617
+ ## [0.5.26](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.25...0.5.26) (2021-08-21)
1618
+
1619
+
1620
+ ### Bug Fixes
1621
+
1622
+ * **i18n:** update de locale ([5c01f76](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5c01f762ba418d6b43aef5bb0af5ccb6f155b485))
1623
+
1624
+
1625
+ ### Features
1626
+
1627
+ * **map:** indicate state change on map ([6224aa8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6224aa83e8273805b651dcec00eb97a0fb7b5b47))
1628
+
1629
+
1630
+
1631
+ ## [0.5.25](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.24...0.5.25) (2021-08-13)
1632
+
1633
+
1634
+ ### Bug Fixes
1635
+
1636
+ * **i18n:** fix ' ([726f5a4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/726f5a4e42226244f4fb93467f52de4de39977aa))
1637
+
1638
+
1639
+ ### Features
1640
+
1641
+ * **i18n:** update de.json ([#742](https://github.com/nurikk/zigbee2mqtt-frontend/issues/742)) ([7dc11a9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7dc11a9563f005a3909d03169f7b4886644c4183))
1642
+
1643
+
1644
+
1645
+ ## [0.5.24](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.23...0.5.24) (2021-08-12)
1646
+
1647
+
1648
+ ### Bug Fixes
1649
+
1650
+ * **18n:** fix it locale name ([928856f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/928856f6bdf90b68aa96dd3526eea61e4ede0c32))
1651
+
1652
+
1653
+
1654
+ ## [0.5.23](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.22...0.5.23) (2021-08-09)
1655
+
1656
+
1657
+ ### Features
1658
+
1659
+ * **i18n:** Dutch translation... 🇳🇱 ([2d58a24](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2d58a2451a8aed25ae73329508c17262a04d2b56))
1660
+
1661
+
1662
+
1663
+ ## [0.5.22](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.21...0.5.22) (2021-08-08)
1664
+
1665
+
1666
+
1667
+ ## [0.5.21](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.20...0.5.21) (2021-08-07)
1668
+
1669
+
1670
+ ### Bug Fixes
1671
+
1672
+ * **range-editor:** add min/max/step attributes ([6805230](https://github.com/nurikk/zigbee2mqtt-frontend/commit/680523043985d2de398cccf01bc273ae17d90528))
1673
+
1674
+
1675
+
1676
+ ## [0.5.20](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.19...0.5.20) (2021-08-07)
1677
+
1678
+
1679
+ ### Bug Fixes
1680
+
1681
+ * **i18n:** fix crash on missing translation ([ec0fd3a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ec0fd3a8ef3a2f4cc9757bec6bd2feac51fe7731))
1682
+
1683
+
1684
+
1685
+ ## [0.5.19](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.18...0.5.19) (2021-08-03)
1686
+
1687
+
1688
+
1689
+ ## [0.5.18](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.17...0.5.18) (2021-07-30)
1690
+
1691
+
1692
+
1693
+ ## [0.5.17](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.16...0.5.17) (2021-07-30)
1694
+
1695
+
1696
+ ### Bug Fixes
1697
+
1698
+ * **exposes:** fix boolean values translations ([7e21370](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7e2137004a15edba5f683a5887f6f82f8635e8e7))
1699
+
1700
+
1701
+
1702
+ ## [0.5.16](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.15...0.5.16) (2021-07-29)
1703
+
1704
+
1705
+ ### Bug Fixes
1706
+
1707
+ * **i18n:** fix long ru translations ([2cfaaf9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2cfaaf93578170613c15d828951d21a500b44731))
1708
+
1709
+
1710
+
1711
+ ## [0.5.15](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.14...0.5.15) (2021-07-29)
1712
+
1713
+
1714
+ ### Features
1715
+
1716
+ * **debug:** disable minimisation for debugging ([2787323](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2787323b21555de1bbfb63618201c023eef919e0))
1717
+ * **errors:** update issue creation link ([74dd2b3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/74dd2b3ceed831c37fd561833a9a2b7c66a1db67))
1718
+
1719
+
1720
+
1721
+ ## [0.5.14](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.13...0.5.14) (2021-07-22)
1722
+
1723
+
1724
+ ### Bug Fixes
1725
+
1726
+ * **branching:** fix merge conflicts ([fe6223e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fe6223e65d2bb227c1701b23d13391610893b071))
1727
+
1728
+
1729
+
1730
+ ## [0.4.43](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.42...0.4.43) (2021-07-18)
1731
+
1732
+
1733
+
1734
+ ## [0.4.42](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.40...0.4.42) (2021-07-18)
1735
+
1736
+
1737
+ ### Bug Fixes
1738
+
1739
+ * **groups:** fix issue when removed device still in a group ([5db985c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5db985c1c0a35f780ee765e710c4cbd0f479c727))
1740
+
1741
+
1742
+
1743
+ ## [0.4.40](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.39...0.4.40) (2021-07-15)
1744
+
1745
+
1746
+ ### Bug Fixes
1747
+
1748
+ * **i18n:** update translations ([da62eeb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/da62eeb981f4070d403f9b74e071c0e60ec59717))
1749
+
1750
+
1751
+ ### Features
1752
+
1753
+ * **i18n:** add translation helper page ([3e24d86](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3e24d86775754b644fbe159a26f496f6a18c58b1))
1754
+
1755
+
1756
+
1757
+ ## [0.4.39](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.38...0.4.39) (2021-07-14)
1758
+
1759
+
1760
+
1761
+ ## [0.4.38](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.37...0.4.38) (2021-07-13)
1762
+
1763
+
1764
+ ### Features
1765
+
1766
+ * **device-info:** add zigbee_manufacturer ([badcdd5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/badcdd56a8ce9d794aeb441e6670c6c2050fd110))
1767
+
1768
+
1769
+
1770
+ ## [0.4.37](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.36...0.4.37) (2021-07-13)
1771
+
1772
+
1773
+ ### Features
1774
+
1775
+ * **i18n:** Ukrainian locale ([9dbb59f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9dbb59f1794d23bd9906bd79ea495caaf5a5a6e6))
1776
+
1777
+
1778
+
1779
+ ## [0.4.36](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.35...0.4.36) (2021-07-12)
1780
+
1781
+
1782
+
1783
+ ## [0.4.35](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.34...0.4.35) (2021-07-12)
1784
+
1785
+
1786
+
1787
+ ## [0.5.13](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.12...0.5.13) (2021-07-22)
1788
+
1789
+
1790
+
1791
+ ## [0.5.12](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.11...0.5.12) (2021-07-19)
1792
+
1793
+
1794
+
1795
+ ## [0.5.11](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.10...0.5.11) (2021-07-19)
1796
+
1797
+
1798
+
1799
+ ## [0.5.10](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.9...0.5.10) (2021-07-19)
1800
+
1801
+
1802
+
1803
+ ## [0.5.9](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.8...0.5.9) (2021-07-19)
1804
+
1805
+
1806
+
1807
+ ## [0.5.8](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.7...0.5.8) (2021-07-19)
1808
+
1809
+
1810
+
1811
+ ## [0.5.7](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.6...0.5.7) (2021-07-19)
1812
+
1813
+
1814
+
1815
+ ## [0.5.6](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.5...0.5.6) (2021-07-19)
1816
+
1817
+
1818
+
1819
+ ## [0.5.5](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.4...0.5.5) (2021-07-19)
1820
+
1821
+
1822
+
1823
+ ## [0.5.4](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.3...0.5.4) (2021-07-19)
1824
+
1825
+
1826
+
1827
+ ## [0.5.3](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.1...0.5.3) (2021-07-19)
1828
+
1829
+
1830
+
1831
+ ## [0.5.2](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.1...0.5.2) (2021-07-19)
1832
+
1833
+
1834
+
1835
+ ## [0.5.1](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.5.0...0.5.1) (2021-07-19)
1836
+
1837
+
1838
+
1839
+ # [0.5.0](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.34...0.5.0) (2021-07-19)
1840
+
1841
+
1842
+
1843
+ ## [0.4.38](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.34...0.4.38) (2021-07-19)
1844
+
1845
+
1846
+
1847
+ ## [0.4.37](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.34...0.4.37) (2021-07-19)
1848
+
1849
+
1850
+
1851
+ ## [0.4.36](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.34...0.4.36) (2021-07-19)
1852
+
1853
+
1854
+
1855
+ ## [0.4.35](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.34...0.4.35) (2021-07-19)
1856
+
1857
+
1858
+
1859
+ ## [0.4.34](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.33...0.4.34) (2021-07-12)
1860
+
1861
+
1862
+ ### Bug Fixes
1863
+
1864
+ * **i18n:** add es locale default translation ([c344501](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c3445016447c5ea24c8d57bbd901f64d2c911add))
1865
+
1866
+
1867
+
1868
+ ## [0.4.33](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.32...0.4.33) (2021-07-04)
1869
+
1870
+
1871
+
1872
+ ## [0.4.32](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.31...0.4.32) (2021-07-04)
1873
+
1874
+
1875
+
1876
+ ## [0.4.31](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.30...0.4.31) (2021-07-04)
1877
+
1878
+
1879
+ ### Bug Fixes
1880
+
1881
+ * **cluster-picker:** fix SinglePicker value ([ef33eda](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ef33eda4c356298df875db3a21dcac985323aa3e))
1882
+
1883
+
1884
+
1885
+ ## [0.4.30](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.29...0.4.30) (2021-07-01)
1886
+
1887
+
1888
+ ### Features
1889
+
1890
+ * **extensions:** fix example code ([b6f8a11](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b6f8a112d092b6b938b6d703eacd305ac618e4c5))
1891
+
1892
+
1893
+
1894
+ ## [0.4.29](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.28...0.4.29) (2021-06-26)
1895
+
1896
+
1897
+ ### Bug Fixes
1898
+
1899
+ * **extension:** fix ace worker loading issue ([c91c5e4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c91c5e43173bb62b895931b4536defb225010889))
1900
+ * **i18n:** fix renaming time N/A escaping ([dfd4339](https://github.com/nurikk/zigbee2mqtt-frontend/commit/dfd43396f38a0c19d00b27391977914ac99a3630))
1901
+
1902
+
1903
+
1904
+ ## [0.4.28](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.27...0.4.28) (2021-06-25)
1905
+
1906
+
1907
+ ### Bug Fixes
1908
+
1909
+ * **error-boundry:** make instructions more visible ([6996b7c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6996b7c5f1af52846a032363733a782cbaa5563e))
1910
+
1911
+
1912
+
1913
+ ## [0.4.27](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.26...0.4.27) (2021-06-25)
1914
+
1915
+
1916
+ ### Bug Fixes
1917
+
1918
+ * **exposes:** fix null features ([12b7186](https://github.com/nurikk/zigbee2mqtt-frontend/commit/12b7186ee7668b17a91f5c7c66965c3cc57a4fb6))
1919
+
1920
+
1921
+
1922
+ ## [0.4.26](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.25...0.4.26) (2021-06-25)
1923
+
1924
+
1925
+
1926
+ ## [0.4.25](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.24...0.4.25) (2021-06-25)
1927
+
1928
+
1929
+ ### Bug Fixes
1930
+
1931
+ * **exposes:** fix ep group labesl ([9453735](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9453735fefcb04f0c81baf0d4a21bcb3091c9b05))
1932
+
1933
+
1934
+
1935
+ ## [0.4.24](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.23...0.4.24) (2021-06-24)
1936
+
1937
+
1938
+ ### Bug Fixes
1939
+
1940
+ * **composite:** fix composite feature apply ([6c607d4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6c607d4e1aa016c1472cc30b9b1cdbc224017bf5))
1941
+
1942
+
1943
+
1944
+ ## [0.4.23](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.22...0.4.23) (2021-06-24)
1945
+
1946
+
1947
+ ### Bug Fixes
1948
+
1949
+ * **exposes:** fix double enpoint label ([8b5e349](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8b5e3499f71e530deb29350b6983d56f436bfad6))
1950
+
1951
+
1952
+ ### Features
1953
+
1954
+ * **exposes:** immidiatly apply composes seature with single property ([ae54aae](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ae54aae9fa0fedf78faaefa8b2b35684afa95972))
1955
+
1956
+
1957
+
1958
+ ## [0.4.22](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.21...0.4.22) (2021-06-21)
1959
+
1960
+
1961
+ ### Bug Fixes
1962
+
1963
+ * **cluster-picker:** clusters should't jump on selectiong ([b7f0a4e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b7f0a4ec3fc5f39454e22feebcb32b0d51a96b55))
1964
+ * **device-settings:** fix potential undefined reference ([bb95a3a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bb95a3ac32334a3c2b86f516d58b8418ef1b7dd4))
1965
+ * **logs:** fix form nesting ([4f3ee6a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4f3ee6a1fefdb984eddbdfec93f7354fa9f21d3a))
1966
+
1967
+
1968
+ ### Features
1969
+
1970
+ * **dashboard:** sort devices alphabetically ([5dfe8d0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5dfe8d0ca89a4926cf8da75319c69a2481741fee))
1971
+ * **device-picker:** sort devices in alphabetical order ([7700180](https://github.com/nurikk/zigbee2mqtt-frontend/commit/770018060ef72adc93a87619df4fa39ef13ff5f1))
1972
+ * **i18n:** add more keys ([04c3fd2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/04c3fd2be7d77164b413a50fc20ce8d14b3efd0c))
1973
+
1974
+
1975
+
1976
+ ## [0.4.21](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.20...0.4.21) (2021-06-19)
1977
+
1978
+
1979
+
1980
+ ## [0.4.20](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.19...0.4.20) (2021-06-19)
1981
+
1982
+
1983
+ ### Bug Fixes
1984
+
1985
+ * **dev-console:** disable read/write buttons if nothing is selected ([5e6e91f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5e6e91f83f15796c73d3f194fd37aa7852391d97))
1986
+ * **enum:** render minial enum for many value cases ([da835c3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/da835c3dd06438bb7e868a486152c384e1c3a0f8))
1987
+ * **feature-wrapper:** fix nested feature wrapping ([86e4a5c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/86e4a5c16ab8aed366b5a956d8b4663c554729b6))
1988
+ * **i18n:** add ru locale label ([ff45a34](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ff45a3417cde90b40c1f40e84e7dd153263a1d03))
1989
+ * **i18n:** fix configramtion misstype ([8c234c2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8c234c2277050ea046fdacf514b63a8189e33328))
1990
+ * **lastSeen:** fix disabled handling ([ff729dc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ff729dcff8e9b33c8ad2914e9e322a93e7c7c264))
1991
+ * **settings:** fix schema props updates ([6640547](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6640547378f78d0c8ad66ad1cfe9c3f52187a518))
1992
+
1993
+
1994
+
1995
+ ## [0.4.19](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.18...0.4.19) (2021-06-06)
1996
+
1997
+
1998
+
1999
+ ## [0.4.18](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.17...0.4.18) (2021-06-03)
2000
+
2001
+
2002
+ ### Bug Fixes
2003
+
2004
+ * **i18n:** fix ota page translation ([ce0624b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ce0624b3fc88bab15bb57b9cbc7f8e6015084d32))
2005
+
2006
+
2007
+
2008
+ ## [0.4.17](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.16...0.4.17) (2021-06-03)
2009
+
2010
+
2011
+ ### Bug Fixes
2012
+
2013
+ * **translation:** fix german translation for permit join button ([#563](https://github.com/nurikk/zigbee2mqtt-frontend/issues/563)) ([31c4010](https://github.com/nurikk/zigbee2mqtt-frontend/commit/31c4010a60debe4d447421f65fa3b063a06a44c2))
2014
+
2015
+
2016
+ ### Features
2017
+
2018
+ * **i18n:** add missing locale flag ([78979e5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/78979e595549b0ca2155ddba583132efe3e6d89b))
2019
+ * **i18n:** add ru locale ([a81756d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a81756d5a847f851dde529422c2d228449ae5bd7))
2020
+
2021
+
2022
+
2023
+ ## [0.4.16](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.15...0.4.16) (2021-05-29)
2024
+
2025
+
2026
+ ### Features
2027
+
2028
+ * **i18n:** update translation keys ([350bc94](https://github.com/nurikk/zigbee2mqtt-frontend/commit/350bc9420e640a9b247e3a906a9527dae309801e))
2029
+
2030
+
2031
+
2032
+ ## [0.4.15](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.14...0.4.15) (2021-05-21)
2033
+
2034
+
2035
+ ### Bug Fixes
2036
+
2037
+ * **device-picker:** fix select handler ([75b9b3b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/75b9b3bd1b3e6b67547b8ee35639116034936f76))
2038
+
2039
+
2040
+
2041
+ ## [0.4.14](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.13...0.4.14) (2021-05-18)
2042
+
2043
+
2044
+ ### Features
2045
+
2046
+ * **i18n:** more localized strings ([31b39cf](https://github.com/nurikk/zigbee2mqtt-frontend/commit/31b39cf869e21f24b82a50eb666adfa5fb5e8491))
2047
+
2048
+
2049
+
2050
+ ## [0.4.13](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.12...0.4.13) (2021-05-16)
2051
+
2052
+
2053
+ ### Bug Fixes
2054
+
2055
+ * **i19n:** fix locales file ([644c36e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/644c36e6350e5a13299673f923c633102c7422da))
2056
+
2057
+
2058
+
2059
+ ## [0.4.12](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.11...0.4.12) (2021-05-16)
2060
+
2061
+
2062
+ ### Bug Fixes
2063
+
2064
+ * **i19n:** fix locales file ([9f1aed8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9f1aed81412587fa6bad6654f7aa120934db1e13))
2065
+
2066
+
2067
+
2068
+ ## [0.4.11](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.10...0.4.11) (2021-05-16)
2069
+
2070
+
2071
+ ### Bug Fixes
2072
+
2073
+ * **device-settings:** fix value ovvirides, deprecate device-specific settings ([c50bb8c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c50bb8c2acd13318611005a07f4e6e39b710de90))
2074
+
2075
+
2076
+
2077
+ ## [0.4.10](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.9...0.4.10) (2021-05-12)
2078
+
2079
+
2080
+ ### Bug Fixes
2081
+
2082
+ * **settings:** fix adding new values ([0c41754](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0c41754df4aea2890d8369fba41ce21403f00074))
2083
+
2084
+
2085
+
2086
+ ## [0.4.9](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.8...0.4.9) (2021-05-11)
2087
+
2088
+
2089
+ ### Bug Fixes
2090
+
2091
+ * **device-settings:** add default property ([0f96e39](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0f96e39d48741b03d243ce8c963134a218ef7c9d))
2092
+
2093
+
2094
+
2095
+ ## [0.4.8](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.7...0.4.8) (2021-05-10)
2096
+
2097
+
2098
+
2099
+ ## [0.4.7](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.6...0.4.7) (2021-05-10)
2100
+
2101
+
2102
+ ### Bug Fixes
2103
+
2104
+ * **i18:** add DE locale, small refactoring ([66bb1db](https://github.com/nurikk/zigbee2mqtt-frontend/commit/66bb1db057b2761015020f5eb867b6a90287dd2b))
2105
+
2106
+
2107
+ ### Features
2108
+
2109
+ * **i18n:** add more en translation keys ([bbb4320](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bbb43207b0ed053161a8b07f188b74a808b014ea))
2110
+
2111
+
2112
+
2113
+ ## [0.4.6](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.5...0.4.6) (2021-05-09)
2114
+
2115
+
2116
+ ### Bug Fixes
2117
+
2118
+ * **error-boundry:** update steps ([3eeceaa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3eeceaa8fa0156b502e5382e2b027ea234191076))
2119
+ * **external-extensions:** fix example extension ([8dbeff2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8dbeff25d627ee57a38b5667674c27396ca18145))
2120
+ * **webpack:** fix resolve ([92ed7b0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/92ed7b056195819a3982b30c026cdbeb92d2d2f6))
2121
+
2122
+
2123
+
2124
+ ## [0.4.5](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.4...0.4.5) (2021-05-09)
2125
+
2126
+
2127
+ ### Features
2128
+
2129
+ * **i18n:** translate lastSeen ([4ebc23f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4ebc23fcc3327dfc36a5c8d34d9ce53ba169830e))
2130
+
2131
+
2132
+
2133
+ ## [0.4.4](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.3...0.4.4) (2021-05-08)
2134
+
2135
+
2136
+ ### Bug Fixes
2137
+
2138
+ * **18n:** capitalaze polski ([65e5573](https://github.com/nurikk/zigbee2mqtt-frontend/commit/65e5573c2c430726d317b5b0f308fb0969bf0d6a))
2139
+ * **i18n:** fix default language ([8479512](https://github.com/nurikk/zigbee2mqtt-frontend/commit/847951231692acb9b4a6c57b71f081b416ffcf9e))
2140
+
2141
+
2142
+
2143
+ ## [0.4.3](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.2...0.4.3) (2021-05-06)
2144
+
2145
+
2146
+ ### Bug Fixes
2147
+
2148
+ * **i18n:** disable ru locale ([ed06104](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ed06104965169d7460ec3b280939942ee4af55f6))
2149
+
2150
+
2151
+ ### Features
2152
+
2153
+ * **i18n:** add locale flags ([0aa6399](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0aa639948d96dab3bd05570e36311f453fcab047))
2154
+
2155
+
2156
+
2157
+ ## [0.4.2](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.1...0.4.2) (2021-05-04)
2158
+
2159
+
2160
+ ### Features
2161
+
2162
+ * **i18n:** add locale picker ([009f6c1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/009f6c16bd63761770f0ef4b78bfca8575d7d25d))
2163
+ * **i18n:** add support for json-schema translations ([4951167](https://github.com/nurikk/zigbee2mqtt-frontend/commit/49511677b87f048ef7f88574cfdb504d7035ed20))
2164
+ * **i18n:** conditional debug ([64bf613](https://github.com/nurikk/zigbee2mqtt-frontend/commit/64bf6133dc7a974b18f02f3f925a3374b6c03427))
2165
+ * **i18n:** fix namings ([8eb04cc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8eb04ccca078d8ada37034953a859c3f481497ae))
2166
+ * **i18n:** initial implementation ([4df84cb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4df84cbd6c4e5be1a82e36bd1da8e995f27e7eb2))
2167
+ * **i18n:** initial implementation ([dd5bc22](https://github.com/nurikk/zigbee2mqtt-frontend/commit/dd5bc229a82f669a70fcf49250bd171686c893ba))
2168
+ * **i18n:** molo i18n strings ([bd8fd6d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bd8fd6d264da7e1d0839cb32268b7cac28ebb294))
2169
+ * **i18n:** more localized strings ([07f55de](https://github.com/nurikk/zigbee2mqtt-frontend/commit/07f55dee3840429fb1cc4ba52f09ac27c48b0c54))
2170
+
2171
+
2172
+
2173
+ ## [0.4.1](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.4.0...0.4.1) (2021-05-02)
2174
+
2175
+
2176
+ ### Bug Fixes
2177
+
2178
+ * **style:** double scrollbars due to bootstrap ([#485](https://github.com/nurikk/zigbee2mqtt-frontend/issues/485)) ([2b9344e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2b9344e2600ed6d79d6e4696eb1964316235c996))
2179
+
2180
+
2181
+ ### Features
2182
+
2183
+ * **device-list:** add a search field to filter the list of devices ([#484](https://github.com/nurikk/zigbee2mqtt-frontend/issues/484)) ([19aaf35](https://github.com/nurikk/zigbee2mqtt-frontend/commit/19aaf35a5cd274a8ab2e80c63d76779d78aff70a))
2184
+
2185
+
2186
+
2187
+ # [0.4.0](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.121...0.4.0) (2021-05-01)
2188
+
2189
+
2190
+ ### Bug Fixes
2191
+
2192
+ * **ota:** typo in table header ([#458](https://github.com/nurikk/zigbee2mqtt-frontend/issues/458)) ([ab47191](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ab4719184619441d049358adb01a181a6ba6ee3f))
2193
+
2194
+
2195
+
2196
+ ## [0.3.121](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.120...0.3.121) (2021-04-29)
2197
+
2198
+
2199
+ ### Features
2200
+
2201
+ * **imgs:** please aluminium foil gods ([c537f15](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c537f15a6baf1125a8a8ce00b6dcd5ce0d1142e4))
2202
+
2203
+
2204
+
2205
+ ## [0.3.120](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.119...0.3.120) (2021-04-24)
2206
+
2207
+
2208
+ ### Features
2209
+
2210
+ * **logs-page:** add clear screen and log level change ([7a77c86](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7a77c86213e1d4aeafe15ae9cf0a757b18b66152))
2211
+
2212
+
2213
+
2214
+ ## [0.3.119](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.118...0.3.119) (2021-04-08)
2215
+
2216
+
2217
+ ### Features
2218
+
2219
+ * **device-image:** add support for definition.icon ([e303f4f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e303f4fb4c1fbcbfe0e8221983aca88c8864927f))
2220
+
2221
+
2222
+
2223
+ ## [0.3.118](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.117...0.3.118) (2021-04-04)
2224
+
2225
+
2226
+ ### Bug Fixes
2227
+
2228
+ * **exposes:** implement Fan rendering ([fa982f8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fa982f87e066dd8da54059465c134462c841ca84))
2229
+
2230
+
2231
+
2232
+ ## [0.3.117](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.115...0.3.117) (2021-04-04)
2233
+
2234
+
2235
+ ### Features
2236
+
2237
+ * **dev-console:** fix input type for not string values ([071081a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/071081ae041e37684f0268cb1c05d115bf3bea86))
2238
+
2239
+
2240
+
2241
+ ## [0.3.116](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.115...0.3.116) (2021-04-04)
2242
+
2243
+
2244
+ ### Features
2245
+
2246
+ * **dev-console:** fix input type for not string values ([a17d6ff](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a17d6ff5ec94fe6b780d75407d122d3f8d81ec42))
2247
+
2248
+
2249
+
2250
+ ## [0.3.115](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.114...0.3.115) (2021-04-03)
2251
+
2252
+
2253
+ ### Features
2254
+
2255
+ * **dev-console:** add dev console ([a87e0cb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a87e0cbc0aefca3aee6d3bfe7237f3ac0f7d964f))
2256
+
2257
+
2258
+
2259
+ ## [0.3.114](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.113...0.3.114) (2021-04-01)
2260
+
2261
+
2262
+
2263
+ ## [0.3.113](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.112...0.3.113) (2021-03-24)
2264
+
2265
+
2266
+
2267
+ ## [0.3.112](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.111...0.3.112) (2021-03-24)
2268
+
2269
+
2270
+ ### Bug Fixes
2271
+
2272
+ * **attribute-picker:** fix undefined values ([d421b19](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d421b19ce0d8a8cff37f445a637e11cacd5dca0d))
2273
+ * **device-settings:** fix rerender on device state update ([02e57fa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/02e57fac64d80df89c71f56a3cfeb28a66f18a85))
2274
+ * **reporting:** fix pushing undefined cluster ([53d162c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/53d162c0caf9c57918b892b26ad7d945ebace8f6))
2275
+
2276
+
2277
+
2278
+ ## [0.3.111](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.110...0.3.111) (2021-03-23)
2279
+
2280
+
2281
+ ### Features
2282
+
2283
+ * **join:** show join countdown timer ([7558153](https://github.com/nurikk/zigbee2mqtt-frontend/commit/75581539e5a1dc046f50c3088220a9dfa7c30263))
2284
+
2285
+
2286
+
2287
+ ## [0.3.110](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.109...0.3.110) (2021-03-20)
2288
+
2289
+
2290
+ ### Bug Fixes
2291
+
2292
+ * **dashboard:** fix feature uniq key generation ([809f17a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/809f17a7ce50d8205c90b83e37c5d5c22be1cd18))
2293
+ * **dashboard:** fix last seen renderer ([521941f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/521941f039d966795a42d77b9ba6d8da7df55815))
2294
+ * **map:** show sibling links by default ([38e35e4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/38e35e471589aa1528b9a4d24100a15e458b7c77))
2295
+
2296
+
2297
+
2298
+ ## [0.3.109](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.108...0.3.109) (2021-03-20)
2299
+
2300
+
2301
+ ### Bug Fixes
2302
+
2303
+ * **last-seen:** better value handling with elapsed ([22784a9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/22784a9939ad82dd7462bf38a529b829c0c3af51))
2304
+
2305
+
2306
+
2307
+ ## [0.3.108](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.107...0.3.108) (2021-03-20)
2308
+
2309
+
2310
+ ### Features
2311
+
2312
+ * **error-boundry:** rework instructions and state download ([73e21c4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/73e21c43dc240c6a3aadd2ef06a6190e6f24ac9e))
2313
+
2314
+
2315
+
2316
+ ## [0.3.107](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.106...0.3.107) (2021-03-18)
2317
+
2318
+
2319
+ ### Bug Fixes
2320
+
2321
+ * **build:** remove github build ([4855aa1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4855aa181d27f90d23eed4ba880efdc677f4115e))
2322
+
2323
+
2324
+
2325
+ ## [0.3.106](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.105...0.3.106) (2021-03-18)
2326
+
2327
+
2328
+ ### Bug Fixes
2329
+
2330
+ * **build:** add cache property ([9e3624e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9e3624e6cff1c7fd3287a2ac87cd67fb5348a274))
2331
+
2332
+
2333
+
2334
+ ## [0.3.105](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.104...0.3.105) (2021-03-18)
2335
+
2336
+
2337
+ ### Bug Fixes
2338
+
2339
+ * **buil:** fix cache key ([0bcdc81](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0bcdc815b8a4a11933d64253f57f9767981831c6))
2340
+
2341
+
2342
+
2343
+ ## [0.3.104](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.103...0.3.104) (2021-03-18)
2344
+
2345
+
2346
+ ### Bug Fixes
2347
+
2348
+ * **buil:** again ([4d50732](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4d507326a31696762a29b192fc18b70df8511f00))
2349
+ * **buil:** fix cache key ([b797772](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b797772d3269048103c2df137904df2a1fe74153))
2350
+ * **buil:** fix cache key ([b6299e7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b6299e7d51f49a375d8772b168086e28cc517e9a))
2351
+
2352
+
2353
+
2354
+ ## [0.3.103](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.102...0.3.103) (2021-03-18)
2355
+
2356
+
2357
+ ### Bug Fixes
2358
+
2359
+ * **build:** downgrade node version ([600f6d7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/600f6d7902a7f3a167e8136cd5ee860aa8556ffd))
2360
+
2361
+
2362
+
2363
+ ## [0.3.102](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.101...0.3.102) (2021-03-18)
2364
+
2365
+
2366
+ ### Bug Fixes
2367
+
2368
+ * **buil:** again ([383a38a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/383a38a3f385ca76fc5fdbb10dfffe24cb56eb82))
2369
+
2370
+
2371
+
2372
+ ## [0.3.101](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.100...0.3.101) (2021-03-18)
2373
+
2374
+
2375
+ ### Bug Fixes
2376
+
2377
+ * **buil:** again ([98ee6ec](https://github.com/nurikk/zigbee2mqtt-frontend/commit/98ee6ecd64d4cb79cd835ede6b4f3cc40e872df2))
2378
+
2379
+
2380
+
2381
+ ## [0.3.100](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.99...0.3.100) (2021-03-18)
2382
+
2383
+
2384
+ ### Bug Fixes
2385
+
2386
+ * **buil:** again ([999d462](https://github.com/nurikk/zigbee2mqtt-frontend/commit/999d462f6197671946770e413b0cd2cb82a0ee84))
2387
+
2388
+
2389
+
2390
+ ## [0.3.99](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.98...0.3.99) (2021-03-18)
2391
+
2392
+
2393
+ ### Bug Fixes
2394
+
2395
+ * **buil:** again ([5864d51](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5864d5182dfe023925dca63b195a954e95e62914))
2396
+
2397
+
2398
+
2399
+ ## [0.3.98](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.97...0.3.98) (2021-03-18)
2400
+
2401
+
2402
+ ### Bug Fixes
2403
+
2404
+ * **build:** fix ([f86c20e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f86c20e6ec5c27834fb770bd478161b3a1f04f00))
2405
+
2406
+
2407
+
2408
+ ## [0.3.97](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.96...0.3.97) (2021-03-18)
2409
+
2410
+
2411
+ ### Features
2412
+
2413
+ * **deploy:** use github to build ([b013b51](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b013b51e85b175c87bc3a190ad83123078b4e580))
2414
+
2415
+
2416
+
2417
+ ## [0.3.96](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.95...0.3.96) (2021-03-18)
2418
+
2419
+
2420
+ ### Bug Fixes
2421
+
2422
+ * **build:** again ([3400051](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3400051c5172b15b4fb92f5927dbc65f80e7af7e))
2423
+
2424
+
2425
+
2426
+ ## [0.3.95](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.94...0.3.95) (2021-03-18)
2427
+
2428
+
2429
+ ### Bug Fixes
2430
+
2431
+ * **build:** fix travis ([bf757c5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bf757c5e110f2162d9dea59c703942df2f6b7df0))
2432
+
2433
+
2434
+
2435
+ ## [0.3.94](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.93...0.3.94) (2021-03-18)
2436
+
2437
+
2438
+
2439
+ ## [0.3.93](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.92...0.3.93) (2021-03-18)
2440
+
2441
+
2442
+
2443
+ ## [0.3.92](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.91...0.3.92) (2021-03-18)
2444
+
2445
+
2446
+ ### Bug Fixes
2447
+
2448
+ * **build:** fix travis detection codition ([efcb881](https://github.com/nurikk/zigbee2mqtt-frontend/commit/efcb88119aeca2abb310bb7efcc177d22dc247cd))
2449
+
2450
+
2451
+
2452
+ ## [0.3.91](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.89...0.3.91) (2021-03-18)
2453
+
2454
+
2455
+ ### Bug Fixes
2456
+
2457
+ * **build:** don't publish to gh pages ([4cb3895](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4cb38958b5a8294b64c84dd0f6dcc57e3dfeeb65))
2458
+ * **build:** don't run build analyzer on CI ([99aec71](https://github.com/nurikk/zigbee2mqtt-frontend/commit/99aec716af939c0b2902c6307fcad316eb9335b6))
2459
+
2460
+
2461
+ ### Reverts
2462
+
2463
+ * Revert "chore(release): 0.3.90 :tada: [skip travis]" ([dc69576](https://github.com/nurikk/zigbee2mqtt-frontend/commit/dc695760d160402a6734be07fb02ec882663dfe6))
2464
+
2465
+
2466
+
2467
+ ## [0.3.89](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.88...0.3.89) (2021-03-18)
2468
+
2469
+
2470
+
2471
+ ## [0.3.88](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.87...0.3.88) (2021-03-18)
2472
+
2473
+
2474
+
2475
+ ## [0.3.87](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.86...0.3.87) (2021-03-18)
2476
+
2477
+
2478
+
2479
+ ## [0.3.86](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.85...0.3.86) (2021-03-18)
2480
+
2481
+
2482
+ ### Features
2483
+
2484
+ * **donate:** update donate page ([fbbd34c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fbbd34cbc6aad7959a31e8613f25a8bbee7ce0d4))
2485
+
2486
+
2487
+
2488
+ ## [0.3.85](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.84...0.3.85) (2021-03-14)
2489
+
2490
+
2491
+ ### Features
2492
+
2493
+ * **device settings:** add device specific settings page ([08189ce](https://github.com/nurikk/zigbee2mqtt-frontend/commit/08189ce12194669037a28e0f21103158e148337c))
2494
+
2495
+
2496
+
2497
+ ## [0.3.84](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.82...0.3.84) (2021-03-13)
2498
+
2499
+
2500
+
2501
+ ## [0.3.83](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.82...0.3.83) (2021-03-13)
2502
+
2503
+
2504
+
2505
+ ## [0.3.82](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.81...0.3.82) (2021-03-13)
2506
+
2507
+
2508
+ ### Bug Fixes
2509
+
2510
+ * **ux:** a few responsive fixes ([deeaa21](https://github.com/nurikk/zigbee2mqtt-frontend/commit/deeaa211cd3ed60a4998fa00ffbd54b72261f46e))
2511
+
2512
+
2513
+
2514
+ ## [0.3.81](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.80...0.3.81) (2021-03-13)
2515
+
2516
+
2517
+ ### Bug Fixes
2518
+
2519
+ * **reporting:** fix custom clusters and attributes in picker ([e57e3b0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e57e3b06dc4bfdab02b8a90464abb2fca799ec0a))
2520
+
2521
+
2522
+
2523
+ ## [0.3.80](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.79...0.3.80) (2021-03-08)
2524
+
2525
+
2526
+ ### Bug Fixes
2527
+
2528
+ * **map:** fix coordinator icon position ([2e31625](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2e31625a82b2094177f2c1e830b94731a8b80c82))
2529
+ * **map:** fix link labels on dark theme ([21197f4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/21197f40d87a626a5d3d3d6d455f59b7a8800d1d))
2530
+ * **map:** fix links spacers ([9880b04](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9880b04e560d382a915a6e9bc6b0c009a4f43eff))
2531
+ * **map:** fix router label colors on dark theme ([754a43f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/754a43f3d1b967da94500c506e8e9c372e076c24))
2532
+
2533
+
2534
+
2535
+ ## [0.3.79](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.78...0.3.79) (2021-03-06)
2536
+
2537
+
2538
+ ### Bug Fixes
2539
+
2540
+ * **npm:** don't publush .map file anymore ([9f80aea](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9f80aea02177aaf9feca42a6a173d87ffe2b4373))
2541
+
2542
+
2543
+ ### Features
2544
+
2545
+ * **theme:** introduce dark theme ([59d377a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/59d377a503e6d87e0a7ab6ce3d66b418c32ed732))
2546
+
2547
+
2548
+
2549
+ ## [0.3.78](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.77...0.3.78) (2021-03-03)
2550
+
2551
+
2552
+ ### Bug Fixes
2553
+
2554
+ * **styles:** fix font size ([0bb5323](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0bb53236d894524bd01cfd19dc8fd12b7e1171e5))
2555
+
2556
+
2557
+
2558
+ ## [0.3.77](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.75...0.3.77) (2021-03-03)
2559
+
2560
+
2561
+ ### Bug Fixes
2562
+
2563
+ * **dashboar:** fix image position ([f0f0935](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f0f0935e568ca116dfba9bc0e4a758096817f637))
2564
+ * **fonts:** increase font size ([08bbbcf](https://github.com/nurikk/zigbee2mqtt-frontend/commit/08bbbcf4754e3f58c1b68545944335c0add87105))
2565
+ * **map:** fix map spacings ([8cab32f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8cab32f7aefc1080696238194deef80a12e7835e))
2566
+ * **map:** make map thinner ([390c078](https://github.com/nurikk/zigbee2mqtt-frontend/commit/390c07897da75faff17333a11ed005fd2ca8be4e))
2567
+ * **reporting:** fix label text wrapping ([7d064b9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7d064b9e04cd9ce601ee60f40995413569321dd0))
2568
+
2569
+
2570
+
2571
+ ## [0.3.76](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.75...0.3.76) (2021-02-28)
2572
+
2573
+
2574
+ ### Bug Fixes
2575
+
2576
+ * **map:** make map thinner ([03e4bcd](https://github.com/nurikk/zigbee2mqtt-frontend/commit/03e4bcde945b931ebfce82c3085ffa65aefdaefb))
2577
+
2578
+
2579
+
2580
+ ## [0.3.75](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.74...0.3.75) (2021-02-28)
2581
+
2582
+
2583
+ ### Features
2584
+
2585
+ * **extension:** remove experemental label ([370fe28](https://github.com/nurikk/zigbee2mqtt-frontend/commit/370fe282ac22c117538a252fd91ab3689f76eb57))
2586
+ * **extensions:** add remove extension button ([6f620b3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6f620b3b20df4d049590cf37cfd0fabba6059771))
2587
+
2588
+
2589
+
2590
+ ## [0.3.74](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.73...0.3.74) (2021-02-28)
2591
+
2592
+
2593
+ ### Features
2594
+
2595
+ * **donate:** add donate button ([e9048a1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e9048a10d5b1af298fe3705fd8cab7eedd19dae3))
2596
+
2597
+
2598
+
2599
+ ## [0.3.73](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.72...0.3.73) (2021-02-27)
2600
+
2601
+
2602
+ ### Bug Fixes
2603
+
2604
+ * **extensions:** fix example code ([3adf5ef](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3adf5eff4001d94556ac52d22d11b85e1eaafc40))
2605
+
2606
+
2607
+
2608
+ ## [0.3.72](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.71...0.3.72) (2021-02-27)
2609
+
2610
+
2611
+ ### Bug Fixes
2612
+
2613
+ * **extension:** fix subcription ([13424de](https://github.com/nurikk/zigbee2mqtt-frontend/commit/13424de37dcf027d180ac484011ccdf29494ba99))
2614
+
2615
+
2616
+
2617
+ ## [0.3.71](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.70...0.3.71) (2021-02-27)
2618
+
2619
+
2620
+ ### Bug Fixes
2621
+
2622
+ * **extension:** add stop method ([c2b2249](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c2b22493936084167dce445da4e12e2c23cc9e6e))
2623
+
2624
+
2625
+
2626
+ ## [0.3.70](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.69...0.3.70) (2021-02-27)
2627
+
2628
+
2629
+
2630
+ ## [0.3.69](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.68...0.3.69) (2021-02-27)
2631
+
2632
+
2633
+ ### Bug Fixes
2634
+
2635
+ * **extensions:** update example code ([bd9ab79](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bd9ab797b608cf62c80d283c47870b0d19a6faff))
2636
+
2637
+
2638
+
2639
+ ## [0.3.68](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.67...0.3.68) (2021-02-27)
2640
+
2641
+
2642
+ ### Features
2643
+
2644
+ * **extensions:** add Ace editor ([17e1e1b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/17e1e1ba69fa9e03ddc368e033f0a5b10139a8c9))
2645
+
2646
+
2647
+
2648
+ ## [0.3.67](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.66...0.3.67) (2021-02-27)
2649
+
2650
+
2651
+ ### Bug Fixes
2652
+
2653
+ * **extensions:** set textarea height ([6d8b221](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6d8b2212902638b5c2e73bf528e7d69c5d80aff6))
2654
+ * **extensions:** update sample code ([402f177](https://github.com/nurikk/zigbee2mqtt-frontend/commit/402f177de7f911a9619ab0a4c3a4d0cf7467becd))
2655
+
2656
+
2657
+
2658
+ ## [0.3.66](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.65...0.3.66) (2021-02-27)
2659
+
2660
+
2661
+ ### Bug Fixes
2662
+
2663
+ * **dashboard:** blacklist color_options ([4373f40](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4373f4070b0543cbd7a8068a3e9460f0032ea213))
2664
+ * **exposes:** fix feature width ([de190b1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/de190b14d4c621eddce8fcf761a997021b217097))
2665
+ * **map:** link label position fix ([bd7c3b7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bd7c3b75df465d1e5831bfd1ff9e7ccddb97db59))
2666
+
2667
+
2668
+
2669
+ ## [0.3.65](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.64...0.3.65) (2021-02-25)
2670
+
2671
+
2672
+ ### Bug Fixes
2673
+
2674
+ * **map:** add circle around device images ([685dd95](https://github.com/nurikk/zigbee2mqtt-frontend/commit/685dd95e7b42353e5bb0a1e7c9c495ac1281e23d))
2675
+
2676
+
2677
+
2678
+ ## [0.3.64](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.62...0.3.64) (2021-02-23)
2679
+
2680
+
2681
+ ### Features
2682
+
2683
+ * **extensions:** adapt new structure ([2525426](https://github.com/nurikk/zigbee2mqtt-frontend/commit/25254265a11a46fcb325c5072089fde8922744b3))
2684
+
2685
+
2686
+
2687
+ ## [0.3.63](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.62...0.3.63) (2021-02-23)
2688
+
2689
+
2690
+ ### Features
2691
+
2692
+ * **extensions:** adapt new structure ([f4c15be](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f4c15be1efd0f2e79a6344ae258938a0d4b503cb))
2693
+
2694
+
2695
+
2696
+ ## [0.3.62](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.61...0.3.62) (2021-02-22)
2697
+
2698
+
2699
+ ### Features
2700
+
2701
+ * **extension:** generate uniq class name ([1abea4d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1abea4d9b4af2e1296c6cac2d750ccbe72d765d7))
2702
+
2703
+
2704
+
2705
+ ## [0.3.61](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.59...0.3.61) (2021-02-22)
2706
+
2707
+
2708
+ ### Features
2709
+
2710
+ * **extension-editor:** first implementation ([c2b1733](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c2b17332e1e288025c37c28ce89a1673ff0d1316))
2711
+
2712
+
2713
+
2714
+ ## [0.3.60](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.59...0.3.60) (2021-02-22)
2715
+
2716
+
2717
+ ### Features
2718
+
2719
+ * **extension-editor:** first implementation ([b20d225](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b20d22521145a33d3e1daf0ab90e92e9164d3a98))
2720
+
2721
+
2722
+
2723
+ ## [0.3.59](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.58...0.3.59) (2021-02-19)
2724
+
2725
+
2726
+ ### Bug Fixes
2727
+
2728
+ * **groups:** fix add device to group form ([3eea39c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3eea39cc7c4b11f2e3112694de58582ea1a239bb))
2729
+
2730
+
2731
+
2732
+ ## [0.3.58](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.57...0.3.58) (2021-02-19)
2733
+
2734
+
2735
+ ### Bug Fixes
2736
+
2737
+ * **exposes:** make nicier paddings ([0ecfd31](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0ecfd31f78676fdf00c1be11a3ecb4c9f73a24f8))
2738
+
2739
+
2740
+
2741
+ ## [0.3.57](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.56...0.3.57) (2021-02-18)
2742
+
2743
+
2744
+
2745
+ ## [0.3.56](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.55...0.3.56) (2021-02-18)
2746
+
2747
+
2748
+
2749
+ ## [0.3.55](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.54...0.3.55) (2021-02-16)
2750
+
2751
+
2752
+ ### Bug Fixes
2753
+
2754
+ * **select:** rebuild theme ([9673f65](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9673f655a82f12c4841a21a0ad41a1d63f96642c))
2755
+
2756
+
2757
+
2758
+ ## [0.3.54](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.53...0.3.54) (2021-02-14)
2759
+
2760
+
2761
+
2762
+ ## [0.3.53](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.52...0.3.53) (2021-02-13)
2763
+
2764
+
2765
+ ### Bug Fixes
2766
+
2767
+ * **css:** reduce css usage ([f5cbc92](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f5cbc928f75876a24535e17b5c41595bc141d488))
2768
+
2769
+
2770
+ ### Features
2771
+
2772
+ * **bind:** make mobile friendly ([0b16749](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0b1674930fea9ef46437e99e4291f4da10d49902))
2773
+
2774
+
2775
+
2776
+ ## [0.3.52](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.51...0.3.52) (2021-02-13)
2777
+
2778
+
2779
+ ### Bug Fixes
2780
+
2781
+ * **mobile:** some responsive styling fixes ([d616a3c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d616a3c2731a1ec865eea0d67d9b4a71828e411f))
2782
+ * **setings:** responsive settings ([c32b58d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c32b58d778277b0ce8109d0827b3bbe53c22277f))
2783
+ * **settings:** remove cards from inner tabls ([af36f64](https://github.com/nurikk/zigbee2mqtt-frontend/commit/af36f64329849fda5e16ca13ffdf8da23f0f0df4))
2784
+
2785
+
2786
+
2787
+ ## [0.3.51](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.50...0.3.51) (2021-02-13)
2788
+
2789
+
2790
+ ### Bug Fixes
2791
+
2792
+ * **dashboard:** add ignore rules ([d4d1e17](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d4d1e17baf6e36028fe0747f5d62a4d1ab5dba7d))
2793
+ * **styles:** fix navbar and mobile scroll ([47924d1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/47924d1e595f70450e6b758df1739a3f835e3a3a))
2794
+
2795
+
2796
+
2797
+ ## [0.3.50](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.49...0.3.50) (2021-02-12)
2798
+
2799
+
2800
+ ### Bug Fixes
2801
+
2802
+ * **bindings:** add title to buttons ([5a70667](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5a70667f181e2076e822967edc39f9d968e760a0))
2803
+ * **cluster-picker:** fix group detection ([29c3d3c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/29c3d3c37ab8d5024ee8d73b1f69812a0472c05f))
2804
+ * **color-editor:** fix npe ([29e5b86](https://github.com/nurikk/zigbee2mqtt-frontend/commit/29e5b861e8f6f80163bcf57afa7ed6e81fc6282b))
2805
+ * **dashboard:** condense dashboard tiles ([8917e2e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8917e2e98f012f7fa188e0b9b91caf3c406b50ce))
2806
+ * **dashboard:** hide LQI feature for falsysh values ([608b15b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/608b15bf9487ad858462d25b12cfd572ceba29c5))
2807
+ * **device-control:** change reconfigure icon ([af4f34e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/af4f34e0d8c5edf3d00ea4376ebcb444ab7d3695))
2808
+
2809
+
2810
+ ### Features
2811
+
2812
+ * **dashboard:** add more icons ([420af3c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/420af3c61af94ed9ef6e2ff289f74055ed69c363))
2813
+ * **dashboard:** improve dashboard features filtration algorithm ([d352444](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d352444bf7e0c76010b79c9ee0c66dd2250b2fec))
2814
+
2815
+
2816
+
2817
+ ## [0.3.49](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.48...0.3.49) (2021-02-12)
2818
+
2819
+
2820
+ ### Bug Fixes
2821
+
2822
+ * **device-controls:** change button styles ([31d8695](https://github.com/nurikk/zigbee2mqtt-frontend/commit/31d8695580b1cdefac004e080c1f3f363008a6dd))
2823
+ * **groups:** change order and classes ([14d7ce5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/14d7ce503220f23f99add62b24c8961294239ac3))
2824
+ * **icons:** fix fas url ([9677203](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9677203909b2507a8a2c9068f76abaad1862d71f))
2825
+ * **styles:** fix missing class ([4ed39f6](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4ed39f667c34e23a2a9bb4d7647bfcb49491ca5b))
2826
+
2827
+
2828
+
2829
+ ## [0.3.48](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.47...0.3.48) (2021-02-12)
2830
+
2831
+
2832
+ ### Bug Fixes
2833
+
2834
+ * **styles:** include FA style link ([4e590aa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4e590aaa9430b4ff3098134a40fd79cf24f97ef5))
2835
+
2836
+
2837
+
2838
+ ## [0.3.47](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.46...0.3.47) (2021-02-12)
2839
+
2840
+
2841
+ ### Features
2842
+
2843
+ * **app-stack:** rebuild the theme ([5c1de18](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5c1de1875a5b9838cbc8fb11343848f1dabcbe45))
2844
+
2845
+
2846
+
2847
+ ## [0.3.46](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.45...0.3.46) (2021-02-12)
2848
+
2849
+
2850
+ ### Features
2851
+
2852
+ * **theme:** introduce AppStack theme ([480b339](https://github.com/nurikk/zigbee2mqtt-frontend/commit/480b339050eef542ef5a914e68ba0d106696e7a2))
2853
+
2854
+
2855
+
2856
+ ## [0.3.45](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.44...0.3.45) (2021-02-09)
2857
+
2858
+
2859
+ ### Features
2860
+
2861
+ * **dashboard:** simplify grouping by endpoints ([b7f4d3a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b7f4d3a4cdf21f8c63b16f1a3bd6198b28a11d8c))
2862
+
2863
+
2864
+
2865
+ ## [0.3.44](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.43...0.3.44) (2021-02-09)
2866
+
2867
+
2868
+ ### Features
2869
+
2870
+ * **dashboard:** add few icons ([1fdc876](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1fdc8766e3b1efaf4b410d9fc5c5eadfa478dbe8))
2871
+ * **dashboard:** implement feature filtration ([fee5dc9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fee5dc9b0272cc79e917beddb9f4d2856c916e63))
2872
+
2873
+
2874
+
2875
+ ## [0.3.43](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.42...0.3.43) (2021-02-09)
2876
+
2877
+
2878
+ ### Bug Fixes
2879
+
2880
+ * **settings:** ignore map_options field ([ef064d3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ef064d3105554fd1f2de5665123e4847db1d5733))
2881
+
2882
+
2883
+
2884
+ ## [0.3.42](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.41...0.3.42) (2021-02-07)
2885
+
2886
+
2887
+ ### Bug Fixes
2888
+
2889
+ * **composite:** fix styling ([5affb0f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5affb0f16f0ff8fc78d25bba01b29e54e3f6293a))
2890
+ * **composite:** small fixes ([400e5c4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/400e5c4e68332bcdb1183d4d9f394e10879145c6))
2891
+
2892
+
2893
+
2894
+ ## [0.3.41](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.40...0.3.41) (2021-02-07)
2895
+
2896
+
2897
+ ### Bug Fixes
2898
+
2899
+ * **settings:** add order for frontend ([85fa69c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/85fa69c298031d0329fa935133153a3c631a577c))
2900
+
2901
+
2902
+
2903
+ ## [0.3.40](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.39...0.3.40) (2021-02-07)
2904
+
2905
+
2906
+ ### Bug Fixes
2907
+
2908
+ * **settings:** preserve null values ([6386c41](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6386c41a796c39a1eb22d902b794f58dfc4849a7))
2909
+
2910
+
2911
+
2912
+ ## [0.3.39](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.38...0.3.39) (2021-02-07)
2913
+
2914
+
2915
+ ### Bug Fixes
2916
+
2917
+ * **raw:** add mt-2 ([554b54c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/554b54c2a730557570482cf697963ddea18a6226))
2918
+
2919
+
2920
+ ### Features
2921
+
2922
+ * **dashboard:** remove experimental title ([0ac1226](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0ac1226a64ed13755d016352c7c24c79f0057b3d))
2923
+ * **settings:** deprecate bridge/request/config/* ([6ef03a3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6ef03a378e761d34cc9d9559ef97b301d5bb8e79))
2924
+ * **settings:** restyle settings tabs ([6233bd4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6233bd4330d63cb0ba2cc3dc06bb686e115c1463))
2925
+
2926
+
2927
+
2928
+ ## [0.3.38](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.37...0.3.38) (2021-02-06)
2929
+
2930
+
2931
+ ### Features
2932
+
2933
+ * **settings:** rename expremental/deprecated ([293f56d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/293f56d72ac45acc7f6ba3b68c10454ed2b7d112))
2934
+ * **state-notifier:** use state notifier ([d98c199](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d98c1998634a57a68e71095644eaef920bf18831))
2935
+
2936
+
2937
+
2938
+ ## [0.3.37](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.36...0.3.37) (2021-02-06)
2939
+
2940
+
2941
+
2942
+ ## [0.3.36](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.35...0.3.36) (2021-02-06)
2943
+
2944
+
2945
+ ### Bug Fixes
2946
+
2947
+ * **settings:** fix cusom-select styles ([e023634](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e023634d1aad5c4d359edf8fb6e32c614d65b996))
2948
+
2949
+
2950
+
2951
+ ## [0.3.35](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.34...0.3.35) (2021-02-06)
2952
+
2953
+
2954
+
2955
+ ## [0.3.34](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.32...0.3.34) (2021-02-06)
2956
+
2957
+
2958
+
2959
+ ## [0.3.33](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.32...0.3.33) (2021-02-06)
2960
+
2961
+
2962
+
2963
+ ## [0.3.32](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.31...0.3.32) (2021-02-06)
2964
+
2965
+
2966
+
2967
+ ## [0.3.31](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.30...0.3.31) (2021-02-06)
2968
+
2969
+
2970
+ ### Features
2971
+
2972
+ * **bridge:** add restart bridge api ([77e5ad3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/77e5ad3821392da8580b9ad294ccf7ae92a1aafc))
2973
+
2974
+
2975
+
2976
+ ## [0.3.30](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.29...0.3.30) (2021-02-06)
2977
+
2978
+
2979
+ ### Features
2980
+
2981
+ * **dasboard:** better display-value ([fc98450](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fc984503feaed61cdbc6e4cd9d2652556fc09a14))
2982
+ * **dashboard:** small fixes ([478b3d7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/478b3d7f1fa5c3627c4b39e3b151d8e2668cc6b5))
2983
+
2984
+
2985
+
2986
+ ## [0.3.29](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.28...0.3.29) (2021-02-05)
2987
+
2988
+
2989
+
2990
+ ## [0.3.28](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.26...0.3.28) (2021-02-05)
2991
+
2992
+
2993
+ ### Features
2994
+
2995
+ * **dashboard:** implement controls ([08c1632](https://github.com/nurikk/zigbee2mqtt-frontend/commit/08c163283916b2636576ba17ff8a3c4b850a159c))
2996
+
2997
+
2998
+
2999
+ ## [0.3.27](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.26...0.3.27) (2021-02-05)
3000
+
3001
+
3002
+ ### Features
3003
+
3004
+ * **dashboard:** implement controls ([f6718e6](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f6718e6645cee961aefa355d4a5f2306604a1dd1))
3005
+
3006
+
3007
+
3008
+ ## [0.3.26](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.25...0.3.26) (2021-02-05)
3009
+
3010
+
3011
+ ### Bug Fixes
3012
+
3013
+ * **dasboard:** show only readonly states ([d4b47ec](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d4b47ecc8105024326445990e94e42e256962f40))
3014
+ * **dashboar:** use vanilla bootsrap ([1970e15](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1970e156b4e307e8fe93f09126cc774070bac7cf))
3015
+
3016
+
3017
+
3018
+ ## [0.3.25](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.24...0.3.25) (2021-02-05)
3019
+
3020
+
3021
+ ### Features
3022
+
3023
+ * **dashboard:** dashboard inititial ([9fb8258](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9fb82584bb01138720425f386f35aa997930a788))
3024
+ * **dashboard:** implement generic viewer ([5d418a6](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5d418a6c8f09c602b00b6bffed333e275c37e3f1))
3025
+
3026
+
3027
+
3028
+ ## [0.3.24](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.23...0.3.24) (2021-02-03)
3029
+
3030
+
3031
+ ### Features
3032
+
3033
+ * **device-settings:** merge device settings with global values ([0332251](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0332251665f8a3e70c060bfae5b56f8b7f6a6c03))
3034
+
3035
+
3036
+
3037
+ ## [0.3.23](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.22...0.3.23) (2021-02-01)
3038
+
3039
+
3040
+ ### Bug Fixes
3041
+
3042
+ * **styles:** fix global styles definition generation ([892d481](https://github.com/nurikk/zigbee2mqtt-frontend/commit/892d48104b961986447bb2fc9d585a7cbf3ce7ec))
3043
+ * **tsconfig:** fix module resolution ([3b2cbf5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3b2cbf5c9d78eff8c7e7f838ac54346cfeac1fa7))
3044
+ * **webpack:** fix styles loader ([ca76db8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ca76db82089cacbbd1a23116d7376901caa1e00e))
3045
+
3046
+
3047
+ ### Features
3048
+
3049
+ * **ota:** add check all button ([1663adb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1663adb751e8a74d26326e72710dc75ed17d511d))
3050
+
3051
+
3052
+
3053
+ ## [0.3.22](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.21...0.3.22) (2021-01-31)
3054
+
3055
+
3056
+ ### Features
3057
+
3058
+ * **ota-page:** add model/manufacturer cols ([9ae9eee](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9ae9eeecf12abd19f5bf373e3c04f15e0396a862))
3059
+
3060
+
3061
+
3062
+ ## [0.3.21](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.20...0.3.21) (2021-01-31)
3063
+
3064
+
3065
+ ### Features
3066
+
3067
+ * **ota:** add OTA page ([a1f0111](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a1f0111929dcba4426d52c1df3e2bff75e4af84d))
3068
+
3069
+
3070
+
3071
+ ## [0.3.20](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.19...0.3.20) (2021-01-31)
3072
+
3073
+
3074
+ ### Bug Fixes
3075
+
3076
+ * **experimental-settings:** fix custom-select styling ([00d5771](https://github.com/nurikk/zigbee2mqtt-frontend/commit/00d577159a3dc16ffe1218ae86f353ddd6ba18da))
3077
+
3078
+
3079
+
3080
+ ## [0.3.19](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.18...0.3.19) (2021-01-26)
3081
+
3082
+
3083
+ ### Bug Fixes
3084
+
3085
+ * **enum-editor:** better primitive type detection ([0ff0dc4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0ff0dc4906874297ba1c51585853dd8241d74eb1))
3086
+
3087
+
3088
+
3089
+ ## [0.3.18](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.16...0.3.18) (2021-01-26)
3090
+
3091
+
3092
+ ### Bug Fixes
3093
+
3094
+ * **range-editor:** fix value param ([eaa9d82](https://github.com/nurikk/zigbee2mqtt-frontend/commit/eaa9d8256efe3087621613c25004af3218075333))
3095
+
3096
+
3097
+ ### Features
3098
+
3099
+ * **error-boundry:** better error boundry ([3fa8318](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3fa831838d6b87492012b3376457d822a6a9358b))
3100
+
3101
+
3102
+
3103
+ ## [0.3.17](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.16...0.3.17) (2021-01-26)
3104
+
3105
+
3106
+
3107
+ ## [0.3.16](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.15...0.3.16) (2021-01-18)
3108
+
3109
+
3110
+ ### Bug Fixes
3111
+
3112
+ * **logs:** escape search query ([5fdcf44](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5fdcf448f87c3c6f076444aa0fc8288521a11a04))
3113
+
3114
+
3115
+
3116
+ ## [0.3.15](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.14...0.3.15) (2021-01-17)
3117
+
3118
+
3119
+ ### Bug Fixes
3120
+
3121
+ * **api:** fix handling transactions from another instance ([bfd466f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bfd466f87e6335ce23ba6cf31a731fea16613a65))
3122
+ * **map:** fix node click events ([87ebc57](https://github.com/nurikk/zigbee2mqtt-frontend/commit/87ebc5732a60992d6a0cdb8e35d72e8e6575e940))
3123
+
3124
+
3125
+
3126
+ ## [0.3.14](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.4...0.3.14) (2021-01-17)
3127
+
3128
+
3129
+ ### Bug Fixes
3130
+
3131
+ * **reporting:** fix reporting rules key calculation ([f14617a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f14617a97a77d777d54a78de95edcc49c13f7947))
3132
+ * **settings:** fix initial schema ([f42a458](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f42a458e26036786229302d14b9f755edba1b7f6))
3133
+ * **settings:** fix initial state ([1bc4aa7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1bc4aa79749f55e8470694d0a4ee093dacba37a9))
3134
+ * **settings:** fix schema loading check ([54ca693](https://github.com/nurikk/zigbee2mqtt-frontend/commit/54ca6939009cc3b9c7efd3661c5d9729a3c1b164))
3135
+
3136
+
3137
+ ### Features
3138
+
3139
+ * **device-page:** define fields order ([f29bb6b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f29bb6b3241e8ef490d32aad64af452dda3de373))
3140
+ * **device-page:** implement device configuration ([ba99df5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ba99df5b6478009a0e285856349c0f8f992adb35))
3141
+ * **settings:** add oneOf support ([b7383fd](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b7383fd9c5d2f99ee35795adb73d4953e5e3cb45))
3142
+ * **settings:** change display order ([7dd8843](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7dd8843e814d1c8e1c291ee61a07a14c8a7a8b5f))
3143
+ * **settings:** fix main settings tab ([f7dea60](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f7dea60c57055793a7648af3bdd0550b3655a685))
3144
+ * **settings:** json schema based settings editor PoC ([1a80d41](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1a80d41202126813e76f6a0d7e24418ed63028c1))
3145
+ * **settings:** split settings to tabs ([b4774dd](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b4774ddf8dc26c5df644da0ce63487262932f4c8))
3146
+
3147
+
3148
+
3149
+ ## [0.3.13](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.12...0.3.13) (2021-01-17)
3150
+
3151
+
3152
+ ### Bug Fixes
3153
+
3154
+ * **reporting:** fix reporting rules key calculation ([0fcae05](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0fcae0507e099474971abbfd1790b2011222933f))
3155
+
3156
+
3157
+ ### Features
3158
+
3159
+ * **device-page:** define fields order ([7f7ae5c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7f7ae5c4b883d2a2029b448e0d6b590e43977bf4))
3160
+ * **device-page:** implement device configuration ([9690bc4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9690bc4b75fd783dca95a55c4d67fd9ca800077b))
3161
+ * **settings:** change display order ([d1ae9b4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d1ae9b44ed2373879ad75583cfa611bff6e66173))
3162
+ * **settings:** fix main settings tab ([0134903](https://github.com/nurikk/zigbee2mqtt-frontend/commit/01349032bb3a1ab12acfa6066d4963fde13c9fd7))
3163
+
3164
+
3165
+
3166
+ ## [0.3.12](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.11...0.3.12) (2021-01-16)
3167
+
3168
+
3169
+ ### Features
3170
+
3171
+ * **settings:** add oneOf support ([6bffa56](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6bffa5637e65494cd83bdd47196657c739510d2b))
3172
+
3173
+
3174
+
3175
+ ## [0.3.11](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.10...0.3.11) (2021-01-16)
3176
+
3177
+
3178
+ ### Bug Fixes
3179
+
3180
+ * **settings:** fix schema loading check ([af594a8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/af594a866daec830408bb0a782883fee5f2b30d2))
3181
+
3182
+
3183
+
3184
+ ## [0.3.10](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.9...0.3.10) (2021-01-16)
3185
+
3186
+
3187
+ ### Features
3188
+
3189
+ * **settings:** split settings to tabs ([863e762](https://github.com/nurikk/zigbee2mqtt-frontend/commit/863e762aec031ce6ce0f4d98af2b4e3f4ac5ce76))
3190
+
3191
+
3192
+
3193
+ ## [0.3.9](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.8...0.3.9) (2021-01-15)
3194
+
3195
+
3196
+ ### Bug Fixes
3197
+
3198
+ * **settings:** fix initial state ([2f92a31](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2f92a31848449ad2de2ca9f61f65d346067e94c4))
3199
+
3200
+
3201
+
3202
+ ## [0.3.8](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.7...0.3.8) (2021-01-15)
3203
+
3204
+
3205
+ ### Bug Fixes
3206
+
3207
+ * **settings:** fix initial schema ([cb32358](https://github.com/nurikk/zigbee2mqtt-frontend/commit/cb32358705eaf48fef2cfa224f8d5c876ead7999))
3208
+
3209
+
3210
+
3211
+ ## [0.3.7](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.6...0.3.7) (2021-01-15)
3212
+
3213
+
3214
+
3215
+ ## [0.3.6](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.5...0.3.6) (2021-01-15)
3216
+
3217
+
3218
+
3219
+ ## [0.3.5](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.4...0.3.5) (2021-01-15)
3220
+
3221
+
3222
+ ### Features
3223
+
3224
+ * **settings:** json schema based settings editor PoC ([06114e0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/06114e074591153c1c76b494a429d4a17132c832))
3225
+
3226
+
3227
+
3228
+ ## [0.3.4](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.3...0.3.4) (2021-01-13)
3229
+
3230
+
3231
+ ### Bug Fixes
3232
+
3233
+ * **map:** fix detached node attributes calculation ([8975ddc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8975ddc8c31e76a8a77ac656bd64e5b1fd20cab3))
3234
+
3235
+
3236
+
3237
+ ## [0.3.3](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.2...0.3.3) (2021-01-13)
3238
+
3239
+
3240
+ ### Features
3241
+
3242
+ * **logs-page:** add log level config switch ([0a6bf21](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0a6bf21c0c8de124e9dd5ad6a5fb881b50419ce3))
3243
+ * **map:** add map legend ([f8341bc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f8341bca373c68bb325fa32d77f6566bc4ec5a29))
3244
+
3245
+
3246
+
3247
+ ## [0.3.2](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.1...0.3.2) (2021-01-07)
3248
+
3249
+
3250
+ ### Features
3251
+
3252
+ * **exposes:** add support for numeric.presets ([ceea38a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ceea38a7711828c88b192843003a815b7462c24f))
3253
+
3254
+
3255
+
3256
+ ## [0.3.1](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.3.0...0.3.1) (2021-01-02)
3257
+
3258
+
3259
+
3260
+ ## [0.2.132](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.131...0.2.132) (2021-01-02)
3261
+
3262
+
3263
+ ### Bug Fixes
3264
+
3265
+ * **styles:** fix stylings ([8c7b65b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8c7b65b0ddd4b36a6b5d34f21ecb45f0fffcbc72))
3266
+
3267
+
3268
+
3269
+ ## [0.2.131](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.130...0.2.131) (2021-01-01)
3270
+
3271
+
3272
+
3273
+ ## [0.2.130](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.129...0.2.130) (2021-01-01)
3274
+
3275
+
3276
+
3277
+ ## [0.2.129](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.127...0.2.129) (2020-12-31)
3278
+
3279
+
3280
+ ### Bug Fixes
3281
+
3282
+ * **binding:** fix multiple bindings to same device ([fdcd9a7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fdcd9a73f17014dc1064f131e188b10aacf63330))
3283
+
3284
+
3285
+
3286
+ ## [0.2.128](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.127...0.2.128) (2020-12-31)
3287
+
3288
+
3289
+
3290
+ ## [0.2.127](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.126...0.2.127) (2020-12-31)
3291
+
3292
+
3293
+ ### Bug Fixes
3294
+
3295
+ * **api:** fix request/response transaction issue ([ccaa416](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ccaa4165b31ce1ea083eec989afcb10f75f92dad))
3296
+
3297
+
3298
+
3299
+ ## [0.2.126](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.125...0.2.126) (2020-12-30)
3300
+
3301
+
3302
+ ### Features
3303
+
3304
+ * **legacy:** deprecate legacy api calls ([7fcf67c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7fcf67c4b58397f37f378ce01c1ece2de362689f))
3305
+ * **transaction:** initial request/response implemtentation ([cc0369e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/cc0369ed11bce529417a7c71f3994622da23baa9))
3306
+
3307
+
3308
+
3309
+ ## [0.2.125](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.124...0.2.125) (2020-12-30)
3310
+
3311
+
3312
+ ### Features
3313
+
3314
+ * **reporting:** add more intuitive disable rule ([263af29](https://github.com/nurikk/zigbee2mqtt-frontend/commit/263af29198bd820c3ed6c4807b8d0b66cb290161))
3315
+
3316
+
3317
+
3318
+ ## [0.2.124](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.123...0.2.124) (2020-12-29)
3319
+
3320
+
3321
+ ### Features
3322
+
3323
+ * **device:** add model_id support ([caa5913](https://github.com/nurikk/zigbee2mqtt-frontend/commit/caa5913231577d10484b5c1d8ef3339c02052bb6))
3324
+
3325
+
3326
+
3327
+ ## [0.2.123](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.122...0.2.123) (2020-12-29)
3328
+
3329
+
3330
+ ### Features
3331
+
3332
+ * **device-info:** parse mardown link in description ([9b8a5aa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9b8a5aafe4ec347d22d6528294c24c5c0bb92de3))
3333
+
3334
+
3335
+
3336
+ ## [0.2.122](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.121...0.2.122) (2020-12-29)
3337
+
3338
+
3339
+
3340
+ ## [0.2.121](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.120...0.2.121) (2020-12-29)
3341
+
3342
+
3343
+
3344
+ ## [0.2.120](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.119...0.2.120) (2020-12-29)
3345
+
3346
+
3347
+
3348
+ ## [0.2.119](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.118...0.2.119) (2020-12-29)
3349
+
3350
+
3351
+
3352
+ ## [0.2.118](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.117...0.2.118) (2020-12-29)
3353
+
3354
+
3355
+
3356
+ ## [0.2.117](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.116...0.2.117) (2020-12-29)
3357
+
3358
+
3359
+
3360
+ ## [0.2.116](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.115...0.2.116) (2020-12-29)
3361
+
3362
+
3363
+
3364
+ ## [0.2.115](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.114...0.2.115) (2020-12-29)
3365
+
3366
+
3367
+
3368
+ ## [0.2.114](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.113...0.2.114) (2020-12-29)
3369
+
3370
+
3371
+
3372
+ ## [0.2.113](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.111...0.2.113) (2020-12-29)
3373
+
3374
+
3375
+
3376
+ ## [0.2.112](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.111...0.2.112) (2020-12-29)
3377
+
3378
+
3379
+
3380
+ ## [0.2.111](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.110...0.2.111) (2020-12-29)
3381
+
3382
+
3383
+ ### Features
3384
+
3385
+ * **reporting:** add reporting configuration interface ([126675d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/126675d72b30f3c1d79c77b35c153f4d0d9eab60))
3386
+
3387
+
3388
+
3389
+ ## [0.2.110](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.109...0.2.110) (2020-12-21)
3390
+
3391
+
3392
+ ### Bug Fixes
3393
+
3394
+ * **map:** show link labels on middle ([d6b1711](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d6b17111928f217a88b0f3be712a48c642317b10))
3395
+
3396
+
3397
+
3398
+ ## [0.2.109](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.108...0.2.109) (2020-12-21)
3399
+
3400
+
3401
+ ### Features
3402
+
3403
+ * **logs:** add logs filtering functional ([8ac4c44](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8ac4c44339b8adb8ccc5c4ea50cf6d6e8dbf9a27))
3404
+ * **map:** reduce repeated links ([4bb0d27](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4bb0d27039bc0854692fad24d7f6a6f63e6f436b))
3405
+
3406
+
3407
+
3408
+ ## [0.2.108](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.107...0.2.108) (2020-12-18)
3409
+
3410
+
3411
+ ### Bug Fixes
3412
+
3413
+ * **time:** fix toHHMMSS default format ([8eb968d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8eb968d3a6c78b25a4b9ee5c58615c027658bb25))
3414
+
3415
+
3416
+
3417
+ ## [0.2.107](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.106...0.2.107) (2020-12-11)
3418
+
3419
+
3420
+ ### Bug Fixes
3421
+
3422
+ * **exposes:** small padding fixes ([b5be25e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b5be25ef0e780d9208dece8859ffd6acff8aea4e))
3423
+ * **toggle:** fix on label ([567d503](https://github.com/nurikk/zigbee2mqtt-frontend/commit/567d5035d01a9962bebf909e02f2cb1ba1f46d78))
3424
+
3425
+
3426
+
3427
+ ## [0.2.106](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.105...0.2.106) (2020-12-10)
3428
+
3429
+
3430
+ ### Bug Fixes
3431
+
3432
+ * **exposes:** fix true/false value rendering ([15a9390](https://github.com/nurikk/zigbee2mqtt-frontend/commit/15a9390d4ae59fa1559ba47417dd2901a2d7cac1))
3433
+
3434
+
3435
+ ### Features
3436
+
3437
+ * **exposes:** implement composite feature ([948b791](https://github.com/nurikk/zigbee2mqtt-frontend/commit/948b7911563148466946a18d7f1ae97d8921c427))
3438
+
3439
+
3440
+
3441
+ ## [0.2.105](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.104...0.2.105) (2020-12-09)
3442
+
3443
+
3444
+ ### Bug Fixes
3445
+
3446
+ * **settings:** fix z2m repo link ([51f125a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/51f125a6b5a0f756f077803f842ddefd052f0f7d))
3447
+
3448
+
3449
+
3450
+ ## [0.2.104](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.103...0.2.104) (2020-12-09)
3451
+
3452
+
3453
+
3454
+ ## [0.2.103](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.102...0.2.103) (2020-12-09)
3455
+
3456
+
3457
+
3458
+ ## [0.2.102](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.101...0.2.102) (2020-12-09)
3459
+
3460
+
3461
+
3462
+ ## [0.2.101](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.100...0.2.101) (2020-12-09)
3463
+
3464
+
3465
+ ### Features
3466
+
3467
+ * **group:** add support for group renaming ([45a837b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/45a837bd859edb1f51c776cbdc7be68d20b4c284))
3468
+
3469
+
3470
+
3471
+ ## [0.2.100](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.98...0.2.100) (2020-11-30)
3472
+
3473
+
3474
+ ### Features
3475
+
3476
+ * **device-page:** add FN to page header ([f68ddda](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f68ddda3b5879b6ad497fce5f433669ccd3fec0f))
3477
+
3478
+
3479
+
3480
+ ## [0.2.99](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.98...0.2.99) (2020-11-30)
3481
+
3482
+
3483
+
3484
+ ## [0.2.98](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.97...0.2.98) (2020-11-30)
3485
+
3486
+
3487
+ ### Bug Fixes
3488
+
3489
+ * **join-button:** align button left ([adc760f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/adc760f6e7f1c30a0a352257c219cda8ddfb63cf))
3490
+ * **navbar:** close on click ([8007a94](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8007a946b53f55e1ea90560741d69f385c4e354e))
3491
+
3492
+
3493
+
3494
+ ## [0.2.97](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.96...0.2.97) (2020-11-29)
3495
+
3496
+
3497
+ ### Features
3498
+
3499
+ * **mobile:** info page responsive ([25747e3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/25747e357e163764ac8c46c66a873ad663b2fd65))
3500
+
3501
+
3502
+
3503
+ ## [0.2.96](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.95...0.2.96) (2020-11-29)
3504
+
3505
+
3506
+ ### Features
3507
+
3508
+ * **mobile:** improve mobile ux ([4894587](https://github.com/nurikk/zigbee2mqtt-frontend/commit/489458726868cac7c6f28016292c08dbf70c098d))
3509
+
3510
+
3511
+
3512
+ ## [0.2.95](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.93...0.2.95) (2020-11-28)
3513
+
3514
+
3515
+ ### Features
3516
+
3517
+ * **auth:** add z2m authentification support ([c6aba31](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c6aba31d4eca226e64b1d580db3226c334a0b41e))
3518
+ * **device-control:** add device FN dialog info ([4b23e1e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4b23e1e313d7a36397f5e384fbae6fbcf6aa8c13))
3519
+
3520
+
3521
+
3522
+ ## [0.2.94](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.93...0.2.94) (2020-11-25)
3523
+
3524
+
3525
+ ### Features
3526
+
3527
+ * **auth:** add z2m authentification support ([ac4362b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ac4362bb4dfa3898c5be269989c92de51818d9d0))
3528
+
3529
+
3530
+
3531
+ ## [0.2.93](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.92...0.2.93) (2020-11-22)
3532
+
3533
+
3534
+ ### Bug Fixes
3535
+
3536
+ * **last-seen:** fix epoch last seen ([d89eb69](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d89eb69b7ffce4c84dc719e95d61937c199fee3c))
3537
+
3538
+
3539
+
3540
+ ## [0.2.92](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.91...0.2.92) (2020-11-21)
3541
+
3542
+
3543
+
3544
+ ## [0.2.91](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.89...0.2.91) (2020-11-21)
3545
+
3546
+
3547
+ ### Bug Fixes
3548
+
3549
+ * **color-picker:** fix paddings ([f1a6c87](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f1a6c87fa5973e8f4b25d13df2aedf5218bd7c28))
3550
+ * **device-image:** immidiatly fallback on empty model ([b801a99](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b801a992601e09a20a119cd2d726be4245c0699d))
3551
+ * **join-button:** fix routing on click ([886eb7d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/886eb7de241ca2cc3e7f558934826136d06b39c2))
3552
+ * **range-editor:** fix horizontal allignment ([ab69bb9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ab69bb948cd9059b74a476686050b43d49bc0d62))
3553
+
3554
+
3555
+
3556
+ ## [0.2.90](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.89...0.2.90) (2020-11-21)
3557
+
3558
+
3559
+ ### Bug Fixes
3560
+
3561
+ * **color-picker:** fix paddings ([2bf7a05](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2bf7a059d155437048763e83d66390e14f1ea3ed))
3562
+ * **device-image:** immidiatly fallback on empty model ([a574eca](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a574eca893d972203999675d485011bf275033ba))
3563
+ * **join-button:** fix routing on click ([2e6acbb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2e6acbbc52266513db4c76af254fc2eb547eb888))
3564
+ * **range-editor:** fix horizontal allignment ([3f67837](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3f67837b4049383bb9e4087a73990a75ec59eaa0))
3565
+
3566
+
3567
+
3568
+ ## [0.2.89](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.88...0.2.89) (2020-11-19)
3569
+
3570
+
3571
+
3572
+ ## [0.2.88](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.87...0.2.88) (2020-11-19)
3573
+
3574
+
3575
+
3576
+ ## [0.2.87](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.86...0.2.87) (2020-11-19)
3577
+
3578
+
3579
+
3580
+ ## [0.2.86](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.84...0.2.86) (2020-11-19)
3581
+
3582
+
3583
+ ### Features
3584
+
3585
+ * **battery:** add support for battery_low state ([d4bbd8f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d4bbd8f3502b1c4c122b878b534a38d3170b92fe))
3586
+ * **groups:** allow users to enter group id during creation ([1ea9757](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1ea9757f37cba80f9b118a371d384add72ddcb75))
3587
+ * **html:** make favicon relative ([#145](https://github.com/nurikk/zigbee2mqtt-frontend/issues/145)) ([ee16331](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ee16331d1adba4f845e0895ebc369c310f962bf4))
3588
+
3589
+
3590
+
3591
+ ## [0.2.85](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.84...0.2.85) (2020-11-19)
3592
+
3593
+
3594
+ ### Features
3595
+
3596
+ * **battery:** add support for battery_low state ([d4bbd8f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d4bbd8f3502b1c4c122b878b534a38d3170b92fe))
3597
+ * **groups:** allow users to enter group id during creation ([1ea9757](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1ea9757f37cba80f9b118a371d384add72ddcb75))
3598
+ * **html:** make favicon relative ([#145](https://github.com/nurikk/zigbee2mqtt-frontend/issues/145)) ([ee16331](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ee16331d1adba4f845e0895ebc369c310f962bf4))
3599
+
3600
+
3601
+
3602
+ ## [0.2.85](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.84...0.2.85) (2020-11-17)
3603
+
3604
+
3605
+ ### Features
3606
+
3607
+ * **groups:** allow users to enter group id during creation ([77d037a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/77d037ad70321e7030ceb24f70922a8c2fabbef9))
3608
+
3609
+
3610
+
3611
+ ## [0.2.84](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.83...0.2.84) (2020-11-16)
3612
+
3613
+
3614
+ ### Bug Fixes
3615
+
3616
+ * **bridge-info:** fix empty bridge config ([aca4950](https://github.com/nurikk/zigbee2mqtt-frontend/commit/aca495085ff7f7fba2cdc0d4be559fc7dc1d0f66))
3617
+
3618
+
3619
+ ### Features
3620
+
3621
+ * **exposes:** add feature description ([b95ccdf](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b95ccdfb49d655a60bfb9cf3a64148a7bbdd18e6))
3622
+
3623
+
3624
+
3625
+ ## [0.2.83](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.81...0.2.83) (2020-11-15)
3626
+
3627
+
3628
+ ### Bug Fixes
3629
+
3630
+ * **device-info:** fix power source ([11b3cbc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/11b3cbc4e1a2ef48aca17557bfc6eba296528963))
3631
+ * **map:** optimize forses ([383ecca](https://github.com/nurikk/zigbee2mqtt-frontend/commit/383eccae7bb90315aabb03c9ae5ce4a5467e62b5))
3632
+
3633
+
3634
+
3635
+ ## [0.2.82](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.81...0.2.82) (2020-11-15)
3636
+
3637
+
3638
+ ### Bug Fixes
3639
+
3640
+ * **map:** optimize forses ([cac1156](https://github.com/nurikk/zigbee2mqtt-frontend/commit/cac1156b9f1a90423b3e71c72fb802e46ff8e2c7))
3641
+
3642
+
3643
+
3644
+ ## [0.2.81](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.80...0.2.81) (2020-11-15)
3645
+
3646
+
3647
+ ### Bug Fixes
3648
+
3649
+ * **info:** fix property rendering ([10ead30](https://github.com/nurikk/zigbee2mqtt-frontend/commit/10ead30fc2e7e18b9096dd11c7c0465f5f3ef3bc))
3650
+
3651
+
3652
+ ### Features
3653
+
3654
+ * **devices-list:** add nwk address ([d16f380](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d16f3807b69f43a86bf4b76d8cf0061ca9379381))
3655
+ * **map:** add link avoidance ([85ace87](https://github.com/nurikk/zigbee2mqtt-frontend/commit/85ace87f2517119a56450727be47f7bae902dd1c))
3656
+
3657
+
3658
+
3659
+ ## [0.2.80](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.79...0.2.80) (2020-11-14)
3660
+
3661
+
3662
+ ### Features
3663
+
3664
+ * **map:** fix various issues ([38fde05](https://github.com/nurikk/zigbee2mqtt-frontend/commit/38fde051ed0a9de5832222d9129ff66370ee4fec))
3665
+
3666
+
3667
+
3668
+ ## [0.2.79](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.78...0.2.79) (2020-11-12)
3669
+
3670
+
3671
+ ### Features
3672
+
3673
+ * **exposes:** implemented climate feature ([d7bebb3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d7bebb386574f130a2d99835019b5958b294d29c))
3674
+
3675
+
3676
+
3677
+ ## [0.2.78](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.77...0.2.78) (2020-11-12)
3678
+
3679
+
3680
+ ### Bug Fixes
3681
+
3682
+ * **vendor-link:** use z2m normalizeModel ([e2476cd](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e2476cdbae378aeab9e3d8d23ab16e7ec300574f))
3683
+
3684
+
3685
+
3686
+ ## [0.2.77](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.76...0.2.77) (2020-11-12)
3687
+
3688
+
3689
+ ### Bug Fixes
3690
+
3691
+ * **color:** improove hardcoded color check ([dddeca5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/dddeca592083c1629564dd44a08fe08853bbaf19))
3692
+ * **vendor-links:** z2m style sanitisation ([17bece6](https://github.com/nurikk/zigbee2mqtt-frontend/commit/17bece63423d027deb58a756ca9ae0822c8b8687))
3693
+
3694
+
3695
+
3696
+ ## [0.2.76](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.75...0.2.76) (2020-11-12)
3697
+
3698
+
3699
+ ### Features
3700
+
3701
+ * **exposes:** hardcode all access for color feature ([bf12a5a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bf12a5a5878ad3d30b3c6b9aac8e592075662ee2))
3702
+
3703
+
3704
+
3705
+ ## [0.2.75](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.74...0.2.75) (2020-11-12)
3706
+
3707
+
3708
+ ### Features
3709
+
3710
+ * **exposes:** implement color according to access spec ([498d35e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/498d35ece792eb58858f0028f460494f9d4fc9c2))
3711
+
3712
+
3713
+
3714
+ ## [0.2.74](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.73...0.2.74) (2020-11-11)
3715
+
3716
+
3717
+ ### Bug Fixes
3718
+
3719
+ * **map:** fix rendering issues ([c5ea0ae](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c5ea0ae84bfbfea18e40db9f881e527035e44fb5))
3720
+
3721
+
3722
+ ### Features
3723
+
3724
+ * **setings:** add versions page to settings ([9a5f24b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9a5f24b773705e615bd603f03198e9bf64ab34ca))
3725
+
3726
+
3727
+
3728
+ ## [0.2.73](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.72...0.2.73) (2020-11-11)
3729
+
3730
+
3731
+ ### Features
3732
+
3733
+ * **exposes:** group features by endpoint ([8900433](https://github.com/nurikk/zigbee2mqtt-frontend/commit/890043301d6f96a6431b79e3809b466db1827de9))
3734
+
3735
+
3736
+
3737
+ ## [0.2.72](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.71...0.2.72) (2020-11-11)
3738
+
3739
+
3740
+ ### Features
3741
+
3742
+ * **debug:** add api calls debug output ([f4e1c64](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f4e1c6428241a8f74dd16b48eb7744298db03344))
3743
+ * **expose:** use property for get requests ([001fed8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/001fed8aad4e116f5efa29f7b4dae4c7836f6a9a))
3744
+
3745
+
3746
+
3747
+ ## [0.2.71](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.70...0.2.71) (2020-11-11)
3748
+
3749
+
3750
+
3751
+ ## [0.2.70](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.68...0.2.70) (2020-11-11)
3752
+
3753
+
3754
+ ### Features
3755
+
3756
+ * **device-info:** add z2m documentation links ([cbd34e0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/cbd34e07aac0fcb0fb19f574098b20040e24d338))
3757
+ * **exposes:** adopt new access mode format ([6833db0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6833db00ca20f18b6e4b4b0e330c8e7d25f4345e))
3758
+ * **state:** remove editor from state page ([d843554](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d8435547c0c47e4da70eca5b1211575545b73272))
3759
+
3760
+
3761
+
3762
+ ## [0.2.69](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.68...0.2.69) (2020-11-08)
3763
+
3764
+
3765
+ ### Features
3766
+
3767
+ * **exposes:** adopt new access mode format ([b4da1ac](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b4da1ac3c75cef2ccd0237d6dd1322dd932638d0))
3768
+
3769
+
3770
+
3771
+ ## [0.2.68](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.67...0.2.68) (2020-10-31)
3772
+
3773
+
3774
+ ### Bug Fixes
3775
+
3776
+ * **range-editor:** send values onBlur ([7f243b7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7f243b7c719add5e3523f62985976f32c803852d))
3777
+
3778
+
3779
+ ### Features
3780
+
3781
+ * **editors:** add numeric input for range elements ([5239400](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5239400f53d46afcfb70f0d72b2623b144f7a8e8))
3782
+ * **exposes:** show units in range editor ([d367cc1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d367cc1e9485ea73c85a1e4cc1a28ca9a06343ea))
3783
+ * **range-editor:** send value on mouseup ([f7bc512](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f7bc512cee1d8ef54589c8d9518c685ed4af5225))
3784
+ * **toggle:** show unknown value state ([2d114ce](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2d114cec67ca7bbf20433b89051607b4e385e445))
3785
+
3786
+
3787
+
3788
+ ## [0.2.67](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.66...0.2.67) (2020-10-31)
3789
+
3790
+
3791
+ ### Bug Fixes
3792
+
3793
+ * **exposes:** fix read property name ([3776276](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3776276d2ab4d0657a6e33c3fc002b860be647bd))
3794
+
3795
+
3796
+ ### Features
3797
+
3798
+ * **exposes:** check read prop ([0b50e8b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0b50e8bad3b1e3b2380012d8252302b597ed9b1e))
3799
+
3800
+
3801
+
3802
+ ## [0.2.66](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.65...0.2.66) (2020-10-31)
3803
+
3804
+
3805
+ ### Features
3806
+
3807
+ * **exposes:** add read converters call ([2490f3b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2490f3b03088960970a56019c9b0a69fb3138be6))
3808
+
3809
+
3810
+
3811
+ ## [0.2.65](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.64...0.2.65) (2020-10-31)
3812
+
3813
+
3814
+ ### Features
3815
+
3816
+ * **enum:** implement read only ([a7c2ea1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a7c2ea1734fb0e6bec4a422595f660c0c15263d0))
3817
+ * **enum:** show active value ([5bf025f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5bf025f056f340fccfa3ba1cb792340228763517))
3818
+
3819
+
3820
+
3821
+ ## [0.2.64](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.63...0.2.64) (2020-10-31)
3822
+
3823
+
3824
+ ### Features
3825
+
3826
+ * **exposes:** add Fan device type ([d738c75](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d738c75e7e37b579f6e7aa4dde86bbad0e8e5cf7))
3827
+ * **exposes:** add Textual feature ([0e30fc3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0e30fc3bf8ea0c65a3bd26d13d31483268896dd7))
3828
+
3829
+
3830
+
3831
+ ## [0.2.63](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.62...0.2.63) (2020-10-29)
3832
+
3833
+
3834
+ ### Bug Fixes
3835
+
3836
+ * **color:** fix missing color componenents ([20958bb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/20958bbfaf372b16e489c1bbee949593ff5d5631))
3837
+
3838
+
3839
+
3840
+ ## [0.2.62](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.61...0.2.62) (2020-10-29)
3841
+
3842
+
3843
+ ### Features
3844
+
3845
+ * **state-export:** serialize Map as well ([d0709f9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d0709f90d611de067e33dee128456d008867807c))
3846
+ * **zigbee:** show long loading error message ([75c744b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/75c744b124e36bbf3432dd2971f65323bf369547))
3847
+
3848
+
3849
+
3850
+ ## [0.2.61](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.59...0.2.61) (2020-10-28)
3851
+
3852
+
3853
+ ### Features
3854
+
3855
+ * **error-boundry:** implement error boundry ([8b04bfa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8b04bfa7ff704badd012eab86dec2c83fde4f8db))
3856
+ * **utils:** add save state funtionality ([d89337d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d89337d1070750f58645744d5f05d7a9cd5915ae))
3857
+
3858
+
3859
+
3860
+ ## [0.2.60](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.59...0.2.60) (2020-10-28)
3861
+
3862
+
3863
+ ### Features
3864
+
3865
+ * **error-boundry:** implement error boundry ([143fc40](https://github.com/nurikk/zigbee2mqtt-frontend/commit/143fc402c3ef2670c3fa68dcb62355db56cd76f1))
3866
+ * **utils:** add save state funtionality ([d1e08a6](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d1e08a6ec81c01c586021608ec4cbb9962d83621))
3867
+
3868
+
3869
+
3870
+ ## [0.2.59](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.58...0.2.59) (2020-10-27)
3871
+
3872
+
3873
+
3874
+ ## [0.2.58](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.57...0.2.58) (2020-10-27)
3875
+
3876
+
3877
+
3878
+ ## [0.2.57](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.56...0.2.57) (2020-10-27)
3879
+
3880
+
3881
+
3882
+ ## [0.2.56](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.55...0.2.56) (2020-10-27)
3883
+
3884
+
3885
+
3886
+ ## [0.2.55](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.54...0.2.55) (2020-10-27)
3887
+
3888
+
3889
+
3890
+ ## [0.2.54](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.53...0.2.54) (2020-10-27)
3891
+
3892
+
3893
+
3894
+ ## [0.2.53](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.52...0.2.53) (2020-10-27)
3895
+
3896
+
3897
+
3898
+ ## [0.2.52](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.51...0.2.52) (2020-10-27)
3899
+
3900
+
3901
+
3902
+ ## [0.2.51](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.50...0.2.51) (2020-10-27)
3903
+
3904
+
3905
+ ### Bug Fixes
3906
+
3907
+ * **build:** change node tag ([e939633](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e93963336b4d73ea4569c49002bf57bfe568dae1))
3908
+ * **build:** fix ci build ([b93be45](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b93be45e633b8ba3d7ccffff32ce81aa43a8eb65))
3909
+ * **build:** fix orbs ([5b17c67](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5b17c67bc838c68725278e552a1ec8eecb60c6a7))
3910
+ * **build:** use prebuild image ([bf2393c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bf2393c7d243c8a33511422c8a2aa8493d0c680a))
3911
+
3912
+
3913
+
3914
+ ## [0.2.50](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.49...0.2.50) (2020-10-26)
3915
+
3916
+
3917
+ ### Bug Fixes
3918
+
3919
+ * **composite:** add key to generic params ([07cae19](https://github.com/nurikk/zigbee2mqtt-frontend/commit/07cae198edfc1acf490e8e5b52b2fc734679eb18))
3920
+
3921
+
3922
+
3923
+ ## [0.2.49](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.48...0.2.49) (2020-10-26)
3924
+
3925
+
3926
+ ### Bug Fixes
3927
+
3928
+ * **clusters:** fix empty clusters rendering ([8c70a00](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8c70a00aae228f8bcdec2078363982e93180c790))
3929
+ * **exposes:** deprecate property name computation ([cbfee91](https://github.com/nurikk/zigbee2mqtt-frontend/commit/cbfee916142b6a2f5a72e96497f75e9372a98596))
3930
+
3931
+
3932
+ ### Features
3933
+
3934
+ * **composite:** deprecate endpoint from composite ([4fe1cbc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4fe1cbc9be8c02d172434ee5d6af8bc0e3dd0ab6))
3935
+ * **exposes:** implement color_hs ([e0fefef](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e0fefef9ef7885de30ad2c86e9c19773ff29c44d))
3936
+ * **numeric:** add margin to unit ([208fdf9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/208fdf9d36096491c51f8abe1c3c445d15f61974))
3937
+
3938
+
3939
+
3940
+ ## [0.2.48](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.47...0.2.48) (2020-10-25)
3941
+
3942
+
3943
+
3944
+ ## [0.2.47](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.46...0.2.47) (2020-10-25)
3945
+
3946
+
3947
+ ### Bug Fixes
3948
+
3949
+ * **toggle:** remove left padding from button ([911f5f2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/911f5f2284b559521d7121acf537cd3836726ec1))
3950
+
3951
+
3952
+ ### Features
3953
+
3954
+ * **toggle:** add state labels ([82d8aeb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/82d8aeb6765e94e406e0a8b1892cea5da80683d1))
3955
+
3956
+
3957
+
3958
+ ## [0.2.46](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.45...0.2.46) (2020-10-25)
3959
+
3960
+
3961
+ ### Bug Fixes
3962
+
3963
+ * **exposes:** better feature endpoint handling ([bbb02ca](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bbb02caf8646755bdb7f964ab29c56193b2c8ef0))
3964
+
3965
+
3966
+
3967
+ ## [0.2.45](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.43...0.2.45) (2020-10-25)
3968
+
3969
+
3970
+ ### Bug Fixes
3971
+
3972
+ * **exposes:** fix unknow color features ([9f81828](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9f818288ef4206c7e4ddb819fcc54bc858ca5f88))
3973
+
3974
+
3975
+
3976
+ ## [0.2.44](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.43...0.2.44) (2020-10-25)
3977
+
3978
+
3979
+ ### Bug Fixes
3980
+
3981
+ * **exposes:** fix unknow color features ([329153a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/329153ad74b47d2c67d4d146f4182b70f8125bc9))
3982
+
3983
+
3984
+
3985
+ ## [0.2.43](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.42...0.2.43) (2020-10-25)
3986
+
3987
+
3988
+
3989
+ ## [0.2.42](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.40...0.2.42) (2020-10-25)
3990
+
3991
+
3992
+ ### Bug Fixes
3993
+
3994
+ * **color:** deprecate brightness parameter ([0b1a85c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0b1a85ce37d0a5ee1eece99d06191eb695e9e218))
3995
+ * **color:** remove margin ([5e87ff2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5e87ff212f6e573dbdb787fe25fcb0114c5f77cf))
3996
+ * **numeric:** fix value setter ([c44b537](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c44b537e37e889f34e1a2602ff8d1a39d29e97bd))
3997
+
3998
+
3999
+ ### Features
4000
+
4001
+ * **exposes:** adopt property attribute ([d20ed44](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d20ed447dbc7839056b1137d5cb80e0ead568c1c))
4002
+
4003
+
4004
+
4005
+ ## [0.2.41](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.40...0.2.41) (2020-10-25)
4006
+
4007
+
4008
+ ### Bug Fixes
4009
+
4010
+ * **color:** deprecate brightness parameter ([7601d8a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7601d8abc4633d546ba344ed95d5490a51058477))
4011
+ * **color:** remove margin ([3190e59](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3190e5984b190cda443bb0fc85a61ceffbac3a55))
4012
+ * **numeric:** fix value setter ([deb255d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/deb255d1ee010675a984ebba8cf5d476e5157aad))
4013
+
4014
+
4015
+ ### Features
4016
+
4017
+ * **exposes:** adopt property attribute ([75757cc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/75757ccb0b28c4493c3cd4aa93cde31d3d3e180a))
4018
+
4019
+
4020
+
4021
+ ## [0.2.40](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.39...0.2.40) (2020-10-25)
4022
+
4023
+
4024
+ ### Features
4025
+
4026
+ * **exposes:** implement color_xy feature ([9ba97a8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9ba97a82e0ed7c1509f35cd32fa9d07023109d43))
4027
+
4028
+
4029
+
4030
+ ## [0.2.39](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.38...0.2.39) (2020-10-22)
4031
+
4032
+
4033
+ ### Features
4034
+
4035
+ * **exposes:** rename device to composite type ([5ac075f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5ac075fd6050cbac2ae7c8283808b708161d19a5))
4036
+
4037
+
4038
+
4039
+ ## [0.2.38](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.36...0.2.38) (2020-10-22)
4040
+
4041
+
4042
+
4043
+ ## [0.2.37](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.36...0.2.37) (2020-10-22)
4044
+
4045
+
4046
+
4047
+ ## [0.2.36](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.35...0.2.36) (2020-10-20)
4048
+
4049
+
4050
+ ### Bug Fixes
4051
+
4052
+ * **map:** don't recreate force sumulation on updat ([6d3ec29](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6d3ec293233feeef99fd33f127b0f6f282ab297f))
4053
+ * **map:** don't request routes ([3cae627](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3cae6270ef80849362061fd2181437aa67f0c671))
4054
+ * **map:** don't use deprecated properties ([d2cf791](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d2cf791a4d0167d6abc4abfe379e90038f307cc7))
4055
+ * **map:** fix map rerendering ([17ec8e3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/17ec8e3c73c5d41d4ec1d4ecdae6c2c4c0217cca))
4056
+ * **map:** recalculate forces on zoom ([11356b3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/11356b318dbeb02eed568edaef210a1999b1d925))
4057
+ * **map:** use true elliptical paths ([9f4b01e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9f4b01ea93ab453dcfa19f5e6dd83c6826c97377))
4058
+
4059
+
4060
+ ### Features
4061
+
4062
+ * **map:** rescale map on zoom ([e48a8f6](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e48a8f65f83d1b22789adde209f654df1c7ed182))
4063
+
4064
+
4065
+
4066
+ ## [0.2.35](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.34...0.2.35) (2020-10-19)
4067
+
4068
+
4069
+
4070
+ ## [0.2.34](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.33...0.2.34) (2020-10-19)
4071
+
4072
+
4073
+ ### Features
4074
+
4075
+ * **exposes:** adopt new expose format ([e9276dc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e9276dcbe68ca6ff96d6a3d2a36d9d8a521f086f))
4076
+
4077
+
4078
+
4079
+ ## [0.2.33](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.32...0.2.33) (2020-10-19)
4080
+
4081
+
4082
+ ### Features
4083
+
4084
+ * **map:** use state.selectedNode ([46a1001](https://github.com/nurikk/zigbee2mqtt-frontend/commit/46a1001ae765ad837d6023318099a55a4da7e51b))
4085
+
4086
+
4087
+
4088
+ ## [0.2.32](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.31...0.2.32) (2020-10-18)
4089
+
4090
+
4091
+ ### Bug Fixes
4092
+
4093
+ * **settings:** fix config keys ([bb83a4a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bb83a4aea82333f1872566e18174b6d4ba1fc260))
4094
+
4095
+
4096
+ ### Features
4097
+
4098
+ * **map:** higlight neibhour nodes on click ([2860884](https://github.com/nurikk/zigbee2mqtt-frontend/commit/286088437fd732c6a3e11cc1a72f201555e6d2b0))
4099
+ * **map:** optimize for large networks ([ca45cdb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ca45cdbaef40445df6e902b8fc124cc7758a7b86))
4100
+
4101
+
4102
+
4103
+ ## [0.2.31](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.30...0.2.31) (2020-10-13)
4104
+
4105
+
4106
+ ### Bug Fixes
4107
+
4108
+ * **color:** convert colors to target namespace ([c9de07a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c9de07a98b8d8b9434dd41f8433d8c9f278176db))
4109
+
4110
+
4111
+
4112
+ ## [0.2.30](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.29...0.2.30) (2020-10-13)
4113
+
4114
+
4115
+ ### Bug Fixes
4116
+
4117
+ * **device-page:** fix image sizing ([69f1a1f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/69f1a1fc029874fd8ee06c445740ba4b93dfbea1))
4118
+ * **groups:** fix image size ([b2f798a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b2f798a17465e423cdf4e594ebf6da4c43f3b132))
4119
+
4120
+
4121
+ ### Features
4122
+
4123
+ * **battery:** fix 0% value ([a4851d4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a4851d4e8b134c443c9adae32a8d33a797bd3273))
4124
+ * **device:** add ota update status indicator ([bd6676b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bd6676bf27de77edccf690f14a3a8a96d86a07d0))
4125
+ * **exposes:** implement cover type ([f49280e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f49280e97e240f799aa59488a5224113cf7fc3ca))
4126
+
4127
+
4128
+
4129
+ ## [0.2.29](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.28...0.2.29) (2020-10-11)
4130
+
4131
+
4132
+ ### Bug Fixes
4133
+
4134
+ * **join-button:** make menu scrollable ([e47269d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e47269d11a23535859644a0215cfad4da06ad401))
4135
+
4136
+
4137
+
4138
+ ## [0.2.28](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.27...0.2.28) (2020-10-11)
4139
+
4140
+
4141
+ ### Features
4142
+
4143
+ * **device-image:** add inverview state indicator ([00e38ab](https://github.com/nurikk/zigbee2mqtt-frontend/commit/00e38ab36eb6f979c7e6e206bce7adbfc30281ff))
4144
+ * **join:** allo joining on specific device ([2cd38a2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2cd38a21dcf4d7371b503ccf08d206c3023aec9f))
4145
+
4146
+
4147
+
4148
+ ## [0.2.27](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.26...0.2.27) (2020-10-09)
4149
+
4150
+
4151
+ ### Features
4152
+
4153
+ * **groups:** render group list in reverse order ([0426cd3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0426cd345e9728ba59fbd0cb07dc4f29597d6ce8))
4154
+
4155
+
4156
+
4157
+ ## [0.2.26](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.25...0.2.26) (2020-10-07)
4158
+
4159
+
4160
+ ### Features
4161
+
4162
+ * **exposes:** add boolean feature ([6aa9a4b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6aa9a4ba4cb66d74e03717963fb71db9e0760070))
4163
+
4164
+
4165
+
4166
+ ## [0.2.25](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.24...0.2.25) (2020-10-07)
4167
+
4168
+
4169
+ ### Features
4170
+
4171
+ * **exposes:** implement numeric props ([a89e988](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a89e9888006bb1c30dbe8df2e03387ffb9810e7e))
4172
+
4173
+
4174
+
4175
+ ## [0.2.24](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.23...0.2.24) (2020-10-06)
4176
+
4177
+
4178
+ ### Bug Fixes
4179
+
4180
+ * **device-page:** allign message center ([1c4f16e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1c4f16e8da7d9adb8cb0c2bd79a973b0d8edbfbf))
4181
+ * **groups:** default controlled input ([e6e1bb2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e6e1bb277e54f385c7e79017032d3aede96842ba))
4182
+ * **notyf:** use single Notyf instance ([fb670e3](https://github.com/nurikk/zigbee2mqtt-frontend/commit/fb670e31839809cb2742b0ccdf88bccf8d24967a))
4183
+
4184
+
4185
+ ### Features
4186
+
4187
+ * **power-source:** add DC Source ([d798293](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d79829379c0c35ec01340dc5613e7d8c7788efdc))
4188
+ * **readme:** update developer readme ([7bf3f3d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7bf3f3db4f677b9c7e8edb60b548277d8240eb2f))
4189
+
4190
+
4191
+
4192
+ ## [0.2.23](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.22...0.2.23) (2020-10-04)
4193
+
4194
+
4195
+ ### Features
4196
+
4197
+ * **color:** remove cie_to_rgb code ([324e1b6](https://github.com/nurikk/zigbee2mqtt-frontend/commit/324e1b6d2969b9d50491785f47c1d63beef663fe))
4198
+ * **color:** simplify target color conversion ([a29199c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a29199ccfa6ed438579ce8693909f75d962ddb9b))
4199
+ * **device-page:** move clusters to separate tab ([e20d398](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e20d398b13713a4a3058713c2a688c84d271845b))
4200
+ * **settings:** add reset znp button ([561e5a9](https://github.com/nurikk/zigbee2mqtt-frontend/commit/561e5a91e04e0fb00fd21fd36541c7980abf9a5f))
4201
+
4202
+
4203
+
4204
+ ## [0.2.22](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.21...0.2.22) (2020-10-04)
4205
+
4206
+
4207
+ ### Bug Fixes
4208
+
4209
+ * **map:** fix double encoded map response ([f907a0a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f907a0ad6be767d5bd0bee6246fcf6f4c5e61d17))
4210
+
4211
+
4212
+
4213
+ ## [0.2.21](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.20...0.2.21) (2020-10-03)
4214
+
4215
+
4216
+ ### Bug Fixes
4217
+
4218
+ * **map:** fix map rendering after changing tab ([743c655](https://github.com/nurikk/zigbee2mqtt-frontend/commit/743c6550ac4977e9d736cce6e62ff7ab579d7b69))
4219
+
4220
+
4221
+ ### Features
4222
+
4223
+ * **color:** add hs color support ([31e0b69](https://github.com/nurikk/zigbee2mqtt-frontend/commit/31e0b69073415ea117fb02f182d54abf1fd32416))
4224
+ * **exposes:** better unsupported report ([e2c546a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e2c546a3a2548a534c151e641269590685641eac))
4225
+ * **exposes:** implement switch type ([7e5f71b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7e5f71bf27d0b0954e24b228a04caab4b27cd0f7))
4226
+ * **light:** add endpoint support ([3172140](https://github.com/nurikk/zigbee2mqtt-frontend/commit/31721403f6df3eaf177c96d26936536ae867a924))
4227
+ * **mocks:** update mock data ([2a95a1b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2a95a1b3f985c3b49332be72530ff3030a3b43e3))
4228
+ * **switch:** change implementation ([a1c6c17](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a1c6c177f56952965b28a22d5fb3599166202a1c))
4229
+
4230
+
4231
+
4232
+ ## [0.2.20](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.19...0.2.20) (2020-10-02)
4233
+
4234
+
4235
+ ### Features
4236
+
4237
+ * **color temp:** add 6500k ([902d967](https://github.com/nurikk/zigbee2mqtt-frontend/commit/902d96702cf65004bf631c529ced6985ff0b49cc))
4238
+ * **color widget:** generalise ([29d3880](https://github.com/nurikk/zigbee2mqtt-frontend/commit/29d38805b487c84557e04024ea67932f6c73a242))
4239
+
4240
+
4241
+
4242
+ ## [0.2.19](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.18...0.2.19) (2020-10-02)
4243
+
4244
+
4245
+ ### Features
4246
+
4247
+ * **devices:** default order for devices by FN ([508bd65](https://github.com/nurikk/zigbee2mqtt-frontend/commit/508bd65fa6d3b0413986301d5aecd1a41c31663c))
4248
+ * **endpoin picker:** pick first ep by default ([5630bb5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/5630bb5243037bd143aa10b8d05ae43359ad7b70))
4249
+ * **enpointpicker:** disable select with single ep ([cb57106](https://github.com/nurikk/zigbee2mqtt-frontend/commit/cb57106733aa41b569167ce184aab0a918778c0c))
4250
+
4251
+
4252
+
4253
+ ## [0.2.18](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.17...0.2.18) (2020-10-02)
4254
+
4255
+
4256
+ ### Features
4257
+
4258
+ * **exposes:** implement light control ([08c94c1](https://github.com/nurikk/zigbee2mqtt-frontend/commit/08c94c10e20e15fcd860a11ac4d93a509c9d94f2))
4259
+
4260
+
4261
+
4262
+ ## [0.2.17](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.16...0.2.17) (2020-09-28)
4263
+
4264
+
4265
+ ### Features
4266
+
4267
+ * **device image:** add sls image fallback source ([e6f5da8](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e6f5da8bf9630017f3d5f224faeea7b5c1a807cc))
4268
+
4269
+
4270
+
4271
+ ## [0.2.16](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.15...0.2.16) (2020-09-28)
4272
+
4273
+
4274
+ ### Features
4275
+
4276
+ * **html:** add favicon ([903077d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/903077d9378c8b587ccf1b5a6cc74246b4decd86))
4277
+ * **last-seen:** add timeago.js ([1eb4fbc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1eb4fbcff4b047f58141b8533d0c75a8efe1bbca))
4278
+ * **tables:** uniform tables look ([8a34ae0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8a34ae0420a69325a86aa225c0f0ea9eada11312))
4279
+ * **universal editor:** range vertical allighment ([4183520](https://github.com/nurikk/zigbee2mqtt-frontend/commit/41835204f940d4b652ee2d0aae859924ab16812a))
4280
+ * **zigbee:** remove stripes from zigbee table ([bc1a882](https://github.com/nurikk/zigbee2mqtt-frontend/commit/bc1a882c1b5ce9b755628d30c8e361a5377f53ee))
4281
+
4282
+
4283
+
4284
+ ## [0.2.15](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.14...0.2.15) (2020-09-25)
4285
+
4286
+
4287
+ ### Bug Fixes
4288
+
4289
+ * **info page:** don't show empty supports attr ([82dfa96](https://github.com/nurikk/zigbee2mqtt-frontend/commit/82dfa96190ccaf4afe0ab56da5719db6dbbe3905))
4290
+
4291
+
4292
+ ### Features
4293
+
4294
+ * **device info:** show in/out clusters ([de8d815](https://github.com/nurikk/zigbee2mqtt-frontend/commit/de8d815a7be7717313d3c05e964e1fc11d2ffb9a))
4295
+
4296
+
4297
+
4298
+ ## [0.2.14](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.13...0.2.14) (2020-09-24)
4299
+
4300
+
4301
+ ### Bug Fixes
4302
+
4303
+ * **api:** correct state handling ([852c776](https://github.com/nurikk/zigbee2mqtt-frontend/commit/852c776923f49eb99e65918b3fbd99c0e0970e80))
4304
+ * **ingress:** fix header link ([29654fc](https://github.com/nurikk/zigbee2mqtt-frontend/commit/29654fca957b03030152a29d089a1f6a2b8876df))
4305
+
4306
+
4307
+
4308
+ ## [0.2.13](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.12...0.2.13) (2020-09-24)
4309
+
4310
+
4311
+
4312
+ ## [0.2.12](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.11...0.2.12) (2020-09-24)
4313
+
4314
+
4315
+
4316
+ ## [0.2.11](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.10...0.2.11) (2020-09-24)
4317
+
4318
+
4319
+ ### Features
4320
+
4321
+ * **hassio:** add ingress support ([3f78004](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3f780043a61f01a2937ede2156b36b5496433fbf))
4322
+
4323
+
4324
+
4325
+ ## [0.2.10](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.9...0.2.10) (2020-09-21)
4326
+
4327
+
4328
+ ### Bug Fixes
4329
+
4330
+ * **navbar:** fix home active class ([f77477d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f77477df541584a570b09c5c04cf0cbcaa0cc422))
4331
+
4332
+
4333
+ ### Features
4334
+
4335
+ * **map:** center no-data messages ([c0deb91](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c0deb91ab30f5859ca3db7c1a4af69a349601db5))
4336
+ * **settings:** rename Bridge to Raw ([d6af30f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d6af30f8a59c05a1e2e85ec152ec86fb552e735d))
4337
+ * **title:** rename to Zigbee2MQTT ([eb4557c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/eb4557cbcb64bfc257a892ca902180efe6a9b74f))
4338
+ * **zigbee:** change no data to spinner ([330e591](https://github.com/nurikk/zigbee2mqtt-frontend/commit/330e591bd0837376b640a444afaf1431f33d58a9))
4339
+
4340
+
4341
+
4342
+ ## [0.2.9](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.8...0.2.9) (2020-09-20)
4343
+
4344
+
4345
+
4346
+ ## [0.2.8](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.7...0.2.8) (2020-09-19)
4347
+
4348
+
4349
+ ### Features
4350
+
4351
+ * **bind:** don't hide coordinator bindings ([25e0b15](https://github.com/nurikk/zigbee2mqtt-frontend/commit/25e0b15344426c9d88c12446f9a5e0b326d80733))
4352
+ * **bindings:** show clusters from bidning record ([6d99d6f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6d99d6f16cce0de202c8658a6235372911012d91))
4353
+
4354
+
4355
+
4356
+ ## [0.2.7](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.6...0.2.7) (2020-09-17)
4357
+
4358
+
4359
+ ### Bug Fixes
4360
+
4361
+ * **groups:** fix groups endpoint picker ([b59fd42](https://github.com/nurikk/zigbee2mqtt-frontend/commit/b59fd421268c70e85ab93551ee8e9f581318f94e))
4362
+
4363
+
4364
+
4365
+ ## [0.2.6](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.5...0.2.6) (2020-09-17)
4366
+
4367
+
4368
+ ### Features
4369
+
4370
+ * **battery:** add % on < 10% chanrge ([158079e](https://github.com/nurikk/zigbee2mqtt-frontend/commit/158079e17214c5b40e9e4ad200d4f080110de7ba))
4371
+
4372
+
4373
+
4374
+ ## [0.2.5](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.4...0.2.5) (2020-09-17)
4375
+
4376
+
4377
+ ### Bug Fixes
4378
+
4379
+ * **zigbee:** fix mobile devices view label ([2f1f009](https://github.com/nurikk/zigbee2mqtt-frontend/commit/2f1f0090da1c2544e41ef2fab8b686f2b82d74da))
4380
+
4381
+
4382
+ ### Reverts
4383
+
4384
+ * Revert "chore(travis): tun travis config" ([7cdef7a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7cdef7ac257fbb45ff982f2e4db1edf099147f03))
4385
+
4386
+
4387
+
4388
+ ## [0.2.4](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.3...0.2.4) (2020-09-16)
4389
+
4390
+
4391
+ ### Bug Fixes
4392
+
4393
+ * **binding:** add .table-responsive ([48e50f0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/48e50f08d973bb0099c175f1e15a3b8e3043d1ff))
4394
+ * **zigbe:** labels positions ([47fb066](https://github.com/nurikk/zigbee2mqtt-frontend/commit/47fb06675fe8c3a4fba8a4b9809e55510ebb314e))
4395
+
4396
+
4397
+
4398
+ ## [0.2.3](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.2...0.2.3) (2020-09-16)
4399
+
4400
+
4401
+ ### Bug Fixes
4402
+
4403
+ * **bidings:** fix device picker ([10c3d69](https://github.com/nurikk/zigbee2mqtt-frontend/commit/10c3d694090cf676974b3aa24a180764a8419128))
4404
+ * **mobile:** fix devices table labels ([1775636](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1775636b508fce0d0513caa3980d4295c06d9880))
4405
+
4406
+
4407
+
4408
+ ## [0.2.2](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.1...0.2.2) (2020-09-15)
4409
+
4410
+
4411
+ ### Bug Fixes
4412
+
4413
+ * **mobile:** fix navbar toggler ([9486aeb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9486aeb6f9873170c6d3f3de4caed8fdf05b72b6))
4414
+
4415
+
4416
+ ### Features
4417
+
4418
+ * **ota:** display remaining update time ([be9c1a2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/be9c1a20cde5fe50e3daf8bc10bcfd6e9e8824dd))
4419
+
4420
+
4421
+ ### Reverts
4422
+
4423
+ * Revert "chore(code): pretier" ([ccaa09d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ccaa09d720ddd8267d389a3719a6fcc11a366378))
4424
+
4425
+
4426
+
4427
+ ## [0.1.58](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.0...0.1.58) (2020-09-14)
4428
+
4429
+
4430
+ ### Bug Fixes
4431
+
4432
+ * **zigbee:** fix zigbee table rows indexing ([cdb8155](https://github.com/nurikk/zigbee2mqtt-frontend/commit/cdb8155343589f2a375ee1ea8e2caa08a578539e))
4433
+
4434
+
4435
+
4436
+ ## [0.1.57](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.56...0.1.57) (2020-09-13)
4437
+
4438
+
4439
+
4440
+ ## [0.2.1](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.2.0...0.2.1) (2020-09-14)
4441
+
4442
+
4443
+ ### Bug Fixes
4444
+
4445
+ * **device page:** fix image style ([be2dcf4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/be2dcf41c305fac52e3052b30a7f13398082adfc))
4446
+
4447
+
4448
+
4449
+ # [0.2.0](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.56...0.2.0) (2020-09-13)
4450
+
4451
+
4452
+ ### Bug Fixes
4453
+
4454
+ * **bidings:** add keys ([6fb1402](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6fb1402a0a4117c148e8a4174469d71a446d55c7))
4455
+ * **logs page:** add key ([7f6d959](https://github.com/nurikk/zigbee2mqtt-frontend/commit/7f6d959f2102b2e733572126a8278a44b2fbe807))
4456
+ * **map:** fix keys and rendering ([52d9778](https://github.com/nurikk/zigbee2mqtt-frontend/commit/52d9778b74bc92455eedfab071174244204c457a))
4457
+ * **notif:** fix notifications ([ba8c257](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ba8c257f8616e209851679bcf80f2a823dcb2624))
4458
+ * **settings:** fix settings page ([97f4f61](https://github.com/nurikk/zigbee2mqtt-frontend/commit/97f4f617c610463f6d464911a64a8bfd067b46e2))
4459
+ * **settings:** remove debouncing ([ce88a3d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ce88a3d605794a682e0558bd1de1d36ed661e5a1))
4460
+ * **universal editor:** fix component ([9ab3a08](https://github.com/nurikk/zigbee2mqtt-frontend/commit/9ab3a08da2ebffd583493bb9a70ba42646bf1d0c))
4461
+ * **universal editor:** fix logic ([74fb233](https://github.com/nurikk/zigbee2mqtt-frontend/commit/74fb2334de9813706926326a975776ad7bb5ed22))
4462
+
4463
+
4464
+ ### Features
4465
+
4466
+ * **device picker:** use FN + model ([3144ec7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3144ec74053748e6cbcdd29aa3ff57f5bfd40176))
4467
+ * **settings:** experimental brdinge info page ([1586dab](https://github.com/nurikk/zigbee2mqtt-frontend/commit/1586dab8415ce60cc18215402e919521d1450cc7))
4468
+
4469
+
4470
+
4471
+ ## [0.1.56](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.55...0.1.56) (2020-09-11)
4472
+
4473
+
4474
+ ### Bug Fixes
4475
+
4476
+ * **state:** fix device states and typings ([0b74339](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0b743396f5510870d507a268cacec0d3b5dd1e9d))
4477
+
4478
+
4479
+ ### Features
4480
+
4481
+ * **webpack:** add Z2M_API_URI env variable ([ceb436f](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ceb436fad7dff3c130355a64935d4d4e97325e28))
4482
+
4483
+
4484
+
4485
+ ## [0.1.55](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.54...0.1.55) (2020-09-11)
4486
+
4487
+
4488
+ ### Bug Fixes
4489
+
4490
+ * **device image:** load generic image ([f9c732d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/f9c732dd48c95e63a2782785f3c48125860e6f07))
4491
+ * **zigbee:** remove rows color coding ([165a731](https://github.com/nurikk/zigbee2mqtt-frontend/commit/165a7312cd2622fb7ee07b350360707ad7e370e6))
4492
+
4493
+
4494
+ ### Features
4495
+
4496
+ * **zigbee:** show description on model ([c78b3f2](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c78b3f20f8737173ca2bc9bf809c32ef142930c5))
4497
+ * **zigbee:** update titles ([ed2faf5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ed2faf52b2f56b448f344ad1f196c878867aebb0))
4498
+
4499
+
4500
+
4501
+ ## [0.1.54](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.53...0.1.54) (2020-09-10)
4502
+
4503
+
4504
+ ### Features
4505
+
4506
+ * **notyf:** better notifications bridge/response ([8844039](https://github.com/nurikk/zigbee2mqtt-frontend/commit/88440393595068b20cc2d232d73425a5f0f267d7))
4507
+ * **touchlink:** display touchlink status ([3e9115d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/3e9115d844f94ee638f61a629f294adc7385a77c))
4508
+
4509
+
4510
+
4511
+ ## [0.1.53](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.52...0.1.53) (2020-09-10)
4512
+
4513
+
4514
+ ### Bug Fixes
4515
+
4516
+ * **noty:** fix notifications ([0773309](https://github.com/nurikk/zigbee2mqtt-frontend/commit/077330920ad11d69bc4395ff7bece01ec24397eb))
4517
+
4518
+
4519
+ ### Features
4520
+
4521
+ * **device control:** don't use bloody dropdown ([8f04d60](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8f04d60e3fd04142f781aa40b8abec9b30053a53))
4522
+ * **zigbee:** hide lastSeen column if it disabled ([0de3763](https://github.com/nurikk/zigbee2mqtt-frontend/commit/0de3763e1d1863bf4467230dc52b37e499ec217e))
4523
+
4524
+
4525
+
4526
+ ## [0.1.52](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.51...0.1.52) (2020-09-09)
4527
+
4528
+
4529
+ ### Bug Fixes
4530
+
4531
+ * **api:** fix device state topic detection ([08f505d](https://github.com/nurikk/zigbee2mqtt-frontend/commit/08f505d84d2ca40a57bb5ba9d383e7d5e2e2c4fb))
4532
+
4533
+
4534
+
4535
+ ## [0.1.51](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.50...0.1.51) (2020-09-09)
4536
+
4537
+
4538
+ ### Features
4539
+
4540
+ * **groups:** add link to device page ([c140f33](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c140f33a04c5dd542f3a226c9c23c705795ca569))
4541
+
4542
+
4543
+
4544
+ ## [0.1.50](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.49...0.1.50) (2020-09-08)
4545
+
4546
+
4547
+ ### Features
4548
+
4549
+ * **touchlink:** implement api calls ([d2776e7](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d2776e76982323acabf8cf330bf039691ab8b848))
4550
+
4551
+
4552
+
4553
+ ## [0.1.49](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.48...0.1.49) (2020-09-08)
4554
+
4555
+
4556
+ ### Bug Fixes
4557
+
4558
+ * **websoket:** fix wss support ([762eadd](https://github.com/nurikk/zigbee2mqtt-frontend/commit/762eadd8e795cf3323d2f2305022a603daf1a610))
4559
+
4560
+
4561
+
4562
+ ## [0.1.48](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.47...0.1.48) (2020-09-08)
4563
+
4564
+
4565
+ ### Bug Fixes
4566
+
4567
+ * **build:** don't trigger gh pipeline non tagged ([62fbf62](https://github.com/nurikk/zigbee2mqtt-frontend/commit/62fbf622cd7e280dbf58c4994a98e298073a1d35))
4568
+ * **build:** move .npmignore ([53d06e0](https://github.com/nurikk/zigbee2mqtt-frontend/commit/53d06e0760e8dc5939f813e6d21b877a3c0bc3d3))
4569
+ * **build:** npmignore dist/report.html ([e8bdd33](https://github.com/nurikk/zigbee2mqtt-frontend/commit/e8bdd331b23c3ea7b90b3d3ce54901b1f27846f7))
4570
+ * **build:** remove next build from travis.yaml ([348522b](https://github.com/nurikk/zigbee2mqtt-frontend/commit/348522b339bcb6286d60489b94cfbf1e25ddedd3))
4571
+ * **device page:** fix styling ([8ec6f74](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8ec6f7452b1e12ad91cd82f125382d93acf449f8))
4572
+ * **navbar:** add active class to urls ([4bec116](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4bec116cba8ce18f5845d15a7bad061ebb45f730))
4573
+ * **notify:** add throttling ([43a20bb](https://github.com/nurikk/zigbee2mqtt-frontend/commit/43a20bb366caf1f4825456d0e920c94ee6591033))
4574
+ * **notify:** create only two notify instances ([8c4e7ae](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8c4e7ae8865565cf52319c33a504419e0e161244))
4575
+ * **notify:** use debouce(trailing) ([4f51a19](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4f51a196b92306c70d98bae93f8377011ae7a1a8))
4576
+ * **store:** fix original state mutations ([6ed9e78](https://github.com/nurikk/zigbee2mqtt-frontend/commit/6ed9e78201d5608390b547c016e8479342bd431e))
4577
+ * **touchlink:** fix rows aligment ([aca6d78](https://github.com/nurikk/zigbee2mqtt-frontend/commit/aca6d78a732e1dbf5f7245e8b5afb07326bf7d50))
4578
+ * **touchlink:** make table nicier ([06b2b46](https://github.com/nurikk/zigbee2mqtt-frontend/commit/06b2b4665cd37d124b1f999752e46503dd30281e))
4579
+ * **touchlink:** use container class ([db36ba5](https://github.com/nurikk/zigbee2mqtt-frontend/commit/db36ba5def117b40719484fb23244c9ebf9de94a))
4580
+
4581
+
4582
+ ### Features
4583
+
4584
+ * **logs:** intruduce logs page ([c0a6a81](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c0a6a81435bdb0172608a61c074daf79c315a79f))
4585
+ * **mocks:** add touchlink results mocks ([4fd4023](https://github.com/nurikk/zigbee2mqtt-frontend/commit/4fd4023fc46f919219aa9de431501f95aa049a89))
4586
+ * **touchlink:** add not implemented notifications ([ee62c89](https://github.com/nurikk/zigbee2mqtt-frontend/commit/ee62c89daddc24d00ea00d35b78d42572df250bc))
4587
+ * **touchlink:** implement touchlink devices table ([8b5c6aa](https://github.com/nurikk/zigbee2mqtt-frontend/commit/8b5c6aa738d564d4682d51710bda97570867a1ac))
4588
+
4589
+
4590
+
4591
+ ## [0.1.47](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.1.46...0.1.47) (2020-09-06)
4592
+
4593
+
4594
+ ### Bug Fixes
4595
+
4596
+ * **device page:** add active class to tabs ([c32a087](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c32a08735d7fc908fa081e28acc0bae0fb01c957))
4597
+ * **zigbee:** fix vertial allign ([77db8b6](https://github.com/nurikk/zigbee2mqtt-frontend/commit/77db8b6e7936e6cb6c1a28a6c7d649c933625e14))
4598
+
4599
+
4600
+
4601
+ ## [0.1.46](https://github.com/nurikk/zigbee2mqtt-frontend/compare/v0.1.45...v0.1.46) (2020-09-06)
4602
+
4603
+
4604
+ ### Bug Fixes
4605
+
4606
+ * **map:** fix map button positions ([eaa33b4](https://github.com/nurikk/zigbee2mqtt-frontend/commit/eaa33b466ba3a28f30fd04b7f40611614cbcfb8b))
4607
+ * **navbar:** refactor navbar ([131c600](https://github.com/nurikk/zigbee2mqtt-frontend/commit/131c60042d8fd4a32683945a1bdf3f13c0376152))
4608
+
4609
+
4610
+ ### Features
4611
+
4612
+ * **devices:** implement sorting ([247e232](https://github.com/nurikk/zigbee2mqtt-frontend/commit/247e232378aef1d9e087f3bf71681cbe760c39ba))
4613
+ * **mock:** add networkmap mock response ([d9b8b9a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d9b8b9ac06c991536658bdc4f3793895bc2d411f))
4614
+ * **touchlink:** prepare touchlink page ([d11ea94](https://github.com/nurikk/zigbee2mqtt-frontend/commit/d11ea94e9555d1b1bfd505d085136e4652d2a422))
4615
+ * add changelog generation scripts ([caef43c](https://github.com/nurikk/zigbee2mqtt-frontend/commit/caef43c1724ad898368deaeadf10b4cece158a27))
4616
+ * git commit message validator ([68f7709](https://github.com/nurikk/zigbee2mqtt-frontend/commit/68f77091eadb3ab0794098ef3375b25b31f140f1))
4617
+ * Mock websoket ([a7d45ef](https://github.com/nurikk/zigbee2mqtt-frontend/commit/a7d45ef446c32559b24c22057e851ee47993cd1e))
4618
+
4619
+
4620
+