Commit Graph

2396 Commits

Author SHA1 Message Date
morning-star
e029605793
feat(util): util.toDateString 规范化字符串日期 (#2543) 2025-03-10 14:32:39 +08:00
贤心
7075fddfeb
feat: 升级 2.10 核心 (#2477) 2025-03-10 14:30:36 +08:00
贤心
c112285cb3
Merge branch 'main' into 2.10-dev 2025-03-10 14:15:12 +08:00
morning-star
6fa811f8a5
fix(form-input-number): 限制允许输入的字符 (#2465)
* fix(form-input-number): 阻止非法字符输入

* chore: 简化代码

* fix: ie8

* update

* fix

* feat(form-input-number): 增强 input-number

* refactor: 移除 lay-keyboard 属性,由 readonly 替代

* update

* update

* docs: 更新文档

* chore: readonly 时禁用控制按钮

* docs: update
2025-03-10 14:08:59 +08:00
贤心
7c503ad6c7
docs: 更正 class 公共类文档错误 (#2546)
| layui-border-box | 设置元素及其所有子元素均为 `box-sizing: border-box` 模型的容器 |

Co-authored-by: itletu <itletu@163.com>
2025-03-10 13:56:23 +08:00
贤心
5d6ff456ee docs: 更新浏览器兼容性说明 2025-03-10 13:53:37 +08:00
贤心
a86211b92f release: 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
贤心
4c46682e2e chore(component): 清除无用代码 2025-03-05 20:09:55 +08:00
贤心
c5b90d63be perf(code): 优化对预览区域中的 tabs 组件的定向渲染 2025-03-05 19:54:59 +08:00
贤心
a67ec33b05
Merge branch 'main' into 2.10-dev 2025-03-05 19:43:46 +08:00
贤心
725fc442f7 refactor: 重写 tabs 标签页组件文档 2025-03-05 19:37:39 +08:00
贤心
82a497927c refactor: 重构 tabs 代码大量细节 2025-03-05 19:36:54 +08:00
贤心
c1aa3bc6c9 style: 移除无效的 CSS 及优化不规范的 CSS 2025-03-05 19:35:05 +08:00
贤心
3c2e769934 docs: 优化 component 文档细节 2025-03-05 19:27:06 +08:00
贤心
6338c22ec1 docs: 重构 component 组件构建器文档 2025-03-04 21:34:27 +08:00
贤心
3460ee2d6a chore(css): 降低 .layui-text a 样式优先级 2025-03-04 01:00:04 +08:00
贤心
9ed49e9254 docs: 新增 tabs 组件升级提示 2025-03-02 22:39:55 +08:00
贤心
6e410d3718 docs: 新增 tabs 标签组件文档 2025-02-27 15:20:00 +08:00
贤心
fcf7a91bb4 docs: 新增 AI Agent 生成文档提示词 2025-02-27 14:19:04 +08:00
贤心
72acb98173 docs: 添加 component 组件构建器文档 2025-02-23 16:00:55 +08:00
贤心
36e741da47 chore: 优化 component 接口扩展的方式等细节 2025-02-23 15:57:48 +08:00
贤心
7dfb66b94e release: v2.9.23
Some checks failed
Issue Close Require / issue-close-require (push) Has been cancelled
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 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
贤心
752301c271 feat: 新增 tabs 标签页组件 2025-01-20 10:25:36 +08:00
贤心
fa73499d58 feat: 新增 component 组件构建器 2025-01-20 10:24:03 +08:00
贤心
ba3ffa0085 feat: 升级 jQuery 3.7.1 2025-01-20 10:22:54 +08:00
morning-star
317512bbb1
fix(form): 修复 form.val 第二个参数为 ArrayLike 时表单赋值异常 (#2455) 2025-01-16 16:08:31 +08:00
贤心
0cde55a43d release: v2.9.21 2025-01-03 15:17:49 +08:00
贤心
3db53048c1 docs(version): 更新 2.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 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 2024-12-25 19:15:41 +08:00