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
1342b604
Commit
1342b604
authored
Dec 27, 2016
by
Leopoldthecoder
Committed by
杨奕
Dec 27, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog: update for 1.0.9
parent
634498bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+17
-0
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+16
-0
No files found.
CHANGELOG.en-US.md
View file @
1342b604
## Changelog
### 1.0.9
*2016-12-27*
-
Fixed DatePicker incorrectly triggering input event, #1834
-
Fixed Tree reporting
`event is undefined`
error in Firefox, #1945
-
Added
`change`
event for DatePicker, whose parameter is the formatted value, #1841
-
Added
`header-align`
attribute for Table, #1424
-
Fixed single select Table's highlight style not removing when data is removed, #1890
-
Fixed filterable Select lagging issue with more options, #1933
-
Fixed multiple disabled Select not disabling removing selected options issue, #2001
-
Fixed Col style not working in
`xs`
, #2011
-
Added
`value`
attribute for Tab, #2008
-
Fixed InputNumber
`change`
event incorrectly firing multiple times in some conditions, #1999
-
Added
`clearable`
attribute for DatePicker, #1994
-
Fixed Form always passing validation in async mode, #1936
### 1.0.8
*2016-12-20*
...
...
CHANGELOG.zh-CN.md
View file @
1342b604
## 更新日志
### 1.0.9
*2016-12-27*
-
修复 DatePicker 不能正确触发 input 事件的问题,现在只有当日期改变时才触发,#1834
-
修复 Tree 在 Firefox 下会提示 event is undefined 的问题,#1945
-
新增 DatePicker 的
`change`
事件,返回和输入框一致的格式化后的值,#1841
-
新增 Table 的
`header-align`
属性,#1424
-
修复单选的 Table 在数据移除时,高亮状态仍然存在的问题,#1890
-
修复可搜索的 Select 在选项较多时的卡顿问题,#1933
-
修复多选的 Select 在禁用状态下仍然能够手动删除选中项的问题,#2001
-
修复 Col
`xs`
分辨率下样式无效的问题,#2011
-
新增 Tab 组件的
`value`
属性并支持
`v-model`
用法,#2008
-
修复 Input Number 在某些条件下 change 事件被触发多次的问题,#1999
-
新增 DatePicker 的
`clearable`
属性,#1994
-
修复 Form 异步验证时某些条件下总是验证通过的问题,#1936
### 1.0.8
*2016-12-20*
...
...
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