@infomaximum/widget-sdk 7.0.0-2601.0 → 7.0.0-2601.2
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 +23 -0
- package/dist/index.d.ts +10114 -10104
- package/dist/index.esm.js +4 -3
- package/dist/index.js +4 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
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-2601.2](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-2601.1...v7.0.0-2601.2) (2026-02-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* требуется поддержка типизации в виджетах
|
|
11
|
+
* требуется поддержка типизации в виджетах
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* исправлена схема WidgetIndicatorAggregationValueSchema ([d1df63c](https://github.com/Infomaximum/widget-sdk/commit/d1df63c17b9d46d5de2d7798c32a3a6e684309ba))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
* выполнен отказ от дженерика MigrationStruct в IDefinition ([64eb468](https://github.com/Infomaximum/widget-sdk/commit/64eb468410de50813a34736bcb2b6ad2b391a9f8))
|
|
19
|
+
* произведен отказ от дженерика GroupSettings в мета-описании ([10b6b8e](https://github.com/Infomaximum/widget-sdk/commit/10b6b8eef6529f58ec3c882a3acb6afe6e4b9a8d))
|
|
20
|
+
|
|
21
|
+
## [7.0.0-2601.1](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-2601.0...v7.0.0-2601.1) (2026-02-06)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* исправлена схема numberRange в фильтре по формуле ([55dd72b](https://github.com/Infomaximum/widget-sdk/commit/55dd72b1964fb855e703a91be88c805bea307cff))
|
|
27
|
+
|
|
5
28
|
## [7.0.0-2601.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-7...v7.0.0-2601.0) (2026-02-03)
|
|
6
29
|
|
|
7
30
|
## [7.0.0-7](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-6...v7.0.0-7) (2026-02-02)
|