chore: pending changelog

This commit is contained in:
07akioni 2020-05-15 01:53:01 +08:00
parent 38f3065362
commit ea606528cf
3 changed files with 17 additions and 0 deletions

View File

@ -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.

View File

@ -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 长度属性格式化错误的问题

View File

@ -242,4 +242,9 @@ Done
// scrollbar 在 resize 之后滚动会有问题
// ResizeObserver Polyfill
// Select 需要进一步重构,现在这种状况 collector 在 corner case 中不会调 updated 钩子,要把 key 换成 value
```
```
release template
历史变更见https://***REMOVED***/blob/develop/CHANGELOG.zh-CN.md
```