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
d973911b
Commit
d973911b
authored
Jan 16, 2017
by
baiyaaaaa
Committed by
GitHub
Jan 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2435 from Leopoldthecoder/dev
Changelog: update for 1.1.4
parents
70ae91dc
857228a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
1 deletion
+42
-1
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+21
-0
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+20
-0
examples/versions.json
examples/versions.json
+1
-1
No files found.
CHANGELOG.en-US.md
View file @
d973911b
## Changelog
### 1.1.4
*2017-01-16*
-
Fixed Input Number triggering
`change`
event when bound value is changed programmatically, #2329
-
Fixed Menu not responding to
`$router`
changing in router mode, #2391
-
Fixed Menu and Tree expanding state malfunctioning when clicked multiple times quickly, #2354
-
Fixed
`change`
event triggering mechanism of Input Number and Checkbox Group, now they do not fire when bound value is changed programmatically
-
Added
`on-icon-click`
attribute for Input, #2414
-
Added
`disabled`
attribute for Radio Group, #2411
-
Added
`accordion`
attribute for Tree, #2408
-
Added
`show-message`
attribute for Form, #2356
-
Fixed sort clicking area of Table, updated default sorting related APIs, #2309 #2405 (by @njleonzhang)
-
Fixed
`firstDayOfWeek`
not working in ranged typed of DatePicker, #2353
-
Fixed DatePicker displaying 1970 when initial value is null, #2388
-
Fixed
`filteredValue`
attribute for Table, #2348
-
Fixed scrollable Table's style with empty data, #2396
Breaking change
-
The
`default-sort-prop`
and
`default-sort-order`
attributes added in 1.1.3 are now merged into an object-typed attribute
### 1.1.3
*2017-01-09*
...
...
CHANGELOG.zh-CN.md
View file @
d973911b
## 更新日志
### 1.1.4
*2017-01-16*
-
修复 Input Number 在主动改变绑定值时也会触发 change 事件的问题,#2329
-
修复 Menu 在启用 router 模式后没有对
`$route`
变化进行响应的问题,#2391
-
修复 Menu、Tree 在快速点击时出现展开状态错误的问题,#2354
-
修复 Input Number 和 Checkbox Group 的 change 事件触发时机,现在主动改变绑定值时不触发该事件。
-
新增 Input 增加点击图标后的钩子函数属性,#2414
-
新增 Radio Group 的
`disabled`
属性,#2411
-
新增 Tree 增加
`accordion`
属性,#2408
-
新增 Form 增加
`show-message`
属性,#2356
-
修复 Table 排序点击区域,调整默认排序的 API,#2309 #2405(by @njleonzhang)
-
修复 DatePicker firstDayOfWeek 在范围类型中无法使用,#2353
-
修复 DatePicker 初始值为 null 显示 1970,#2388
-
修复 Table 缺少 filteredValue 属性,#2348
-
修复 Table 空数据时且存在滚动条时的样式,#2396
非兼容性更新
-
1.1.3 新增的
`default-sort-prop`
和
`default-sort-order`
属性现在合并为一个对象类型属性
### 1.1.3
*2017-01-09*
...
...
examples/versions.json
View file @
d973911b
{
"1.0.9"
:
"1.0"
,
"1.1.
3
"
:
"1.1"
"1.1.
4
"
:
"1.1"
}
\ No newline at end of file
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