mirror of https://github.com/layui/layui
parent
5fa6a80c03
commit
6163817a26
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
|
@ -11,6 +11,26 @@ 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>
|
||||
|
||||
- #### component
|
||||
- 新增 `component.removeInst()` 基础方法,用于移除缓存中的组件实例 #2597 @sentsim
|
||||
- 调整 `component.getThis` → `component.getInst` #2597 @sentsim
|
||||
- #### table
|
||||
- 优化 数据请求时的竞态问题 #2584 @Sight-wcg
|
||||
- #### layer
|
||||
- 修复 空图片容器动态添加图片时,无法获取 data 的问题 #2581 @Sight-wcg
|
||||
- 修复 `layer.getFrameIndex()` 方法行为,与 2.9 保持一致 #2592 @Sight-wcg
|
||||
- #### form
|
||||
- 优化 `lay-ignore` 的判断逻辑,支持设置在父元素上 #2585 @augushong
|
||||
|
||||
### 下载: [layui-v2.10.2.zip](https://gitee.com/layui/layui/attach_files/2123899/download)
|
||||
|
||||
---
|
||||
|
||||
<h2 id="v2.10.1" lay-pid="2.10+" class="ws-anchor">
|
||||
v2.10.1
|
||||
<span class="layui-badge-rim">2025-03-19</span>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "layui",
|
||||
"version": "2.10.1",
|
||||
"version": "2.10.2",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"keywords": [
|
||||
"layui",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
|
||||
var Layui = function(){
|
||||
this.v = '2.10.1'; // Layui 版本号
|
||||
this.v = '2.10.2'; // Layui 版本号
|
||||
};
|
||||
|
||||
// 识别预先可能定义的指定全局对象
|
||||
|
|
Loading…
Reference in New Issue