release: v2.9.21-rc.3

This commit is contained in:
贤心 2024-12-30 22:57:48 +08:00
parent 000368b501
commit 658884913a
5 changed files with 7 additions and 6 deletions

2
dist/layui.js vendored

File diff suppressed because one or more lines are too long

2
dist/layui.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@ toc: true
<h2 id="2.9.x" lay-toc="{title: '2.9.x'}"></h2>
<h2 id="v2.9.21" class="ws-anchor">
v2.9.21-rc.2
v2.9.21-rc.3
<span class="layui-badge-rim" style="color: #16b777;">预览版</span>
<span class="layui-badge-rim">2024-12-30</span>
</h2>
@ -29,6 +29,7 @@ toc: true
- #### form
- ~~新增 将相同 `name` 的 `checkbox` 的值序列化为数组功能~~(已撤销)#2443 #2428 @Sight-wcg
- 修复 `form.val()` 获取 `multiple select` 值错误 #2425 @Sight-wcg
- 修复 IE8 中 `checkbox` 半选异常问题 #2442 @Sight-wcg
- #### nav
- 修复 IE 低版本下执行 `element.render('nav')` 的报错问题 #2415 @Sight-wcg
- #### colorpicker
@ -38,7 +39,7 @@ toc: true
- #### 其他
- 优化 `.layui-body``.layui-text` 样式细节 #2395 @sentsim
### 下载: [layui-v2.9.21-rc.2.zip](https://gitee.com/layui/layui/attach_files/2009889/download)
### 下载: [layui-v2.9.21-rc.3.zip](https://gitee.com/layui/layui/attach_files/2010850/download)
---

View File

@ -1,6 +1,6 @@
{
"name": "layui",
"version": "2.9.21-rc.2",
"version": "2.9.21-rc.3",
"description": "Classic modular Front-End UI library",
"keywords": [
"layui",

View File

@ -16,7 +16,7 @@
};
var Layui = function(){
this.v = '2.9.21-rc.2'; // Layui 版本号
this.v = '2.9.21-rc.3'; // Layui 版本号
};
// 识别预先可能定义的指定全局对象