mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
chore: pending changelog
This commit is contained in:
parent
38f3065362
commit
ea606528cf
@ -1,4 +1,10 @@
|
||||
# CHANGELOG
|
||||
## PENDING (2020-05-15)
|
||||
### Fixes
|
||||
- Fix the problem that `line` typed `n-tabs`'s line position stays still when `activeName` changes.
|
||||
- Fix the problem that `n-tabs` scroll button is not triggered when tabs' width changes.
|
||||
- Fix the problem that height change of `n-tabs` will unexpectly trigger some re-render callbacks.
|
||||
|
||||
## 1.0.12 (2020-04-30)
|
||||
### Fixes
|
||||
- Fix the problem that some CSS length props are badly formated.
|
||||
|
@ -1,4 +1,10 @@
|
||||
# CHANGELOG
|
||||
## PENDING (2020-05-15)
|
||||
### Fixes
|
||||
- 修正了 `line` 型 `n-tabs` 线不随 `activeName` 属性改变的问题
|
||||
- 修正了 `n-tabs` 滚动按钮没有随着宽度改变触发的问题
|
||||
- 修正了 `n-tabs` 高度变化会导致一些不期望的调用的问题
|
||||
|
||||
## 1.0.12 (2020-04-30)
|
||||
### Fixes
|
||||
- 修正了一些 CSS 长度属性格式化错误的问题
|
||||
|
Loading…
Reference in New Issue
Block a user