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
a21f78ea
Commit
a21f78ea
authored
Mar 02, 2018
by
杨奕
Committed by
GitHub
Mar 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog: update for 2.2.1 (#9975)
parent
b54ed0a6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
64 additions
and
25 deletions
+64
-25
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+13
-0
CHANGELOG.es.md
CHANGELOG.es.md
+13
-0
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+13
-0
examples/docs/en-US/quickstart.md
examples/docs/en-US/quickstart.md
+8
-8
examples/docs/es/quickstart.md
examples/docs/es/quickstart.md
+8
-8
examples/docs/zh-CN/quickstart.md
examples/docs/zh-CN/quickstart.md
+9
-9
No files found.
CHANGELOG.en-US.md
View file @
a21f78ea
## Changelog
### 2.2.1
*2018-03-02*
-
Fixed Aside, Header and Footer shrinking in some layout, #9812
-
Fixed Table with a
`height`
attribute not rendering in SSR, #9876
-
Fixed expandable Table not calculating its height when a row is expanded, #9848
-
Fixed
`change`
event not trigger when manually typing date in DateTimePicker, #9913
-
Fixed Select showing its options when the input box is right-clicked, #9894 (by @openks)
-
Added
`tooltip-class`
attribute for Slider, #9957
-
Now Select will stay focused after selection, #9857 (by @Seebiscuit)
-
Added
`target-order`
attribute for Transfer, #9960
### 2.2.0 Graphite
*2018-02-12*
...
...
CHANGELOG.es.md
View file @
a21f78ea
## Changelog
### 2.2.1
*2018-03-02*
-
Fixed Aside, Header and Footer shrinking in some layout, #9812
-
Fixed Table with a
`height`
attribute not rendering in SSR, #9876
-
Fixed expandable Table not calculating its height when a row is expanded, #9848
-
Fixed
`change`
event not trigger when manually typing date in DateTimePicker, #9913
-
Fixed Select showing its options when the input box is right-clicked, #9894 (by @openks)
-
Added
`tooltip-class`
attribute for Slider, #9957
-
Now Select will stay focused after selection, #9857 (by @Seebiscuit)
-
Added
`target-order`
attribute for Transfer, #9960
### 2.2.0 Graphite
*2018-02-12*
...
...
CHANGELOG.zh-CN.md
View file @
a21f78ea
## 更新日志
### 2.2.1
*2018-03-02*
-
修复 Aside、Header 和 Footer 在某些布局中被压缩的问题,#9812
-
修复设置了
`height`
属性的 Table 在服务端渲染时无法加载的问题,#9876
-
修复可展开的 Table 在展开某一行后高度未重新计算的问题,#9848
-
修复在 DateTimePicker 中手动输入日期后不能正确触发
`change`
事件的问题,#9913
-
修复鼠标右键点击 Select 的输入框会展开选项的问题,#9894(by @openks)
-
新增 Slider 的
`tooltip-class`
属性,#9957
-
现在的 Select 在选中选项后仍然处于 focus 状态,#9857(by @Seebiscuit)
-
新增 Transfer 的
`target-order`
属性,#9960
### 2.2.0 Graphite
*2018-02-12*
...
...
examples/docs/en-US/quickstart.md
View file @
a21f78ea
...
...
@@ -8,14 +8,6 @@ We provide a general [project template](https://github.com/ElementUI/element-sta
If you prefer not to use them, please read the following.
### Use Nuxt.js
We can also start a project using
[
Nuxt.js
](
nuxtjs.org
)
:
<div
class=
"glitch-embed-wrap"
style=
"height: 420px; width: 100%;"
>
<iframe
src=
"https://glitch.com/embed/#!/embed/nuxt-with-element-ui?path=nuxt.config.js&previewSize=0&attributionHidden=true"
alt=
"nuxt-with-element-ui on glitch"
style=
"height: 100%; width: 100%; border: 0;"
></iframe>
</div>
### Import Element
You can import Element entirely, or just import what you need. Let's start with fully import.
...
...
@@ -274,3 +266,11 @@ npm run build
```
Please refer to each component's documentation to learn how to use them.
### Use Nuxt.js
We can also start a project using
[
Nuxt.js
](
nuxtjs.org
)
:
<div
class=
"glitch-embed-wrap"
style=
"height: 420px; width: 100%;"
>
<iframe
src=
"https://glitch.com/embed/#!/embed/nuxt-with-element-ui?path=nuxt.config.js&previewSize=0&attributionHidden=true"
alt=
"nuxt-with-element-ui on glitch"
style=
"height: 100%; width: 100%; border: 0;"
></iframe>
</div>
examples/docs/es/quickstart.md
View file @
a21f78ea
...
...
@@ -8,14 +8,6 @@ Proveemos una plantilla general [project template](https://github.com/ElementUI/
Si prefiere no utilizarlas, lee las siguientes secciones de este documento.
### Use Nuxt.js
We can also start a project using
[
Nuxt.js
](
nuxtjs.org
)
:
<div
class=
"glitch-embed-wrap"
style=
"height: 420px; width: 100%;"
>
<iframe
src=
"https://glitch.com/embed/#!/embed/nuxt-with-element-ui?path=nuxt.config.js&previewSize=0&attributionHidden=true"
alt=
"nuxt-with-element-ui on glitch"
style=
"height: 100%; width: 100%; border: 0;"
></iframe>
</div>
### Importando Element
Puede importar Element completamente o solamente importar lo que necesite. Comencemos importando todo.
...
...
@@ -273,3 +265,11 @@ npm run build
```
Por favor, refiérase a la documentación de cada componente para aprender cómo usarlos.
### Use Nuxt.js
We can also start a project using
[
Nuxt.js
](
nuxtjs.org
)
:
<div
class=
"glitch-embed-wrap"
style=
"height: 420px; width: 100%;"
>
<iframe
src=
"https://glitch.com/embed/#!/embed/nuxt-with-element-ui?path=nuxt.config.js&previewSize=0&attributionHidden=true"
alt=
"nuxt-with-element-ui on glitch"
style=
"height: 100%; width: 100%; border: 0;"
></iframe>
</div>
examples/docs/zh-CN/quickstart.md
View file @
a21f78ea
...
...
@@ -8,15 +8,6 @@
如果不希望使用我们提供的模板,请继续阅读。
### 使用 Nuxt.js
我们还可以使用
[
Nuxt.js
](
https://nuxtjs.org
)
:
<div
class=
"glitch-embed-wrap"
style=
"height: 420px; width: 100%;"
>
<iframe
src=
"https://glitch.com/embed/#!/embed/nuxt-with-element-ui?path=nuxt.config.js&previewSize=0&attributionHidden=true"
alt=
"nuxt-with-element-ui on glitch"
style=
"height: 100%; width: 100%; border: 0;"
></iframe>
</div>
### 引入 Element
你可以引入整个 Element,或是根据需要仅引入部分组件。我们先介绍如何引入完整的 Element。
...
...
@@ -275,3 +266,12 @@ npm run build
```
各个组件的使用方法请参阅它们各自的文档。
### 使用 Nuxt.js
我们还可以使用
[
Nuxt.js
](
https://nuxtjs.org
)
:
<div
class=
"glitch-embed-wrap"
style=
"height: 420px; width: 100%;"
>
<iframe
src=
"https://glitch.com/embed/#!/embed/nuxt-with-element-ui?path=nuxt.config.js&previewSize=0&attributionHidden=true"
alt=
"nuxt-with-element-ui on glitch"
style=
"height: 100%; width: 100%; border: 0;"
></iframe>
</div>
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