File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
docs/document-component/src/document/zh-CN/guide Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 13
13
::: demo
14
14
<template >
15
15
<lay-timeline >
16
+ <lay-timeline-item title="2.17.x">
17
+ <ul>
18
+ <a name="2.17-0"></a>
19
+ <li>
20
+ <h3>2.17-0 <span class="layui-badge-rim">2024-04-22</span></h3>
21
+ <ul>
22
+ <li>[新增] form组件 新增isLabelTooltip属性控制label是否超出隐藏。<a href="https://gitee.com/layui-vue/layui-vue/pulls/302">详情</a></li>
23
+ <li>[新增] upload组件 新增选择文件后"on-change"回调事件。<a href="https://gitee.com/layui-vue/layui-vue/pulls/300">详情</a></li>
24
+ <li>[修复] select组件 multiple场景下点击placeholder区域不触发弹窗。<a href="https://gitee.com/layui-vue/layui-vue/pulls/301">详情</a></li>
25
+ <li>[修复] table组件 列宽改变二次渲染单元格错位。<a href="https://gitee.com/layui-vue/layui-vue/pulls/299">详情</a></li>
26
+ <li>[修复] treeSelect组件 modelValue首次赋值为0不生效。<a href="https://gitee.com/layui-vue/layui-vue/pulls/298">详情</a></li>
27
+ <li>[样式] datePicker组件 新增滑入border效果与表单校验失败border边框效果。<a href="https://gitee.com/layui-vue/layui-vue/pulls/297">详情</a></li>
28
+ </ul>
29
+ </li>
30
+ </ul>
31
+ </lay-timeline-item>
16
32
<lay-timeline-item title="2.16.x">
17
33
<ul>
18
34
<a name="2-16-8"></a>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @layui/layui-vue" ,
3
- "version" : " 2.16.8 " ,
3
+ "version" : " 2.17.0 " ,
4
4
"author" : " 就眠儀式" ,
5
5
"license" : " MIT" ,
6
6
"description" : " a component library for Vue 3 base on layui-vue" ,
You can’t perform that action at this time.
0 commit comments