贤心
|
e6db145abe
|
chore(github): 优化 issue 模板
|
11 months ago |
贤心
|
e76c43de06
|
chore: 新增贡献者行为准则
|
11 months ago |
贤心
|
b4c92b20c4
|
chore: 优化 Issue 模板
|
11 months ago |
贤心
|
ee5cecdd0e
|
chore(gitee): 调整 Issue 入口
|
11 months ago |
贤心
|
50b8cccc97
|
docs: 添加 v2.9.2-rc.2 更新日志
|
11 months ago |
贤心
|
4b12d6c89c
|
release: v2.9.2-rc.2
|
11 months ago |
贤心
|
d218bf45f0
|
ci: 更改发布 NPM 的触发条件
|
11 months ago |
贤心
|
62dac3de0e
|
chore: 更新 version
|
11 months ago |
贤心
|
0ed27dbc30
|
docs: 添加 v2.9.2-rc.1 更新日志
|
11 months ago |
贤心
|
36787e739c
|
release: v2.9.2-rc.1
|
11 months ago |
贤心
|
c240a2bb69
|
chore: 新增 relase 工作流中的压缩包附件
|
11 months ago |
贤心
|
5b3740ea43
|
feat(table): 增加 style 初始状态的最小宽度值
|
11 months ago |
贤心
|
26501a291e
|
chore: 更改 NPM workflow 文件名
|
11 months ago |
贤心
|
6a7d364b13
|
chore: 同步主干最新变更到 2.x (#1457)
* 新增 NPM 发布工作流
自动执行 npm publish
* 优化 NPM 自动发布工作流
* 优化 NPM 自动发布工作流
剔除 分支 commit 触发条件
* 优化 NPM 发布工作流
更改为 release 创建时触发
|
11 months ago |
贤心
|
91ca6143ad
|
chore: 新增 issue, release 工作流 (#1455)
* 新增 Security Policy
* 新增 relaese 工作流
* 新增 issue 工作流
* 优化 issue 工作流,usage → discussion
* 优化 issue 工作流,增加 resolved 状态关闭期限
* 优化 issue 标签工作流,丰富回复文案
|
11 months ago |
贤心
|
ca96cd86c0
|
feat(dropdown): 增强 dropdown delay 选项,支持设置 `显示/隐藏` 的延迟时间 (#1454)
|
11 months ago |
贤心
|
31028ea1c5
|
feat(touch): 优化 slider, layer, carousel, laydate, rate, colorpicker 移动端滑动操作 (#1446)
|
11 months ago |
贤心
|
51d00d3b73
|
优化 Github Issue 入口文件
|
11 months ago |
贤心
|
afabea8440
|
优化 gulp 发行文件的示例输出
|
11 months ago |
贤心
|
81a9d11aae
|
优化 贡献者指南文案
|
11 months ago |
sight
|
14eebe3035
|
优化 colorpicker 移动端事件处理
|
11 months ago |
sight
|
9c73bd9f7e
|
优化变量命名和代码细节
|
11 months ago |
sight
|
62f5abdd9b
|
Merge branch '2.x' into feat/touch
|
11 months ago |
贤心
|
85da008660
|
优化 dropdown 根据触发的事件类型进行延迟渲染
若为鼠标移入事件,则延迟显示;其他事件正常显示
|
11 months ago |
贤心
|
f4c99817d9
|
完善 dropdown 的 `delay` 选项文档
|
11 months ago |
morning-star
|
f48b5115f0
|
修复 select 在 IE10 和 11 中的兼容性问题 (#1452)
* 修复 select 在 IE10 和 11 中的兼容性问题
close #1449
* update code
|
11 months ago |
sight
|
48ab9a136d
|
增强 dropdown delay 选项,支持设置 `显示/隐藏` 的延迟时间
close https://gitee.com/layui/layui/issues/I8NZ8X
|
11 months ago |
贤心
|
d1815def6d
|
修复 table 在 IE 下报错
|
11 months ago |
sight
|
a4867099be
|
修复 table 在 IE 下报错
#1438
|
12 months ago |
sight
|
ed2755bcce
|
优化 layer 滑动切换细节
|
12 months ago |
sight
|
a4c78cc886
|
Merge branch '2.x' into feat/touch
|
12 months ago |
sight
|
efbf7283d4
|
优化 rate 移动端滑动
close https://gitee.com/layui/layui/issues/I8MC4P
|
12 months ago |
贤心
|
597078fa7b
|
添加 v2.9.1 更新日志
|
12 months ago |
贤心
|
dd9ffa7933
|
发布 v2.9.1
|
12 months ago |
贤心
|
bc45b661bd
|
优化 Github Issues 表单模板
|
12 months ago |
贤心
|
d0a66ff82f
|
优化 Gitee Issues 表单模板
|
12 months ago |
贤心
|
d34a837bf1
|
更新 Version
|
12 months ago |
贤心
|
a00f1fcdd1
|
完善 `table.setRowChecked()` 文档
|
12 months ago |
morning-star
|
cc880885a0
|
修复 table 表头属性 `templet` 使用模板字符串时,一些特殊的自定义 laytpl 界定符被转义的问题 (#1438)
* 修复 table 表头属性 `templet` 使用模板字符串时,一些特殊的自定义 laytpl 界定符被转义的问题
例如使用 `<% %>` 作为界定符时,`<` 和 `>` 会被转义
close https://gitee.com/layui/layui/issues/I8L3OC
* 优化 table 模板解析
* 回退 bd2994e 中对 table 模板函数类型的改动
revert· bd2994ec3a
BREAK CHANGE
1.模板字符串最外层包裹 div 时的行为不同,现在由 laytpl 直接处理,会保留最外层的 div,估计影响比较小
2.不再支持 jQuery 特有的选择器,几乎无影响
|
12 months ago |
sight
|
f0a0c7f5e6
|
Merge branch '2.x' into feat/touch
|
12 months ago |
sight
|
16121389da
|
优化 layer.photo 移动端滑动切换图片
|
12 months ago |
sight
|
462ed13f18
|
优化 carousel 移动端滑动切换
|
12 months ago |
sight
|
bc6da28612
|
优化 laydate 时间选择器移动端滑动
|
12 months ago |
sight
|
1b5c0b4fcc
|
优化 slider 移动端滑动
|
12 months ago |
贤心
|
7c12ddfdf3
|
增强 `table.setRowChecked()` 方法,支持批量选中
|
12 months ago |
贤心
|
780cd72ee2
|
更新 table 测试用例
|
12 months ago |
贤心
|
3f148a9086
|
修复 `treeTable.reloadData()` 在某些情况下报错的问题
Closes: https://gitee.com/layui/layui/issues/I8M5HS
|
12 months ago |
贤心
|
0d72a64313
|
Merge branch '2.x' of github.com:layui/layui into 2.x
|
12 months ago |
morning-star
|
4edebe878d
|
修复 element.nav 在 IE8 下子菜单背景色 (#1445)
修复 element.nav 在 IE8 下子菜单背景色
|
12 months ago |
贤心
|
8f0c87f95d
|
修复 layer 的 iframe 层在某些情况下出现异常纵向滚动条的问题
|
12 months ago |