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

View File

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