mirror of https://github.com/layui/layui
parent
8ed1ffa8cb
commit
7884fcf681
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9,8 +9,8 @@ toc: true
|
|||
|
||||
<h2 id="2.9.x" lay-toc="{title: '2.9.x'}"></h2>
|
||||
|
||||
<h2 id="v2.9.12" class="ws-anchor">
|
||||
v2.9.12
|
||||
<h2 id="v2.9.13" class="ws-anchor">
|
||||
v2.9.13
|
||||
<!-- <span class="layui-badge-rim" style="color: #16b777;">稳定版</span> -->
|
||||
<span class="layui-badge-rim">2024-06-18</span>
|
||||
</h2>
|
||||
|
@ -31,6 +31,8 @@ toc: true
|
|||
- #### upload
|
||||
- 优化 `error` 回调函数的返回参数,增加返回值 #1988 @Pencil-hzp
|
||||
- 修复 `auto` 选项开启且 `before` 返回 `false` 后再次选择同一文件不自动上传的问题 #1991 @langyan1022
|
||||
- #### dropdown
|
||||
- 修复 重复 `render` 时未 reload 的问题 #2022 @Sight-wcg
|
||||
- #### treeTable
|
||||
- 修复 `treeTable.reloadAsyncNode` 方法重载节点异常 #2014 @Sight-wcg
|
||||
- #### tab
|
||||
|
@ -38,7 +40,11 @@ toc: true
|
|||
- #### colorpicker
|
||||
- 修复 移动端颜色选取异常的问题 #1986 @Sight-wcg
|
||||
|
||||
### 下载: [layui-v2.9.12.zip](https://gitee.com/layui/layui/attach_files/1805581/download)
|
||||
### 下载: [layui-v2.9.13.zip](https://gitee.com/layui/layui/attach_files/1805830/download)
|
||||
|
||||
---
|
||||
|
||||
`2.9.12` 版本因为存在缺陷而被跳过
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "layui",
|
||||
"version": "2.9.12",
|
||||
"version": "2.9.13",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"keywords": [
|
||||
"layui",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
|
||||
var Layui = function(){
|
||||
this.v = '2.9.12'; // Layui 版本号
|
||||
this.v = '2.9.13'; // Layui 版本号
|
||||
};
|
||||
|
||||
// 识别预先可能定义的指定全局对象
|
||||
|
|
Loading…
Reference in New Issue