@infomaximum/widget-sdk 7.0.0-3 → 7.0.0-31
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 +437 -69
- package/README.md +1 -1
- package/dist/index.d.ts +27389 -9399
- package/dist/index.esm.js +2937 -1662
- package/dist/index.js +3137 -1774
- package/package.json +10 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,400 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
## [7.0.0-
|
|
5
|
+
## [7.0.0-31](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-30...v7.0.0-31) (2026-06-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **BI-15428:** unescape indicator name in dashboard link parsing ([4f38569](https://github.com/Infomaximum/widget-sdk/commit/4f385697f44e4aa24c41d16b3ac971b42a2a6de9))
|
|
11
|
+
|
|
12
|
+
## [7.0.0-30](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-29...v7.0.0-30) (2026-06-18)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* array nesting logic migrated from react-bi-utils [WD-2356] ([b263699](https://github.com/Infomaximum/widget-sdk/commit/b2636997531e1321bea83b627aa07b80506365db))
|
|
18
|
+
|
|
19
|
+
## [7.0.0-29](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-28...v7.0.0-29) (2026-06-11)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* add EColorMode.RANGES + ColorRangesSchema ([a3cba53](https://github.com/Infomaximum/widget-sdk/commit/a3cba533e857cf1c9ce2fa54a8564bc26ec75760))
|
|
25
|
+
|
|
26
|
+
## [7.0.0-28](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-27...v7.0.0-28) (2026-06-04)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
* добавлен настройки для кастомизации placeholder ([a7b0353](https://github.com/Infomaximum/widget-sdk/commit/a7b03534fe6ae5693a4cff71fb7432dd2530b031))
|
|
32
|
+
* добавлен новый способ ввода - EDITABLE_TEXT_VALUE ([29b2586](https://github.com/Infomaximum/widget-sdk/commit/29b2586c150a5cc4173a488925ae405b2bc71d92))
|
|
33
|
+
* добавлена агрегация any для меры [BI-12921] ([0be1e8e](https://github.com/Infomaximum/widget-sdk/commit/0be1e8e1aa90a544407a75af950d7f775b6a776c))
|
|
34
|
+
* добавлено поле customNoDataHint в BaseWidgetSettingsSchema [BI-16180] ([9b24dfe](https://github.com/Infomaximum/widget-sdk/commit/9b24dfeb4f050fbc616edfd296e465e193e68bd9))
|
|
35
|
+
* расширены настройки действия по клику ([2d2e454](https://github.com/Infomaximum/widget-sdk/commit/2d2e4544e5e3eb4241b704a0ae6efcc64121daba))
|
|
36
|
+
|
|
37
|
+
## [7.0.0-27](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-26...v7.0.0-27) (2026-06-04)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### ⚠ BREAKING CHANGES
|
|
41
|
+
|
|
42
|
+
* список параметров в createPanelDescription заменен на объект
|
|
43
|
+
* изменена структура базовых настроек виджета
|
|
44
|
+
|
|
45
|
+
### Features
|
|
46
|
+
|
|
47
|
+
* в createPanelDescription прокинут viewContext ([f7a9749](https://github.com/Infomaximum/widget-sdk/commit/f7a97499bcbd1948bd1d5f0586f4f50fb14cc1ab))
|
|
48
|
+
* выполнена переработка настроек фильтрации виджета ([aa5d34b](https://github.com/Infomaximum/widget-sdk/commit/aa5d34b07a39502d22181cf160d8549b41ab788a))
|
|
49
|
+
* добавлен EExpectedFieldTypes и проброс типа поля скрипта [BI-16272] ([5f4bece](https://github.com/Infomaximum/widget-sdk/commit/5f4bece23c0e30ec2714e0ce9884e45efe6b8bcf))
|
|
50
|
+
* добавлен вспомогательный тип для вывода типа значения для конкретной версии версионированной схемы ([12c896b](https://github.com/Infomaximum/widget-sdk/commit/12c896b753ec959f39422adb9118d762367f620f))
|
|
51
|
+
|
|
52
|
+
## [7.0.0-26](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-25...v7.0.0-26) (2026-05-29)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
57
|
+
* **VersionedEnum:** добавлена утилита версионирования enum + миграция всех 49 enum на VersionedEnum.build + регресс-тесты ([4a6f79d](https://github.com/Infomaximum/widget-sdk/commit/4a6f79d5686eff8dea0d8424615e2899015c59db))
|
|
58
|
+
* **VersionedEnum:** добавлены zodEnumLike, versionedEnumValues, TVersionedEnumValues ([2d20079](https://github.com/Infomaximum/widget-sdk/commit/2d20079178decef123bc1ca49068b330ce3755af))
|
|
59
|
+
|
|
60
|
+
## [7.0.0-25](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-24...v7.0.0-25) (2026-05-26)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* добавлена поддержка подсказки в ISwitchControl [BI-16364] ([8a92e05](https://github.com/Infomaximum/widget-sdk/commit/8a92e0531a741f2d9e3c62955a3be148670b3799))
|
|
66
|
+
|
|
67
|
+
## [7.0.0-24](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-23...v7.0.0-24) (2026-05-20)
|
|
68
|
+
|
|
69
|
+
## [7.0.0-23](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-22...v7.0.0-23) (2026-05-20)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Bug Fixes
|
|
73
|
+
|
|
74
|
+
* обновление зависимости @infomaximum/base-filter до версии 2.0.0 ([c2a834b](https://github.com/Infomaximum/widget-sdk/commit/c2a834bee9127d727b13bdd7bf3720f492da3701))
|
|
75
|
+
|
|
76
|
+
## [7.0.0-22](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-21...v7.0.0-22) (2026-05-15)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Bug Fixes
|
|
80
|
+
|
|
81
|
+
* исправлен пропуск NULL-строк в фильтре по формуле [BI-16341] ([7e6d103](https://github.com/Infomaximum/widget-sdk/commit/7e6d103a869937a031dc428e971ee7bcb5205df2))
|
|
82
|
+
|
|
83
|
+
## [7.0.0-21](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-20...v7.0.0-21) (2026-05-13)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Bug Fixes
|
|
87
|
+
|
|
88
|
+
* исправлен порядок схем в union ActionSchema, влиял на парсинг по схеме ([9eb13b5](https://github.com/Infomaximum/widget-sdk/commit/9eb13b53d97e8fce1a290dfca902b857624c5444))
|
|
89
|
+
|
|
90
|
+
## [7.0.0-20](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-19...v7.0.0-20) (2026-05-07)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### Bug Fixes
|
|
94
|
+
|
|
95
|
+
* исправлен порядок схем в union SettingsFilterSchema. В ColorRuleSchema отказ от FormulaSchema. Поле url размечено схемой формулы ([59e7479](https://github.com/Infomaximum/widget-sdk/commit/59e74799dc2e093efb801ed22c22a7227b302848))
|
|
96
|
+
|
|
97
|
+
## [7.0.0-19](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-18...v7.0.0-19) (2026-04-27)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Features
|
|
101
|
+
|
|
102
|
+
* реализован новый контрол sorting ([abb46d9](https://github.com/Infomaximum/widget-sdk/commit/abb46d920d1ace3f66f59c9820c53c119b2417e6))
|
|
103
|
+
|
|
104
|
+
## [7.0.0-18](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-17...v7.0.0-18) (2026-04-20)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Features
|
|
108
|
+
|
|
109
|
+
* внедрены extendWithMeta и omitWithMeta в схемы ([5f9cddd](https://github.com/Infomaximum/widget-sdk/commit/5f9cdddec5a78b38a61f831fde705741a03da243))
|
|
110
|
+
* добавлены утилиты для работы с мета-цепочкой Zod-схем ([949b27d](https://github.com/Infomaximum/widget-sdk/commit/949b27d1e8822976d051caa361c766bceabd7d67))
|
|
111
|
+
|
|
112
|
+
## [7.0.0-17](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-16...v7.0.0-17) (2026-04-15)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
### Features
|
|
116
|
+
|
|
117
|
+
* добавлена вспомогательная функция mapValues (для внутреннего использования) ([9f4beb0](https://github.com/Infomaximum/widget-sdk/commit/9f4beb0c86e81fdc763046425d749168b7deaae4))
|
|
118
|
+
* добавлено кеширование результатов вызова фабрик схем ([e116856](https://github.com/Infomaximum/widget-sdk/commit/e1168567088fd02e6557abfc6d5c179194eb430c))
|
|
119
|
+
|
|
120
|
+
## [7.0.0-16](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-15...v7.0.0-16) (2026-04-08)
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Features
|
|
124
|
+
|
|
125
|
+
* неиспользуемый код для работы с цветом убран из экспорта ([f3702ba](https://github.com/Infomaximum/widget-sdk/commit/f3702ba3c6e3def4cdec77f5a499cf4e9e98a700))
|
|
126
|
+
|
|
127
|
+
## [7.0.0-new-layout.8](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-14...v7.0.0-new-layout.8) (2026-03-30)
|
|
128
|
+
|
|
129
|
+
## [7.0.0-new-layout.7](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-13...v7.0.0-new-layout.7) (2026-03-25)
|
|
130
|
+
|
|
131
|
+
## [7.0.0-new-layout.6](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.5...v7.0.0-new-layout.6) (2026-03-16)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
* реализованы функции адаптации цветов ([01eb0e2](https://github.com/Infomaximum/widget-sdk/commit/01eb0e2e2dd208fa27ea057f640b80487c0a8ba1))
|
|
137
|
+
|
|
138
|
+
## [7.0.0-new-layout.5](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.4...v7.0.0-new-layout.5) (2026-03-11)
|
|
139
|
+
|
|
140
|
+
## [7.0.0-new-layout.4](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.3...v7.0.0-new-layout.4) (2026-03-11)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### ⚠ BREAKING CHANGES
|
|
144
|
+
|
|
145
|
+
* Требуется поддержка в виджетах
|
|
146
|
+
|
|
147
|
+
### Features
|
|
148
|
+
|
|
149
|
+
* добавлен тип фильтрации в контекст образа ([5421745](https://github.com/Infomaximum/widget-sdk/commit/54217452772fddf6703f28e2f60162a098fa5817))
|
|
150
|
+
* удалены WidgetPresetSettings ([1a5fe99](https://github.com/Infomaximum/widget-sdk/commit/1a5fe99228b4bc7e6b874758f312a4d6f8a3140c))
|
|
151
|
+
|
|
152
|
+
## [7.0.0-new-layout.3](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.2...v7.0.0-new-layout.3) (2026-02-27)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Features
|
|
156
|
+
|
|
157
|
+
* отказ от настроек backgroundInEdit и spacing в темах ([ae5dc49](https://github.com/Infomaximum/widget-sdk/commit/ae5dc49bede1aefcd4f65692cb596810a2692a69))
|
|
158
|
+
|
|
159
|
+
## [7.0.0-new-layout.2](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.1...v7.0.0-new-layout.2) (2026-02-20)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### Features
|
|
163
|
+
|
|
164
|
+
* в настройки виджета добавлен цвет фона ([00ad777](https://github.com/Infomaximum/widget-sdk/commit/00ad7777d201918048b0610016751acf7b5c28e2))
|
|
165
|
+
|
|
166
|
+
## [7.0.0-new-layout.1](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-12...v7.0.0-new-layout.1) (2026-02-20)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Features
|
|
170
|
+
|
|
171
|
+
* повышена apiVersion ([5adcca1](https://github.com/Infomaximum/widget-sdk/commit/5adcca17c14c746b20f0ca6eb3ea1d524d6a47a4))
|
|
172
|
+
* удалены отступы из темы ([b840210](https://github.com/Infomaximum/widget-sdk/commit/b8402106f85794f19d86d255558f81fe8e3a007c))
|
|
173
|
+
|
|
174
|
+
## [7.0.0-new-layout.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-new-layout.0) (2026-02-16)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### ⚠ BREAKING CHANGES
|
|
178
|
+
|
|
179
|
+
* отступы больше нельзя задавать в виджетах
|
|
180
|
+
|
|
181
|
+
### Features
|
|
182
|
+
|
|
183
|
+
* удалены отступы из настроек виджетов ([b5f1797](https://github.com/Infomaximum/widget-sdk/commit/b5f17973ee872c4d31b0fd07babc29ca83b1b72f))
|
|
184
|
+
|
|
185
|
+
## [7.0.0-new-layout.8](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-14...v7.0.0-new-layout.8) (2026-03-30)
|
|
186
|
+
|
|
187
|
+
## [7.0.0-new-layout.7](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-13...v7.0.0-new-layout.7) (2026-03-25)
|
|
188
|
+
|
|
189
|
+
## [7.0.0-new-layout.6](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.5...v7.0.0-new-layout.6) (2026-03-16)
|
|
190
|
+
|
|
191
|
+
## [7.0.0-15](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-14...v7.0.0-15) (2026-04-06)
|
|
192
|
+
|
|
193
|
+
### Features
|
|
194
|
+
|
|
195
|
+
- внесены доработки в схемы фильтров ([5d70cfe](https://github.com/Infomaximum/widget-sdk/commit/5d70cfe65f30a634cb111d28f7863eec2fc7d135))
|
|
196
|
+
- во внутренние вспомогательные функции добавлена функция assignPropsToFn ([1395853](https://github.com/Infomaximum/widget-sdk/commit/1395853c70ba2a7fb37d6e470990d0fb8c4f03f9))
|
|
197
|
+
- добавлен API для декларирования истории схем виджетами ([b4e9358](https://github.com/Infomaximum/widget-sdk/commit/b4e935814642b23ff561dbf0b08fc022815cc6f1))
|
|
198
|
+
- добавлен класс для регистрации версионированных схем ([40011be](https://github.com/Infomaximum/widget-sdk/commit/40011bedf509e976744bac36d51e8fd3a5addc0c))
|
|
199
|
+
- описана история схем ([cdf21d5](https://github.com/Infomaximum/widget-sdk/commit/cdf21d5939cfd24525669a4322413fddb459bc4c))
|
|
200
|
+
|
|
201
|
+
### Bug Fixes
|
|
202
|
+
|
|
203
|
+
- обработано значение по умолчанию для действий по клику внутри показателей ([df27b1c](https://github.com/Infomaximum/widget-sdk/commit/df27b1cb9caf42f17ef932b6d98645fe033cfe0c))
|
|
204
|
+
|
|
205
|
+
## [7.0.0-14](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-13...v7.0.0-14) (2026-03-27)
|
|
206
|
+
|
|
207
|
+
### Features
|
|
208
|
+
|
|
209
|
+
- реализованы функции адаптации цветов ([01eb0e2](https://github.com/Infomaximum/widget-sdk/commit/01eb0e2e2dd208fa27ea057f640b80487c0a8ba1))
|
|
210
|
+
|
|
211
|
+
## [7.0.0-new-layout.5](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.4...v7.0.0-new-layout.5) (2026-03-11)
|
|
212
|
+
|
|
213
|
+
## [7.0.0-new-layout.4](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.3...v7.0.0-new-layout.4) (2026-03-11)
|
|
214
|
+
|
|
215
|
+
### ⚠ BREAKING CHANGES
|
|
216
|
+
|
|
217
|
+
- Требуется поддержка в виджетах
|
|
218
|
+
|
|
219
|
+
### Features
|
|
220
|
+
|
|
221
|
+
- добавлен тип фильтрации в контекст образа ([5421745](https://github.com/Infomaximum/widget-sdk/commit/54217452772fddf6703f28e2f60162a098fa5817))
|
|
222
|
+
- удалены WidgetPresetSettings ([1a5fe99](https://github.com/Infomaximum/widget-sdk/commit/1a5fe99228b4bc7e6b874758f312a4d6f8a3140c))
|
|
223
|
+
|
|
224
|
+
## [7.0.0-new-layout.3](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.2...v7.0.0-new-layout.3) (2026-02-27)
|
|
225
|
+
|
|
226
|
+
### Features
|
|
6
227
|
|
|
228
|
+
- отказ от настроек backgroundInEdit и spacing в темах ([ae5dc49](https://github.com/Infomaximum/widget-sdk/commit/ae5dc49bede1aefcd4f65692cb596810a2692a69))
|
|
229
|
+
|
|
230
|
+
## [7.0.0-new-layout.2](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.1...v7.0.0-new-layout.2) (2026-02-20)
|
|
231
|
+
|
|
232
|
+
### Features
|
|
233
|
+
|
|
234
|
+
- в настройки виджета добавлен цвет фона ([00ad777](https://github.com/Infomaximum/widget-sdk/commit/00ad7777d201918048b0610016751acf7b5c28e2))
|
|
235
|
+
|
|
236
|
+
## [7.0.0-new-layout.1](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-12...v7.0.0-new-layout.1) (2026-02-20)
|
|
237
|
+
|
|
238
|
+
### Features
|
|
239
|
+
|
|
240
|
+
- повышена apiVersion ([5adcca1](https://github.com/Infomaximum/widget-sdk/commit/5adcca17c14c746b20f0ca6eb3ea1d524d6a47a4))
|
|
241
|
+
- удалены отступы из темы ([b840210](https://github.com/Infomaximum/widget-sdk/commit/b8402106f85794f19d86d255558f81fe8e3a007c))
|
|
242
|
+
|
|
243
|
+
## [7.0.0-new-layout.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-new-layout.0) (2026-02-16)
|
|
244
|
+
|
|
245
|
+
### ⚠ BREAKING CHANGES
|
|
246
|
+
|
|
247
|
+
- отступы больше нельзя задавать в виджетах
|
|
248
|
+
|
|
249
|
+
### Features
|
|
250
|
+
|
|
251
|
+
- удалены отступы из настроек виджетов ([b5f1797](https://github.com/Infomaximum/widget-sdk/commit/b5f17973ee872c4d31b0fd07babc29ca83b1b72f))
|
|
252
|
+
|
|
253
|
+
## [7.0.0-new-layout.7](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.6...v7.0.0-new-layout.7) (2026-03-25)
|
|
254
|
+
|
|
255
|
+
## [7.0.0-new-layout.6](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.5...v7.0.0-new-layout.6) (2026-03-16)
|
|
256
|
+
|
|
257
|
+
### Features
|
|
258
|
+
|
|
259
|
+
- реализованы функции адаптации цветов ([01eb0e2](https://github.com/Infomaximum/widget-sdk/commit/01eb0e2e2dd208fa27ea057f640b80487c0a8ba1))
|
|
260
|
+
|
|
261
|
+
## [7.0.0-new-layout.5](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.4...v7.0.0-new-layout.5) (2026-03-11)
|
|
262
|
+
|
|
263
|
+
### ⚠ BREAKING CHANGES
|
|
264
|
+
|
|
265
|
+
- Требуется поддержка в виджетах
|
|
266
|
+
|
|
267
|
+
### Features
|
|
268
|
+
|
|
269
|
+
- удалены WidgetPresetSettings ([1a5fe99](https://github.com/Infomaximum/widget-sdk/commit/1a5fe99228b4bc7e6b874758f312a4d6f8a3140c))
|
|
270
|
+
|
|
271
|
+
## [7.0.0-new-layout.4](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.3...v7.0.0-new-layout.4) (2026-03-11)
|
|
272
|
+
|
|
273
|
+
### Features
|
|
274
|
+
|
|
275
|
+
- добавлен тип фильтрации в контекст образа ([5421745](https://github.com/Infomaximum/widget-sdk/commit/54217452772fddf6703f28e2f60162a098fa5817))
|
|
276
|
+
|
|
277
|
+
## [7.0.0-new-layout.3](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.2...v7.0.0-new-layout.3) (2026-02-27)
|
|
278
|
+
|
|
279
|
+
### Features
|
|
280
|
+
|
|
281
|
+
- отказ от настроек backgroundInEdit и spacing в темах ([ae5dc49](https://github.com/Infomaximum/widget-sdk/commit/ae5dc49bede1aefcd4f65692cb596810a2692a69))
|
|
282
|
+
|
|
283
|
+
## [7.0.0-new-layout.2](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-new-layout.1...v7.0.0-new-layout.2) (2026-02-20)
|
|
284
|
+
|
|
285
|
+
### Features
|
|
286
|
+
|
|
287
|
+
- в настройки виджета добавлен цвет фона ([00ad777](https://github.com/Infomaximum/widget-sdk/commit/00ad7777d201918048b0610016751acf7b5c28e2))
|
|
288
|
+
|
|
289
|
+
## [7.0.0-new-layout.1](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-12...v7.0.0-new-layout.1) (2026-02-20)
|
|
290
|
+
|
|
291
|
+
### Features
|
|
292
|
+
|
|
293
|
+
- повышена apiVersion ([5adcca1](https://github.com/Infomaximum/widget-sdk/commit/5adcca17c14c746b20f0ca6eb3ea1d524d6a47a4))
|
|
294
|
+
- удалены отступы из темы ([b840210](https://github.com/Infomaximum/widget-sdk/commit/b8402106f85794f19d86d255558f81fe8e3a007c))
|
|
295
|
+
|
|
296
|
+
## [7.0.0-new-layout.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-new-layout.0) (2026-02-16)
|
|
297
|
+
|
|
298
|
+
### ⚠ BREAKING CHANGES
|
|
299
|
+
|
|
300
|
+
- отступы больше нельзя задавать в виджетах
|
|
301
|
+
|
|
302
|
+
### Features
|
|
303
|
+
|
|
304
|
+
- удалены отступы из настроек виджетов ([b5f1797](https://github.com/Infomaximum/widget-sdk/commit/b5f17973ee872c4d31b0fd07babc29ca83b1b72f))
|
|
305
|
+
|
|
306
|
+
## [7.0.0-new-layout.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-new-layout.0) (2026-02-16)
|
|
307
|
+
|
|
308
|
+
### ⚠ BREAKING CHANGES
|
|
309
|
+
|
|
310
|
+
- отступы больше нельзя задавать в виджетах
|
|
311
|
+
|
|
312
|
+
### Features
|
|
313
|
+
|
|
314
|
+
- удалены отступы из настроек виджетов ([b5f1797](https://github.com/Infomaximum/widget-sdk/commit/b5f17973ee872c4d31b0fd07babc29ca83b1b72f))
|
|
315
|
+
|
|
316
|
+
## [7.0.0-12](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-12) (2026-02-20)
|
|
317
|
+
|
|
318
|
+
### Features
|
|
319
|
+
|
|
320
|
+
- registry factory-функций кастомных контролов выделен в отдельный интерфейс и экспортирован из библиотеки ([5746214](https://github.com/Infomaximum/widget-sdk/commit/57462145724b95a45a436621c43949d4d1e84fc8))
|
|
321
|
+
- добавлен интерфейс IControlProps ([a0d38a1](https://github.com/Infomaximum/widget-sdk/commit/a0d38a1542a4c82b1cf8b544263afd1084024805))
|
|
322
|
+
- добавлена возможность декларировать кастомные контролы в IDefinition ([4747b63](https://github.com/Infomaximum/widget-sdk/commit/4747b638c1b28ae366df1b4b27d5f928e8a09851))
|
|
323
|
+
- добавлены интерфейсы для декларации рантайма с жизненным циклом ([c5a9843](https://github.com/Infomaximum/widget-sdk/commit/c5a9843d0acdc829d77f95d247bb37be03780f33))
|
|
324
|
+
- поддержана типизация кастомных контролов в мета-описании ([29782d4](https://github.com/Infomaximum/widget-sdk/commit/29782d40b22328ea19a9d2ad516140a1417888fc))
|
|
325
|
+
- поддержана типизация кастомных контролов при регистрации виджетов ([780c2a1](https://github.com/Infomaximum/widget-sdk/commit/780c2a1df4553d5c83475b0659d83bca5d794e01))
|
|
326
|
+
|
|
327
|
+
## [7.0.0-11](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-10...v7.0.0-11) (2026-02-13)
|
|
328
|
+
|
|
329
|
+
### ⚠ BREAKING CHANGES
|
|
330
|
+
|
|
331
|
+
- необходимо поддержать поле type в зарегистрированных миграциях
|
|
332
|
+
- требуется поддержка поле localApiVersion при создании структуры
|
|
333
|
+
|
|
334
|
+
### Features
|
|
335
|
+
|
|
336
|
+
- поле localApiVersion для структуры виджета теперь обязательно ([5dd5d8d](https://github.com/Infomaximum/widget-sdk/commit/5dd5d8de9376f3eb0e4f7999c81023c32c343c58))
|
|
337
|
+
- поле type для контекста миграции теперь обязательно ([93f6ab8](https://github.com/Infomaximum/widget-sdk/commit/93f6ab89400bb0e4c5b67330bcb5c4bfa144c205))
|
|
338
|
+
- увеличена версия системной миграции ([f499658](https://github.com/Infomaximum/widget-sdk/commit/f49965890afca1a0836f77ae1c2f747cb93944e9))
|
|
339
|
+
|
|
340
|
+
## [7.0.0-10](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-9...v7.0.0-10) (2026-02-13)
|
|
341
|
+
|
|
342
|
+
### ⚠ BREAKING CHANGES
|
|
343
|
+
|
|
344
|
+
- требуется поддержка типизации в виджетах
|
|
345
|
+
- требуется поддержка типизации в виджетах
|
|
346
|
+
|
|
347
|
+
### Bug Fixes
|
|
348
|
+
|
|
349
|
+
- исправлена схема WidgetIndicatorAggregationValueSchema ([d70deb5](https://github.com/Infomaximum/widget-sdk/commit/d70deb5e1fdf046a8c79d265a9a28294cbded811))
|
|
350
|
+
|
|
351
|
+
- выполнен отказ от дженерика MigrationStruct в IDefinition ([193518b](https://github.com/Infomaximum/widget-sdk/commit/193518b7004454b61be4856e83d67ad494f04ac3))
|
|
352
|
+
- произведен отказ от дженерика GroupSettings в мета-описании ([2032b9d](https://github.com/Infomaximum/widget-sdk/commit/2032b9db41ac0c5d305b548eeddf1ea8141375b4))
|
|
353
|
+
|
|
354
|
+
## [7.0.0-9](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-8...v7.0.0-9) (2026-02-06)
|
|
355
|
+
|
|
356
|
+
### Bug Fixes
|
|
357
|
+
|
|
358
|
+
- исправлена схема numberRange в фильтре по формуле ([89171bc](https://github.com/Infomaximum/widget-sdk/commit/89171bcfcdd8542aaf795812d12b23528ea8fdba))
|
|
359
|
+
|
|
360
|
+
## [7.0.0-8](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-7...v7.0.0-8) (2026-02-03)
|
|
361
|
+
|
|
362
|
+
### Features
|
|
363
|
+
|
|
364
|
+
- добавлено вложенное действие Обновить переменную для действий по клику ([48822f8](https://github.com/Infomaximum/widget-sdk/commit/48822f87fd34e82feb699e210809e7f492d0844c))
|
|
365
|
+
|
|
366
|
+
## [7.0.0-7](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-6...v7.0.0-7) (2026-02-02)
|
|
367
|
+
|
|
368
|
+
### ⚠ BREAKING CHANGES
|
|
369
|
+
|
|
370
|
+
- Требуется поддержка в виджетах
|
|
371
|
+
|
|
372
|
+
### Features
|
|
373
|
+
|
|
374
|
+
- изменена типизация формата ([62a44fa](https://github.com/Infomaximum/widget-sdk/commit/62a44fa3e393b5ae14df05dc803e2d0b2c235911))
|
|
375
|
+
|
|
376
|
+
## [7.0.0-6](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-5...v7.0.0-6) (2026-01-26)
|
|
377
|
+
|
|
378
|
+
### ⚠ BREAKING CHANGES
|
|
379
|
+
|
|
380
|
+
- Требуется поддержка в виджетах
|
|
381
|
+
|
|
382
|
+
### Features
|
|
383
|
+
|
|
384
|
+
- отказ от onComplete в параметрах launchAction ([37710b3](https://github.com/Infomaximum/widget-sdk/commit/37710b3ae721211c1600ae141575d99066d44644))
|
|
385
|
+
|
|
386
|
+
## [7.0.0-5](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-4...v7.0.0-5) (2026-01-22)
|
|
387
|
+
|
|
388
|
+
### Bug Fixes
|
|
389
|
+
|
|
390
|
+
- необязательные поля действия открытия образа сделаны опциональными ([dec55c5](https://github.com/Infomaximum/widget-sdk/commit/dec55c542be792ae579f9a97cf56e79be07c52f6))
|
|
391
|
+
|
|
392
|
+
## [7.0.0-4](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-3...v7.0.0-4) (2026-01-21)
|
|
393
|
+
|
|
394
|
+
## [7.0.0-3](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-2...v7.0.0-3) (2026-01-21)
|
|
7
395
|
|
|
8
396
|
### Features
|
|
9
397
|
|
|
10
|
-
|
|
398
|
+
- добавлена возможность запросить у системы ожидание завершения асинхронной работы перед запуском действия ([9a1b67f](https://github.com/Infomaximum/widget-sdk/commit/9a1b67fa1eec90833cf5553840431fceda431653))
|
|
11
399
|
|
|
12
400
|
## [7.0.0-2](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-1...v7.0.0-2) (2026-01-20)
|
|
13
401
|
|
|
@@ -23,37 +411,34 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
23
411
|
|
|
24
412
|
## [6.0.0-view-theme.20](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.19...v6.0.0-view-theme.20) (2026-01-19)
|
|
25
413
|
|
|
26
|
-
|
|
27
414
|
### ⚠ BREAKING CHANGES
|
|
28
415
|
|
|
29
|
-
|
|
416
|
+
- Требуется поддержка в виджетах
|
|
30
417
|
|
|
31
418
|
### Features
|
|
32
419
|
|
|
33
|
-
|
|
34
|
-
|
|
420
|
+
- ActionOnClickControl предоставлен новый API для кастомизации действий ([8860d8c](https://github.com/Infomaximum/widget-sdk/commit/8860d8c26b29b46015b226694489ecf16e4120d2))
|
|
421
|
+
- добавлен новый тип действия ([16aac51](https://github.com/Infomaximum/widget-sdk/commit/16aac51507395a765016157100a31cc9f57d032f))
|
|
35
422
|
|
|
36
423
|
## [6.0.0-view-theme.19](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.18...v6.0.0-view-theme.19) (2026-01-15)
|
|
37
424
|
|
|
38
|
-
|
|
39
425
|
### ⚠ BREAKING CHANGES
|
|
40
426
|
|
|
41
|
-
|
|
42
|
-
|
|
427
|
+
- вместо удаленной функции в виджетах требуется использовать функцию fillTemplateSql
|
|
428
|
+
- требуется поддержка в виджетах
|
|
43
429
|
|
|
44
430
|
### Features
|
|
45
431
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
432
|
+
- в схему формулы добавлена мета-информация о типе сущности ([45cb47f](https://github.com/Infomaximum/widget-sdk/commit/45cb47f79414d47c27529f4506bc507fee2d07cc))
|
|
433
|
+
- из типа линзы убраны TNullable и Partial ([8f85239](https://github.com/Infomaximum/widget-sdk/commit/8f852393700b4914645eb6110fda3b55329cb83f))
|
|
434
|
+
- метод createSettingsSchema сделан обязательным, а метод fillSettings - необязательным ([d0734a8](https://github.com/Infomaximum/widget-sdk/commit/d0734a8319e5abd96863ed345f35678170c0c0e3))
|
|
435
|
+
- удалена функция fillTemplateString ([43a051d](https://github.com/Infomaximum/widget-sdk/commit/43a051dc6cdff3d774b06fe2e63f454b9f90a4d6))
|
|
50
436
|
|
|
51
437
|
## [6.0.0-view-theme.18](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.17...v6.0.0-view-theme.18) (2026-01-13)
|
|
52
438
|
|
|
53
|
-
|
|
54
439
|
### Features
|
|
55
440
|
|
|
56
|
-
|
|
441
|
+
- изменен api миграций ([ab086c6](https://github.com/Infomaximum/widget-sdk/commit/ab086c6c22ef489059b9a5ae01460af91b6f4782))
|
|
57
442
|
|
|
58
443
|
## [6.0.0-view-theme.17](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.16...v6.0.0-view-theme.17) (2025-12-18)
|
|
59
444
|
|
|
@@ -63,101 +448,90 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
63
448
|
|
|
64
449
|
## [6.0.0-view-theme.14](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.13...v6.0.0-view-theme.14) (2025-12-15)
|
|
65
450
|
|
|
66
|
-
|
|
67
451
|
### Bug Fixes
|
|
68
452
|
|
|
69
|
-
|
|
70
|
-
|
|
453
|
+
- исправлена схема настроек форматирования ([22b9ac8](https://github.com/Infomaximum/widget-sdk/commit/22b9ac857486d55c201cb5259db1b1230c634692))
|
|
454
|
+
- расширен тип схемы для поля lastTimeUnit в фильтре по формуле ([d41ee4e](https://github.com/Infomaximum/widget-sdk/commit/d41ee4e0aedc878da0b7fd153a71ea84373b9cd9))
|
|
71
455
|
|
|
72
456
|
## [6.0.0-view-theme.13](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.12...v6.0.0-view-theme.13) (2025-12-01)
|
|
73
457
|
|
|
74
|
-
|
|
75
458
|
### Features
|
|
76
459
|
|
|
77
|
-
|
|
460
|
+
- Добавлен и поддержан тип для разреза внутри иерархии ([#133](https://github.com/Infomaximum/widget-sdk/issues/133)) ([120150e](https://github.com/Infomaximum/widget-sdk/commit/120150e004ef7e691345bc50b8f37312c205d7b2))
|
|
78
461
|
|
|
79
462
|
## [6.0.0-view-theme.12](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.11...v6.0.0-view-theme.12) (2025-11-27)
|
|
80
463
|
|
|
81
|
-
|
|
82
464
|
### ⚠ BREAKING CHANGES
|
|
83
465
|
|
|
84
|
-
|
|
85
|
-
|
|
466
|
+
- требуется поддержка в виджетах
|
|
467
|
+
- требуется поддержка в мета-описании виджетов, которые использовали этот флаг
|
|
86
468
|
|
|
87
469
|
### Features
|
|
88
470
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
471
|
+
- выполнена ревизия дефолтных значения схем ([3c397d8](https://github.com/Infomaximum/widget-sdk/commit/3c397d8e77ba8fe76e58edca6bcb849ef5934338))
|
|
472
|
+
- к схеме базовых настроек виджета привязана тема ([7ab52be](https://github.com/Infomaximum/widget-sdk/commit/7ab52becfa93f30b94fb5a3dcee3bee76c624d21))
|
|
473
|
+
- флаг fillSettings переименован на resolveSettings, т.к. теперь активирует не только этап fillSettings. ([3448973](https://github.com/Infomaximum/widget-sdk/commit/3448973695a973011688fb29f80cc96d7946b6fd))
|
|
92
474
|
|
|
93
475
|
## [6.0.0-view-theme.11](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.10...v6.0.0-view-theme.11) (2025-11-24)
|
|
94
476
|
|
|
95
|
-
|
|
96
477
|
### ⚠ BREAKING CHANGES
|
|
97
478
|
|
|
98
|
-
|
|
479
|
+
- некоторые поля настроек виджетов сделаны обязательными
|
|
99
480
|
|
|
100
481
|
### Features
|
|
101
482
|
|
|
102
|
-
|
|
483
|
+
- выполнен первый этап ревизии схем ([67f5efb](https://github.com/Infomaximum/widget-sdk/commit/67f5efb8b3cd4eef477f64efceba18942522789c))
|
|
103
484
|
|
|
104
485
|
## [6.0.0-view-theme.10](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.9...v6.0.0-view-theme.10) (2025-11-20)
|
|
105
486
|
|
|
106
487
|
## [6.0.0-view-theme.9](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-17...v6.0.0-view-theme.9) (2025-11-19)
|
|
107
488
|
|
|
108
|
-
|
|
109
489
|
### Features
|
|
110
490
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
491
|
+
- описана схема для WidgetPresetSettingsSchema ([bd1bdfc](https://github.com/Infomaximum/widget-sdk/commit/bd1bdfc28005122a774051589e3288c44272f9b2))
|
|
492
|
+
- описана схема для WidgetPresetSettingsSchema ([ade690c](https://github.com/Infomaximum/widget-sdk/commit/ade690c2e6a61e46af419919cba59ab365eb4d4f))
|
|
493
|
+
- схемы наполнены дефолтами ([3f7f99c](https://github.com/Infomaximum/widget-sdk/commit/3f7f99cbbd5e9795f8b676fe9f862052a31f4306))
|
|
114
494
|
|
|
115
495
|
## [6.0.0-view-theme.8](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.7...v6.0.0-view-theme.8) (2025-11-14)
|
|
116
496
|
|
|
117
|
-
|
|
118
497
|
### Features
|
|
119
498
|
|
|
120
|
-
|
|
499
|
+
- добавлен общий disabled для RadioIconGroupControl ([a000905](https://github.com/Infomaximum/widget-sdk/commit/a00090571e9c9109904c6df8dead94760047d108))
|
|
121
500
|
|
|
122
501
|
## [6.0.0-view-theme.7](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-16...v6.0.0-view-theme.7) (2025-11-13)
|
|
123
502
|
|
|
124
|
-
|
|
125
503
|
### Features
|
|
126
504
|
|
|
127
|
-
|
|
128
|
-
|
|
505
|
+
- добавлен ISchemaContext в метод createSettingsSchema ([5a9475b](https://github.com/Infomaximum/widget-sdk/commit/5a9475bcc042b97ceb47146c8fa64c402824762c))
|
|
506
|
+
- добавлена zod схема для процессного индикатора ([07f2788](https://github.com/Infomaximum/widget-sdk/commit/07f27881ea43f3278608b485a3088039dc0228a0))
|
|
129
507
|
|
|
130
508
|
## [6.0.0-view-theme.6](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.5...v6.0.0-view-theme.6) (2025-11-07)
|
|
131
509
|
|
|
132
|
-
|
|
133
510
|
### Features
|
|
134
511
|
|
|
135
|
-
|
|
512
|
+
- добавлены zod схемы для базовых настроек виджета ([b55eeb1](https://github.com/Infomaximum/widget-sdk/commit/b55eeb1b932fa5348b575fa220b61361e1defdd6))
|
|
136
513
|
|
|
137
514
|
## [6.0.0-view-theme.5](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.4...v6.0.0-view-theme.5) (2025-11-01)
|
|
138
515
|
|
|
139
|
-
|
|
140
516
|
### Features
|
|
141
517
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
518
|
+
- добавлен интерфейс ITheme [BI-15688] ([4c0821c](https://github.com/Infomaximum/widget-sdk/commit/4c0821cdee32900f6cd225da4e07b78082a243de))
|
|
519
|
+
- добавлена функция для привязки мета-информации о теме к Zod-схеме ([731fd97](https://github.com/Infomaximum/widget-sdk/commit/731fd9784a9cce1586bf14cde2f747582a61371c))
|
|
520
|
+
- удален флаг use_theme [BI-15617] ([f0fce3b](https://github.com/Infomaximum/widget-sdk/commit/f0fce3be7bcc1472fcd930f883b83f6702f839da))
|
|
145
521
|
|
|
146
522
|
## [6.0.0-view-theme.4](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.3...v6.0.0-view-theme.4) (2025-10-24)
|
|
147
523
|
|
|
148
|
-
|
|
149
524
|
### Features
|
|
150
525
|
|
|
151
|
-
|
|
526
|
+
- IDefinition расширен методом createSettingsScheme ([55e6569](https://github.com/Infomaximum/widget-sdk/commit/55e65694b9aa03bebaf638bf9156f719aa884cd1))
|
|
152
527
|
|
|
153
528
|
## [6.0.0-view-theme.3](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.2...v6.0.0-view-theme.3) (2025-10-07)
|
|
154
529
|
|
|
155
|
-
|
|
156
530
|
### Features
|
|
157
531
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
532
|
+
- добавлен disabled для Control используемых в панели отображения [BI-15509] ([6c58001](https://github.com/Infomaximum/widget-sdk/commit/6c58001f88648b48f81dd86480cc1ec25022493b))
|
|
533
|
+
- добавлена поддержка cleanupThemeProperties для кастомных виджетов [BI-15499] ([879c956](https://github.com/Infomaximum/widget-sdk/commit/879c956c9893b0379968eadd420912ccac8405fd))
|
|
534
|
+
- флаг useTheme перенесен в конфиг виджета [BI-15072] ([5d9c187](https://github.com/Infomaximum/widget-sdk/commit/5d9c187af2b1ebe39b66bbd5853c6112b603e6c7))
|
|
161
535
|
|
|
162
536
|
## [6.0.0-view-theme.2](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-15...v6.0.0-view-theme.2) (2025-10-02)
|
|
163
537
|
|
|
@@ -165,52 +539,47 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
165
539
|
|
|
166
540
|
## [6.0.0-view-theme.0](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-12...v6.0.0-view-theme.0) (2025-09-29)
|
|
167
541
|
|
|
168
|
-
|
|
169
542
|
### Features
|
|
170
543
|
|
|
171
|
-
|
|
544
|
+
- поддержен флаг для темы [BI-15496] ([5196fa6](https://github.com/Infomaximum/widget-sdk/commit/5196fa6c69a521c4529a355e674bcb1f8c1aac39))
|
|
172
545
|
|
|
173
546
|
## [6.0.0-view-theme.15](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.14...v6.0.0-view-theme.15) (2025-12-15)
|
|
174
547
|
|
|
175
548
|
## [6.0.0-view-theme.14](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.13...v6.0.0-view-theme.14) (2025-12-15)
|
|
176
549
|
|
|
177
|
-
|
|
178
550
|
### Bug Fixes
|
|
179
551
|
|
|
180
|
-
|
|
181
|
-
|
|
552
|
+
- исправлена схема настроек форматирования ([22b9ac8](https://github.com/Infomaximum/widget-sdk/commit/22b9ac857486d55c201cb5259db1b1230c634692))
|
|
553
|
+
- расширен тип схемы для поля lastTimeUnit в фильтре по формуле ([d41ee4e](https://github.com/Infomaximum/widget-sdk/commit/d41ee4e0aedc878da0b7fd153a71ea84373b9cd9))
|
|
182
554
|
|
|
183
555
|
## [6.0.0-view-theme.13](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.12...v6.0.0-view-theme.13) (2025-12-01)
|
|
184
556
|
|
|
185
|
-
|
|
186
557
|
### Features
|
|
187
558
|
|
|
188
|
-
|
|
559
|
+
- Добавлен и поддержан тип для разреза внутри иерархии ([#133](https://github.com/Infomaximum/widget-sdk/issues/133)) ([120150e](https://github.com/Infomaximum/widget-sdk/commit/120150e004ef7e691345bc50b8f37312c205d7b2))
|
|
189
560
|
|
|
190
561
|
## [6.0.0-view-theme.12](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.11...v6.0.0-view-theme.12) (2025-11-27)
|
|
191
562
|
|
|
192
|
-
|
|
193
563
|
### ⚠ BREAKING CHANGES
|
|
194
564
|
|
|
195
|
-
|
|
196
|
-
|
|
565
|
+
- требуется поддержка в виджетах
|
|
566
|
+
- требуется поддержка в мета-описании виджетов, которые использовали этот флаг
|
|
197
567
|
|
|
198
568
|
### Features
|
|
199
569
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
570
|
+
- выполнена ревизия дефолтных значения схем ([3c397d8](https://github.com/Infomaximum/widget-sdk/commit/3c397d8e77ba8fe76e58edca6bcb849ef5934338))
|
|
571
|
+
- к схеме базовых настроек виджета привязана тема ([7ab52be](https://github.com/Infomaximum/widget-sdk/commit/7ab52becfa93f30b94fb5a3dcee3bee76c624d21))
|
|
572
|
+
- флаг fillSettings переименован на resolveSettings, т.к. теперь активирует не только этап fillSettings. ([3448973](https://github.com/Infomaximum/widget-sdk/commit/3448973695a973011688fb29f80cc96d7946b6fd))
|
|
203
573
|
|
|
204
574
|
## [6.0.0-view-theme.11](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.10...v6.0.0-view-theme.11) (2025-11-24)
|
|
205
575
|
|
|
206
|
-
|
|
207
576
|
### ⚠ BREAKING CHANGES
|
|
208
577
|
|
|
209
|
-
|
|
578
|
+
- некоторые поля настроек виджетов сделаны обязательными
|
|
210
579
|
|
|
211
580
|
### Features
|
|
212
581
|
|
|
213
|
-
|
|
582
|
+
- выполнен первый этап ревизии схем ([67f5efb](https://github.com/Infomaximum/widget-sdk/commit/67f5efb8b3cd4eef477f64efceba18942522789c))
|
|
214
583
|
|
|
215
584
|
## [6.0.0-view-theme.10](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.9...v6.0.0-view-theme.10) (2025-11-20)
|
|
216
585
|
|
|
@@ -218,11 +587,10 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
218
587
|
|
|
219
588
|
## [6.0.0-17](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.8...v6.0.0-17) (2025-11-19)
|
|
220
589
|
|
|
221
|
-
|
|
222
590
|
### Features
|
|
223
591
|
|
|
224
|
-
|
|
225
|
-
|
|
592
|
+
- добавлен innerTemplateName для шаблонов ([7980b8a](https://github.com/Infomaximum/widget-sdk/commit/7980b8a9a18b166c74b77f8ef5cf8f9e13ca711a))
|
|
593
|
+
- добавлена возможность изменять список селлекта условий отображения ([dd0c1d7](https://github.com/Infomaximum/widget-sdk/commit/dd0c1d7b8df655ad23eea77c16cbb1baa44192f7))
|
|
226
594
|
|
|
227
595
|
## [6.0.0-view-theme.9](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-view-theme.8...v6.0.0-view-theme.9) (2025-11-19)
|
|
228
596
|
|