docs: 更新日志

This commit is contained in:
就眠儀式 2022-04-12 22:58:29 +08:00
parent 4b307bed1e
commit b55e6b4862
2 changed files with 2 additions and 5 deletions

View File

@ -78,7 +78,7 @@ const matchComponents = [
{ {
pattern: /^LayBreadcrumb$/, pattern: /^LayBreadcrumb$/,
styleDir: "breadcrumb", styleDir: "breadcrumb",
}, },
{ {
pattern: /^LayBreadcrumbItem$/, pattern: /^LayBreadcrumbItem$/,
styleDir: "breadcrumb", styleDir: "breadcrumb",
@ -92,10 +92,6 @@ const matchComponents = [
pattern: /^(LayCheckbox|LayCheckboxGroup)$/, pattern: /^(LayCheckbox|LayCheckboxGroup)$/,
styleDir: "", styleDir: "",
}, },
{
pattern: /^LayCol$/,
styleDir: "",
},
{ {
pattern: /^(LayCollapse|LayCollapseItem)$/, pattern: /^(LayCollapse|LayCollapseItem)$/,
styleDir: "", styleDir: "",

View File

@ -17,6 +17,7 @@
<h3>1.0.3 <span class="layui-badge-rim">2022-04-10</span></h3> <h3>1.0.3 <span class="layui-badge-rim">2022-04-10</span></h3>
<ul> <ul>
<li>[新增] empty 组件 image 插槽, 支持自定义 image。</li> <li>[新增] empty 组件 image 插槽, 支持自定义 image。</li>
<li>[新增] badge 组件 ripple 属性, 开启水波纹动画, 仅适用于 type 为 dot 时。</li>
<li>[其他] ...</li> <li>[其他] ...</li>
</ul> </ul>
</li> </li>