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
9eb0a3d5
Commit
9eb0a3d5
authored
Jan 15, 2021
by
好多大米
Committed by
GitHub
Jan 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add change log 2.15.0 (#20692)
parent
188605c3
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
88 additions
and
5 deletions
+88
-5
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+21
-0
CHANGELOG.es.md
CHANGELOG.es.md
+20
-0
CHANGELOG.fr-FR.md
CHANGELOG.fr-FR.md
+21
-0
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+21
-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
package.json
package.json
+1
-1
No files found.
CHANGELOG.en-US.md
View file @
9eb0a3d5
## Changelog
### 2.15.0
*2021-01-15*
#### Bug fixes
-
Select
-
Fix placeholder i18n bug (#17644 by @nzh63)
-
Popconfirm
-
Popconfirm i18n bug by @iamkun)
-
Drawer
-
Fix focus bug (#20626 by @cs1707)
-
Image
-
Preview optimization (#20652 by @cs1707)
#### Optimization
-
Doc
-
Fix typo in french translation of datetime-picker.md (#20543 by @lonk)
-
Add format attribute description to the progress component (#20641 by @cs1707)
### 2.14.1
*2020-11-11*
...
...
CHANGELOG.es.md
View file @
9eb0a3d5
## Changelog
### 2.15.0
*2021-01-15*
#### Bug fixes
-
Select
-
Fix placeholder i18n bug (#17644 by @nzh63)
-
Popconfirm
-
Popconfirm i18n bug by @iamkun
-
Drawer
-
Fix focus bug (#20626 by @cs1707)
-
Image
-
Preview optimization (#20652 by @cs1707)
#### Optimization
-
Doc
-
Fix typo in french translation of datetime-picker.md (#20543 by @lonk)
-
Add format attribute description to the progress component (#20641 by @cs1707)
### 2.14.1
...
...
CHANGELOG.fr-FR.md
View file @
9eb0a3d5
## Changelog
### 2.15.0
*2021-01-15*
#### Bug fixes
-
Select
-
Fix placeholder i18n bug (#17644 by @nzh63)
-
Popconfirm
-
Popconfirm i18n bug by @iamkun
-
Drawer
-
Fix focus bug (#20626 by @cs1707)
-
Image
-
Preview optimization (#20652 by @cs1707)
#### Optimization
-
Doc
-
Fix typo in french translation of datetime-picker.md (#20543 by @lonk)
-
Add format attribute description to the progress component (#20641 by @cs1707)
### 2.14.1
*2020-11-11*
...
...
CHANGELOG.zh-CN.md
View file @
9eb0a3d5
## 更新日志
### 2.15.0
*2021-01-15*
#### Bug 修复
-
Select
-
修复 placeholder 国际化 bug (#17644 by @nzh63)
-
Popconfirm
-
修复 Popconfirm 国际化 bug by @iamkun
-
Drawer
-
修复 focus bug (#20626 by @cs1707)
-
Image
-
图片预览优化 (#20652 by @cs1707)
#### 优化
-
Doc
-
更新法语文档 datetime-picker.md (#20543 by @lonk)
-
更新 Progress 组件文档 (#20641 by @cs1707)
### 2.14.1
*2020-11-11*
...
...
build/bin/version.js
View file @
9eb0a3d5
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
'
,
'
2.3.9
'
:
'
2.3
'
,
'
2.4.11
'
:
'
2.4
'
,
'
2.5.4
'
:
'
2.5
'
,
'
2.6.3
'
:
'
2.6
'
,
'
2.7.2
'
:
'
2.7
'
,
'
2.8.2
'
:
'
2.8
'
,
'
2.9.2
'
:
'
2.9
'
,
'
2.10.1
'
:
'
2.10
'
,
'
2.11.1
'
:
'
2.11
'
,
'
2.12.0
'
:
'
2.12
'
,
'
2.13.2
'
:
'
2.13
'
};
if
(
!
content
[
version
])
content
[
version
]
=
'
2.1
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
'
,
'
2.4.11
'
:
'
2.4
'
,
'
2.5.4
'
:
'
2.5
'
,
'
2.6.3
'
:
'
2.6
'
,
'
2.7.2
'
:
'
2.7
'
,
'
2.8.2
'
:
'
2.8
'
,
'
2.9.2
'
:
'
2.9
'
,
'
2.10.1
'
:
'
2.10
'
,
'
2.11.1
'
:
'
2.11
'
,
'
2.12.0
'
:
'
2.12
'
,
'
2.13.2
'
:
'
2.13
'
,
'
2.14.1
'
:
'
2.14
'
};
if
(
!
content
[
version
])
content
[
version
]
=
'
2.1
5
'
;
fs
.
writeFileSync
(
path
.
resolve
(
__dirname
,
'
../../examples/versions.json
'
),
JSON
.
stringify
(
content
));
build/deploy-ci.sh
View file @
9eb0a3d5
...
...
@@ -40,7 +40,7 @@ if [ "$TRAVIS_TAG" ]; then
# build sub folder
echo
$TRAVIS_TAG
SUB_FOLDER
=
'2.1
4
'
SUB_FOLDER
=
'2.1
5
'
mkdir
$SUB_FOLDER
rm
-rf
*
.js
*
.css
*
.map static
rm
-rf
$SUB_FOLDER
/
**
...
...
build/deploy-faas.sh
View file @
9eb0a3d5
...
...
@@ -6,7 +6,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.1
4
'
SUB_FOLDER
=
'2.1
5
'
mkdir
-p
$SUB_FOLDER
rm
-rf
*
.js
*
.css
*
.map static
rm
-rf
$SUB_FOLDER
/
**
...
...
package.json
View file @
9eb0a3d5
...
...
@@ -25,7 +25,7 @@
"dist"
:
"npm run clean && npm run build:file && npm run lint && webpack --config build/webpack.conf.js && webpack --config build/webpack.common.js && webpack --config build/webpack.component.js && npm run build:utils && npm run build:umd && npm run build:theme"
,
"i18n"
:
"node build/bin/i18n.js"
,
"lint"
:
"eslint src/**/* test/**/* packages/**/* build/**/* --quiet"
,
"pub"
:
"npm run bootstrap && sh build/git-release.sh && sh build/release.sh && node build/bin/gen-indices.js
&& sh build/deploy-faas.sh
"
,
"pub"
:
"npm run bootstrap && sh build/git-release.sh && sh build/release.sh && node build/bin/gen-indices.js"
,
"test"
:
"npm run lint && npm run build:theme && cross-env CI_ENV=/dev/ BABEL_ENV=test karma start test/unit/karma.conf.js --single-run"
,
"test:watch"
:
"npm run build:theme && cross-env BABEL_ENV=test karma start test/unit/karma.conf.js"
},
...
...
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