Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/MBearo/element into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MBearo committed Oct 27, 2019
2 parents 4630058 + 93e0a43 commit b23c9b1
Show file tree
Hide file tree
Showing 43 changed files with 488 additions and 104 deletions.
79 changes: 79 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,84 @@
## Changelog

### 2.12.0

*2019-08-29*

#### New features

- Popover
- Add close-delay prop (#16671 by @LachlanStuart)
- Theme
- Add Chrome Extension: Element Theme Extension (#16686 by @iamkun)
- Icon
- Add font-display to @font-face declaration (#16805 by @iamfaizalandyka)

#### Bug fixes

- Carousel
- Fix onChange emit value (#16705 by @iamkun)
- Notification
- Fix modifying incoming option object (#16704 by @iamkun)
- DatePicker
- Add className for picker option (#16632 by @iamkun)
- DateTimePicker
- Fix time-spinner not scroll to right position (#16854 by @jesse-li)
- Table
- Prevent click handler after drag (#16850 by @ziyoung)
- Fix chrome crash when set thead css display to none (#16956 by @luckyCao)
- Fix wrong empty block height (#16861 by @ziyoung)
- Not throw error when calling toggleExpansion (#16304 by @yyjjqq94)
- Not trigger sort-change event when mounted (#17113 by @a631807682)
- Fix setCurrentRow unable to clear highlight row (#16879 by @ziyoung)
- Fix expand-row-keys not work when data is loaded asynchronously (#16899 by @ziyoung)
- set toggleAllSelection as instance property (#17137 by @ziyoung)
- Tree
- Fix distance between label and checkbox (#16799 by @Hazlank)
- Tabs
- Fix incorrect TabItem's position (#16520 by @victorting)
- Fix activated tab is out of visual range bug (#17033 by @nullptru)
- Calendar
- Fix weekdays i18n issue (#16772 by @ubitoffee)
- fix locale error (#17208 by @iamkun)
- Cascader
- Fix CascaderPanel display error (#16716 by @zhangHongEn)
- Fix disable status and close button issue (#16224 by @yyjjqq94)
- Input
- Fix Korean composition event (#15069 by @MoonHyuk)
- Fix click event of clear button not trigger when using v-loading (#16576 by @a631807682)
- Select
- Not toggle dropdown when filtering (#17205 by @luckyCao)
- Transfer
- Fix style error (#17206 by @iamkun)
- Dialog
- update sass var (#16365 by @haoranyu)
- RadioGroup
- Not produce invalid HTML in table if "is" attribute is specify (#17070 by @nullptru)
- Divider
- Support custom classes (#17078 by @island205)

#### Optimization

- Checkbox
- Improve screen reader experience (#16575 by @tylertrotter)
- Docs
- Update changelog (#16773 by @SimonaliaChen)
- Update contributing guide (#14800 by @sinchang)
- Fix typo in Drawer docs (#16848 by @winkay)
- Update custom theme (#16983 by @iamkun)
- Add Esperanto translation (#16955 by @maxkoryukov)
- Update input-number document about change event (#16316 by @luckyCao)
- Update spanish doc 2.11.1 (#16961 by @Gonzalo2310)
- I18n
- Remove translation of 'year' in catalan language as in the other languages (#14722 by @oscaralbareda)
- Update spanish changelog 2.10.0 and 2.10.1 (#16548 by @Gonzalo2310)
- Update ar.js (#16653 by @l3op)
- Test
- Correct spelling error (#16672 by @boomler)
- Refactor unit test to use data-uri (#16847 by @a631807682)
- Types
- Fix httprequest type (#16633 by @luckyCao)

### 2.11.1

*2019-07-26*
Expand Down
79 changes: 79 additions & 0 deletions CHANGELOG.es.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,84 @@
## Changelog

### 2.12.0

*2019-08-29*

#### Nuevas características

- Popover
- Agregada la prop close-delay (#16671 by @LachlanStuart)
- Theme
- Añadida la extensión Chrome: Element Theme Extensión (#16686 by @iamkun)
- Icon
- Añadido font-display a la declaración @font-face (#16805 by @iamfaizalandyka)

#### Corrección de errores

- Carousel
- Corregido el valor emitido por onChange (#16705 by @iamkun)
- Notification
- Corrección de la modificación del objeto de opción entrante (#16704 by @iamkun)
- DatePicker
- Agregado el className para la opción picker (#16632 by @iamkun)
- DateTimePicker
- Corrección del time-spinner que no se desplazaba a la posición correcta (#16854 by @jesse-li)
- Table
- Evitar la propagación del click después del arrastre (#16850 by @ziyoung)
- Corregido una error en chrome que se producía cuando el css de thead tenia display: none (#16956 by @luckyCao)
- Corregida la altura incorrecta de los bloques vacíos (#16861 by @ziyoung)
- No hay lanzamiento de error cuando se llama a toggleExpansion (#16304 by @yyjjqq94)
- No se lanza el evento sort-change cuando esta montado (#17113 by @a631807682)
- Corregido que el setCurrentRow no borraba la linea resaltada (#16879 by @ziyoung)
- Corregido que expand-row-keys no funcionaba cuando los datos eran cargados asincrónicamente (#16899 by @ziyoung)
- Establecido toggleAllSelection como propiedad instanciada (#17137 by @ziyoung)
- Tree
- Corregida la distancia entre label y checkbox (#16799 by @Hazlank)
- Tabs
- Corregida la posición incorrecta de los item's del Tab (#16520 by @victorting)
- Corregido el error de que la pestaña activada estaba fuera del rango visual (#17033 by @nullptru)
- Calendar
- Arreglado el problema de los días de la semana con i18n (#16772 by @ubitoffee)
- Corregido el error de localización (#17208 by @iamkun)
- Cascader
- Corregido un error de visualización del CascaderPanel (#16716 by @zhangHongEn)
- Corregido el problema de disable status y close button (#16224 by @yyjjqq94)
- Input
- Arreglado el evento de composición coreana (#15069 by @MoonHyuk)
- Arreglado el evento click del botón clear que no se lanzaba cuando se usaba v-loading (#16576 by @a631807682)
- Select
- No cambiaba el dropdown cuando se filtraba (#17205 by @luckyCao)
- Transfer
- Arreglado un error de estilo (#17206 by @iamkun)
- Dialog
- Actualizada las variables Sass (#16365 by @haoranyu)
- RadioGroup
- No produce HTML invalido en la tabla si el atributo 'is' es especificado (#17070 by @nullptru)
- Divider
- Soporta clases personalizadas (#17078 by @island205)

#### Optimización

- Checkbox
- Mejorada la experiencia del lector de pantalla (#16575 by @tylertrotter)
- Docs
- Actualizado changelog (#16773 by @SimonaliaChen)
- Actualizada la guía de contribución (#14800 by @sinchang)
- Arreglado typo en la documentación de Drawer (#16848 by @winkay)
- Actualizado el tema personalizado (#16983 by @iamkun)
- Agregada traducción en Esperanto (#16955 by @maxkoryukov)
- Actualizada la documentación de input-number sobre el evento change (#16316 by @luckyCao)
- Actualizada la documentación en Español 2.11.1 (#16961 by @Gonzalo2310)
- I18n
- Eliminada la traducción de 'year' en idioma Catalán como en otros idiomas (#14722 by @oscaralbareda)
- Actualizado el changelog de las versiones 2.10.0 y 2.10.1 en Español (#16548 by @Gonzalo2310)
- Actualizado ar.js (#16653 by @l3op)
- Test
- Corregir error ortográfico (#16672 by @boomler)
- Refractorizacion del unit test para usar data-uri (#16847 by @a631807682)
- Types
- Corrección del tipo httprequest (#16633 by @luckyCao)

### 2.11.1

*2019-07-26*
Expand Down
79 changes: 79 additions & 0 deletions CHANGELOG.fr-FR.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,84 @@
## Changelog

### 2.12.0

*2019-08-29*

#### New features

- Popover
- Add close-delay prop (#16671 by @LachlanStuart)
- Theme
- Add Chrome Extension: Element Theme Extension (#16686 by @iamkun)
- Icon
- Add font-display to @font-face declaration (#16805 by @iamfaizalandyka)

#### Bug fixes

- Carousel
- Fix onChange emit value (#16705 by @iamkun)
- Notification
- Fix modifying incoming option object (#16704 by @iamkun)
- DatePicker
- Add className for picker option (#16632 by @iamkun)
- DateTimePicker
- Fix time-spinner not scroll to right position (#16854 by @jesse-li)
- Table
- Prevent click handler after drag (#16850 by @ziyoung)
- Fix chrome crash when set thead css display to none (#16956 by @luckyCao)
- Fix wrong empty block height (#16861 by @ziyoung)
- Not throw error when calling toggleExpansion (#16304 by @yyjjqq94)
- Not trigger sort-change event when mounted (#17113 by @a631807682)
- Fix setCurrentRow unable to clear highlight row (#16879 by @ziyoung)
- Fix expand-row-keys not work when data is loaded asynchronously (#16899 by @ziyoung)
- set toggleAllSelection as instance property (#17137 by @ziyoung)
- Tree
- Fix distance between label and checkbox (#16799 by @Hazlank)
- Tabs
- Fix incorrect TabItem's position (#16520 by @victorting)
- Fix activated tab is out of visual range bug (#17033 by @nullptru)
- Calendar
- Fix weekdays i18n issue (#16772 by @ubitoffee)
- fix locale error by (#17208 by @iamkun)
- Cascader
- Fix CascaderPanel display error (#16716 by @zhangHongEn)
- Fix disable status and close button issue (#16224 by @yyjjqq94)
- Input
- Fix Korean composition event (#15069 by @MoonHyuk)
- Fix click event of clear button not trigger when using v-loading (#16576 by @a631807682)
- Select
- Not toggle dropdown when filtering (#17205 by @luckyCao)
- Transfer
- Fix style error (#17206 by @iamkun)
- Dialog
- update sass var (#16365 by @haoranyu)
- RadioGroup
- Not produce invalid HTML in table if "is" attribute is specify (#17070 by @nullptru)
- Divider
- Support custom classes (#17078 by @island205)

#### Optimization

- Checkbox
- Improve screen reader experience (#16575 by @tylertrotter)
- Docs
- Update changelog (#16773 by @SimonaliaChen)
- Update contributing guide (#14800 by @sinchang)
- Fix typo in Drawer docs (#16848 by @winkay)
- Update custom theme (#16983 by @iamkun)
- Add Esperanto translation (#16955 by @maxkoryukov)
- Update input-number document about change event (#16316 by @luckyCao)
- Update spanish doc 2.11.1 (#16961 by @Gonzalo2310)
- I18n
- Remove translation of 'year' in catalan language as in the other languages (#14722 by @oscaralbareda)
- Update spanish changelog 2.10.0 and 2.10.1 (#16548 by @Gonzalo2310)
- Update ar.js (#16653 by @l3op)
- Test
- Correct spelling error (#16672 by @boomler)
- Refactor unit test to use data-uri (#16847 by @a631807682)
- Types
- Fix httprequest type (#16633 by @luckyCao)

### 2.11.1

*2019-07-26*
Expand Down
78 changes: 78 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,83 @@
## 更新日志

### 2.12.0

*2019-08-29*

#### 新特性

- Popover
- 添加 close-delay 属性 (#16671 by @LachlanStuart)
- Theme
- 增加 Chrome 插件: Element Theme Extension (#16686 by @iamkun)
- Icon
- 支持 font-display 属性的配置 (#16805 by @iamfaizalandyka)

#### Bug fixes

- Table
- 在表头拖拽后阻止 click 事件的触发 (#16850 by @ziyoung)
- 修复表头 display 为 none 造成浏览器崩溃的问题 (#16956 by @luckyCao)
- 修复没有数据的时表格高度问题 (#16861 by @ziyoung)
- 调用 toggleExpansion 不再抛出异常 (#16304 by @yyjjqq94)
- 挂载时不再触发 sort-change 事件 (#17113 by @a631807682)
- 修复 setCurrentRow 方法不生效的问题 (#16879 by @ziyoung)
- 修复当数据异步加载时,expand-row-keys 不生效的问题 (#16899 by @ziyoung)
- 把 toggleAllSelection 设置为 Table 示例的属性 (#17137 by @ziyoung)
- Tree
- 修复文字与复选框之间的距离 (#16799 by @Hazlank)
- Tabs
- 修复 TabItem 位置不正确的问题 (#16520 by @victorting)
- 修复高亮的 Tab 不在可视区的问题 (#17033 by @nullptru)
- Calendar
- 修复日期的显示问题 (#16772 by @ubitoffee)
- 修复在夏令时的显示问题 (#17208 by @iamkun)
- Cascader
- 修复 CascaderPanel 的显示问题 (#16716 by @zhangHongEn)
- 禁用状态下,关闭按钮不显示 (#16224 by @yyjjqq94)
- Input
- 修复韩语输入问题 (#15069 by @MoonHyuk)
- 触发清楚按钮的点击事件 (#16576 by @a631807682)
- Select
- 过滤时,不收起下拉框 (#17205 by @luckyCao)
- Transfer
- 修复样式问题 (#17206 by @iamkun)
- Dialog
- 添加 SCSS 变量 (#16365 by @haoranyu)
- RadioGroup
- is 指定时,不产生非法的 HTML 片段 (#17070 by @nullptru)
- Divider
- 支持自定义类 (#17078 by @island205)
- Carousel
- 修复 change 的触发时机 (#16705 by @iamkun)
- Notification
- 不修改传入的 option (#16704 by @iamkun)
- DatePicker
- 给 picker-option 添加 className 属性 (#16632 by @iamkun)
- DateTimePicker
- 修复时间选择滚动条的问题 (#16854 by @jesse-li)

#### Optimization

- Checkbox
- 提高可访问性 (#16575 by @tylertrotter)
- Docs
- 更新 changelog (#16773 by @SimonaliaChen)
- 更新贡献指南 (#14800 by @sinchang)
- 修复 Drawer 文档中的拼写错误 (#16848 by @winkay)
- 更新自定义主题 (#16983 by @iamkun)
- 新增 Esperanto 翻译 (#16955 by @maxkoryukov)
- 更新 input-number 文档 (#16316 by @luckyCao)
- 更新 Spanish 文档 (#16961 #16548 by @Gonzalo2310)
- I18n
- 更新加泰罗尼亚语翻译 (#14722 by @oscaralbareda)
- 更新阿拉伯语翻译 (#16653 by @l3op)
- Test
- 修复拼写错误 (#16672 by @boomler)
- 优化 image 的单元测试 (#16847 by @a631807682)
- Types
- 修复 httprequest 的类型 (#16633 by @luckyCao)

### 2.11.1

*2019-07-26*
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ Become a sponsor and get your logo on our README on Github with a link to your s
<a href="https://opencollective.com/element/sponsor/28/website" target="_blank"><img src="https://opencollective.com/element/sponsor/28/avatar.svg"></a>
<a href="https://opencollective.com/element/sponsor/29/website" target="_blank"><img src="https://opencollective.com/element/sponsor/29/avatar.svg"></a>

## Join Discusion Group
## Join Discussion Group

Scan the QR code using [Dingtalk App](https://www.dingtalk.com/) to join in discusion group :
Scan the QR code using [Dingtalk App](https://www.dingtalk.com/) to join in discussion group :

<img alt="Join Discusion Group" src="https://user-images.githubusercontent.com/17680888/60150281-95183f80-980a-11e9-88a8-d324c5e8d83b.png" width="300">
<img alt="Join Discusion Group" src="https://user-images.githubusercontent.com/17680888/66537329-9a4b9100-eb52-11e9-9d99-65469cfdae58.jpeg" width="300">


## LICENSE
Expand Down
4 changes: 2 additions & 2 deletions build/bin/version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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' };
if (!content[version]) content[version] = '2.11';
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' };
if (!content[version]) content[version] = '2.12';
fs.writeFileSync(path.resolve(__dirname, '../../examples/versions.json'), JSON.stringify(content));
2 changes: 1 addition & 1 deletion build/deploy-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [ "$TRAVIS_TAG" ]; then
# build sub folder
echo $TRAVIS_TAG

SUB_FOLDER='2.11'
SUB_FOLDER='2.12'
mkdir $SUB_FOLDER
rm -rf *.js *.css *.map static
rm -rf $SUB_FOLDER/**
Expand Down
2 changes: 1 addition & 1 deletion build/deploy-faas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.11'
SUB_FOLDER='2.12'
mkdir -p $SUB_FOLDER
rm -rf *.js *.css *.map static
rm -rf $SUB_FOLDER/**
Expand Down
Loading

0 comments on commit b23c9b1

Please sign in to comment.