release: v2.13.0

This commit is contained in:
贤心
2025-10-24 13:31:10 +08:00
parent 3809bc27af
commit 9e61ad04d9
5 changed files with 14 additions and 14 deletions

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,8 +11,8 @@ toc: true
<h2 id="2.10+" lay-toc="{title: '2.10+'}"></h2>
<h2 id="v2.13.0-beta.0" lay-pid="2.10+" class="ws-anchor">
v2.13.0-beta.0
<h2 id="v2.13.0" lay-pid="2.10+" class="ws-anchor">
v2.13.0
<span class="layui-badge-rim">2025-10-24</span>
</h2>
@@ -22,12 +22,12 @@ toc: true
- 重构 flow 组件 #2860 @sentsim
- 重构 transfer 组件 #2862 @sentsim
- 重构 tree 组件 #2863 @sentsim
- 重构 elemeng 模块,保留原接口,拆分成如下 5 个单独组件 #2885 @sentsim
- 新增 tab 单独组件 (*已被 tabs 平替,仅为兼容保留*) #2885 @sentsim
- 新增 nav 单独组件 #2885 @sentsim
- 新增 breadcrumb 单独组件 #2885 @sentsim
- 新增 progress 单独组件 #2885 @sentsim
- 新增 collapse 单独组件 #2885 @sentsim
- 重构 elemeng 模块,保留原接口,拆分成如下 5 个组件模块 #2885 @sentsim
- 新增 tab 组件模块 (*已被 tabs 平替,仅为兼容保留*) #2885 @sentsim
- 新增 nav 组件模块 #2885 @sentsim
- 新增 breadcrumb 组件模块 #2885 @sentsim
- 新增 progress 组件模块 #2885 @sentsim
- 新增 collapse 组件模块 #2885 @sentsim
- #### tree
- 修复 点击复选框时触发了节点展开收缩的问题 #2863 @sentsim
- 优化 父、子节点的 checked 状态关系 #2863 @sentsim
@@ -38,7 +38,7 @@ toc: true
- 增强 prompt 的 `formType` 选项,支持原生语义化 input 类型 #2873 @Sight-wcg
- 修复 tips 在触发元素宽度较小时的定位 #2871 @Sight-wcg
- #### laydate
- 优化 lang: 'en' 时的报错提示 #2884 @sentsim
- 优化 `lang: 'en'` 时的报错提示 #2884 @sentsim
- #### lay
- 新增 `lay.treeToFlat, lay.flatToTree` 方法 #2863 @sentsim
- 重构 `lay.extend` 实现,增强整体逻辑 #2879 @sentsim
@@ -46,7 +46,7 @@ toc: true
- 修复 `lay.extend` 合并嵌套的数组类型值时产生引用的问题 #2879 @sentsim
### 下载: [layui-v2.13.0-beta.0.zip](https://gitee.com/layui/layui/attach_files/2398248/download)
### 下载: [layui-v2.13.0.zip](https://gitee.com/layui/layui/attach_files/2398303/download)
---

View File

@@ -1,6 +1,6 @@
{
"name": "layui",
"version": "2.13.0-beta.0",
"version": "2.13.0",
"description": "Classic modular Front-End UI library",
"keywords": [
"layui",

View File

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