iobroker.vis-2-widgets-inventwo 0.5.2 → 0.5.3
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/README.md
CHANGED
|
@@ -56,6 +56,9 @@ All widgets come with extensive design options to customize the look and feel to
|
|
|
56
56
|
Placeholder for the next version (at the beginning of the line):
|
|
57
57
|
### **WORK IN PROGRESS**
|
|
58
58
|
-->
|
|
59
|
+
### 0.5.3 (2026-01-10)
|
|
60
|
+
- Added radial slider widget in io-package.json
|
|
61
|
+
|
|
59
62
|
### 0.5.2 (2026-01-09)
|
|
60
63
|
- Added configurable ring thickness and number visibility for analog clock (#161)
|
|
61
64
|
|
|
@@ -70,151 +73,6 @@ All widgets come with extensive design options to customize the look and feel to
|
|
|
70
73
|
### 0.4.2 (2025-12-22)
|
|
71
74
|
- Vite downgrade
|
|
72
75
|
|
|
73
|
-
### 0.4.1 (2025-12-18)
|
|
74
|
-
- Added image type to column for table widget (#97)
|
|
75
|
-
- Added custom datetime format support for table widget (#97)
|
|
76
|
-
- Fix issue in slider widget when steps is active but value is empty
|
|
77
|
-
- Changed module federation version to match vis 2.0 stable
|
|
78
|
-
|
|
79
|
-
### 0.4.0 (2025-12-13)
|
|
80
|
-
- Switched to TypeScript
|
|
81
|
-
|
|
82
|
-
### 0.3.12 (2025-12-06)
|
|
83
|
-
- Fixed content position caused by previous version
|
|
84
|
-
|
|
85
|
-
### 0.3.11 (2025-12-04)
|
|
86
|
-
- Added padding options for dialog titlebar (#102, #153)
|
|
87
|
-
- Added "close after x seconds" option for dialog (#102)
|
|
88
|
-
- Added option to hide dialog titlebar (#102)
|
|
89
|
-
- Added image resize and position options (#101)
|
|
90
|
-
|
|
91
|
-
### 0.3.10 (2025-11-20)
|
|
92
|
-
- Updated dependencies
|
|
93
|
-
|
|
94
|
-
### 0.3.9 (2025-09-20)
|
|
95
|
-
- Fixed border color label in universal widget states (#120)
|
|
96
|
-
|
|
97
|
-
### 0.3.8 (2025-09-19)
|
|
98
|
-
- Fix issue with table border radius and added option to set border radius (#99)
|
|
99
|
-
- Fix issue with universal widget and comparison other than "equal" (#109)
|
|
100
|
-
- Added option to inherit state colors from other widgets (#120
|
|
101
|
-
|
|
102
|
-
### 0.3.7 (2025-09-10)
|
|
103
|
-
- Removed code to print console logs to a widget for debugging purposes
|
|
104
|
-
|
|
105
|
-
### 0.3.6 (2025-09-01)
|
|
106
|
-
- Extended debugging by printing source file with line number
|
|
107
|
-
|
|
108
|
-
### 0.3.5 (2025-08-10)
|
|
109
|
-
- Fix for previous version
|
|
110
|
-
|
|
111
|
-
### 0.3.4 (2025-08-09)
|
|
112
|
-
- Added code to print console logs to a widget for debugging purposes
|
|
113
|
-
|
|
114
|
-
### 0.3.3 (2025-07-16)
|
|
115
|
-
- Added option to click through universal widget
|
|
116
|
-
- Fixed state not used then oid is left empty
|
|
117
|
-
- Added options to control table row line width and color
|
|
118
|
-
- Removed table background color to allow transparency
|
|
119
|
-
|
|
120
|
-
### 0.3.2 (2025-07-11)
|
|
121
|
-
* Support font styles in table widget (#78)
|
|
122
|
-
* Added border and shadow options for table widget (#78)
|
|
123
|
-
|
|
124
|
-
### 0.3.1 (2025-07-08)
|
|
125
|
-
* Change build to vite
|
|
126
|
-
|
|
127
|
-
### 0.3.0 (2025-07-08)
|
|
128
|
-
* Added new widget: Checkbox
|
|
129
|
-
* Fixed issue with table widget and object values (#77)
|
|
130
|
-
* Fixed translated text (#79)
|
|
131
|
-
|
|
132
|
-
### 0.2.2 (2025-05-24)
|
|
133
|
-
* Fixed build issue
|
|
134
|
-
|
|
135
|
-
### 0.2.1 (2025-05-23)
|
|
136
|
-
* Fixed build issue
|
|
137
|
-
|
|
138
|
-
### 0.2.0 (2025-05-22)
|
|
139
|
-
* Fixed dialog is opened on page load and view change
|
|
140
|
-
* New widget: Table
|
|
141
|
-
|
|
142
|
-
### 0.1.12 (2025-03-31)
|
|
143
|
-
* Fixed view in dialog is not triggered on state change and state value is not set when opened (#30)
|
|
144
|
-
* Added function to color images (#38)
|
|
145
|
-
* Allow custom size for dialog by using binding (#39)
|
|
146
|
-
* Fix dialog "close on click from outside" checkbox was inverted (#42)
|
|
147
|
-
|
|
148
|
-
### 0.1.11 (2024-07-18)
|
|
149
|
-
* Fixed issues mentioned by eslint
|
|
150
|
-
|
|
151
|
-
### 0.1.10 (2024-07-18)
|
|
152
|
-
* Removed styles libraries as they are not compatible with vis 2.0
|
|
153
|
-
* Fixed compare by for widget type view in dialog (#24)
|
|
154
|
-
* Fixed text color not working in slider and added other font styles (#25)
|
|
155
|
-
* Fixed switch doesn't toggle without defining values (#28)
|
|
156
|
-
|
|
157
|
-
### 0.1.9 (2024-05-24)
|
|
158
|
-
* Fixed missing object id if a type is nav (#14)
|
|
159
|
-
* Fixed content color for icons not working (#22)
|
|
160
|
-
|
|
161
|
-
### 0.1.7 (2024-05-22)
|
|
162
|
-
* Fixed missing object id if a type is nav (#14)
|
|
163
|
-
* Fixed image aspect ratio (#15)
|
|
164
|
-
* Added options to customize dialog
|
|
165
|
-
|
|
166
|
-
### 0.1.5 (2024-04-14)
|
|
167
|
-
* Added optional button click feedback options
|
|
168
|
-
* Added widget type to send http requests and open urls
|
|
169
|
-
|
|
170
|
-
### 0.1.4 (2024-04-14)
|
|
171
|
-
* Fixed issue in workflow
|
|
172
|
-
|
|
173
|
-
### 0.1.3 (2024-04-14)
|
|
174
|
-
* Fixed issue in widget state check. Also includes #12
|
|
175
|
-
* Removed second unused field 'button width' (#10)
|
|
176
|
-
* Added widget type Increase/Decrease value (#7)
|
|
177
|
-
* Added more info to readme
|
|
178
|
-
* Removed iobroker/adapter-core dependency
|
|
179
|
-
* Added node 20 to test-and-release workflow
|
|
180
|
-
|
|
181
|
-
### 0.1.2 (2024-04-08)
|
|
182
|
-
* Fixed issue editor crashes when changing "Comparison operator" or "Compare by" on multiple states.
|
|
183
|
-
* Fixesd issue state settings not used if condition is true.
|
|
184
|
-
|
|
185
|
-
### 0.1.1 (2024-04-05)
|
|
186
|
-
* Fixed wrong default value for comparison operator
|
|
187
|
-
|
|
188
|
-
### 0.1.0 (2024-04-05)
|
|
189
|
-
* Added new widget: Switch
|
|
190
|
-
* Added comparison operator and option to check for value or view for each state in universal widget
|
|
191
|
-
* Added steps to slider widget
|
|
192
|
-
* Fixed issue states not working if type is button or readonly
|
|
193
|
-
* Fixed issue value is set with wrong data type
|
|
194
|
-
|
|
195
|
-
### 0.0.7 (2024-04-03)
|
|
196
|
-
* Bug fix
|
|
197
|
-
|
|
198
|
-
### 0.0.6 (2024-04-03)
|
|
199
|
-
* Bug fix
|
|
200
|
-
|
|
201
|
-
### 0.0.5 (2024-04-02)
|
|
202
|
-
* Bug fix
|
|
203
|
-
|
|
204
|
-
### 0.0.4 (2024-04-01)
|
|
205
|
-
* Bug fix
|
|
206
|
-
* Added new widget: Table, still work in progress
|
|
207
|
-
* CSS settings divided into single groups
|
|
208
|
-
|
|
209
|
-
### 0.0.3 (2024-03-14)
|
|
210
|
-
* Bug fix
|
|
211
|
-
|
|
212
|
-
### 0.0.2 (2024-03-14)
|
|
213
|
-
* Bug fix
|
|
214
|
-
|
|
215
|
-
### 0.0.1 (2024-03-11)
|
|
216
|
-
* (jkvarel) Init
|
|
217
|
-
|
|
218
76
|
## License
|
|
219
77
|
The MIT License (MIT)
|
|
220
78
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "vis-2-widgets-inventwo",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.5.3": {
|
|
7
|
+
"en": "Added radial slider widget in io-package.json",
|
|
8
|
+
"de": "Hinzugefügt Radial Slider Widget in io-Package. Json",
|
|
9
|
+
"ru": "Добавлен виджет радиального слайдера в io-пакет. Джонсон",
|
|
10
|
+
"pt": "Adicionado widget de controle deslizante radial no pacote io. json",
|
|
11
|
+
"nl": "Toegevoegd radial slider widget in io-package. json",
|
|
12
|
+
"fr": "Ajout d'un widget slider radial dans io-package. Json",
|
|
13
|
+
"it": "Aggiunto widget cursore radiale in io-package. J",
|
|
14
|
+
"es": "Añadido widget de deslizador radial en io-paquete. json",
|
|
15
|
+
"pl": "Dodano radialny widżet suwaka w pakiecie jo-. json",
|
|
16
|
+
"uk": "Додано радіальний слайдер віджет в io-package. свінгери",
|
|
17
|
+
"zh-cn": "在 io- package 中添加光圈滑动部件 。 贾森"
|
|
18
|
+
},
|
|
6
19
|
"0.5.2": {
|
|
7
20
|
"en": "Added configurable ring thickness and number visibility for analog clock (#161)",
|
|
8
21
|
"de": "Hinzugefügt konfigurierbare Ringstärke und Zahlensicht für analoge Uhr (#161)",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Przełączono na TypeScript",
|
|
81
94
|
"uk": "Перемкнено до TypeScript",
|
|
82
95
|
"zh-cn": "切换到类型脚本"
|
|
83
|
-
},
|
|
84
|
-
"0.3.12": {
|
|
85
|
-
"en": "Fixed content position caused by previous version",
|
|
86
|
-
"de": "Feste Inhaltsposition durch vorherige Version",
|
|
87
|
-
"ru": "Позиция фиксированного контента, вызванная предыдущей версией",
|
|
88
|
-
"pt": "Posição de conteúdo fixa causada pela versão anterior",
|
|
89
|
-
"nl": "Vaste inhoudpositie veroorzaakt door vorige versie",
|
|
90
|
-
"fr": "Position de contenu fixe causée par la version précédente",
|
|
91
|
-
"it": "Posizione fissa dei contenuti causata dalla versione precedente",
|
|
92
|
-
"es": "Posición de contenido fija causada por la versión anterior",
|
|
93
|
-
"pl": "Stała pozycja treści spowodowana poprzednią wersją",
|
|
94
|
-
"uk": "Виправлена позиція вмісту, викликана попередньою версією",
|
|
95
|
-
"zh-cn": "上一个版本造成的固定内容位置"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -152,6 +152,7 @@
|
|
|
152
152
|
"components": [
|
|
153
153
|
"InventwoWidgetUniversal",
|
|
154
154
|
"InventwoWidgetSlider",
|
|
155
|
+
"InventwoWidgetRadialSlider",
|
|
155
156
|
"InventwoWidgetSwitch",
|
|
156
157
|
"InventwoWidgetCheckbox",
|
|
157
158
|
"InventwoWidgetTable"
|