Compare commits

..

10 Commits

Author SHA1 Message Date
iamkun
bf534d977e [release] 2.13.2 2020-05-18 17:45:09 +08:00
iamkun
d6107fe33f [build] 2.13.2 2020-05-18 17:45:08 +08:00
iamkun
d6f9adf5f7 chore: update changelog (#19442)
* chore: update changelog

* chore: update changelog style
2020-05-18 17:40:53 +08:00
Diego Mengarda
6d6df13e56 locale: Update Brazilian Portuguese translation (#19374) 2020-05-18 17:00:41 +08:00
therour
e6785d6e3d locale: Update locale Indonesia (id.js) (#19320) 2020-05-18 16:59:46 +08:00
Ismail D
a4c3ec847d locale: Update Catalan and Spanish translations (#19296) 2020-05-18 16:58:06 +08:00
Quang LN
3bc2d2b4db locale: Fix vi translation (#19244) 2020-05-18 16:57:10 +08:00
Philip Solovyev
abb16771a5 locale: Fix ru-RU popconfirm translation (#19220) 2020-05-18 16:54:19 +08:00
刘宏玺
f89fa65442 fix: Image update error status 2020-05-18 16:52:40 +08:00
三咲智子
49d367e993 Autocomplete: fix change event bug (#19200) 2020-04-23 16:49:06 +08:00
16 changed files with 113 additions and 29 deletions

View File

@@ -1,5 +1,25 @@
## Changelog
### 2.13.2
*2020-05-18*
#### Bug fixes
- Autocomplete
- Fix change event bug (#19200 by @sxzz)
- Image
- Update error status (#19194 by @lhx6538665)
#### Optimization
- I18n
- Update ru-RU popconfirm translation (#19220 by @Opppex)
- Update vi translation (#19244 by @quangln2810)
- Update Catalan and Spanish translations (#19296 by @Ismaaa)
- Update Indonesia translation (#19320) by @therour)
- Update Brazilian Portuguese translation (#19374 by @diegomengarda)
### 2.13.1
*2020-04-13*

View File

@@ -1,5 +1,26 @@
## Changelog
### 2.13.2
*2020-05-18*
#### Bug fixes
- Autocomplete
- Fix change event bug (#19200 by @sxzz)
- Image
- Update error status (#19194 by @lhx6538665)
#### Optimization
- I18n
- Update ru-RU popconfirm translation (#19220 by @Opppex)
- Update vi translation (#19244 by @quangln2810)
- Update Catalan and Spanish translations (#19296 by @Ismaaa)
- Update Indonesia translation (#19320) by @therour)
- Update Brazilian Portuguese translation (#19374 by @diegomengarda)
### 2.13.1
*2020-04-13*

View File

@@ -1,5 +1,26 @@
## Changelog
### 2.13.2
*2020-05-18*
#### Bug fixes
- Autocomplete
- Fix change event bug (#19200 by @sxzz)
- Image
- Update error status (#19194 by @lhx6538665)
#### Optimization
- I18n
- Update ru-RU popconfirm translation (#19220 by @Opppex)
- Update vi translation (#19244 by @quangln2810)
- Update Catalan and Spanish translations (#19296 by @Ismaaa)
- Update Indonesia translation (#19320) by @therour)
- Update Brazilian Portuguese translation (#19374 by @diegomengarda)
### 2.13.1
*2020-04-13*

View File

@@ -1,5 +1,26 @@
## 更新日志
### 2.13.2
*2020-05-18*
#### Bug 修复
- Autocomplete
- 修复 'change event' 错误 (#19200 by @sxzz)
- Image
- 更新错误状态 (#19194 by @lhx6538665)
#### Optimization
- I18n
- 更新 ru-RU popconfirm 翻译 (#19220 by @Opppex)
- 更新 vi 翻译 (#19244 by @quangln2810)
- 更新 Catalan 和 Spanish 翻译 (#19296 by @Ismaaa)
- 更新 Indonesia 翻译 (#19320) by @therour)
- 更新 Brazilian Portuguese 翻译 (#19374 by @diegomengarda)
### 2.13.1
*2020-04-13*

View File

@@ -1 +1 @@
{"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.1":"2.13"}
{"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"}

View File

@@ -1,6 +1,6 @@
{
"name": "element-ui",
"version": "2.13.1",
"version": "2.13.2",
"description": "A Component Library for Vue.js.",
"main": "lib/element-ui.common.js",
"files": [

View File

@@ -197,8 +197,8 @@
}
this.debouncedGetData(value);
},
handleChange(event) {
this.$emit('change', event.target.value);
handleChange(value) {
this.$emit('change', value);
},
handleFocus(event) {
this.activated = true;

View File

@@ -149,6 +149,7 @@
this.imageWidth = img.width;
this.imageHeight = img.height;
this.loading = false;
this.error = false;
},
handleError(e) {
this.loading = false;

View File

@@ -1,6 +1,6 @@
{
"name": "element-theme-chalk",
"version": "2.13.1",
"version": "2.13.2",
"description": "Element component chalk theme.",
"main": "lib/index.css",
"style": "lib/index.css",

View File

@@ -198,7 +198,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}
export default {
version: '2.13.1',
version: '2.13.2',
locale: locale.use,
i18n: locale.i18n,
install,

View File

@@ -106,14 +106,14 @@ export default {
hasCheckedFormat: '{checked}/{total} seleccionats'
},
image: {
error: 'FAILED' // to be translated
error: 'HA FALLAT'
},
pageHeader: {
title: 'Back' // to be translated
title: 'Tornar'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Si',
cancelButtonText: 'No'
}
}
};

View File

@@ -112,8 +112,8 @@ export default {
title: 'Volver'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Si',
cancelButtonText: 'No'
}
}
};

View File

@@ -16,10 +16,10 @@ export default {
startTime: 'Waktu Mulai',
endDate: 'Tanggal Selesai',
endTime: 'Waktu Selesai',
prevYear: 'Previous Year', // to be translated
nextYear: 'Next Year', // to be translated
prevMonth: 'Previous Month', // to be translated
nextMonth: 'Next Month', // to be translated
prevYear: 'Tahun Sebelumnya',
nextYear: 'Tahun Selanjutnya',
prevMonth: 'Bulan Sebelumnya',
nextMonth: 'Bulan Selanjutnya',
year: 'Tahun',
month1: 'Januari',
month2: 'Februari',
@@ -83,7 +83,7 @@ export default {
error: 'Masukan ilegal'
},
upload: {
deleteTip: 'press delete to remove', // to be translated
deleteTip: 'Tekan hapus untuk melanjutkan',
delete: 'Hapus',
preview: 'Pratinjau',
continue: 'Lanjutkan'
@@ -107,14 +107,14 @@ export default {
hasCheckedFormat: '{checked}/{total} terpilih'
},
image: {
error: 'FAILED' // to be translated
error: 'GAGAL'
},
pageHeader: {
title: 'Back' // to be translated
title: 'Kembali'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Ya',
cancelButtonText: 'Tidak'
}
}
};

View File

@@ -113,8 +113,8 @@ export default {
title: 'Voltar'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Sim',
cancelButtonText: 'Não'
}
}
};

View File

@@ -113,8 +113,8 @@ export default {
title: 'Back' // to be translated
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'OK',
cancelButtonText: 'Отмена'
}
}
};

View File

@@ -107,14 +107,14 @@ export default {
hasCheckedFormat: '{checked}/{total} đã chọn '
},
image: {
error: 'FAILED' // to be translated
error: 'LỖI'
},
pageHeader: {
title: 'Back' // to be translated
title: 'Quay lại'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Ok',
cancelButtonText: 'Huỷ'
}
}
};