Skip to content

Commit 53edb3e

Browse files
committed
2019年5月20日
- `ui-calendar`新增`mode`配置,可以设置日历仅显示月份、年份 - `ui-datepicker`新增`month-pick`配置,可以设置月份选择器 - 修复`ui-pagination`分页显示不正确的问题
2 parents c4cd6bd + 3546fa9 commit 53edb3e

File tree

21 files changed

+1700
-436
lines changed

21 files changed

+1700
-436
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
# CHANGELOG
22

3+
## 0.12.35
4+
5+
`2019年5月20日`
6+
7+
#### 新特性
8+
9+
- `ui-calendar`新增`mode`配置,可以设置日历仅显示月份、年份
10+
- `ui-datepicker`新增`month-pick`配置,可以设置月份选择器
11+
12+
#### 修复
13+
14+
- 修复`ui-pagination`分页显示不正确的问题
15+
16+
---
17+
318
## 0.12.34
419

20+
`2019年5月20日`
21+
522
#### 改进
623

724
- `辅助色`现在被改进为`中性色`,原有的12种辅助色现在调整为14种中性色,详见文档的`设计/色彩`章节
@@ -18,7 +35,7 @@
1835
- 新增`设计/色彩`文档,原有的`形态/色彩`部分内容被调整至此文档
1936
- `ui-menu`移除4种色彩支持:`gray``light-gray``light-black``extra-light-black`
2037

21-
<ui-label color="primary">升级注意事项</ui-label>
38+
__升级注意事项__
2239

2340
- `ui-menu`移除4种色彩支持,请替换为`white``black`
2441
- `辅助色`现在被改进为`中性色`,在使用`color`配置以及配色时需要注意以下替换(色值不一致):
@@ -36,6 +53,8 @@
3653

3754
## 0.12.33
3855

56+
`2019年5月16日`
57+
3958
#### 新特性
4059

4160
- `ui-timepicker``ui-datepicker``ui-datetimepicker`组件新增`togglePicker()`方法,可以用来打开/关闭选择器

0 commit comments

Comments
 (0)