mirror of https://github.com/layui/layui
添加 v2.8.8 更新日志
parent
8a980edd91
commit
1b468883c9
|
@ -12,6 +12,26 @@ toc: true
|
|||
> 导读:📑 [Layui 2.8 《升级指南》](/notes/2.8/upgrade-guide.html) · 📑 [Layui 新版文档站上线初衷](/notes/2.8/news.html)
|
||||
|
||||
|
||||
<h2 id="2.8.8" class="ws-anchor">
|
||||
2.8.8
|
||||
<span class="layui-badge-rim">2023-06-20</span>
|
||||
</h2>
|
||||
|
||||
- #### form
|
||||
- 新增 `input` 获取焦点时的光环效果,以提升当前活动输入框的辨别度
|
||||
- 取消 上个版本对 `select` 开启搜索时 `value` 的改动,由于存在若干不可控的影响
|
||||
- #### table
|
||||
- 新增 `colTool` 事件,点击表头自定义元素触发,并返回当前列的相关信息,提升 table 的可玩性
|
||||
- 新增 `row,tool,checkbox,radio` 事件返回的 `dataCache` 属性,可获得当前行缓存数据,包含特定字段
|
||||
- #### upload
|
||||
- 新增 `unified` 属性,用于选择多文件时是否统一上传,即只发送一次请求 # I6Z171
|
||||
- #### 其他
|
||||
- 优化 `layui.js,layer.js` 部分代码细节 # 1285
|
||||
|
||||
### 下载: [layui-v2.8.8.zip](https://gitee.com/layui/layui/attach_files/1444527/download)
|
||||
|
||||
---
|
||||
|
||||
<h2 id="2.8.7" class="ws-anchor">
|
||||
2.8.7
|
||||
<span class="layui-badge-rim">2023-06-16</span>
|
||||
|
@ -34,7 +54,7 @@ toc: true
|
|||
- #### grid
|
||||
- 修复 space30 和 space32 边距相同的问题 # I7D7YP
|
||||
|
||||
- ### 下载: [layui-v2.8.7.zip](https://gitee.com/layui/layui/attach_files/1441026/download)
|
||||
### 下载: [layui-v2.8.7.zip](https://gitee.com/layui/layui/attach_files/1441026/download)
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue