贤心
|
209544f351
|
chore(upload): 新增图片 webp 默认格式支持
|
10 months ago |
贤心
|
e2a04fb838
|
Merge branch 'main' into 2.x
|
10 months ago |
morning-star
|
cbef631853
|
chore: typo (#1607)
|
10 months ago |
morning-star
|
900f8cbca8
|
fix(table): 禁止拖拽列宽后仍可拖拽 (#1591)
close #1590
|
10 months ago |
morning-star
|
d9c91eaccd
|
chore: 将 Unicode 编码转换为中文字符 (#1600)
|
10 months ago |
贤心
|
020b6f0482
|
docs(version): 更正 v2.9.6 文件名
|
10 months ago |
贤心
|
54131e6e63
|
release: v2.9.6
|
10 months ago |
贤心
|
37fc05ec37
|
chore(version): 添加 v2.9.5 更新日志
|
10 months ago |
贤心
|
50afa1706f
|
chore(version): 微调 v2.9.5 更新日志细节
|
10 months ago |
贤心
|
fb190afc67
|
chore: Merge branch 'main' of github.com:layui/layui
|
10 months ago |
贤心
|
c6cd7f257d
|
release: v2.9.5
|
10 months ago |
贤心
|
ac3fe82555
|
docs(version): 添加 v2.9.5 更新日志
|
10 months ago |
贤心
|
a5502f6372
|
chore(table): 移除对 DevTools 的网页崩溃补丁,Chrome 已在 v121 中修复 (#1584)
* fix(table): 修复 Chrome DevTools 审查 iframe 中 table 元素时导致页面崩溃的问题
* chore(table): 移除对 DevTools 的临时性补丁
|
10 months ago |
贤心
|
a493cb5a71
|
chore(table): 移除对 DevTools 的临时性补丁
|
10 months ago |
贤心
|
f79e3c30bf
|
docs(version): 优化 v2.9.4 更新日志描述细节
|
10 months ago |
贤心
|
80e3715152
|
Merge branch 'main' into 2.x
|
10 months ago |
贤心
|
4af994d218
|
release: v2.9.4
|
10 months ago |
贤心
|
2caa16b98a
|
docs(version): 添加 v2.9.4 更新日志
|
10 months ago |
贤心
|
1f163ceb14
|
Merge branch 'main' into 2.x
|
10 months ago |
贤心
|
23bf960a2a
|
fix(table): 修复 Chrome DevTools 审查 iframe 中 table 元素时导致页面崩溃的问题 (#1571)
|
10 months ago |
morning-star
|
90000f39f6
|
feat(table): 新增 `table.updateRow`方法 (#1540)
* feat(table): 新增 `table.updateRow` 方法
* refactor
* update code
* update doc
* feat(table): 新增 `table.updateTotalRow`
* perf(table): 改进 updateRow 渲染性能
* feat(table): col.totalRow 支持函数,改进 updateTotalRow 参数
* feat(table): 新增 table.getTotalRow
* feat(table): table.getTotalRow 支持获取原始结果
* perf(table): 改进 table.updateRow 性能
* fix: 修复 updateRow 一些问题
* revert: 回退除 table.updateRow 以外的所有改动
REVERT:
bc61f9ff08
1a5258b292
4af5b1cda4
62e551d22b
这些方法互相关联,而 totalRow 存在暂时无法解决的问题,故全部回退。后续在其他 PR 中实现。
* refactor(table): updateRow options.row 重命名为 options.data
|
10 months ago |
贤心
|
56a43c64b1
|
fix(table): 修复 Chrome DevTools 审查 iframe 中 table 元素时导致页面崩溃的问题
|
10 months ago |
贤心
|
3bced33798
|
chore: Merge branch '2.x' into main (#1558)
|
11 months ago |
贤心
|
9d9c2787c3
|
ci(issue): 优化 issue 被关闭时的标签处理
|
11 months ago |
贤心
|
66adedff5a
|
Merge branch 'main' into 2.x
|
11 months ago |
morning-star
|
db1f288299
|
fix(laydate): 优化时间选择器在Safari on iOS, Firefox for Android 中的滑动操作 (#1550)
|
11 months ago |
morning-star
|
232a959855
|
fix(table): 关闭展开状态时,未重置单元格滚动条位置 (#1536)
* fix(table): 关闭展开状态时,未重置滚动条水平位置
* update code
|
11 months ago |
yxb94616
|
2a1bb0e985
|
feat(silder): 新增提示文本始终显示控制属性 (#1520)
* feat(silder): 新增提示文本始终显示控制属性
* fix(silder): 修改提示文本相关方法的变量命名,增加部分方法的 jsdoc
|
11 months ago |
贤心
|
eae72d34c3
|
Merge branch 'main' into 2.x
|
11 months ago |
贤心
|
9914a99ebd
|
release: v2.9.3
|
11 months ago |
贤心
|
b02a04bebf
|
docs(version): 添加 v2.9.3 更新日志
|
11 months ago |
贤心
|
ae2bdd999b
|
chore: 简单分支同步 (#1523)
* ci(issue): 增加 duplicate 标签的定时关闭任务
* docs(issue): 优化 discussion 标签文案
* ci: 优化 issue 被创建和被编辑时的 action 校验逻辑
* refactor(issue-opened): 简化语句
* docs(issue): 优化 bot 回复文案
* Squashed commit of the following:
commit e5aa6c3a87
Author: morning-star <1453017105@qq.com>
Date: Tue Dec 26 22:32:10 2023 +0800
feat(transfer): 新增 `dblclick` 选项 (#1491)
* feat(transfer): 新增 `dblclick` 选项
* style(transfer): 优化代码书写风格
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
commit ed3bab52e5
Author: morning-star <1453017105@qq.com>
Date: Mon Dec 25 14:53:55 2023 +0800
chore(select): 优化搜索面板打开逻辑 (#1498)
commit 5db18c6f00
Author: 贤心 <3277200+sentsim@users.noreply.github.com>
Date: Mon Dec 25 14:52:52 2023 +0800
docs: 优化 issue 模板提示文案 (#1500)
commit 567a1e70c1
Author: morning-star <1453017105@qq.com>
Date: Mon Dec 25 13:22:50 2023 +0800
feat(upload): 加强 data 选项的函数写法,支持获取文件相关数据 (#1494)
close https://gitee.com/layui/layui/issues/I8JAC1
commit 6abb1eedd8
Author: 贤心 <3277200+sentsim@users.noreply.github.com>
Date: Mon Dec 25 12:15:51 2023 +0800
ci: 优化 issue 被创建和被编辑时的 action 校验逻辑 (#1496)
* ci(issue): 增加 duplicate 标签的定时关闭任务
* docs(issue): 优化 discussion 标签文案
* ci: 优化 issue 被创建和被编辑时的 action 校验逻辑
* refactor(issue-opened): 简化语句
* chore: 更新 version
* style(laydate): 格式化示例代码
|
11 months ago |
贤心
|
4294b53eb1
|
Merge branch 'main' into 2.x
|
11 months ago |
贤心
|
53ae5bb204
|
style(laydate): 格式化示例代码
|
11 months ago |
morning-star
|
ce4696b529
|
fix(table): 非常规列设置 `field` 时,导出 excel 合计行错位 (#1522)
|
11 months ago |
morning-star
|
153576cf99
|
fix(laydate): 修复开启 rangeLinked 时,选择同一日期,某些情况时间会反选的问题 (#1517)
* fix(laydate): 修复 laydate 开启 rangeLinked 时,选择同一日期,某些情况时间会反选的问题
* chore(laydate): 简化代码
* update code
* update code
|
11 months ago |
贤心
|
c15f466b99
|
chore: 更新 version
|
11 months ago |
贤心
|
15adaa74f5
|
Merge branch 'main' into 2.x
|
11 months ago |
贤心
|
c324802a25
|
docs(issue): 优化 bot 回复文案 (#1510)
* ci(issue): 增加 duplicate 标签的定时关闭任务
* docs(issue): 优化 discussion 标签文案
* ci: 优化 issue 被创建和被编辑时的 action 校验逻辑
* refactor(issue-opened): 简化语句
* docs(issue): 优化 bot 回复文案
* Squashed commit of the following:
commit e5aa6c3a87
Author: morning-star <1453017105@qq.com>
Date: Tue Dec 26 22:32:10 2023 +0800
feat(transfer): 新增 `dblclick` 选项 (#1491)
* feat(transfer): 新增 `dblclick` 选项
* style(transfer): 优化代码书写风格
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
commit ed3bab52e5
Author: morning-star <1453017105@qq.com>
Date: Mon Dec 25 14:53:55 2023 +0800
chore(select): 优化搜索面板打开逻辑 (#1498)
commit 5db18c6f00
Author: 贤心 <3277200+sentsim@users.noreply.github.com>
Date: Mon Dec 25 14:52:52 2023 +0800
docs: 优化 issue 模板提示文案 (#1500)
commit 567a1e70c1
Author: morning-star <1453017105@qq.com>
Date: Mon Dec 25 13:22:50 2023 +0800
feat(upload): 加强 data 选项的函数写法,支持获取文件相关数据 (#1494)
close https://gitee.com/layui/layui/issues/I8JAC1
commit 6abb1eedd8
Author: 贤心 <3277200+sentsim@users.noreply.github.com>
Date: Mon Dec 25 12:15:51 2023 +0800
ci: 优化 issue 被创建和被编辑时的 action 校验逻辑 (#1496)
* ci(issue): 增加 duplicate 标签的定时关闭任务
* docs(issue): 优化 discussion 标签文案
* ci: 优化 issue 被创建和被编辑时的 action 校验逻辑
* refactor(issue-opened): 简化语句
|
11 months ago |
贤心
|
e548c5cd88
|
Merge branch 'main' into 2.x
|
11 months ago |
贤心
|
5321441cdb
|
Squashed commit of the following:
commit e5aa6c3a87
Author: morning-star <1453017105@qq.com>
Date: Tue Dec 26 22:32:10 2023 +0800
feat(transfer): 新增 `dblclick` 选项 (#1491)
* feat(transfer): 新增 `dblclick` 选项
* style(transfer): 优化代码书写风格
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
commit ed3bab52e5
Author: morning-star <1453017105@qq.com>
Date: Mon Dec 25 14:53:55 2023 +0800
chore(select): 优化搜索面板打开逻辑 (#1498)
commit 5db18c6f00
Author: 贤心 <3277200+sentsim@users.noreply.github.com>
Date: Mon Dec 25 14:52:52 2023 +0800
docs: 优化 issue 模板提示文案 (#1500)
commit 567a1e70c1
Author: morning-star <1453017105@qq.com>
Date: Mon Dec 25 13:22:50 2023 +0800
feat(upload): 加强 data 选项的函数写法,支持获取文件相关数据 (#1494)
close https://gitee.com/layui/layui/issues/I8JAC1
commit 6abb1eedd8
Author: 贤心 <3277200+sentsim@users.noreply.github.com>
Date: Mon Dec 25 12:15:51 2023 +0800
ci: 优化 issue 被创建和被编辑时的 action 校验逻辑 (#1496)
* ci(issue): 增加 duplicate 标签的定时关闭任务
* docs(issue): 优化 discussion 标签文案
* ci: 优化 issue 被创建和被编辑时的 action 校验逻辑
* refactor(issue-opened): 简化语句
|
11 months ago |
贤心
|
4af1b5b7d6
|
docs(issue): 优化 bot 回复文案
|
11 months ago |
morning-star
|
e5aa6c3a87
|
feat(transfer): 新增 `dblclick` 选项 (#1491)
* feat(transfer): 新增 `dblclick` 选项
* style(transfer): 优化代码书写风格
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
|
11 months ago |
morning-star
|
ed3bab52e5
|
chore(select): 优化搜索面板打开逻辑 (#1498)
|
11 months ago |
贤心
|
5db18c6f00
|
docs: 优化 issue 模板提示文案 (#1500)
|
11 months ago |
morning-star
|
567a1e70c1
|
feat(upload): 加强 data 选项的函数写法,支持获取文件相关数据 (#1494)
close https://gitee.com/layui/layui/issues/I8JAC1
|
11 months ago |
贤心
|
6abb1eedd8
|
ci: 优化 issue 被创建和被编辑时的 action 校验逻辑 (#1496)
* ci(issue): 增加 duplicate 标签的定时关闭任务
* docs(issue): 优化 discussion 标签文案
* ci: 优化 issue 被创建和被编辑时的 action 校验逻辑
* refactor(issue-opened): 简化语句
|
11 months ago |
贤心
|
fe26e34359
|
refactor(issue-opened): 简化语句
|
11 months ago |
贤心
|
67a242e00c
|
ci: 优化 issue 被创建和被编辑时的 action 校验逻辑
|
11 months ago |
贤心
|
87c49a1a74
|
docs(issue): 优化 discussion 标签文案
|
11 months ago |