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
d9f71dcd
Commit
d9f71dcd
authored
Apr 13, 2020
by
luckyCao
Committed by
GitHub
Apr 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: Update Changelog (#19162)
parent
4b869fbe
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
117 additions
and
1 deletion
+117
-1
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+29
-0
CHANGELOG.es.md
CHANGELOG.es.md
+29
-0
CHANGELOG.fr-FR.md
CHANGELOG.fr-FR.md
+29
-0
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+29
-0
examples/pages/template/changelog.tpl
examples/pages/template/changelog.tpl
+1
-1
No files found.
CHANGELOG.en-US.md
View file @
d9f71dcd
## Changelog
### 2.13.1
*2020-04-13*
#### New features
-
Autocomplete
-
Add change event (#17913 by @sxzz)
#### Bug fixes
-
Autocomplete
-
Fix suggestion error when textarea (#18478 by @Roojay)
-
Carousel
-
Fix console typo bug (#18264 by @IceFox)
-
Image
-
Fix preview dose not show when preview list not contain src issue (#18975) (#19130 by @luckyCao)
-
Fix shortcut key not work at second time issue (#18983) (#19156 by @luckyCao)
-
Don't show image-viewer when preview is false (#18967 by @inooNgt)
-
Transfer
-
Fix incorrect line-height of el-transfer's first list item when it was used with el-form-item (#18917 by @Hanx)
-
InputNumber
-
Correctly compute inputNumberDisabled (#18439 by @ashuser-pendo)
-
Chore
-
Remove index intro (#19155 by @iamkun)
-
Doc
-
Popconfirm doc update (#18324 by @iamkun)
-
Fix step-strictly docs typo (#18705 by @dream2023)
-
Fix a type error in document of steps component (#17555 by @haoranyu)
### 2.13.0
*2019-11-26*
...
...
CHANGELOG.es.md
View file @
d9f71dcd
## Changelog
### 2.13.1
*2020-04-13*
#### New features
-
Autocomplete
-
Add change event (#17913 by @sxzz)
#### Bug fixes
-
Autocomplete
-
Fix suggestion error when textarea (#18478 by @Roojay)
-
Carousel
-
Fix console typo bug (#18264 by @IceFox)
-
Image
-
Fix preview dose not show when preview list not contain src issue (#18975) (#19130 by @luckyCao)
-
Fix shortcut key not work at second time issue (#18983) (#19156 by @luckyCao)
-
Don't show image-viewer when preview is false (#18967 by @inooNgt)
-
Transfer
-
Fix incorrect line-height of el-transfer's first list item when it was used with el-form-item (#18917 by @Hanx)
-
InputNumber
-
Correctly compute inputNumberDisabled (#18439 by @ashuser-pendo)
-
Chore
-
Remove index intro (#19155 by @iamkun)
-
Doc
-
Popconfirm doc update (#18324 by @iamkun)
-
Fix step-strictly docs typo (#18705 by @dream2023)
-
Fix a type error in document of steps component (#17555 by @haoranyu)
### 2.13.0
*2019-11-26*
...
...
CHANGELOG.fr-FR.md
View file @
d9f71dcd
## Changelog
### 2.13.1
*2020-04-13*
#### New features
-
Autocomplete
-
Add change event (#17913 by @sxzz)
#### Bug fixes
-
Autocomplete
-
Fix suggestion error when textarea (#18478 by @Roojay)
-
Carousel
-
Fix console typo bug (#18264 by @IceFox)
-
Image
-
Fix preview dose not show when preview list not contain src issue (#18975) (#19130 by @luckyCao)
-
Fix shortcut key not work at second time issue (#18983) (#19156 by @luckyCao)
-
Don't show image-viewer when preview is false (#18967 by @inooNgt)
-
Transfer
-
Fix incorrect line-height of el-transfer's first list item when it was used with el-form-item (#18917 by @Hanx)
-
InputNumber
-
Correctly compute inputNumberDisabled (#18439 by @ashuser-pendo)
-
Chore
-
Remove index intro (#19155 by @iamkun)
-
Doc
-
Popconfirm doc update (#18324 by @iamkun)
-
Fix step-strictly docs typo (#18705 by @dream2023)
-
Fix a type error in document of steps component (#17555 by @haoranyu)
### 2.13.0
*2019-11-26*
...
...
CHANGELOG.zh-CN.md
View file @
d9f71dcd
## 更新日志
### 2.13.1
*2020-04-13*
#### 新特性
-
Autocomplete
-
添加 change 事件 (#17913 by @sxzz)
#### Bug 修复
-
Autocomplete
-
修复类型为 textarea 时建议错误问题 (#18478 by @Roojay)
-
Carousel
-
修复 console.warn 文案拼写错误 (#18264 by @IceFox)
-
Image
-
修复当 preview-src-list 属性不包含 src 时图片预览大图展示为空的问题 (#18975) (#19130 by @luckyCao)
-
修复第二次图片预览时快捷键失效问题 (#18983) (#19156 by @luckyCao)
-
修复 preview-src-list 为空时点击图片会给 body 添加 overflow: scroll 的问题 (#18967 by @inooNgt)
-
Transfer
-
修复和 Form 组件一起使用时错误的行高问题 (#18917 by @Hanx)
-
InputNumber
-
正确计算 inputNumberDisabled (#18439 by @ashuser-pendo)
-
Chore
-
更新首页文案 (#19155 by @iamkun)
-
Doc
-
更新 Popconfirm 文档 (#18324 by @iamkun)
-
修复 step-strictly 文档拼写问题 (#18705 by @dream2023)
-
修复 Steps 组件文档问题 (#17555 by @haoranyu)
### 2.13.0
*2019-11-26*
...
...
examples/pages/template/changelog.tpl
View file @
d9f71dcd
...
...
@@ -179,7 +179,7 @@
}
}
fragments
=
fragments
.
replace
(
/#
(\d
+
)
/g
,
'
<a href="https://github.com/ElemeFE/element/issues/$1" target="_blank">#$1</a>
'
);
fragments
=
fragments
.
replace
(
/@
(
\w
+
)
/g
,
'
<a href="https://github.com/$1" target="_blank">@$1</a>
'
);
fragments
=
fragments
.
replace
(
/@
(
[\w
-
]
+
)
/g
,
'
<a href="https://github.com/$1" target="_blank">@$1</a>
'
);
this
.
$refs
.
timeline
.
innerHTML
=
`$
{
fragments
}
</li>`
;
changeLog
.
$el
.
remove
();
...
...
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