From a21f78ea196563f32f106a96243978fb870012ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=95?= Date: Fri, 2 Mar 2018 16:35:22 +0800 Subject: [PATCH] Changelog: update for 2.2.1 (#9975) --- CHANGELOG.en-US.md | 13 +++++++++++++ CHANGELOG.es.md | 13 +++++++++++++ CHANGELOG.zh-CN.md | 13 +++++++++++++ examples/docs/en-US/quickstart.md | 16 ++++++++-------- examples/docs/es/quickstart.md | 16 ++++++++-------- examples/docs/zh-CN/quickstart.md | 18 +++++++++--------- 6 files changed, 64 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index f8801c6b5..95e498d04 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,18 @@ ## 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* diff --git a/CHANGELOG.es.md b/CHANGELOG.es.md index ba5f7d327..89e6cbb4c 100644 --- a/CHANGELOG.es.md +++ b/CHANGELOG.es.md @@ -1,5 +1,18 @@ ## 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* diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 38274230f..11e7aa6e7 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -1,5 +1,18 @@ ## 更新日志 +### 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* diff --git a/examples/docs/en-US/quickstart.md b/examples/docs/en-US/quickstart.md index b094bb36a..a229ca4b4 100644 --- a/examples/docs/en-US/quickstart.md +++ b/examples/docs/en-US/quickstart.md @@ -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): - -
- -
- ### 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): + +
+ +
diff --git a/examples/docs/es/quickstart.md b/examples/docs/es/quickstart.md index afd6179d4..c28d59d50 100644 --- a/examples/docs/es/quickstart.md +++ b/examples/docs/es/quickstart.md @@ -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): - -
- -
- ### 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): + +
+ +
diff --git a/examples/docs/zh-CN/quickstart.md b/examples/docs/zh-CN/quickstart.md index e0ebbf620..4e403319a 100644 --- a/examples/docs/zh-CN/quickstart.md +++ b/examples/docs/zh-CN/quickstart.md @@ -8,15 +8,6 @@ 如果不希望使用我们提供的模板,请继续阅读。 -### 使用 Nuxt.js - - -我们还可以使用 [Nuxt.js](https://nuxtjs.org): - -
- -
- ### 引入 Element 你可以引入整个 Element,或是根据需要仅引入部分组件。我们先介绍如何引入完整的 Element。 @@ -275,3 +266,12 @@ npm run build ``` 各个组件的使用方法请参阅它们各自的文档。 + +### 使用 Nuxt.js + +我们还可以使用 [Nuxt.js](https://nuxtjs.org): + +
+ +
+