Commit Graph

2012 Commits

Author SHA1 Message Date
贤心
bc45b661bd 优化 Github Issues 表单模板 2023-12-11 10:21:00 +08:00
贤心
d0a66ff82f 优化 Gitee Issues 表单模板 2023-12-11 10:19:56 +08:00
贤心
d34a837bf1 更新 Version 2023-12-11 10:12:55 +08:00
贤心
a00f1fcdd1 完善 table.setRowChecked() 文档 2023-12-11 10:12:39 +08:00
morning-star
cc880885a0
修复 table 表头属性 templet 使用模板字符串时,一些特殊的自定义 laytpl 界定符被转义的问题 (#1438)
* 修复 table 表头属性 `templet` 使用模板字符串时,一些特殊的自定义 laytpl 界定符被转义的问题

例如使用 `<% %>` 作为界定符时,`<` 和 `>` 会被转义

close https://gitee.com/layui/layui/issues/I8L3OC

* 优化 table 模板解析

* 回退 bd2994e 中对 table 模板函数类型的改动

revert· bd2994ec3af2745a7aef98e9be78fcdfbd25dc3b

BREAK CHANGE
1.模板字符串最外层包裹 div 时的行为不同,现在由 laytpl 直接处理,会保留最外层的 div,估计影响比较小
2.不再支持 jQuery 特有的选择器,几乎无影响
2023-12-11 09:15:24 +08:00
贤心
7c12ddfdf3 增强 table.setRowChecked() 方法,支持批量选中 2023-12-09 13:04:01 +08:00
贤心
780cd72ee2 更新 table 测试用例 2023-12-09 12:55:27 +08:00
贤心
3f148a9086 修复 treeTable.reloadData() 在某些情况下报错的问题
Closes: https://gitee.com/layui/layui/issues/I8M5HS
2023-12-09 12:55:02 +08:00
贤心
0d72a64313 Merge branch '2.x' of github.com:layui/layui into 2.x 2023-12-08 22:23:19 +08:00
morning-star
4edebe878d
修复 element.nav 在 IE8 下子菜单背景色 (#1445)
修复 element.nav 在 IE8 下子菜单背景色
2023-12-08 22:21:39 +08:00
贤心
8f0c87f95d 修复 layer 的 iframe 层在某些情况下出现异常纵向滚动条的问题 2023-12-08 00:00:53 +08:00
morning-star
a03cd0b8da
优化 layer.tips 在触发元素高度较小时的定位 (#1439)
close https://gitee.com/layui/layui/issues/I8KZ9A
2023-12-07 22:45:08 +08:00
贤心
3b781390fe 优化 util.on() 在特殊情况下的用法问题
Closes: https://gitee.com/layui/layui/issues/I8M528
2023-12-07 09:26:38 +08:00
贤心
a03b4d6c24 更新 util 测试用例 2023-12-07 09:26:07 +08:00
贤心
07c11a353a 优化 form.validate() 代码注释 2023-12-07 00:12:40 +08:00
morning-star
96f0621ff2
新增 laypage countText 选项 (#1444) 2023-12-06 23:46:50 +08:00
火烈鸟
ec3a5278c1
清除 laydate 的变量重复声明 (#1441)
* 代码优化

* 恢复 `lay.getStyleRules()` 无效改动

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2023-12-04 17:09:14 +08:00
贤心
a90ab67efd 更正 2.9.0 更新日志错别字 2023-12-04 15:14:12 +08:00
morning-star
f73501c157
修复 table 全选时,禁用行仍有选中样式的问题 (#1436)
* 修复 table 全选时,禁用行仍有选中样式的问题,close `#I8KPUT`

close https://gitee.com/layui/layui/issues/I8KPUT

* 优化 `table.setRowChecked()` 查找当前行细节,减少全选时的元素查找频率

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2023-12-03 22:37:11 +08:00
贤心
36808582e3 更新 laytpl 测试用例 2023-12-02 16:46:54 +08:00
贤心
2adb99c908 剔除 多余的空白符 - Sublime Text 2023-12-02 16:45:40 +08:00
贤心
a8cecfc2a0
增强 table height 选项,支持函数 (#1437) 2023-12-02 16:38:09 +08:00
sight
af230636a6 更新 table height 选项文档,添加函数类型描述 2023-12-01 12:35:40 +08:00
sight
7c1a9a050d 增强 table height 选项,支持函数
close https://gitee.com/layui/layui/issues/I8KR5U
2023-12-01 11:17:29 +08:00
morning-star
bf774bbd4e
优化 util 模块文档 (#1435) 2023-11-30 23:18:36 +08:00
贤心
d8895a7b5d 优化 2.9.x 更新日志细节 2023-11-30 12:14:16 +08:00
贤心
5fa6ebd830 优化 layer.closeLast() 稳定细节 2023-11-30 12:13:41 +08:00
贤心
39408ba378 添加 v2.9.0 稳定版更新日志 2023-11-29 18:05:27 +08:00
贤心
5ee7c3b2d8 发布 v2.9.0 2023-11-29 18:04:43 +08:00
贤心
b159fbe927 更新 Version 2023-11-29 18:04:31 +08:00
贤心
6fe75699d2 Merge branch '2.x' of github.com:layui/layui into 2.x 2023-11-29 17:22:48 +08:00
贤心
dbae04b57f 添加 v2.9.0-rc.3 更新日志 2023-11-29 17:22:20 +08:00
贤心
dd3b99c1b2 发布 v2.9.0-rc.3 2023-11-29 17:22:07 +08:00
morning-star
dd686a82b8
修复 tree 节点 title 编辑状态有特殊字符时的转义问题 (#1432)
Close https://gitee.com/layui/layui/issues/I8K79H
2023-11-29 17:14:25 +08:00
贤心
eb765a23a2 优化 v2.9.0-rc.2 更新日志,并加入自动解析关联链接 2023-11-29 16:53:44 +08:00
贤心
35b7d8a90a 更改 Version 2023-11-29 16:53:36 +08:00
贤心
b945f7a3df 优化 table 用例 2023-11-29 16:52:19 +08:00
贤心
cd24e1cde4 修正 util.on() 示例代码细节 2023-11-29 12:52:19 +08:00
贤心
c2aea60df3 更新 docs 中的引入资源 2023-11-29 12:41:17 +08:00
贤心
868c945943
补充文档 & 修复错别字 2023-11-29 12:19:20 +08:00
sight
db311e1487 修复部分文档和模块注释中的错别字 2023-11-29 07:45:36 +08:00
sight
2226f26114 优化 layerupload 文档 2023-11-28 20:16:07 +08:00
贤心
8bbf8a8674 添加 v2.9.0-rc.2 更新日志 2023-11-28 17:36:30 +08:00
贤心
3f118d2a18 发布 v2.9.0-rc.2 2023-11-28 17:35:07 +08:00
贤心
ab4ded2275 优化 layer.closeLast() 方法,给第二个参数增加回调
[#I8JHBY](https://gitee.com/layui/layui/issues/I8JHBY)
2023-11-28 17:20:50 +08:00
贤心
e4ae678cb7 修复 table 的 height:'#id-0' 表达式在窗口 resize 无效的问题 2023-11-28 16:30:10 +08:00
贤心
b92932c891 更新 table 用例 2023-11-28 16:29:16 +08:00
贤心
1d408f0f4a 优化 table 当数据值为 0,undefined,null 且开启列模板,编辑单元格会带入模板字符的问题
解决:[#I8JOSW](https://gitee.com/layui/layui/issues/I8JOSW)
2023-11-28 10:25:44 +08:00
贤心
06514f02c4 微调 util.on() 文档 2023-11-28 10:24:46 +08:00
贤心
0b73f81574 更新 Version 2023-11-28 10:22:24 +08:00