@choiceform/os-client-core 3.6.74 → 3.6.76
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 +13 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/package.json +5 -3
package/changelog.md
CHANGED
@@ -22,6 +22,19 @@
|
|
22
22
|
|
23
23
|
### Removed
|
24
24
|
|
25
|
+
## 3.6.76 - 2024-10-11
|
26
|
+
|
27
|
+
### Changed
|
28
|
+
|
29
|
+
- 动态渲染客户端只需要提供 treeUrl,去掉对 templatePath 的检查
|
30
|
+
|
31
|
+
## 3.6.75 - 2024-8-30
|
32
|
+
|
33
|
+
### Added
|
34
|
+
|
35
|
+
- 添加 vitest 编写单元测试
|
36
|
+
- 提交答案前检查 loop_ctxs,如果有不合理的数据,进行修复并上报至 sentry
|
37
|
+
|
25
38
|
## 3.6.74 - 2024-8-15
|
26
39
|
|
27
40
|
### Added
|