Commit Graph

549 Commits (f109628ad1d44c50a1f3d1cc1b1d312ef3f3c9db)

Author SHA1 Message Date
iamkun 4a74321dc1 [build] 2.11.0 2019-07-25 15:09:11 +08:00
luckyCao 1b1c1beadc Image: Add big Image preview feature (#16333) (#16605) 2019-07-25 12:19:25 +08:00
jeremywu 9617e9345a Drawer: Add drawer component (#16577) 2019-07-24 16:57:59 +08:00
Ponkrit Eiamprasertkul f5b2fe1be6 I18n: Update translation of Thai language (#16689)
* I18n: Update translation of Thai language

* refactor(I18n): Update translation of Thai language & remove comment
2019-07-24 14:27:54 +08:00
island205 2ca7829da6 [build] 2.10.1 2019-07-02 15:49:31 +08:00
Achilov Davronbek 34b98ff811 I18n: Corrected translations of Uzbek language (#16226)
* corrected translations uzbek language

* fix translations uz-UZ after review
2019-07-02 15:30:41 +08:00
island205 8521fd32ff [build] 2.10.0 2019-06-25 19:20:28 +08:00
luckyCao 6f9ce3accb Avatar: Add avatar component (#16144)
* add avatar component

* 1. add test 2. add types 3. refine doc 4. add img attr

* add props in types and doc

* refine how image fit its container

* fix doc

* refine doc

* change default background color

* remote style demo from doc

* add theme

* add demo on theme preview and change var name
2019-06-24 16:37:17 +08:00
luckyCao c588b64fa1 PopupManager: fix z-index cannot be rewritten at first using (#15738)
* PopupManager: fix z-index value cannot be rewritten at initial render (#15074)

* fix issue

* remove package.lock
2019-06-24 16:33:13 +08:00
iamkun 4069f37ef0 InfiniteScroll: Update package name (#16125)
* infinite scroll rename

* infinite scroll rename

* update name config

* update name config

* add missing files
2019-06-24 14:44:29 +08:00
Ogabek Yusupov 0fffcda6eb I18n: Added Uzbek language (#15796)
* Added Uzbek language

* added missing translations in Uzbek
2019-06-21 17:36:20 +08:00
pamenary dc57a690eb i18n: update Farsi translation (#15881) 2019-06-21 17:36:20 +08:00
Giovane Souza b1dd1e8a80 Update pt-br.js (#15776)
i18n: Updated missing translations of `image.error` and `pageHeader.title`
2019-06-21 17:36:20 +08:00
island205 9f6a1ddc5d [build] 2.9.2 2019-06-21 17:19:44 +08:00
cl199793 12e72e94ef [build] 2.9.1 2019-05-30 21:51:04 +08:00
iamkun 60ded6013a [build] 2.9.0 2019-05-30 15:48:04 +08:00
Zhi Cun a7d3f69f95 DatePicker: support literal (#15525) 2019-05-30 14:43:16 +08:00
Simona bdaae8108e Cascader: refactor and add multiple mode. (#15611) 2019-05-29 15:04:06 +08:00
hetech 934988c03a PageHeader: add page-header component (#15714) 2019-05-29 10:10:16 +08:00
iamkun 45383cd655 Backtop: Add backtop component (#15541) 2019-05-27 17:03:10 +08:00
iamkun 5fea8b46f2 infiniteScroll: add infiniteScroll component (#15567) 2019-05-27 16:28:13 +08:00
ziyoung e0f4ec11c4 [build] 2.8.2 2019-04-25 20:12:17 +08:00
ziyoung 0399bd0690 [build] 2.8.1 2019-04-25 18:27:05 +08:00
Simona 959b7b4698 Fix: migrating config not compatible with camel case props and events (#15260) 2019-04-25 16:59:18 +08:00
ziyoung 41e5c0d16f [build] 2.8.0 2019-04-25 14:56:51 +08:00
hetech dc8bdc021e Calendar: add Calendar component (#14908) 2019-04-25 10:57:26 +08:00
iamkun 5ecf4c2895 Link: add link component (#15052) 2019-04-19 19:15:28 +08:00
hetech 2a65c9df7e
Carousel: add direction attribute and support vertical direction (#15122) 2019-04-19 15:51:11 +08:00
Simona d9462ab771 Image: add image component (#15117) 2019-04-19 12:09:42 +08:00
Zhi Cun 128feba18f Divider: add divider component (#15055) 2019-04-19 11:44:35 +08:00
Simona c34ec3f1f1 Rate: add custom colors and icon-classes by passing a object (#15051) 2019-04-19 11:08:30 +08:00
pavelmash 88b628bd04 chore: avoid creating object for performance upgrade (#14776) 2019-04-10 15:02:48 +08:00
iamkun 14e0a0d28c [build] 2.7.2 2019-04-03 17:10:04 +08:00
iamkun 0790a218b1 [build] 2.7.1 2019-04-03 15:12:06 +08:00
iamkun 9a0eea74fd [build] 2.7.0 2019-03-28 13:20:07 +08:00
hetech afaec24a03 Tooltip: displays when initial value is true (#14826) 2019-03-28 10:57:38 +08:00
ziyoung 44458bb81c [build] 2.6.3 2019-03-21 18:28:41 +08:00
ziyoung da42924f17 [build] 2.6.2 2019-03-21 14:52:32 +08:00
Danijel Hrček d5721b00ca i18n: Added Croatian (hr) locale (#14360) 2019-03-05 15:29:14 +08:00
zhiyang a7a09d9b0f [build] 2.6.1 2019-03-03 14:31:57 +08:00
ziyoung 2450874305 [build] 2.6.0 2019-03-01 18:50:24 +08:00
KAionro df95baf2e0 popup: optimize code (#14413)
* getDOM的递归有问题

* Popup: remove useless getDOM function
2019-02-20 19:36:47 +08:00
Hamlet Barsamyan 3aee1a4c37 I18n: Created Armenian locale (#14214)
* Created Armenian locale

* Added Armenian locale in example docs

* Created Armenian locale in example docs

* Created Armenian locale in example docs

* Update hy-AM.js
2019-02-01 17:15:47 +08:00
Zhi Cun f17533ab11
Timeline: add timeline component (#14248)
* Table: fix params order of row events (#12086)

* Timeline: add timeline component (#11736)

* Timeline: add timeline component

* Timeline: add timeline component

* Timeline: add test case

* Timeline: fix icon class

* Timeline: update docs

* Timeline: fix test case

* Timeline: remove pending attribute

* Timeline: fix docs

* Timeline: make reverse default to false

* Timline: fix test case

* Timeline: update element-ui.d.ts

* Timeline: optimize code
2019-02-01 17:13:08 +08:00
island205 a638a25117 [build] 2.5.4 2019-02-01 13:55:19 +08:00
ziyoung f992ee5b88 [build] 2.5.3 2019-01-31 15:37:25 +08:00
Zhi eb2087747b [build] 2.5.2 2019-01-27 21:29:27 +08:00
Zhi 773123987b [build] 2.5.1 2019-01-26 20:19:30 +08:00
Zhi d0bb15f9de [build] 2.5.0 2019-01-25 19:15:48 +08:00
Zhi Cun aa9851ee74 Chore: upgrade to webpack@4 (#14173)
* Chore: upgrade webpack@4

* Chore: upgrade to webpack@4

* Chore: add babel-preset-stage-2

* Chore: fix test case

* Chore: upgrade webpack@4

* Docs: update docs

* Docs: update docs

* Chore: fix coveralls

* Chore: update yarn.lock
2019-01-23 11:34:19 +08:00
Zhi Cun 439f58fc8e i18n: support Kyrgyz language (#14174)
* Update i18n.md

Submit the internationalization profile of element in Kyrgyz

* Add international language - Kyrgyz
2019-01-23 11:32:49 +08:00
Jenni 78f27d68bd i18n: fix Finnish translations (#14137) 2019-01-21 13:45:51 +08:00
Jaume Sala 9e86bd4274
i18n: add missing Catalan translations 2019-01-18 23:45:06 +01:00
Artem Ryabokon fb4ee26b68 i18n: add missing ru translation (#13658) 2018-12-05 17:25:24 +08:00
ziyoung dd920170d5 [build] 2.4.11 2018-11-21 16:38:26 +08:00
ziyoung d293b188d5 [build] 2.4.10 2018-11-16 19:29:51 +08:00
Asier Iturralde Sarasola bc26ab6ba5 i18n: add Basque translation (#13239)
* Add Basque translation

* update doc
2018-10-31 16:41:35 +08:00
Kermo 752acb59e0 i18n: add missing Spanish translation (#13232) 2018-10-30 17:58:15 +08:00
Kermo 1605eba691 i18n: add missing Finnish translations (#13233) 2018-10-30 17:57:15 +08:00
Kermo 99da8fad6b i18n: update Estonian translation (#13229) 2018-10-30 15:32:44 +08:00
ziyoung c6204c38a8 [build] 2.4.9 2018-10-26 19:17:23 +08:00
咖喱 868bbc71e7 Select: fix readonly problem in edge (#13034)
Cascader select readonly 添加 edge 浏览器判断;
src/utils/util.js 添加 isIE, isEdge方法;
2018-10-17 10:57:41 +08:00
pixiefrog 590bca12e4 i18n: Add missing Slovenian translations (#13059)
Date-picker: set year to '', add missing translations.
Pagination: translate /page
2018-10-15 18:32:39 +08:00
Rustam Tursun b182a67174 i18n: fix typo (#13032)
校对有些错误字
2018-10-12 14:38:21 +08:00
Rustam Tursun 5beaa67b01 i18n: update Uyghur translation (#13004)
年前面加上“-”, 在维语中年前面要写“-”表示第几年
2018-10-10 16:44:29 +08:00
bgeree cec8dc351d i18n: update Hungarian translation (#12963) 2018-10-08 11:37:43 +08:00
ziyoung e17ecf747a [build] 2.4.8 2018-09-30 16:21:54 +08:00
Виталије Милошевић 34dd6793e4 i18n: add Serbian translation (#12863)
Added Serbian translation.
2018-09-25 11:16:09 +08:00
Spyros Sakellaropoulos 69f790f4d5 i18n: update Greek translation (#12830)
Translate missing text
2018-09-20 11:21:24 +08:00
ziyoung 774d0fb6dc [build] 2.4.7 2018-09-14 14:47:07 +08:00
ttquoccuong 64bb5f87e1 i18n: add Vietnamese translation of remaining items (#12609) 2018-09-05 10:49:17 +08:00
ReZa ZaRe dc4ecb79b6 i18n: add Persian translation of the remaining items (#12581) 2018-09-03 11:27:42 +08:00
Jiewei Qian 02176e26f4 Date picker refactor dates selection: fix 12323 (#12347)
* date-picker: refactor type='dates'

fix issue #12323
{month, year} table highlights all selected dates
nuke selectedDates to provide cleaner data flow

* doc: correct date-picker's array usage

empty value must be falsy (empty array should not be used)
2018-08-14 16:19:51 +08:00
zhiyang 244d57fa1d [build] 2.4.6 2018-08-10 17:21:49 +08:00
Jikkai Xiao 7158ddc578 Select & Cascader: add default value for query string (#12322) 2018-08-10 15:29:48 +08:00
Jikkai Xiao fbe58a4015 Cascader: escape special characters for regexp (#12248) 2018-08-07 10:36:49 +08:00
杨奕 156fccd834 Chore: optimize entry script (#12192) 2018-08-01 11:50:01 +08:00
Jikkai Xiao b0b3110c3a [build] 2.4.5 2018-07-26 16:14:18 +08:00
Jikkai Xiao 1c5bce73ba [build] 2.4.4 2018-07-13 16:38:11 +08:00
Fabiano Roberto f5a0a7e673 Fix - [Bug Report] Localization #11961 (#11968) 2018-07-12 15:54:06 +08:00
Leopoldthecoder 3a698a90d1 [build] 2.4.3 2018-07-03 12:34:05 +08:00
Igors Krasjukovs 04d2891eeb i18n: update lv.js (#11814) 2018-07-01 21:34:53 +08:00
杨奕 ca567cc752
Chore: update id and key for algolia (#11783) 2018-06-28 16:09:55 +08:00
Jaak Asser 8397e12d1a i18n: update ee.js (#11709)
Add missing Estonian translations
2018-06-25 13:30:12 +08:00
hetech 85e562185e Chore: delete unused file (#11641) 2018-06-15 12:20:19 +08:00
sjaustirni c1b580583a i18n: update Slovak translation (#11597) 2018-06-13 10:43:06 +08:00
Leopoldthecoder 38ead594bc [build] 2.4.1 2018-06-08 14:05:11 +08:00
hetech 1b7a032e97 Popover: not emit event or create popper when disabled (#11426) 2018-05-31 12:15:11 +08:00
ati 089499745d Pagination: update translation for tr-TR (#11399)
Added forgotten translation for page
2018-05-30 10:23:13 +08:00
zhiyang 51e57ebcd8 [build] 2.4.0 2018-05-28 19:40:36 +08:00
hetech c9ea4161f1 MessageBox: remove hidden class when using MessageBox twice (#11371) 2018-05-28 16:19:10 +08:00
Jikkai Xiao 321a908caf i18n: improve Japanese translation (#11278) 2018-05-22 16:08:21 +08:00
hetech f5c113da80 Popup: allow user to set initial z-index for modals (#11257) 2018-05-21 18:57:40 +08:00
tsochetra 4d59616728 i18n: add Khmer language (km) (#11239)
* Adding Khmer language (Cambodia) to project

* adding khmer language
2018-05-21 10:37:00 +08:00
Leopoldthecoder 0ede22cd66 [build] 2.3.9 2018-05-18 14:21:10 +08:00
hetech 63844fd845 Popup: lockScroll uses class instead of inline style, remove redundant code (#11114)
* Popup: when popup open, use a class to prevent body scroll

* popup,MessageBox,vue-popper: remove redundant code

* popup: use getStyle to get document body's paddingRight

* Update mixin.vue-popup.spec.js

* Update mixin.vue-popup.spec.js
2018-05-13 12:07:09 +08:00
Leopoldthecoder 992a7a534e [build] 2.3.8 2018-05-11 19:02:08 +08:00
杨奕 ea70cf5a01
Utils: scroll-into-view should consider target element's offset parents (#11058) 2018-05-08 15:50:55 +08:00
Leopoldthecoder 6498829c96 [build] 2.3.7 2018-04-29 21:34:34 +08:00
Michael Budde cb39bd2f8b i18n: update Danish locale (#10946) 2018-04-29 21:03:04 +08:00