release: 1.0.3

This commit is contained in:
07akioni 2020-03-25 22:33:55 +08:00
parent 9c35d19a2b
commit 9b4cf77bd2
5 changed files with 21 additions and 2 deletions

View File

@ -1,4 +1,12 @@
# CHANGELOG
## 1.0.3 (2020-03-25)
### Features
- `$NMessage`, `$NNotification`, `$NConfirm`'s theme will be applied on their children components.
### Fixes
- View measuring element will confict when multiple naive-ui exist.
- `validate` method of `n-form-item` won't be resolved for some validator.
- `$NConfirm`'s theme doesn't follow `n-config-provider`'s theme.
## 1.0.2 (2020-03-23)
### Fixes
- `n-transfer`'s options are not reinitialized after value changes.

View File

@ -1,4 +1,13 @@
# CHANGELOG
## 1.0.3 (2020-03-25)
### Features
- `$NMessage`, `$NNotification`, `$NConfirm` 的获取到的主题会应用到他们的内部组件
### Fixes
- 多个 naive-ui 共存时定位元素会产生冲突
- `n-form-item` 的 validate 方法在某些 validator 的返回值下不会 resolve
- `$NConfirm` 主题未随 `n-config-provider` 切换
## 1.0.2 (2020-03-23)
### Fixes
- `n-transfer` 的选项在值变化之后没有重置

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Vue UI Framework. Caring About Styles, Themed, Batteries Included.",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -669,4 +669,3 @@ export default {
}
}
</script>

View File

@ -134,6 +134,9 @@ zindex 的问题解决了,虽然很简单,在 static 元素上设定 zindex
## 2020.3.20
一想到到了 1.0 就要写 changelog就感觉🥚在隐隐作痛
## 2020.3.25
一个有趣的事情是blur 到 document.body 之后document.activeElement 是 body但是 blurEvent.relatedTarget 会被设为 null
## TODO 排序不分先后
1. <del>Focus Detector on Time Selector</del>
2. <del>Menu Root Indent = 0 可能造成问题</del>