From 1b468883c9878f170aa360524fd167efbe8c3fdd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?=
<3277200+sentsim@users.noreply.github.com>
Date: Tue, 20 Jun 2023 09:15:36 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20v2.8.8=20=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/versions.md | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/docs/versions.md b/docs/versions.md
index dc210690..09f73de7 100644
--- a/docs/versions.md
+++ b/docs/versions.md
@@ -12,6 +12,26 @@ toc: true
> 导读:📑 [Layui 2.8 《升级指南》](/notes/2.8/upgrade-guide.html) · 📑 [Layui 新版文档站上线初衷](/notes/2.8/news.html)
+
+ 2.8.8
+ 2023-06-20
+
+
+- #### 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)
+
+---
+
2.8.7
2023-06-16
@@ -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)
---