mirror of
https://gitee.com/layui/layui.git
synced 2025-04-04 23:39:34 +08:00
release: v2.10.3
This commit is contained in:
parent
b6bd3850a9
commit
9b0fa5d882
2
dist/layui.js
vendored
2
dist/layui.js
vendored
File diff suppressed because one or more lines are too long
2
dist/layui.js.map
vendored
2
dist/layui.js.map
vendored
File diff suppressed because one or more lines are too long
@ -11,9 +11,9 @@ toc: true
|
||||
|
||||
<h2 id="2.10+" lay-toc="{title: '2.10+'}"></h2>
|
||||
|
||||
<h2 id="v2.10.2" lay-pid="2.10+" class="ws-anchor">
|
||||
v2.10.2
|
||||
<span class="layui-badge-rim">2025-03-28</span>
|
||||
<h2 id="v2.10.3" lay-pid="2.10+" class="ws-anchor">
|
||||
v2.10.3
|
||||
<span class="layui-badge-rim">2025-03-30</span>
|
||||
</h2>
|
||||
|
||||
- #### component
|
||||
@ -27,7 +27,11 @@ toc: true
|
||||
- #### form
|
||||
- 优化 `lay-ignore` 的判断逻辑,支持设置在父元素上 #2585 @augushong
|
||||
|
||||
### 下载: [layui-v2.10.2.zip](https://gitee.com/layui/layui/attach_files/2123899/download)
|
||||
### 下载: [layui-v2.10.3.zip](https://gitee.com/layui/layui/attach_files/2128275/download)
|
||||
|
||||
---
|
||||
|
||||
😐 `2.10.2` 版本因为存在一个小缺陷而被跳过
|
||||
|
||||
---
|
||||
|
||||
@ -190,7 +194,6 @@ toc: true
|
||||
|
||||
<h2 id="v2.9.20" class="ws-anchor">
|
||||
v2.9.20
|
||||
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
|
||||
<span class="layui-badge-rim">2024-11-25</span>
|
||||
</h2>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "layui",
|
||||
"version": "2.10.2",
|
||||
"version": "2.10.3",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"keywords": [
|
||||
"layui",
|
||||
|
@ -16,7 +16,7 @@
|
||||
};
|
||||
|
||||
var Layui = function(){
|
||||
this.v = '2.10.2'; // Layui 版本号
|
||||
this.v = '2.10.3'; // Layui 版本号
|
||||
};
|
||||
|
||||
// 识别预先可能定义的指定全局对象
|
||||
|
Loading…
Reference in New Issue
Block a user