Commit Graph

2383 Commits

Author SHA1 Message Date
贤心
aa27f049a7 release: v2.9.27 v2.9.27 2025-07-21 11:10:28 +08:00
贤心
b94720dbdc style: 清理代码多余空白符 2025-06-18 11:49:26 +08:00
morning-star
32916cc7da fix(form-select): 修复 option 两端的 Unicode 空格(U+00A0)被去除的问题 (#2676)
* fix(form-select): 修复 option 两端的 Unicode 空格(U+00A0)被去除的问题

* update

* update

* fix
2025-06-18 10:50:40 +08:00
贤心
0a80e99024 fix(form): 修复 select 组件的字符转义问题 (#2661)
* fix(form): 修复 select 组件的字符转义问题

* Update src/modules/form.js

Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>

---------

Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
2025-06-18 10:50:40 +08:00
贤心
467a8de205 release: v2.9.26 v2.9.26 2025-04-15 13:39:54 +08:00
贤心
aedd2862a6 fix: 优化 escape 和 unescape 在解析某些特殊字符串时的潜在问题 (#2628)
* fix: 修复 escape 未转义 unicode 中 & 字符的问题

* chore: update

* fix: 优化 unescape 替换顺序,确保为 escape 替换的反向顺序

* chore: update
2025-04-15 13:30:23 +08:00
morning-star
28da41f5ac fix(layer): 空图片容器动态添加图片时,无法收集数据的问题 (#2581) 2025-04-14 21:54:33 +08:00
贤心
d968fe6e37 fix: 修复 body 初始 line-height 无效的问题 (#2569) 2025-04-14 21:54:10 +08:00
贤心
3c8bf78062 release: v2.9.25 v2.9.25 2025-03-13 15:27:21 +08:00
贤心
51e4af06a2 fix(layer): 修复在 success 中关闭上一个弹层报错的问题 (#2548)
* fix(layer): 修复在 success 中关闭上一个弹层报错的问题

* Update src/modules/layer.js

---------

Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
2025-03-13 14:12:50 +08:00
贤心
a86211b92f release: v2.9.24 v2.9.24 2025-03-07 16:34:04 +08:00
morning-star
a28b4bdb11 fix(layer): 改进设置页面滚动条逻辑 (#2537)
* fix(layer): 改进设置页面滚动条逻辑

* chore: 移除多余参数

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2025-03-07 15:59:05 +08:00
morning-star
500379b51e chore: 更新 bug-feature.yml,添加标题格式 (#2538)
* 更新 bug-feature.yml,添加标题格式

例如
[table] 表格能否支持自定义请求

* Update .github/ISSUE_TEMPLATE/bug-feature.yml

* Update .github/ISSUE_TEMPLATE/bug-feature.yml
2025-03-06 11:34:33 +08:00
morning-star
ba2106a6e9 fix(treeTable): 修复 checkbox 重复更新 (#2528)
* perf(treeTable): 优化行选中性能

* revert hightlightSelectedRow
2025-03-05 22:24:45 +08:00
morning-star
242c94f57c fix(treeTable): 修复 treeToFlat 改变根节点 pid 问题 (#2526) 2025-03-05 22:13:35 +08:00
morning-star
08ccd5a729 fix(code): 修复选项卡底边框重叠问题 (#2519) 2025-03-05 22:11:20 +08:00
贤心
7dfb66b94e release: v2.9.23
Some checks failed
Issue Close Require / issue-close-require (push) Has been cancelled
v2.9.23
2025-02-19 23:48:50 +08:00
贤心
b7aea4e55e feat(icon): 新增 6 个图标 (#2511) 2025-02-19 22:50:21 +08:00
贤心
e9449a5f9b fix: 优化 layui-text 在混合列表下的显示问题 (#2510) 2025-02-19 22:49:49 +08:00
morning-star
7560b87520 fix(form): 修复赋值 (#2503) 2025-02-15 17:23:32 +08:00
贤心
ab631a6bfe release: v2.9.22 v2.9.22 2025-02-14 17:45:28 +08:00
贤心
b30038f3c6 docs: 优化 util.on() 方法的文档说明 2025-02-14 17:32:43 +08:00
morning-star
baf8d77d18 revert #2411 (#2501) 2025-02-14 16:47:06 +08:00
Session小胡
312ea445a3 feat(css): monospace font fallback (#2488) 2025-02-14 16:41:39 +08:00
morning-star
a7321ef811 fix(treeTable): 异步加载子节点失败后,无法点击重新加载 (#2479) 2025-02-14 16:40:27 +08:00
morning-star
b38d7fd443 fix(form): 修复 select 未选中时 form.val 获取到的值为 null 的问题 (#2475) 2025-02-14 16:38:01 +08:00
morning-star
317512bbb1 fix(form): 修复 form.val 第二个参数为 ArrayLike 时表单赋值异常 (#2455) 2025-01-16 16:08:31 +08:00
贤心
0cde55a43d release: v2.9.21 v2.9.21 2025-01-03 15:17:49 +08:00
贤心
3db53048c1 docs(version): 更新 2.9.21-rc.3 下载链接 v2.9.21-rc.3 2024-12-31 00:21:27 +08:00
贤心
658884913a release: v2.9.21-rc.3 2024-12-30 22:57:48 +08:00
morning-star
000368b501 fix(form): 修复 IE8 中 checkbox 半选问题 (#2442)
* fix(table): 修复 table 在 IE8 下报错问题

* update code

* fix(form): 修复 IE8 中 checkbox 半选问题

* chore: 恢复非 IE8 改动
2024-12-30 22:41:44 +08:00
贤心
7c9fb60811 docs(version): 补充 2.9.21-rc.3 更新日志说明 2024-12-30 22:22:43 +08:00
贤心
258c5109cc release: v2.9.21-rc.2 v2.9.21-rc.2 2024-12-30 14:17:45 +08:00
morning-star
83503e5e8a Revert "feat(form): 相同 name 的 checkbox,将值序列化为数组 (#2428)" (#2443)
This reverts commit c7452c788a.
2024-12-30 14:04:46 +08:00
morning-star
0d17679d01 fix(table): 修复 table 在 IE8 下报错问题 (#2437)
* fix(table): 修复 table 在 IE8 下报错问题

* update code
2024-12-30 13:50:34 +08:00
贤心
b0b387a0fe docs: 同步 v2.9.21-rc.1 更新日志 2024-12-25 19:20:41 +08:00
贤心
dfe2703d4d release: v2.9.21-rc.1 v2.9.21-rc.1 2024-12-25 19:15:41 +08:00
morning-star
c7452c788a feat(form): 相同 name 的 checkbox,将值序列化为数组 (#2428)
* fix(form): form.val 获取 multiple select 值错误

* fix(form): 表单验证时非字符串值不应规范化

* feat(form): 相同 name 属性的多选框,支持将值序列化为数组

* update

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2024-12-25 19:07:58 +08:00
morning-star
d833771d77 fix(form): form.val 获取 multiple select 值错误 (#2425)
* fix(form): form.val 获取 multiple select 值错误

* fix(form): 表单验证时非字符串值不应规范化

* update
2024-12-25 16:42:58 +08:00
morning-star
e1aef65c4f feat(code): 支持获取复制状态,阻止默认提示 (#2419)
* feat(code): 新增 onCopy(code, copied) 函数签名

* update code
2024-12-25 16:33:52 +08:00
morning-star
34d00e9c40 docs(treeTable): 更新 treeTable.checkStatus 文档 (#2426) 2024-12-25 16:03:17 +08:00
贤心
d679d26a00 release: v2.9.21-rc v2.9.21-rc 2024-12-21 12:08:43 +08:00
morning-star
29d488a0f4 feat(table): 重新添加 resizeObserver (#2411)
* wip(table): auto resize

* update code

* chore: 移除 object 策略
2024-12-21 11:57:05 +08:00
贤心
bf9188a949 fix(treeTable): 修复直接赋值 data 时切换分页出现报错的问题 (#2406)
* fix(treeTable): 修复直接赋值 `data` 时切换分页出现报错的问题

* fix(treeTable): 重新修正赋值 data 时顶层节点 LAY_DATA_INDEX 值的异常问题
2024-12-20 17:41:07 +08:00
morning-star
0356e805d2 fix: 修复 nav 在 IE 中的兼容性问题 (#2415)
* fix(nav): 导航菜单在 IE 中的兼容性问题

* treeTable(test): 添加 IE 测试
2024-12-20 16:28:15 +08:00
贤心
e0a806449b fix(table): 修复无法正确导出合计行模板的问题 (#2412) 2024-12-20 16:20:56 +08:00
贤心
30a9c7d438 feat(tab): 新增 element.tabDelete() 方法的第三个参数,用于强制删除 tab (#2407)
* feat(tab): 新增 `element.tabDelete()` 方法的第三个参数,用于强制删除 tab

* docs(tab): 补充文档
2024-12-20 16:18:47 +08:00
贤心
d7df5f031e build: 优化 vs 参数 (#2405) 2024-12-20 16:17:04 +08:00
morning-star
ce8fde5d43 fix(table): 隐藏元素内渲染 table 时获取宽度的行为回退到 2.9.9 之前 (#2402)
* fix(table): 隐藏元素内渲染 table 时获取宽度的行为回退到 2.9.17 之前

#2187

* update code

* update code

* update code

* chore: typo

* chore: 更新注释
2024-12-20 16:16:22 +08:00
morning-star
7e207aa0a9 fix(colorpicker): 修复颜色值错误 (#2401)
#1863
2024-12-20 16:10:45 +08:00