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