iobroker.vis-2-widgets-inventwo 0.5.2 → 0.5.4

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,13 @@ 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.4 (2026-01-10)
60
+ - Added option to set dialog position (#158)
61
+ - Fixed nav click feedback not working correctly (#41)
62
+
63
+ ### 0.5.3 (2026-01-10)
64
+ - Added radial slider widget in io-package.json
65
+
59
66
  ### 0.5.2 (2026-01-09)
60
67
  - Added configurable ring thickness and number visibility for analog clock (#161)
61
68
 
@@ -67,154 +74,6 @@ All widgets come with extensive design options to customize the look and feel to
67
74
  - Added analog clock content type to universal widget (#100)
68
75
  - Changed german translation for "custom"
69
76
 
70
- ### 0.4.2 (2025-12-22)
71
- - Vite downgrade
72
-
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
77
  ## License
219
78
  The MIT License (MIT)
220
79
 
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-2-widgets-inventwo",
4
- "version": "0.5.2",
4
+ "version": "0.5.4",
5
5
  "news": {
6
+ "0.5.4": {
7
+ "en": "Added option to set dialog position (#158)\nFixed nav click feedback not working correctly (#41)",
8
+ "de": "Option zur Einstellung der Dialogposition hinzugefügt (#158)\nFeste nav click Feedback nicht korrekt funktionieren (#41)",
9
+ "ru": "Добавлена опция установки диалоговой позиции (#158)\nОбратная связь с фиксированным нав-кликом работает неправильно (#41)",
10
+ "pt": "Opção adicionada para definir a posição da janela (# 158)\nO feedback do 'nav' fixo não está a funcionar correctamente (# 41)",
11
+ "nl": "Toegevoegde optie om de dialoogpositie in te stellen (#158)\nVaste nav klik feedback werkt niet correct (#41)",
12
+ "fr": "Ajout d'une option pour définir la position de la boîte de dialogue (#158)\nFixe nav click feedback ne fonctionne pas correctement (#41)",
13
+ "it": "Aggiunta opzione per impostare la posizione di dialogo (#158)\nRisposte nav click feedback non funziona correttamente (#41)",
14
+ "es": "Opción agregada para establecer la posición de diálogo (#158)\nReacción de clic náutico fija no funciona correctamente (#41)",
15
+ "pl": "Dodano opcję ustawienia pozycji okna dialogowego (# 158)\nNaprawiono nav kliknij sprzężenie zwrotne nie działa prawidłowo (# 41)",
16
+ "uk": "Додано можливість встановити діалогове положення (#158)\nВиправлено натискання кнопки зворотного зв'язку (#41)",
17
+ "zh-cn": "添加了设置对话框位置的选项( # 158)\n固定导航点击反馈不正确(# 41)"
18
+ },
19
+ "0.5.3": {
20
+ "en": "Added radial slider widget in io-package.json",
21
+ "de": "Hinzugefügt Radial Slider Widget in io-Package. Json",
22
+ "ru": "Добавлен виджет радиального слайдера в io-пакет. Джонсон",
23
+ "pt": "Adicionado widget de controle deslizante radial no pacote io. json",
24
+ "nl": "Toegevoegd radial slider widget in io-package. json",
25
+ "fr": "Ajout d'un widget slider radial dans io-package. Json",
26
+ "it": "Aggiunto widget cursore radiale in io-package. J",
27
+ "es": "Añadido widget de deslizador radial en io-paquete. json",
28
+ "pl": "Dodano radialny widżet suwaka w pakiecie jo-. json",
29
+ "uk": "Додано радіальний слайдер віджет в io-package. свінгери",
30
+ "zh-cn": "在 io- package 中添加光圈滑动部件 。 贾森"
31
+ },
6
32
  "0.5.2": {
7
33
  "en": "Added configurable ring thickness and number visibility for analog clock (#161)",
8
34
  "de": "Hinzugefügt konfigurierbare Ringstärke und Zahlensicht für analoge Uhr (#161)",
@@ -67,32 +93,6 @@
67
93
  "pl": "Dodano typ obrazka do kolumny dla widżetu tabeli (# 97)\nDodano niestandardowe wsparcie formatu datetime dla interfejsu tabeli (# 97)\nNaprawianie problemu w widżecie suwaka, gdy kroki są aktywne, ale wartość jest pusta\nZmieniona wersja federacyjna modułu do dopasowania do wersji 2.0 stabilnej",
68
94
  "uk": "Додано тип зображення до колонки для настільного віджету (#97)\nДодано користувальницький дата-центр підтримки для настільного віджету (#97)\nВиправлено проблему у віджеті слайдера, коли дії активні, але значення є порожнім\nЗмінений варіант федерації модуля, щоб відповідати в'язам 2.0 стабільний",
69
95
  "zh-cn": "将图像类型添加到表格部件的列(# 97)\n为表格部件添加自定义日期时间格式支持(# 97)\n当步骤活动但值为空时, 在滑动部件中修正发行\n更改模块 Federation 版本, 与 2.0 稳定匹配"
70
- },
71
- "0.4.0": {
72
- "en": "Switched to TypeScript",
73
- "de": "Zu TypeScript geschaltet",
74
- "ru": "Переключается на TypeScript",
75
- "pt": "Alternado para TypeScript",
76
- "nl": "Overgeschakeld naar TypeScript",
77
- "fr": "Passé à TypeScript",
78
- "it": "Passato a TypeScript",
79
- "es": "Cambiar a TipoScript",
80
- "pl": "Przełączono na TypeScript",
81
- "uk": "Перемкнено до TypeScript",
82
- "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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-2-widgets-inventwo",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "ioBroker vis2 inventwo widgets",
5
5
  "author": "jkvarel <jk@inventwo.com>",
6
6
  "contributors": [