@infomaximum/widget-sdk 7.0.0-2604.1 → 7.0.0-27

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 CHANGED
@@ -2,19 +2,58 @@
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-2604.1](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-2604.0...v7.0.0-2604.1) (2026-05-15)
5
+ ## [7.0.0-27](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-26...v7.0.0-27) (2026-06-04)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * список параметров в createPanelDescription заменен на объект
11
+ * изменена структура базовых настроек виджета
12
+
13
+ ### Features
14
+
15
+ * в createPanelDescription прокинут viewContext ([f7a9749](https://github.com/Infomaximum/widget-sdk/commit/f7a97499bcbd1948bd1d5f0586f4f50fb14cc1ab))
16
+ * выполнена переработка настроек фильтрации виджета ([aa5d34b](https://github.com/Infomaximum/widget-sdk/commit/aa5d34b07a39502d22181cf160d8549b41ab788a))
17
+ * добавлен EExpectedFieldTypes и проброс типа поля скрипта [BI-16272] ([5f4bece](https://github.com/Infomaximum/widget-sdk/commit/5f4bece23c0e30ec2714e0ce9884e45efe6b8bcf))
18
+ * добавлен вспомогательный тип для вывода типа значения для конкретной версии версионированной схемы ([12c896b](https://github.com/Infomaximum/widget-sdk/commit/12c896b753ec959f39422adb9118d762367f620f))
19
+
20
+ ## [7.0.0-26](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-25...v7.0.0-26) (2026-05-29)
21
+
22
+
23
+ ### Features
24
+
25
+ * **VersionedEnum:** добавлена утилита версионирования enum + миграция всех 49 enum на VersionedEnum.build + регресс-тесты ([4a6f79d](https://github.com/Infomaximum/widget-sdk/commit/4a6f79d5686eff8dea0d8424615e2899015c59db))
26
+ * **VersionedEnum:** добавлены zodEnumLike, versionedEnumValues, TVersionedEnumValues ([2d20079](https://github.com/Infomaximum/widget-sdk/commit/2d20079178decef123bc1ca49068b330ce3755af))
27
+
28
+ ## [7.0.0-25](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-24...v7.0.0-25) (2026-05-26)
29
+
30
+
31
+ ### Features
32
+
33
+ * добавлена поддержка подсказки в ISwitchControl [BI-16364] ([8a92e05](https://github.com/Infomaximum/widget-sdk/commit/8a92e0531a741f2d9e3c62955a3be148670b3799))
34
+
35
+ ## [7.0.0-24](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-23...v7.0.0-24) (2026-05-20)
36
+
37
+ ## [7.0.0-23](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-22...v7.0.0-23) (2026-05-20)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * обновление зависимости @infomaximum/base-filter до версии 2.0.0 ([c2a834b](https://github.com/Infomaximum/widget-sdk/commit/c2a834bee9127d727b13bdd7bf3720f492da3701))
43
+
44
+ ## [7.0.0-22](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-21...v7.0.0-22) (2026-05-15)
6
45
 
7
46
 
8
47
  ### Bug Fixes
9
48
 
10
- * исправлен пропуск NULL-строк в фильтре по формуле [BI-16341] ([1e3e411](https://github.com/Infomaximum/widget-sdk/commit/1e3e411c227e2f37bc3d1a6d0c16c8bf3d3edeab))
49
+ * исправлен пропуск NULL-строк в фильтре по формуле [BI-16341] ([7e6d103](https://github.com/Infomaximum/widget-sdk/commit/7e6d103a869937a031dc428e971ee7bcb5205df2))
11
50
 
12
- ## [7.0.0-2604.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-20...v7.0.0-2604.0) (2026-05-13)
51
+ ## [7.0.0-21](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-20...v7.0.0-21) (2026-05-13)
13
52
 
14
53
 
15
54
  ### Bug Fixes
16
55
 
17
- * исправлен порядок схем в union ActionSchema, влиял на парсинг по схеме ([ae403b1](https://github.com/Infomaximum/widget-sdk/commit/ae403b122b2f9be6982cd70b6a3d80b1ec1cc0e5))
56
+ * исправлен порядок схем в union ActionSchema, влиял на парсинг по схеме ([9eb13b5](https://github.com/Infomaximum/widget-sdk/commit/9eb13b53d97e8fce1a290dfca902b857624c5444))
18
57
 
19
58
  ## [7.0.0-20](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-19...v7.0.0-20) (2026-05-07)
20
59