Skip to content

Commit 0b94502

Browse files
Changelog: update for 2.4.0 (#11378)
1 parent f9dffdd commit 0b94502

File tree

7 files changed

+140
-5
lines changed

7 files changed

+140
-5
lines changed

CHANGELOG.en-US.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
## Changelog
22

3+
### 2.4.0 Fullerene
4+
5+
*2018-05-28*
6+
7+
#### New features
8+
- General
9+
- Dev tool and bundler is switched to native webpack, #11216
10+
- Now you can globally set the initial z-index of popups, #11257
11+
- Autocomplete
12+
- Added `hide-loading` attribute, #11260
13+
- Button
14+
- Now you can use the `size` attribute on circle buttons to control their sizes, #11275
15+
- InputNumber
16+
- Added `precision` attribute, #11281
17+
- Tabs
18+
- Added `before-leave` attribute, #11259
19+
- Added `lazy` attribute, #11167(by @Kingwl
20+
- Table
21+
- Added `sort` method to manually sort the table, #11311
22+
23+
#### Bug fixes
24+
- Input
25+
- Fixed an issue that causes a re-render when using the Chinese IME to quickly input text, #11235 (by @STLighter)
26+
- Popover
27+
- Fixed the console error when the triggering element is Radio or Checkbox, #11265
28+
- Breadcrumb
29+
- Fixed the `to` attribute not supporting dynamic update, #11286
30+
- Upload
31+
- Fixed the console error when a File is resolved in the returned Promise of the `beforeUpload` method, #11297 (by @qusiba)
32+
- Tooltip
33+
- Fixed arrow not positioned correctly when content is empty, #11335
34+
- Autocomplete
35+
- Fixed incorrect input suggestions after deleting keyword quickly, #11323
36+
- ColorPicker
37+
- Fixed `active-change` event incorrectly triggering when picker dropdown is closed, #11304
38+
- Table
39+
- Fixed style error of oversized filter panel, #11314
40+
- Fixed currently selected row not retained when the table is sorted, #11348
41+
- Checkbox
42+
- Fixed single checkbox not supporting validation, #11271
43+
- Radio
44+
- Fixed disabled Radio still being selected when pressing space key, #11303
45+
- MessageBox
46+
- Fixed the `el-popup-parent--hidden` class not removed when opening MessageBox in succession, #11371
47+
348
### 2.3.9
449

550
*2018-05-18*

CHANGELOG.es.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
## Changelog
22

3+
### 2.4.0 Fullerene
4+
5+
*2018-05-28*
6+
7+
#### New features
8+
- General
9+
- Dev tool and bundler is switched to native webpack, #11216
10+
- Now you can globally set the initial z-index of popups, #11257
11+
- Autocomplete
12+
- Added `hide-loading` attribute, #11260
13+
- Button
14+
- Now you can use the `size` attribute on circle buttons to control their sizes, #11275
15+
- InputNumber
16+
- Added `precision` attribute, #11281
17+
- Tabs
18+
- Added `before-leave` attribute, #11259
19+
- Added `lazy` attribute, #11167(by @Kingwl
20+
- Table
21+
- Added `sort` method to manually sort the table, #11311
22+
23+
#### Bug fixes
24+
- Input
25+
- Fixed an issue that causes a re-render when using the Chinese IME to quickly input text, #11235 (by @STLighter)
26+
- Popover
27+
- Fixed the console error when the triggering element is Radio or Checkbox, #11265
28+
- Breadcrumb
29+
- Fixed the `to` attribute not supporting dynamic update, #11286
30+
- Upload
31+
- Fixed the console error when a File is resolved in the returned Promise of the `beforeUpload` method, #11297 (by @qusiba)
32+
- Tooltip
33+
- Fixed arrow not positioned correctly when content is empty, #11335
34+
- Autocomplete
35+
- Fixed incorrect input suggestions after deleting keyword quickly, #11323
36+
- ColorPicker
37+
- Fixed `active-change` event incorrectly triggering when picker dropdown is closed, #11304
38+
- Table
39+
- Fixed style error of oversized filter panel, #11314
40+
- Fixed currently selected row not retained when the table is sorted, #11348
41+
- Checkbox
42+
- Fixed single checkbox not supporting validation, #11271
43+
- Radio
44+
- Fixed disabled Radio still being selected when pressing space key, #11303
45+
- MessageBox
46+
- Fixed the `el-popup-parent--hidden` class not removed when opening MessageBox in succession, #11371
47+
348
### 2.3.9
449

550
*2018-05-18*

CHANGELOG.zh-CN.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
## 更新日志
22

3+
### 2.4.0 Fullerene
4+
5+
*2018-05-28*
6+
7+
#### 新特性
8+
- 综合
9+
- 使用原生 webpack 作为构建和打包工具,#11216
10+
- 可以全局配置弹出层的初始 z-index,#11257
11+
- Autocomplete
12+
- 新增 `hide-loading` 属性,#11260
13+
- Button
14+
- 现在圆形按钮也支持通过 `size` 属性改变其尺寸了,#11275
15+
- InputNumber
16+
- 新增 `precision` 属性,#11281
17+
- Tabs
18+
- 新增 `before-leave` 钩子,#11259
19+
- 新增 `lazy` 属性,#11167(by @Kingwl
20+
- Table
21+
- 新增 `sort` 方法,支持手动排序,#11311
22+
23+
#### 修复
24+
- Input
25+
- 修复使用中文输入法快速输入文字时会导致视图重新渲染的问题,#11235(by @STLighter
26+
- Popover
27+
- 修复当触发元素为 Radio 或 Checkbox 时控制台报错的问题,#11265
28+
- Breadcrumb
29+
- 修复 `to` 属性不支持动态更新的问题,#11286
30+
- Upload
31+
- 修复在 `beforeUpload` 方法返回的 Promise 中 resolve 一个 File 时控制台报错的问题,#11297(by @qusiba
32+
- Tooltip
33+
- 修复内容为空时箭头错位的问题,#11335
34+
- Autocomplete
35+
- 修复在快速删除搜索内容后输入建议不正确的问题,#11323
36+
- ColorPicker
37+
- 修复关闭选色器时触发 `active-change` 事件的问题,#11304
38+
- Table
39+
- 修复筛选列表过长导致样式超出的问题,#11314
40+
- 修复排序后导致无法正常显示选中行样式的问题,#11348
41+
- Checkbox
42+
- 修复单个 Checkbox 不支持表单验证的问题,#11271
43+
- Radio
44+
- 修复通过空格可以选中被禁用的 Radio 的问题,#11303
45+
- MessageBox
46+
- 修复连续打开两个 MessageBox 时 `el-popup-parent--hidden` 无法移除的问题,#11371
47+
348
### 2.3.9
449

550
*2018-05-18*

build/bin/version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var fs = require('fs');
22
var path = require('path');
33
var version = process.env.VERSION || require('../../package.json').version;
4-
var content = { '1.4.13': '1.4', '2.0.11': '2.0', '2.1.0': '2.1', '2.2.2': '2.2' };
5-
if (!content[version]) content[version] = '2.3';
4+
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' };
5+
if (!content[version]) content[version] = '2.4';
66
fs.writeFileSync(path.resolve(__dirname, '../../examples/versions.json'), JSON.stringify(content));

build/deploy-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ "$TRAVIS_TAG" ]; then
4040
# build sub folder
4141
echo $TRAVIS_TAG
4242

43-
SUB_FOLDER='2.3'
43+
SUB_FOLDER='2.4'
4444
mkdir $SUB_FOLDER
4545
rm -rf *.js *.css *.map static
4646
rm -rf $SUB_FOLDER/**

build/deploy-faas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd temp_web
55
git clone --depth 1 -b gh-pages --single-branch https://github.com/ElemeFE/element.git && cd element
66

77
# build sub folder
8-
SUB_FOLDER='2.3'
8+
SUB_FOLDER='2.4'
99
mkdir $SUB_FOLDER
1010
rm -rf *.js *.css *.map static
1111
rm -rf $SUB_FOLDER/**

examples/components/footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<a href="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/ElementUI/awesome-element" class="footer-main-link" target="_blank">Awesome Element</a>
2222
</div>
2323
<div class="footer-social">
24-
<p class="footer-social-title">Element {{ version && version.slice(0, 3) }} Diamond</p>
24+
<p class="footer-social-title">Element {{ version && version.slice(0, 3) }} Fullerene</p>
2525
<el-popover
2626
ref="weixin"
2727
placement="top"

0 commit comments

Comments
 (0)