Changelog: update for 1.2.9

pull/3697/head^2
Leopoldthecoder 2017-04-19 20:01:02 +08:00 committed by 杨奕
parent 907d3218b7
commit 3ad222379c
4 changed files with 35 additions and 0 deletions

View File

@ -1,5 +1,19 @@
## Changelog
### 1.2.9
*2017-04-19*
- Fixed RadioButton not working properly when some texts on the page are selected, #4217
- Fixed the toggle-all checkbox of Tree not working in some browsers, #4107 (by @pengchongfu)
- Fixed Cascader clear button not working, #4167 (by @pengchongfu)
- Fixed router switching error when the page has a Table with Tooltips, #4085
- Fixed Upload not able to remove selected files, #4233
- Added `onClick` attribute for Notification, #4221 (by @amouillard)
- Fixed binding value of DatePicker becoming undefined when cleared, #4186 (by @pengchongfu)
- Fixed style error of ColorPicker when nested in a FormItem, #4303
- Added `enterable` attribute for Tooltip, #4210
### 1.2.8
*2017-04-07*

View File

@ -1,5 +1,18 @@
## 更新日志
### 1.2.9
*2017-04-19*
- 修复在有文本选中的情况下RadioButton 需要多次点击才能生效的问题,#4217
- 修复 Tree 的多选框在某些浏览器下不能全选的问题,#4107by @pengchongfu
- 修复可清空的 Cascader 清空按钮无效的问题,#4167by @pengchongfu
- 修复带有 Tooltip 的 Table 在路由切换时有时会报错的问题,#4085
- 修复 Upload 无法移除待上传的文件的问题,#4233
- 新增 Notification 的 `onClick` 属性,#4221by @amouillard
- 修复 DatePicker 在清空后值变为 undefined 的问题,#4186by @pengchongfu
- 修复 FormItem 中 ColorPicker 的样式错误,#4303
- 新增 Tooltip 的 `enterable` 属性,#4210
### 1.2.8
*2017-04-07*

View File

@ -127,6 +127,10 @@ Currently Element ships with the following languages:
<li>Swedish (sv-SE)</li>
<li>Greek (el)</li>
<li>Slovak (sk)</li>
<li>Catalunya (ca)</li>
<li>Czech (cz)</li>
<li>Ukrainian (ua)</li>
<li>Turkmen (tk)</li>
</ul>
If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/master/src/locale/lang) and create a pull request.

View File

@ -139,6 +139,10 @@ Vue.use(Element, {
<li>瑞典语sv-SE</li>
<li>希腊语el</li>
<li>斯洛伐克语sk</li>
<li>加泰罗尼亚语ca</li>
<li>捷克语cz</li>
<li>乌克兰语ua</li>
<li>土库曼语tk</li>
</ul>
如果你需要使用其他的语言,欢迎贡献 PR只需在 [这里](https://github.com/ElemeFE/element/tree/master/src/locale/lang) 添加一个语言配置文件即可。