release: v2.11.5

main v2.11.5
贤心 2025-07-21 23:26:07 +08:00
parent 38c9ef9e4d
commit 71c6239e55
7 changed files with 19 additions and 6 deletions

2
dist/css/layui.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

@ -11,6 +11,19 @@ toc: true
<h2 id="2.10+" lay-toc="{title: '2.10+'}"></h2>
<h2 id="v2.11.5" lay-pid="2.10+" class="ws-anchor">
v2.11.5
<span class="layui-badge-rim">2025-07-21</span>
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
</h2>
- 修复 laydate `range:false` 某些场景下确认按钮状态异常问题 #2754 @Sight-wcg
- 优化 CSS 部分属性兼容性书写规范 #2761 @firework-a
### 下载: [layui-v2.11.5.zip](https://gitee.com/layui/layui/attach_files/2277781/download)
---
<h2 id="v2.11.4" lay-pid="2.10+" class="ws-anchor">
v2.11.4
<span class="layui-badge-rim">2025-06-23</span>

View File

@ -1,6 +1,6 @@
{
"name": "layui",
"version": "2.11.4",
"version": "2.11.5",
"description": "Classic modular Front-End UI library",
"keywords": [
"layui",

View File

@ -28,7 +28,7 @@
// constructor
var Class = function() {
this.v = '2.11.4'; // 版本号
this.v = '2.11.5'; // 版本号
};
// 识别预先可能定义的指定全局对象