Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
4fd181cb
Commit
4fd181cb
authored
May 11, 2018
by
杨奕
Committed by
GitHub
May 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog: update for 2.3.8 (#11127)
parent
f4d2f147
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
1 deletion
+37
-1
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+12
-0
CHANGELOG.es.md
CHANGELOG.es.md
+12
-0
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+12
-0
examples/docs/zh-CN/upload.md
examples/docs/zh-CN/upload.md
+1
-1
No files found.
CHANGELOG.en-US.md
View file @
4fd181cb
## Changelog
### 2.3.8
*2018-05-11*
-
Fixed DatePicker panel jumping to the current month after picking a date in a non-current month when
`type`
is dates, #10973
-
Fixed clearable Input still displaying the clear icon when readonly, #10912
-
Fixed closing the DatePicker panel without changing the value incorrectly triggering the
`change`
event, #11017
-
Fixed keyboard navigation not working properly when Select has grouped options, #11058
-
Added
`prefix`
named slot for Select, #11063
-
Added 'clearValidate
` method for FormItem, #11076
- Added `
checkOnClickNode
` attribute for Tree, #11111
### 2.3.7
*2018-04-29*
...
...
CHANGELOG.es.md
View file @
4fd181cb
## Changelog
### 2.3.8
*2018-05-11*
-
Fixed DatePicker panel jumping to the current month after picking a date in a non-current month when
`type`
is dates, #10973
-
Fixed clearable Input still displaying the clear icon when readonly, #10912
-
Fixed closing the DatePicker panel without changing the value incorrectly triggering the
`change`
event, #11017
-
Fixed keyboard navigation not working properly when Select has grouped options, #11058
-
Added
`prefix`
named slot for Select, #11063
-
Added 'clearValidate
` method for FormItem, #11076
- Added `
checkOnClickNode
` attribute for Tree, #11111
### 2.3.7
*2018-04-29*
...
...
CHANGELOG.zh-CN.md
View file @
4fd181cb
## 更新日志
### 2.3.8
*2018-05-11*
-
修复
`type`
为 dates 的 DatePicker 在选择非当前月的日期后,面板会跳转至当前月的问题,#10973
-
修复可清空的只读 Input 仍会显示清空图标的问题,#10912
-
修复范围选择的 DatePicker 在未改变值的情况下关闭下拉面板仍会触发
`change`
事件的问题,#11017
-
修复 Select 在有分组选项时不能正确通过键盘导航的问题,#11058
-
新增 Select 的
`prefix`
具名 slot,#11063
-
新增 FormItem 的
`clearValidate`
方法,#11076
-
新增 Tree 的
`checkOnClickNode`
属性,#11111
### 2.3.7
*2018-04-29*
...
...
examples/docs/zh-CN/upload.md
View file @
4fd181cb
...
...
@@ -411,7 +411,7 @@
| show-file-list | 是否显示已上传文件列表 | boolean | — | true |
| drag | 是否启用拖拽上传 | boolean | — | false |
| accept | 接受上传的
[
文件类型
](
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-accept
)
(thumbnail-mode 模式下此参数无效)| string | — | — |
| on-preview | 点击
已上传的文件链接时的钩子, 可以通过 file.response 拿到服务端返回数据
| function(file) | — | — |
| on-preview | 点击
文件列表中已上传的文件时的钩子
| function(file) | — | — |
| on-remove | 文件列表移除文件时的钩子 | function(file, fileList) | — | — |
| on-success | 文件上传成功时的钩子 | function(response, file, fileList) | — | — |
| on-error | 文件上传失败时的钩子 | function(err, file, fileList) | — | — |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment