docs(layout-sider): new arrow-circle trigger

This commit is contained in:
07akioni 2021-09-16 01:11:16 +08:00
parent c1d6f4ec46
commit 7b4bee4cb9
2 changed files with 20 additions and 0 deletions

View File

@ -1,5 +1,15 @@
# CHANGELOG
## Pending
### Breaking Changes
- `n-layout-sider`'s `arrow-circle` trigger is changed into new style.
### Feats
- `n-layout-sider` add `collapsed-trigger-style` prop.
### Fixes
- Fix `n-select` focus input when closing tag with `filterable` , closes [#1170](https://github.com/TuSimple/naive-ui/issues/1170).

View File

@ -1,5 +1,15 @@
# CHANGELOG
## Pending
### Breaking Changes
- `n-layout-sider``arrow-circle` 类型触发按钮采用了新样式
### Feats
- `n-layout-sider` 新增 `collapsed-trigger-style` 属性
### Fixes
- 修复 `n-select` `filterable` 下关闭标签 input 光标聚焦问题,关闭 [#1170](https://github.com/TuSimple/naive-ui/issues/1170)