mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 08:33:12 +08:00
release: v2.13.0-alpha.0
This commit is contained in:
2
dist/css/layui.css
vendored
2
dist/css/layui.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/layui.css.map
vendored
2
dist/css/layui.css.map
vendored
File diff suppressed because one or more lines are too long
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,6 +11,34 @@ toc: true
|
||||
|
||||
<h2 id="2.10+" lay-toc="{title: '2.10+'}"></h2>
|
||||
|
||||
<h2 id="v2.13.0-alpha.0" lay-pid="2.10+" class="ws-anchor">
|
||||
v2.13.0-alpha.0
|
||||
<span class="layui-badge-rim">2025-10-21</span>
|
||||
</h2>
|
||||
|
||||
- #### component
|
||||
- 重构 carousel 组件 #2857 @sentsim
|
||||
- 重构 colorpicker 组件 #2858 @sentsim
|
||||
- 重构 flow 组件 #2860 @sentsim
|
||||
- 重构 transfer 组件 #2862 @sentsim
|
||||
- 重构 tree 组件 #2863 @sentsim
|
||||
- #### tree
|
||||
- 修复 点击复选框时触发了节点展开收缩的问题 #2863 @sentsim
|
||||
- 优化 父、子节点的 checked 状态关系 #2863 @sentsim
|
||||
- 优化 叶子节点的图标 #2863 @sentsim
|
||||
- #### layer
|
||||
- 增强 prompt 的 `formType` 选项,支持原生语义化 input 类型 #2873 @Sight-wcg
|
||||
- 修复 tips 在触发元素宽度较小时的定位 #2871 @Sight-wcg
|
||||
- #### checkbox
|
||||
- 修复 初始半选时,再点击选中后的图标状态异常问题 #2882 @Sight-wcg
|
||||
- #### lay
|
||||
- 新增 `lay.treeToFlat, lay.flatToTree` 方法 #2863 @sentsim
|
||||
|
||||
|
||||
### 下载: [layui-v2.13.0-alpha.0.zip](https://gitee.com/layui/layui/attach_files/2394275/download)
|
||||
|
||||
---
|
||||
|
||||
<h2 id="v2.12.1" lay-pid="2.10+" class="ws-anchor">
|
||||
v2.12.1
|
||||
<span class="layui-badge-rim">2025-10-11</span>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "layui",
|
||||
"version": "2.12.1",
|
||||
"version": "2.13.0-alpha.0",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"keywords": [
|
||||
"layui",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
// constructor
|
||||
var Class = function() {
|
||||
this.v = '2.12.1'; // 版本号
|
||||
this.v = '2.13.0-alpha.0'; // 版本号
|
||||
};
|
||||
|
||||
// 识别预先可能定义的指定全局对象
|
||||
|
||||
Reference in New Issue
Block a user