Skip to content

Commit

Permalink
fix arg name, fix disabled for RegionPicker
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Jan 4, 2018
1 parent 593f75d commit fa050a7
Show file tree
Hide file tree
Showing 9 changed files with 211 additions and 592 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

### 🐞 问题修复

* [^] 修复 `Tabs` 组件样式,解耦硬编码的图标。
* [^] 修复 `RegionPicker` 末层数据项禁用不生效的问题。
* [^] 修复 `Tabs` 组件样式,解耦硬编码的图标,优化内容溢出更新视图的计算逻辑。
* [^] 修复全局配置无法读取函数配置项的问题。
* [^] 修复全局浮层管理模块计算 `zIndex` 错误的问题。

## 1.0.0-alpha.5

Expand All @@ -16,6 +19,7 @@
* [^] `Tabs` 组件中的 `Tab` 元素不再需要强制配置 `name` prop。
* [+] `Alert` 组件显示多条消息时,增加当前消息索引/总消息数的展示。
* [^] 调整 `Alert` 组件默认 slot 范围,同时新增默认 scoped slot。
* [+] `RegionPicker` 组件支持数据项的禁用。

### 🐞 问题修复

Expand Down
Loading

0 comments on commit fa050a7

Please sign in to comment.