release: 1.0.14

This commit is contained in:
07akioni 2020-05-15 02:03:31 +08:00
parent 22000681cd
commit e5ea6775a1
3 changed files with 5 additions and 12 deletions

View File

@ -1,17 +1,13 @@
# CHANGELOG
## PENDING (2020-05-15)
## 1.0.14 (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.14 (2020-05-14)
### Fixes
- Fix `n-form-item-col` & `n-form-item-row` will be displayed in the state of no-label when use label slot.
## 1.0.13 (2020-05-14)
### Fixes
- Fix the label slot of the `n-form-item-col` & `n-form-item-row` cannot display.
- Fix the problem that label slot of the `n-form-item-col` & `n-form-item-row` cannot display.
## 1.0.12 (2020-04-30)
### Fixes

View File

@ -1,17 +1,13 @@
# CHANGELOG
## PENDING (2020-05-15)
## 1.0.14 (2020-05-15)
### Fixes
- 修正了 `line``n-tabs` 线不随 `activeName` 属性改变的问题
- 修正了 `n-tabs` 滚动按钮没有随着宽度改变触发的问题
- 修正了 `n-tabs` 高度变化会导致一些不期望的调用的问题
## 1.0.14 (2020-05-14)
### Fixes
- 修正 `n-form-item-col` & `n-form-item-row` 插入label slot 时会以 `no-label` 的状态展示.
## 1.0.13 (2020-05-14)
### Fixes
- 修正 `n-form-item-col` & `n-form-item-row`的 label slot 不显示的问题.
- 修正 `n-form-item-col` & `n-form-item-row` 的 label slot 不显示的问题
## 1.0.12 (2020-04-30)
### Fixes

View File

@ -226,6 +226,7 @@ zindex 的问题解决了,虽然很简单,在 static 元素上设定 zindex
86. <del>文件上传的回调方式改成传对象</del>
87. 抵御外界 CSS 变化,比如 line-height 之类的
88. <del>CSS Font 选择</del> 对英文应该没有那么麻烦走系统字体就好了然而对中文又没什么好的解决方案so 先这个样子,之后再琢磨琢磨
89. 把所有用 $slots 判断的地方都改成 $scopedSlots[原因](https://vuejs.org/v2/api/#vm-scopedSlots)
```
Done