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
0b94502e
Commit
0b94502e
authored
May 28, 2018
by
杨奕
Committed by
GitHub
May 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog: update for 2.4.0 (#11378)
parent
f9dffdd1
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
140 additions
and
5 deletions
+140
-5
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+45
-0
CHANGELOG.es.md
CHANGELOG.es.md
+45
-0
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+45
-0
build/bin/version.js
build/bin/version.js
+2
-2
build/deploy-ci.sh
build/deploy-ci.sh
+1
-1
build/deploy-faas.sh
build/deploy-faas.sh
+1
-1
examples/components/footer.vue
examples/components/footer.vue
+1
-1
No files found.
CHANGELOG.en-US.md
View file @
0b94502e
## Changelog
### 2.4.0 Fullerene
*2018-05-28*
#### New features
-
General
-
Dev tool and bundler is switched to native webpack, #11216
-
Now you can globally set the initial z-index of popups, #11257
-
Autocomplete
-
Added
`hide-loading`
attribute, #11260
-
Button
-
Now you can use the
`size`
attribute on circle buttons to control their sizes, #11275
-
InputNumber
-
Added
`precision`
attribute, #11281
-
Tabs
-
Added
`before-leave`
attribute, #11259
-
Added
`lazy`
attribute, #11167(by @Kingwl)
-
Table
-
Added
`sort`
method to manually sort the table, #11311
#### Bug fixes
-
Input
-
Fixed an issue that causes a re-render when using the Chinese IME to quickly input text, #11235 (by @STLighter)
-
Popover
-
Fixed the console error when the triggering element is Radio or Checkbox, #11265
-
Breadcrumb
-
Fixed the
`to`
attribute not supporting dynamic update, #11286
-
Upload
-
Fixed the console error when a File is resolved in the returned Promise of the
`beforeUpload`
method, #11297 (by @qusiba)
-
Tooltip
-
Fixed arrow not positioned correctly when content is empty, #11335
-
Autocomplete
-
Fixed incorrect input suggestions after deleting keyword quickly, #11323
-
ColorPicker
-
Fixed
`active-change`
event incorrectly triggering when picker dropdown is closed, #11304
-
Table
-
Fixed style error of oversized filter panel, #11314
-
Fixed currently selected row not retained when the table is sorted, #11348
-
Checkbox
-
Fixed single checkbox not supporting validation, #11271
-
Radio
-
Fixed disabled Radio still being selected when pressing space key, #11303
-
MessageBox
-
Fixed the
`el-popup-parent--hidden`
class not removed when opening MessageBox in succession, #11371
### 2.3.9
*2018-05-18*
...
...
CHANGELOG.es.md
View file @
0b94502e
## Changelog
### 2.4.0 Fullerene
*2018-05-28*
#### New features
-
General
-
Dev tool and bundler is switched to native webpack, #11216
-
Now you can globally set the initial z-index of popups, #11257
-
Autocomplete
-
Added
`hide-loading`
attribute, #11260
-
Button
-
Now you can use the
`size`
attribute on circle buttons to control their sizes, #11275
-
InputNumber
-
Added
`precision`
attribute, #11281
-
Tabs
-
Added
`before-leave`
attribute, #11259
-
Added
`lazy`
attribute, #11167(by @Kingwl)
-
Table
-
Added
`sort`
method to manually sort the table, #11311
#### Bug fixes
-
Input
-
Fixed an issue that causes a re-render when using the Chinese IME to quickly input text, #11235 (by @STLighter)
-
Popover
-
Fixed the console error when the triggering element is Radio or Checkbox, #11265
-
Breadcrumb
-
Fixed the
`to`
attribute not supporting dynamic update, #11286
-
Upload
-
Fixed the console error when a File is resolved in the returned Promise of the
`beforeUpload`
method, #11297 (by @qusiba)
-
Tooltip
-
Fixed arrow not positioned correctly when content is empty, #11335
-
Autocomplete
-
Fixed incorrect input suggestions after deleting keyword quickly, #11323
-
ColorPicker
-
Fixed
`active-change`
event incorrectly triggering when picker dropdown is closed, #11304
-
Table
-
Fixed style error of oversized filter panel, #11314
-
Fixed currently selected row not retained when the table is sorted, #11348
-
Checkbox
-
Fixed single checkbox not supporting validation, #11271
-
Radio
-
Fixed disabled Radio still being selected when pressing space key, #11303
-
MessageBox
-
Fixed the
`el-popup-parent--hidden`
class not removed when opening MessageBox in succession, #11371
### 2.3.9
*2018-05-18*
...
...
CHANGELOG.zh-CN.md
View file @
0b94502e
## 更新日志
### 2.4.0 Fullerene
*2018-05-28*
#### 新特性
-
综合
-
使用原生 webpack 作为构建和打包工具,#11216
-
可以全局配置弹出层的初始 z-index,#11257
-
Autocomplete
-
新增
`hide-loading`
属性,#11260
-
Button
-
现在圆形按钮也支持通过
`size`
属性改变其尺寸了,#11275
-
InputNumber
-
新增
`precision`
属性,#11281
-
Tabs
-
新增
`before-leave`
钩子,#11259
-
新增
`lazy`
属性,#11167(by @Kingwl)
-
Table
-
新增
`sort`
方法,支持手动排序,#11311
#### 修复
-
Input
-
修复使用中文输入法快速输入文字时会导致视图重新渲染的问题,#11235(by @STLighter)
-
Popover
-
修复当触发元素为 Radio 或 Checkbox 时控制台报错的问题,#11265
-
Breadcrumb
-
修复
`to`
属性不支持动态更新的问题,#11286
-
Upload
-
修复在
`beforeUpload`
方法返回的 Promise 中 resolve 一个 File 时控制台报错的问题,#11297(by @qusiba)
-
Tooltip
-
修复内容为空时箭头错位的问题,#11335
-
Autocomplete
-
修复在快速删除搜索内容后输入建议不正确的问题,#11323
-
ColorPicker
-
修复关闭选色器时触发
`active-change`
事件的问题,#11304
-
Table
-
修复筛选列表过长导致样式超出的问题,#11314
-
修复排序后导致无法正常显示选中行样式的问题,#11348
-
Checkbox
-
修复单个 Checkbox 不支持表单验证的问题,#11271
-
Radio
-
修复通过空格可以选中被禁用的 Radio 的问题,#11303
-
MessageBox
-
修复连续打开两个 MessageBox 时
`el-popup-parent--hidden`
无法移除的问题,#11371
### 2.3.9
*2018-05-18*
...
...
build/bin/version.js
View file @
0b94502e
var
fs
=
require
(
'
fs
'
);
var
path
=
require
(
'
path
'
);
var
version
=
process
.
env
.
VERSION
||
require
(
'
../../package.json
'
).
version
;
var
content
=
{
'
1.4.13
'
:
'
1.4
'
,
'
2.0.11
'
:
'
2.0
'
,
'
2.1.0
'
:
'
2.1
'
,
'
2.2.2
'
:
'
2.2
'
};
if
(
!
content
[
version
])
content
[
version
]
=
'
2.
3
'
;
var
content
=
{
'
1.4.13
'
:
'
1.4
'
,
'
2.0.11
'
:
'
2.0
'
,
'
2.1.0
'
:
'
2.1
'
,
'
2.2.2
'
:
'
2.2
'
,
'
2.3.9
'
:
'
2.3
'
};
if
(
!
content
[
version
])
content
[
version
]
=
'
2.
4
'
;
fs
.
writeFileSync
(
path
.
resolve
(
__dirname
,
'
../../examples/versions.json
'
),
JSON
.
stringify
(
content
));
build/deploy-ci.sh
View file @
0b94502e
...
...
@@ -40,7 +40,7 @@ if [ "$TRAVIS_TAG" ]; then
# build sub folder
echo
$TRAVIS_TAG
SUB_FOLDER
=
'2.
3
'
SUB_FOLDER
=
'2.
4
'
mkdir
$SUB_FOLDER
rm
-rf
*
.js
*
.css
*
.map static
rm
-rf
$SUB_FOLDER
/
**
...
...
build/deploy-faas.sh
View file @
0b94502e
...
...
@@ -5,7 +5,7 @@ cd temp_web
git clone
--depth
1
-b
gh-pages
--single-branch
https://github.com/ElemeFE/element.git
&&
cd
element
# build sub folder
SUB_FOLDER
=
'2.
3
'
SUB_FOLDER
=
'2.
4
'
mkdir
$SUB_FOLDER
rm
-rf
*
.js
*
.css
*
.map static
rm
-rf
$SUB_FOLDER
/
**
...
...
examples/components/footer.vue
View file @
0b94502e
...
...
@@ -21,7 +21,7 @@
<a
href=
"https://github.com/ElementUI/awesome-element"
class=
"footer-main-link"
target=
"_blank"
>
Awesome Element
</a>
</div>
<div
class=
"footer-social"
>
<p
class=
"footer-social-title"
>
Element
{{
version
&&
version
.
slice
(
0
,
3
)
}}
Diamond
</p>
<p
class=
"footer-social-title"
>
Element
{{
version
&&
version
.
slice
(
0
,
3
)
}}
Fullerene
</p>
<el-popover
ref=
"weixin"
placement=
"top"
...
...
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