mirror of https://github.com/layui/layui
parent
a28b4bdb11
commit
a86211b92f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9,10 +9,27 @@ toc: true
|
|||
|
||||
<h2 id="2.9.x" lay-toc="{title: '2.9.x'}"></h2>
|
||||
|
||||
<h2 id="v2.9.24" class="ws-anchor">
|
||||
v2.9.24
|
||||
<span class="layui-badge-rim">2025-03-07</span>
|
||||
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
|
||||
</h2>
|
||||
|
||||
- #### layer
|
||||
- 改进 打开弹层后设置页面滚动条逻辑 #2537 @Sight-wcg
|
||||
- #### treeTable
|
||||
- 修复 treeToFlat 改变根节点 pid 问题 #2526 @Sight-wcg
|
||||
- 修复 checkbox 重复更新的问题,大约可提升 30% 性能 #2528 @Sight-wcg
|
||||
- #### code
|
||||
- 修复 选项卡底边框显示异常问题 #2519 @Sight-wcg
|
||||
|
||||
### 下载: [layui-v2.9.24.zip](https://gitee.com/layui/layui/attach_files/2085224/download)
|
||||
|
||||
---
|
||||
|
||||
<h2 id="v2.9.23" class="ws-anchor">
|
||||
v2.9.23
|
||||
<span class="layui-badge-rim">2025-02-19</span>
|
||||
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
|
||||
</h2>
|
||||
|
||||
- #### 基础
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "layui",
|
||||
"version": "2.9.23",
|
||||
"version": "2.9.24",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"keywords": [
|
||||
"layui",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
|
||||
var Layui = function(){
|
||||
this.v = '2.9.23'; // Layui 版本号
|
||||
this.v = '2.9.24'; // Layui 版本号
|
||||
};
|
||||
|
||||
// 识别预先可能定义的指定全局对象
|
||||
|
|
Loading…
Reference in New Issue