hetech
261abd69fc
Badge: add type attribute ( #12991 )
...
* badge: add type attribute
* Update badge.md
2018-10-09 12:14:45 +08:00
Andrew Kordampalos
ec0074bf8b
Dropdown: Added slots to documentation ( #12985 )
...
* Dropdown: Added slots to documentation
Added slots section in english to documentation for dropdown component. Chinese and Spanish missing.
* Update dropdown.md
2018-10-09 11:49:19 +08:00
Gonzalo Nandez
9c49676a8c
docs: Changelog for 2.4.8 Spanish update ( #12952 )
2018-10-08 10:48:50 +08:00
ziyoung
e17ecf747a
[build] 2.4.8
2018-09-30 16:21:54 +08:00
Yamen Sharaf
44a85b8e60
Form: emits error message on validate event ( #12860 )
...
* Form: Emits error message on validate events
* Update form.md
2018-09-26 10:50:50 +08:00
hetech
99a1f4f376
doc: update i18n doc for Serbian language ( #12867 )
2018-09-25 12:09:01 +08:00
hetech
861b0b294b
Upload: add missing definition ( #12839 )
2018-09-20 16:50:27 +08:00
morning
fff4d62567
Dialog: add opened event ( #12828 )
...
* Dialog: add opened event
* Docs: update es dialog doc
* Update dialog.md
2018-09-20 11:16:22 +08:00
Yamen Sharaf
098ba463c3
FormItem: adding hide-required-asterisk attribute( #12744 )
...
* Form: adds prop to make asterisk optional on required fields
* Form: adds prop to make asterisk optional on required fields
* ElForm: Reverses attribute name to hide-required-asterisk, which defaults to false
* Update form-item.vue
* Update form.scss
* Update form.md
2018-09-17 18:32:23 +08:00
Gonzalo Nandez
b5f3a1a063
docs: update Spanish doc for 2.4.7 ( #12770 )
...
* update Spanish Doc
* update Spanish Doc
* update Spanish Doc
2018-09-14 19:18:50 +08:00
ziyoung
774d0fb6dc
[build] 2.4.7
2018-09-14 14:47:07 +08:00
Kaveet Laxmidas
0bc07d7ec4
docs: improved documentation for el-form ( #12635 )
...
* Docs: Document el-form label-position attribute
Adds improved documentation to the el-form `label-position` attribute, which behaves differently when used with and without `label-width`. This has been a source of confusion for myself and others:
https://github.com/ElemeFE/element/issues/8477
Thanks!
* Document el-form label-position attribute (zh-CN, needs translation)
* Document el-form label-position attribute (es)
* Update form.md
2018-09-14 10:51:37 +08:00
回家看动画
faed4634d0
doc: add missing info in quickstart ( #12574 )
2018-09-13 18:31:07 +08:00
Yamen Sharaf
ea27fb8fbf
FormItem: using slot-scope to display validation message ( #12715 )
...
* Updated el-form-item to accept custom error message via slot
* FormItem: updated slot name in docs
* updated spanish and chinese translations
* Update form.md
* Update form.md
* Update form.md
* Update form.md
2018-09-13 18:19:44 +08:00
hetech
4017fe4bd9
Pagination: update doc ( #12685 )
2018-09-10 12:23:17 +08:00
adursun
b8cdecebf7
Fix invalid link ( #12667 )
...
Current link is https://element.eleme.io/nuxtjs.org instead of https://nuxtjs.org/ .
2018-09-08 17:50:00 +08:00
Axetroy
ec6cac4232
Input: fix autocomplete property is not compatible with native #12513 ( #12514 )
...
* fix #12513
* fix: fallback for autoComplete and print deprecated warning
* fix: fix auto-complete property in select component
* fix default complete value
* Docs: Update document for autocomplete property change
* Docs: remove redundant documents
* remove unnecessary console log message\
* Update select.md
* fix: add missing declaration in select.d.ts
2018-08-28 15:44:21 +08:00
hetech
ea45d54b67
MessageBox: update doc ( #12465 )
2018-08-22 19:44:07 +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
Gonzalo Nandez
9303122f7f
Docs: update Spanish doc for 2.4.6 ( #12331 )
2018-08-11 02:10:12 +08:00
zhiyang
244d57fa1d
[build] 2.4.6
2018-08-10 17:21:49 +08:00
Jikkai Xiao
4af2d8761d
Menu: fix docs ( #12299 )
2018-08-09 13:32:05 +08:00
Jikkai Xiao
4cbe3f3218
Pagination: make page-size attribute supports .sync ( #12281 )
...
* Pagination: make page-size attribute supports .sync
* Update pagination.js
2018-08-08 18:49:27 +08:00
hetech
3da485b617
Tree: register node after dragging ( #12279 )
...
* Tree: register node after dragging
* update Tree docs
2018-08-08 18:07:16 +08:00
hetech
9e738a85c3
Input: not trigger form validation when input ( #12260 )
...
* Input: not trigger validation when input
* InputNumber: update docs
2018-08-07 18:33:58 +08:00
hetech
cb93645728
Autocomplete: add `popper-append-to-body` attribute ( #12241 )
2018-08-06 19:14:16 +08:00
Jikkai Xiao
363a8bdcb1
Docs: improve docs ( #12208 )
2018-08-02 19:09:00 +08:00
Jikkai Xiao
f75ba78cd4
Docs: improve quickstart doc ( #12205 )
2018-08-02 14:33:51 +08:00
Gonzalo Nandez
2bb9fd6481
Docs: update Spanish doc 2.4.5 ( #12138 )
2018-07-27 11:08:21 +08:00
Jikkai Xiao
b0b3110c3a
[build] 2.4.5
2018-07-26 16:14:18 +08:00
hetech
3ed724492f
Tree: add includeHalfChecked flag to getCheckedNodes ( #12014 )
2018-07-25 17:42:53 +08:00
Jikkai Xiao
4130f2af40
Table: add toggleAllSelection method ( #12047 )
2018-07-24 16:36:31 +08:00
hetech
43f83128cd
Docs: update Cascader doc ( #12074 )
2018-07-20 17:37:34 +08:00
troy351
b5063ceb2f
Docs: add slot doc for el-upload ( #12041 )
2018-07-18 15:39:04 +08:00
Jikkai Xiao
1c5bce73ba
[build] 2.4.4
2018-07-13 16:38:11 +08:00
k-okina
1f8c7ba598
Chore: provide a key with v-for ( #11891 )
2018-07-11 15:17:20 +08:00
Gonzalo Nandez
cdee16edd4
Docs: update es changelog for 2.4.3 ( #11850 )
...
* update spanish Doc 2.4.3
* update spanish Doc 2.4.3
2018-07-04 09:53:26 +08:00
tvChan
0c9c35eb53
Docs: update TimePicker doc ( #11845 )
...
* Time-Picker: Add missing translation
* Time-Picker: Add missing translation
2018-07-03 19:16:54 +08:00
Leopoldthecoder
3a698a90d1
[build] 2.4.3
2018-07-03 12:34:05 +08:00
杨奕
5ef3d0ec8d
MessageBox: add distinguishCancelAndClose ( #11831 )
2018-07-03 12:02:21 +08:00
杨奕
b799d2ec4d
Form: clearValidate supports prop names ( #11821 )
2018-07-02 18:06:16 +08:00
杨奕
ca567cc752
Chore: update id and key for algolia ( #11783 )
2018-06-28 16:09:55 +08:00
杨奕
4c40128b8a
Table: fix params on docs ( #11774 )
...
* Table: fix params on docs
* Table: add missing definitions
* Table: fix row style definitions
* Update table.d.ts
2018-06-28 11:53:16 +08:00
Zoron
3319846ecc
Form: fix a typo in docs ( #11765 )
...
line 412: `...并 Form-Item 的...` -->> `...并将 Form-Item 的...`
2018-06-27 11:14:51 +08:00
Jikkai Xiao
ef98b75aff
Tabs: add activeName and oldActiveName parameters to before-leave hook ( #11713 )
...
* Tabs: add activeName and oldActiveName parameters to before-leave hook
* Tabs: fix docs
2018-06-25 15:59:49 +08:00
Geass
43191961f6
Docs: fix link of element react ( #11718 )
2018-06-22 19:02:31 +08:00
杨奕
48c7bcc933
Tree: optimize not-allowed dropping cursor ( #11631 )
2018-06-14 18:14:39 +08:00
杨奕
0178893db1
Chore: update sponsor, optimize suggestJump ( #11614 )
2018-06-13 17:51:42 +08:00
Gonzalo Nandez
af1a287cf3
Docs: update es changelog for 2.4.1 ( #11546 )
2018-06-10 20:41:03 +08:00
Leopoldthecoder
38ead594bc
[build] 2.4.1
2018-06-08 14:05:11 +08:00
Jikkai Xiao
d1391e325c
Tabs: add stretch attribute ( #11476 )
...
* Tabs: add stretch attribute
* Update tabs.scss
2018-06-07 11:18:57 +08:00
hetech
b593168ebd
Dialog: trigger closed event when closing animation ends ( #11490 )
...
* Dialog: trigger closed event when close animation ends
* Update dialog.md
* Update dialog.md
2018-06-07 11:07:25 +08:00
杨奕
0afa514e0a
MessageBox: add iconClass ( #11499 )
2018-06-06 12:19:24 +08:00
Gonzalo Nandez
5ad118b7ee
Docs: update es changelog for 2.4.0 ( #11382 )
2018-05-29 10:45:38 +08:00
zhiyang
51e57ebcd8
[build] 2.4.0
2018-05-28 19:40:36 +08:00
杨奕
0b94502eb9
Changelog: update for 2.4.0 ( #11378 )
2018-05-28 17:36:40 +08:00
Jikkai Xiao
f18bbeb473
Table: support manually sorting. Resolves #9495 ( #11311 )
...
* Table: support manually sorting. Resolves #9495
* Table: add parameters for sort api
* Docs: improve docs
2018-05-24 18:01:02 +08:00
Jikkai Xiao
ada80e6862
Radio: support switching radio with keyborard in ff. Fixes #8198 ( #11325 )
...
* Docs: fix docs of Tab-pane
* Radio: support switching radio with keyborard in ff. Fixes #8198
2018-05-24 17:31:10 +08:00
Wenlu Wang
49473ffafc
add support of tab penl lazy render( #11022 ) ( #11167 )
...
* add support of tab penl lazy render
* add docs
* fix test
* Tabs: update tab-pane.d.ts
* Docs: update Tabs docs
2018-05-23 19:04:51 +08:00
hetech
bcfb1d3c71
InputNumber: add precision attribute ( #11281 )
2018-05-23 14:10:34 +08:00
杨奕
0b2a1eb784
Table: add sort-orders ( #11283 )
2018-05-22 18:20:04 +08:00
Jikkai Xiao
48c40ffa0a
Tabs: add before-leave hook ( #11259 )
...
* Tabs: add before-leave hook
* Tabs: update tabs.d.ts
2018-05-21 19:10:49 +08:00
hetech
f5c113da80
Popup: allow user to set initial z-index for modals ( #11257 )
2018-05-21 18:57:40 +08:00
杨奕
4d5ec4427e
Dialog: add tips on lazy render ( #11266 )
2018-05-21 18:18:42 +08:00
杨奕
38a13de337
Autocomplete: add hide-loading ( #11260 )
2018-05-21 17:27:42 +08:00
Gonzalo Nandez
563b4c0e06
Docs: update es changelog for 2.3.8 ( #11245 )
2018-05-21 10:46:05 +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
76953c488f
MessageBox: add a tip to the doc ( #11214 )
2018-05-17 20:17:26 +08:00
杨奕
e809720ce4
Tree: setCurrentKey cancels highlight when param is null ( #11205 )
2018-05-17 13:30:58 +08:00
Gonzalo Nandez
d8c78f57c4
Chore: update es changelog for 2.3.8 ( #11130 )
2018-05-13 15:29:24 +08:00
Leopoldthecoder
992a7a534e
[build] 2.3.8
2018-05-11 19:02:08 +08:00
杨奕
4fd181cb21
Changelog: update for 2.3.8 ( #11127 )
2018-05-11 19:00:20 +08:00
杨奕
68db03fc22
Tree: add checkOnClickNode ( #11111 )
2018-05-10 18:01:49 +08:00
Carson
a318c5701e
Chore: suggestJump only in production mode ( #11082 )
2018-05-09 18:02:47 +08:00
杨奕
6f2f7aed47
FormItem: add clearValidate ( #11076 )
2018-05-09 13:58:12 +08:00
hetech
602afe0364
Select: add prefix named slot ( #11063 )
...
* Select: add prefix named slot
* Update select.md
2018-05-08 19:12:25 +08:00
Gonzalo Nandez
19a3bce626
Chore: update es changelog for 2.3.7 ( #10949 )
2018-05-01 20:21:38 +08:00
Leopoldthecoder
6498829c96
[build] 2.3.7
2018-04-29 21:34:34 +08:00
杨奕
7a5d24014b
Chore: update duotai sponsorship ( #10940 )
2018-04-29 12:01:08 +08:00
blackmiaool
b5691d73ae
Input: update type's doc ( #10937 )
2018-04-29 10:57:42 +08:00
杨奕
56cbdef95b
Docs: update popover and table ( #10910 )
2018-04-27 12:27:41 +08:00
Gonzalo Nandez
9f232cd388
Chore: fix a es docs error ( #10869 )
2018-04-25 11:04:28 +08:00
杨奕
c7213fcc56
Chore: update Nuxt example link ( #10826 )
2018-04-21 19:56:47 +08:00
Leopoldthecoder
363528fc0d
[build] 2.3.6
2018-04-21 18:15:20 +08:00
Gonzalo Nandez
b414efddfa
Chore: update es changelog for 2.3.5 ( #10815 )
2018-04-21 14:36:57 +08:00
Leopoldthecoder
fdef1020ca
[build] 2.3.5
2018-04-20 16:05:19 +08:00
杨奕
e8e2fc425b
Tree: add type as allow-drop's 3rd param ( #10792 )
2018-04-19 19:25:59 +08:00
杨奕
0c475a98c0
Input: fix docs for clear event param ( #10784 )
2018-04-19 16:07:03 +08:00
杨奕
9063dcf9c9
Form: fix a typo in docs ( #10778 )
2018-04-19 11:55:46 +08:00
杨奕
f530bffa97
Pagination: update docs for pager-count ( #10772 )
2018-04-18 16:01:07 +08:00
John
9fc1f9e367
Pagination: add pagerCount prop ( #10493 )
2018-04-18 14:19:52 +08:00
杨奕
95e168f7ca
Pagination: add prev-click and next-click events ( #10755 )
2018-04-17 16:47:32 +08:00
杨奕
1f4adb7c08
DatePicker: support multiple dates selection ( #10650 )
...
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* DatePicker: add multiselect feature
* Datepicker: fix can't clear bug
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* Datepicker: add unit test
* DatePicker: support multiple dates selection
* reflect review comments
2018-04-17 14:09:43 +08:00
杨奕
3eb377f72f
Select: update docs for automatic-dropdown ( #10727 )
2018-04-16 12:32:14 +08:00
Leopoldthecoder
12d559965c
[build] 2.3.4
2018-04-12 21:24:59 +08:00
杨奕
8910f6fc96
Changelog: update for 2.3.4 ( #10691 )
2018-04-12 21:21:22 +08:00
杨奕
583439a4be
Table: add $index as formatter's param ( #10645 )
2018-04-10 16:15:09 +08:00
杨奕
02440aa5fb
Transfer: support scoped slot for data items ( #10577 )
2018-04-05 21:25:14 +08:00
Gonzalo Nandez
39caa1395b
Chore: update es changelog for 2.3.3 ( #10565 )
2018-04-05 20:07:03 +08:00
Leopoldthecoder
582226a0ff
[build] 2.3.3
2018-04-04 16:42:55 +08:00
杨奕
422a8ac9c4
Breadcrumb: remove visual feedback for non-link items ( #10551 )
2018-04-04 11:34:00 +08:00
杨奕
16656bce63
Docs: update Upload docs ( #10532 )
2018-04-03 11:50:20 +08:00
Gonzalo Nandez
fdb43cb3c3
Docs: fixed a strange visual error in es popover.md ( #10525 )
2018-04-03 10:21:39 +08:00
杨奕
c8ff3ad606
Menu: add popper-append-to-body for SubMenu ( #10515 )
2018-04-02 17:18:50 +08:00
杨奕
3ee0c5960b
DateTimePicker: update docs for default-time ( #10511 )
2018-04-02 13:20:43 +08:00
RickMacTurk
528bce4479
DateTimePicker: enable default-time attribute in date picker ( #10321 )
2018-04-02 11:55:49 +08:00
杨奕
3e0106e069
Autocomplete: add placement attribute ( #10475 )
2018-03-30 14:42:23 +08:00
Gonzalo Nandez
a68a73df89
Chore: update es changelog for 2.3.1 and 2.3.2 ( #10459 )
2018-03-29 19:43:03 +08:00
杨奕
9abb1cbe8a
Card: update docs for shadow attribute ( #10451 )
2018-03-29 16:28:37 +08:00
云游君
87532aa8ef
Card: add shadow attribute ( #10418 )
...
* Card: add shadow attribute
* Card: fix test file
* Card: modify shadow class
* Card: modify test file
* Card: fix props
2018-03-29 15:18:31 +08:00
Leopoldthecoder
6bfc4ae915
[build] 2.3.2
2018-03-29 12:12:06 +08:00
Leopoldthecoder
fbed07d3fa
[build] 2.3.1
2018-03-29 10:59:59 +08:00
杨奕
61878092c3
Changelog: update for 2.3.1 ( #10437 )
2018-03-29 10:57:02 +08:00
Gonzalo Nandez
65535761f5
Chore: update es changelog for 2.3.0 ( #10430 )
2018-03-29 10:35:02 +08:00
Leopoldthecoder
46b70a5b89
Select: add blur method
2018-03-28 18:45:12 +08:00
Leopoldthecoder
e4094e9e69
[build] 2.3.0
2018-03-28 14:46:08 +08:00
杨奕
8debdac9cc
Tree: update drag and drop docs ( #10396 )
2018-03-28 13:22:23 +08:00
FuryBean
4fe58a3d96
Tree: update drag and drop logic ( #10372 )
2018-03-28 11:46:48 +08:00
杨奕
d6b4cf3f13
TimePicker: fix missing dependency style files ( #10381 )
2018-03-27 12:16:11 +08:00
云游君
54c3613682
Button: add circle attribute ( #10359 )
...
* Button: add circle attribute
* test: modify button round
* Button: update docs for round & circle
* Button: fix disabled docs
* Button: fix button margin
* Button: fix button margin
2018-03-27 10:54:28 +08:00
杨奕
e62c2f8b42
Chore: misc updates ( #10370 )
2018-03-26 17:38:17 +08:00
杨奕
8c2afa5759
Progress: update docs for color prop ( #10358 )
2018-03-26 11:43:19 +08:00
杨奕
5d6fe5eb2c
Input: add blur method ( #10356 )
2018-03-26 10:51:18 +08:00
云游君
0b330126c7
Progress: add color attribute ( #10352 )
2018-03-26 10:50:57 +08:00
杨奕
d9bcaacc74
Form: add validate event ( #10351 )
2018-03-25 22:32:22 +08:00
Alan Lu
c34193ca8e
Menu: fix default-openeds description ( #10316 )
...
which should be indexes of the sub-menu
2018-03-22 20:00:04 +08:00
杨奕
cf7f117bfb
Form: add invalidFields as a second param of validation callback ( #10279 )
2018-03-21 13:36:29 +08:00
remizovvv
bfa44e8b4f
DatePicker: extract time and date format from format prop ( #10174 )
2018-03-20 14:04:44 +08:00
Harlan
d7c4fd2632
Tree: support drag and drop node ( #9251 )
2018-03-20 13:42:04 +08:00
杨奕
674f8648bf
ColorPicker: update docs for predefine ( #10237 )
2018-03-19 19:31:38 +08:00
Harlan
441669f081
ColorPicker: add predefine colors ( #10170 )
...
* ColorPicker: add predefine colors(#8702 )
* Add selected state of predefine color and test cases
* Fix the bugs mentioned in review
2018-03-19 17:20:09 +08:00
杨奕
3377cd0847
Input: add select method ( #10229 )
2018-03-19 12:17:57 +08:00
杨奕
84bb3397cb
Table: add test for selectOnIndeterminate ( #10210 )
2018-03-16 21:42:11 +08:00
syn-zeta
e36d57ac1d
Table: Add selectOnIndeterminate prop to control master checkbox behavior ( #9924 )
2018-03-16 19:00:28 +08:00
Limichange
741d5e6f24
Menu: add collapse-transition ( #8809 )
...
* Menu: add menu attribute - collapseTransition
Sometime we dont need collapse transition
* Menu: add docs & definition - collapseTransition
2018-03-16 11:21:35 +08:00
Gonzalo Nandez
89768279a6
Chore: update es changelog for 2.2.2 ( #10175 )
2018-03-15 10:36:24 +08:00
Leopoldthecoder
427dcb2dad
[build] 2.2.2
2018-03-14 18:10:59 +08:00
杨奕
8eaf600044
Transfer: add left-check-change and right-check-change ( #10156 )
2018-03-14 12:38:23 +08:00
杨奕
1238dbf997
Slider: add input-size ( #10154 )
2018-03-14 10:52:44 +08:00
Marcel
cf4bceb1fa
Docs: update quickstart.md ( #10109 )
2018-03-11 09:30:26 +08:00
杨奕
acfbf610d3
Chore: update docs for Input and Quickstart ( #10106 )
2018-03-10 20:43:18 +08:00
Leopoldthecoder
09cc5be758
Popover: add after transition events
2018-03-08 12:30:47 +08:00
Hi-Linlin
e92d1d13aa
Pagination: add disabled prop ( #10006 )
2018-03-07 11:47:19 +08:00
云游君
12b6a10f70
Docs: update responsive layout for color page ( #9993 )
...
* Color: fix demo-color-box in docs respnsive layout
* Update color.md
* Update color.md
* Update color.md
2018-03-05 11:01:27 +08:00
blackmiaool
e70c598d44
Input: add clear event ( #9988 )
2018-03-04 13:50:25 +08:00
Gonzalo Nandez
4867f59d6f
Update Doc Spanish
2018-03-03 10:45:10 +08:00
Leopoldthecoder
2350d585a0
[build] 2.2.1
2018-03-02 16:41:08 +08:00
杨奕
a21f78ea19
Changelog: update for 2.2.1 ( #9975 )
2018-03-02 16:35:22 +08:00
Eng Philippe
b54ed0a62f
DatePicker: prefix icon of input clickable for non-range pickers ( #9966 )
2018-03-02 14:52:40 +08:00
杨奕
aa5f015cd9
Transfer: add target-order ( #9960 )
2018-03-02 14:43:10 +08:00
杨奕
2ccb0ead05
Slider: add tooltip-class ( #9957 )
2018-03-01 17:21:31 +08:00
cinwell.li
95d2eabd5e
Docs: update quickstart demo, close #9883 ( #9928 )
...
* docs: update quickstart demo, close #9883
* docs: fix typo
2018-03-01 12:05:49 +08:00
杨奕
6dbbee35e6
Table: fix js pending in ssr ( #9876 )
2018-02-24 13:13:05 +08:00
杨奕
71774edd92
Menu: update es doc ( #9801 )
2018-02-13 11:22:14 +08:00
Gonzalo Nandez
e2d3830bc5
Docs: update es docs for 2.2.0 ( #9796 )
2018-02-13 10:59:24 +08:00
Leopoldthecoder
a98325bee8
[build] 2.2.0
2018-02-12 17:13:18 +08:00
杨奕
f516d62786
Changelog: update for 2.2.0 ( #9793 )
2018-02-12 17:10:18 +08:00
杨奕
0f06fd5079
Select: add popper-append-to-body ( #9782 )
2018-02-11 18:18:49 +08:00
baiyaaaaa
610723ea00
support menu disabled ( #9771 )
2018-02-11 14:59:46 +08:00
杨奕
d46c0ed01c
Transfer: add clearQuery ( #9753 )
2018-02-09 12:31:24 +08:00
杨奕
438b29a48f
Chore: update docs for Tree and Menu ( #9751 )
2018-02-09 12:14:35 +08:00
baiyaaaaa
202f6417b1
Menu: support multi level submenu in horizontal mode ( #9741 )
2018-02-09 11:05:37 +08:00
FuryBean
fe29af1b1f
Add check event and getHalfChecedNodes method for Tree ( #9730 )
2018-02-09 10:31:11 +08:00
FuryBean
607aef0ac7
update tree docs for children & isLeaf ( #9739 )
2018-02-09 10:29:32 +08:00
FuryBean
6bef614c01
add api for tree ( #9718 )
2018-02-09 10:28:43 +08:00
杨奕
248b1bf8de
Tree: support scoped slot ( #9686 )
2018-02-06 16:45:27 +08:00
FuryBean
3bc67fa575
Tree: add node-contextmenu event for tree node ( #9678 )
2018-02-06 11:42:01 +08:00
Yao
d8c931274d
Input: fix prop valueKey doc ( #9649 )
2018-02-04 14:36:50 +08:00
杨奕
b68f18aa94
Pagination: add key in pager ( #9604 )
2018-02-01 15:16:21 +08:00
杨奕
41a191b721
Menu: add popper-class for SubMenu ( #9600 )
2018-02-01 15:05:07 +08:00
Gonzalo Nandez
07ae591be8
Doc: update es docs for 2.1.0 ( #9581 ) ( #9591 )
...
* Changelog: update for 2.1.0 (#9581 )
* Changelog: update for 2.1.0
* Changelog: update for 2.1.0
* Update date-picker.md
* Update datetime-picker.md
* Update time-picker.md
2018-02-01 13:43:45 +08:00
杨奕
17dadb8093
Chore: update deploy script ( #9599 )
2018-02-01 12:27:31 +08:00
花裤衩
95457f7bf4
Doc: reorder the icons ( #9583 )
2018-01-31 17:59:37 +08:00
Leopoldthecoder
67df5f0f6c
[build] 2.1.0
2018-01-31 16:36:30 +08:00
杨奕
c4452995f5
Changelog: update for 2.1.0 ( #9581 )
2018-01-31 16:33:18 +08:00
杨奕
6b13eb22e4
Doc: add sponsors ( #9578 )
2018-01-31 14:21:30 +08:00
FuryBean
ab2f3830d6
Table: extend height prop usage ( #9575 )
2018-01-31 13:32:01 +08:00
杨奕
f274f3e3d9
Dropdown: remove transition delay when trigger is click ( #9573 )
2018-01-31 11:22:32 +08:00
杨奕
85a3e99ceb
Input: fix appended button style in IE11 ( #9537 )
2018-01-29 22:53:16 +08:00
Simon Knox
120589e5b4
Docs: fix Dialog doc's typo ( #9533 )
2018-01-29 19:20:26 +08:00
Pyae Hein
d5c135730a
Added contextmenu event for column header ( #9475 )
2018-01-29 18:42:05 +08:00
Leopoldthecoder
56dc51bc85
Form: add disabled
2018-01-29 18:14:58 +08:00
Leopoldthecoder
cdc14756ae
Notification: add closeAll
2018-01-29 12:44:18 +08:00
wacky6.AriesMBP
2fa6935e58
doc: date-picker, add date formats section
2018-01-29 12:14:40 +08:00
杨奕
fa643a55b0
Doc: update Table's header-dragend description ( #9513 )
2018-01-29 12:09:35 +08:00
Cristi Jora
017cadda71
Doc: fix on-demand examples to support babel 7 ( #9504 )
...
* Update quickstart.md
* Update quickstart.md
* Update quickstart.md
* Update quickstart.md
* Adjust on demand import in es docs
2018-01-28 21:40:24 +08:00
Leopoldthecoder
86f8ff1160
Input: el-input styles should override el-textarea
2018-01-28 15:03:45 +08:00
杨奕
e56ae9ab5a
Select: keep input height if not expanded ( #9452 )
2018-01-26 11:24:09 +08:00
Hi-Linlin
9655a829b8
Docs: fix default min of input-number ( #9479 )
2018-01-26 10:53:53 +08:00
柴方博Felbry
8e466dda90
Update select.md ( #9463 )
...
尺寸更正
2018-01-25 17:52:08 +08:00
Leopoldthecoder
dad96b49c5
Select: add auto-complete
2018-01-22 14:02:20 +08:00
杨奕
e99c12ca04
DatePicker: update docs for default-time ( #9335 )
2018-01-18 15:35:31 +08:00
FuryBean
23a60a0ef6
Loading: fix loading not disappear in some condition ( #9313 )
2018-01-18 11:44:19 +08:00
Hanxing Yang
94f18ab9a6
DatePicker: add attribute defaultTime ( #9094 )
...
* DatePicker: add attribute defaultTime
* use createVue instead of createTest & update docs for defaultTime
* update defaultTime type
2018-01-16 19:39:28 +08:00
Leopoldthecoder
cbe5b3c0e5
Chore: update picker docs
2018-01-15 22:10:22 +08:00
AdamSGit
cf3490cfea
DatePicker: added prefix-icon and clear-icon ( #9237 )
...
* [DatePicker] Added the possibilitie to pass custom prefix and suffix icon class with same props as usual (prefix-icon and suffix-icon)
* [DatePicker] Fixed error in previous commit and updated english documentation according to icon changes
* Renamed suffix-icon to clear-icon, and updated english doc
* Cleaned unnecessary lines
2018-01-15 21:50:04 +08:00
liyl
ee5cd93db3
Table: add column as filter-method's param ( #9196 )
...
* expand filter-method param
* update table.md
2018-01-15 12:25:53 +08:00
Leopoldthecoder
8ded46c83b
Chore: exclude play file from eslint, remove es-doc notification
2018-01-14 20:58:07 +08:00
Decade
a254106c5b
Tree: update doc and typing ( #9225 )
2018-01-14 20:37:48 +08:00
viewweiwu
1bcebecba9
Cascader: add blur and focus events ( #9184 )
...
* add cascader blur & focus event
* fix 'Input Events' => 'Cascader Events'
2018-01-14 12:29:43 +08:00
eiurur
08f9c7487a
Input: Fix sample code typo
2018-01-14 10:31:18 +08:00
Jiewei Qian
15d528c768
input-number: fix user input parsing ( #9166 )
2018-01-09 14:08:46 +08:00
Gonzalo Nandez
837354df3b
update es changelog for 2.0.11 ( #9173 )
2018-01-08 17:36:31 +08:00
Leopoldthecoder
44dca81692
[build] 2.0.11
2018-01-08 14:09:09 +08:00
Leopoldthecoder
9c83ee9aaa
Changelog: update for 2.0.11
2018-01-08 13:48:12 +08:00
Lukasz Balcerzak
b91e8ee3a3
Select: reset input height when filterable and collapse tags ( #8966 )
...
* Added example that exposes the issue
* Fixed issue if select component has collapse tags and filtering enabled at the same time
* tests
* simpler tests
2018-01-08 12:27:54 +08:00
Leopoldthecoder
fdd746f262
Locale: change Czech locale filename to cs-CZ
2018-01-08 10:46:57 +08:00
HugoLew
ea7f7bb6d7
feat: el-submenu add show-timeout,hide-timeout attributes ( #8934 )
...
* el-submenu add show-timeout,hide-timeout attributes
* el-submenu add show-timeout,hide-timeout attributes
* el-submenu add show-timeout,hide-timeout attributes
* add the definition for SubMenu
2018-01-04 17:11:51 +08:00
Gonzalo Nandez
46036317bb
Changelog: update for 2.0.10
2017-12-31 10:07:15 +08:00
liyl
11907a7c37
update collapse doc
2017-12-31 09:51:24 +08:00
Leopoldthecoder
ce27b5b396
[build] 2.0.10
2017-12-29 18:09:56 +08:00
Leopoldthecoder
ae4d29cff5
Chore: misc updates
2017-12-29 17:34:26 +08:00
Cyril Su
aa09c4651b
Docs: Replace cdn ( #9040 )
...
* fix: Replace cdn
* fix: Correct cdn host
2017-12-28 16:54:31 +08:00
dicklwm
79a4ac29af
#9038 , add el-input tabindex props
2017-12-28 15:50:07 +08:00
linjiajian999
3e945aa2b1
docs: increase page-component-up z-index
...
increase page-component-up z-index
2017-12-26 17:11:50 +08:00
Gonzalo Nandez
37653a9d2f
Small lexical arrangement
2017-12-26 10:53:17 +08:00
Gonzalo Nandez
ec9392c62c
update Upload and Tree doc-es
2017-12-26 10:53:17 +08:00
Leopoldthecoder
8d49e17303
[build] 2.0.9
2017-12-24 19:35:10 +08:00
Leopoldthecoder
351f900df6
Tree: add renderAfterExpand
2017-12-24 19:13:17 +08:00
liyl
bfa9f4ed0f
docs: update menu.md
...
根据英文文档,以及上下文描述,修正文档内容
2017-12-24 18:58:37 +08:00
Leopoldthecoder
bc893b5051
Carousel: fix items hides up when data is asynchronously updated
2017-12-20 21:11:21 +08:00
PatrickJS
0024a413eb
refactor(index): headless cms -> api-first cms
2017-12-19 10:18:59 +08:00
Leopoldthecoder
f08f435d43
add sponsor logo
2017-12-18 18:13:05 +08:00
Leopoldthecoder
4a7f3c82ad
Chore: misc updates
2017-12-15 16:45:15 +08:00
Pan
227508ae26
Doc:fix use vue-i18n@6.x typo
2017-12-13 15:36:14 +08:00
wangshaobo
79b4cb42d2
Revise with review comments.
2017-12-13 11:17:00 +08:00
wangshaobo
4fe557b5e8
upload: add before-remove hook function
2017-12-13 11:17:00 +08:00
Leopoldthecoder
03635d1935
[build] 2.0.8
2017-12-12 17:07:23 +08:00
Leopoldthecoder
0fb05a35b3
Changelog: update for 2.0.8
2017-12-12 16:54:17 +08:00
Leopoldthecoder
d58814290e
Picker: fix blur event
2017-12-12 15:54:29 +08:00
Leopoldthecoder
dca4b7afd2
Chore: configure es docs
2017-12-12 14:05:55 +08:00
decade
ef7327753c
update scss import
2017-12-12 12:09:11 +08:00
Leopoldthecoder
27b271031e
Merge branch 'dev' into es-doc
...
# Conflicts:
# FAQ.md
2017-12-11 11:16:24 +08:00
Leopoldthecoder
1fb98ef172
Chore: misc updates
2017-12-11 10:52:31 +08:00
wangshaobo
b566c6156d
Add Document for AM/PM `A` time format
2017-12-10 16:16:20 +08:00
Gonzalo Nandez
7e08026c46
Tag and Typography ( #8632 )
...
* Revision of documentation in Spanish
* Tag and typography
2017-12-04 10:36:43 +08:00
Gonzalo Nandez
6123ee70a3
Revision of documentation in Spanish
2017-12-03 19:27:08 +08:00
Johan Bové
d19f555208
Update table.md
...
Fixes typo
2017-12-01 10:23:57 +08:00
Leopoldthecoder
bc14458249
Chore: update input docs
2017-11-30 13:46:48 +08:00
Leopoldthecoder
12e12758e7
[build] 2.0.7
2017-11-29 16:57:22 +08:00
Leopoldthecoder
57f7dc766f
[build] 2.0.6
2017-11-29 14:32:44 +08:00
Leopoldthecoder
765e59de6b
Pagination: add background prop
2017-11-29 13:52:44 +08:00
zollero
675253dcb1
MessageBox: Add attribute 'showClose' to doc ( #8516 )
...
* MessageBox: Add attribute 'showClose' to doc
Add an attribute 'showClose' to explain whether to show 'close' button on the right top.
MessageBox: 文档中添加一个属性:showClose。 用来解释是否显示 MessageBox 右上角的关闭按钮。改属性,已经在源码中声明。
* MessageBox: Add attribute 'showClose' to doc
Add an attribute 'showClose' to explain whether to show 'close' button on the right top.
2017-11-27 18:04:25 +08:00
Bogdan Luca
6e8f10a556
Input: add clearable ( #8509 )
...
* Added clearable to el-input.
* Added en-US example.
* Also fire change event on clear.
* Used clearable shorthand; added clearable to attribute list.
* Added styles.
2017-11-27 10:55:26 +08:00
Leopoldthecoder
7a4ec97f0d
Chore: misc updates
2017-11-26 16:57:41 +08:00
Leopoldthecoder
f307f7f428
Cascader: add separator prop
2017-11-25 20:42:13 +08:00
Gonzalo Nandez
91fece12ba
Fixed problems
2017-11-24 15:15:56 +08:00
Gonzalo Nandez
5c5b6036ce
Resolving conflict
2017-11-24 15:15:56 +08:00
Gonzalo Nandez
b58df25ed2
revision
2017-11-24 15:15:56 +08:00
liyl
11b3c8bbfd
Autocomplete: support suffixIcon & prefixIcon ( #8446 )
...
* feat: update autocomplete
* Feat: update input doc
2017-11-24 10:26:14 +08:00
wendyjisung
4c81a5c292
Modify of dialog.md
2017-11-23 22:20:17 +08:00
wendyjisung
63a5aaff68
Modification of dialog
2017-11-23 22:20:17 +08:00
wendyjisung
8301f16d59
Modification of dialog, revert of dialog/en
2017-11-23 22:20:17 +08:00
wendyjisung
0a8eda1c52
modification of translate
2017-11-23 22:20:17 +08:00
wendyjisung
db8a200c87
Modification of date-picker.md
...
translation of datetime-picer.md
2017-11-23 22:20:17 +08:00
wendyjisung
3896803668
Modification of the translation of date-picker
2017-11-23 22:20:17 +08:00
wendyjisung
b759a7ad5e
translation of date-picker
2017-11-23 22:20:17 +08:00
Gonzalo Nandez
1ccd33b4d3
notification.md spanish version ( #8447 )
...
* select.md spanish version update
* notification.md spanish version
* revised notification.md spanish version
2017-11-23 19:21:55 +08:00
Leopoldthecoder
e033313608
Select: fix filter input display in multiple mode
2017-11-23 11:36:48 +08:00
Leopoldthecoder
8f623b4cc4
Form: required rule shouldn't care about model type
2017-11-20 22:29:01 +08:00
Gonzalo2310
06ff90cc7f
select.md spanish version update
2017-11-19 16:20:25 +08:00
Leopoldthecoder
46bd165fb1
[build] 2.0.5
2017-11-17 15:27:06 +08:00
Leopoldthecoder
5406a97359
Chore: misc updates
2017-11-17 12:46:52 +08:00
Leopoldthecoder
23e86bcf1a
Table: fix high CPU consumption
2017-11-17 12:28:55 +08:00
杨奕
8d6950faaa
Merge branch 'es-doc' into es-doc
2017-11-16 18:30:12 +08:00
Javier Diaz
cb9a1cb305
Fix for changelog file and comments title
2017-11-16 14:32:16 +08:00
Javier Diaz
201fd45f89
[title] Spanish translation
2017-11-16 14:32:16 +08:00
Javier Diaz
98655cb24d
[page] Spanish translation
2017-11-16 14:32:16 +08:00
Javier Diaz
bcbdf51cfb
[componente] Spanish translation
2017-11-16 14:32:16 +08:00
lesterbx
987876d38f
Transfer documentation, demos in one line
2017-11-16 14:30:10 +08:00
lesterbx
8898108a5a
Added spanish documentation for Transfer, Transition and Tree
2017-11-16 14:30:10 +08:00
Gonzalo2310
83f0536994
select.md spanish version
2017-11-15 22:00:24 +01:00
Javier Diaz
403e575c62
[table] Spanish translation
2017-11-15 10:29:02 +08:00
Juan Flores
a82018fca3
Docs translation (tabs, time-picker, tooltip)
2017-11-15 10:28:04 +08:00
Gonzalo2310
560dd8c225
slider.md spanish version
2017-11-14 18:33:49 +01:00
ProgramerGuy
8e66ceb7a4
Update message-box.md
2017-11-14 12:03:42 +08:00
ProgramerGuy
efb81da80f
Documentation message-box Spanish
...
translate for the message-box documentation
2017-11-14 12:03:42 +08:00
ProgramerGuy
8d63f68833
Documentation message Spanish
...
translate message to spanish
2017-11-14 10:49:37 +08:00
Gonzalo2310
41063807c9
steps.md spanish version
2017-11-14 00:01:34 +01:00
Gonzalo2310
a1a97da0d2
input.md spanish version
2017-11-13 17:16:18 +01:00
Rubén Salvador
bcf42717ce
add Quickstart, Radio & Rate docs ( #8187 )
...
* Finished translations.
* [FIX] Unsaved translations.
* [ADD] Pagination, popover & progress spanish translations.
* [ADD] Quickstart, radio & rate.
* Update switch.md
* [upload] Spanish Translation
* Fixed typos and translation
* [FIX] Workflow.
2017-11-13 17:37:15 +08:00
Leopoldthecoder
de86b737e3
Merge remote-tracking branch 'eleme/dev' into es-doc
...
# Conflicts:
# examples/app.vue
2017-11-13 17:32:12 +08:00
Leopoldthecoder
496ad686a2
update es Select doc
2017-11-13 17:29:05 +08:00
Javier Diaz
cefc1b2904
Fixed typos
2017-11-13 17:14:20 +08:00
Javier Diaz
8f515002db
[loading] Spanish translation
2017-11-13 17:14:20 +08:00
Leopoldthecoder
f24aeeca00
Select: add collapse-tags
2017-11-12 21:03:34 +08:00
Rubén Salvador García San Juan
e4bef2f494
[ADD] Pagination, popover & progress spanish translations.
2017-11-12 11:48:21 +08:00
Rubén Salvador García San Juan
c0a4fb741a
[FIX] Unsaved translations.
2017-11-12 11:48:21 +08:00
Rubén Salvador García San Juan
38130bd385
Finished translations.
2017-11-12 11:48:21 +08:00
Gonzalo2310
1b4b472d82
input-numbre.mer.md spanish version
2017-11-11 23:05:26 +01:00
Javier Diaz
cbbe63efcf
Fixed typos and translation
2017-11-11 19:21:52 +08:00
Javier Diaz
380bb55fb2
[upload] Spanish Translation
2017-11-11 19:21:52 +08:00
ProgramerGuy
02f67dd309
Update switch.md
2017-11-11 10:42:25 +08:00
Gonzalo2310
2004612e53
icon.md spanish version
2017-11-10 23:04:58 +01:00
Leopoldthecoder
33bf6f9cd9
[build] 2.0.4
2017-11-10 16:39:45 +08:00
Federico Garcia
3764f1a373
Translated to spanish - checkbox, collapse and color-picker
2017-11-10 14:48:24 +08:00
Javier Diaz
122fd84c57
[custom-theme] Spanish translation
2017-11-10 14:46:28 +08:00
Javier Diaz
a23fbb7001
[Container] Spanish translation
2017-11-10 14:44:07 +08:00
Gonzalo2310
3dffd6c757
form.md spanish version
2017-11-10 01:54:55 +01:00
Gonzalo2310
a49e063a81
i18n.md spanish version
2017-11-09 16:26:44 +01:00
Gonzalo2310
f264ed1f25
dropdown.md spanish version
2017-11-09 16:26:44 +01:00
Gonzalo2310
33773dbd12
Cascader.md spanish version
2017-11-09 16:26:44 +01:00
Leopoldthecoder
9f2ea7eab0
Chore: doc updates
2017-11-09 15:19:09 +08:00
Leopoldthecoder
7f8991a664
Tree: fix updateChildren
2017-11-09 15:19:09 +08:00
maranran
363a80b184
Accessibility for Popover, Tooltip, Message & Notification ( #8009 )
...
* Accessibility for Tooltip & Popover
* Accessibility for message & notification
* fixbug for popover with nodeType
2017-11-09 11:21:20 +08:00
Gonzalo2310
287b823938
es-doc: add card, carousel translation ( #8091 )
...
* Complete french translation 🇫🇷
* card.md Spanish version
* carousel.md spanish version
2017-11-08 14:22:51 +08:00
Santiago García da Rosa
5fc56bccc7
es-docs: add alert, badge, breadcrumb, button translation ( #8090 )
...
* docs/es/alert.md - translation to spanish
* docs/es/alert.md - translation to spanish
* docs/es/badge.md - translation to spanish
* docs/es/breadcrumb.md - translation to spanish
* docs/es/button.md - translation to spanish
2017-11-08 14:22:06 +08:00
Javier Diaz
9a79e200d0
es-doc: add color translation ( #8092 )
...
* [Color]: Spanish translation
* Fixed typo on translate
* Fixed typo on translation
2017-11-08 14:19:52 +08:00
Leopoldthecoder
7e8a00d2ea
scaffolding Spanish docs
2017-11-07 10:48:23 +08:00
Leopoldthecoder
44849f7998
[build] 2.0.3
2017-11-03 15:59:15 +08:00
Leopoldthecoder
03ccdb4fbc
Menu: register el-tooltip
2017-11-03 13:21:06 +08:00
Leopoldthecoder
08b80ca467
Steps: fix style for last step when vertical
2017-11-02 19:16:36 +08:00
Leopoldthecoder
88868eebf7
Theme: releasing all variables
2017-11-02 14:01:58 +08:00
Leopoldthecoder
9553e1edba
Chore: misc fixes and updates
2017-11-02 14:01:58 +08:00
maran
6a5a3aaa2f
remove outline for collapse & upload
2017-11-01 15:01:27 +08:00
Leopoldthecoder
343e9fa438
DatePicker: fix editable and readonly in range pick
2017-11-01 11:51:37 +08:00
WittBulter
2c34b3c804
Notification: improve position attr (en-US)
2017-11-01 10:18:05 +08:00
WittBulter
4403fdc251
Notification: improve position attr
2017-11-01 10:18:05 +08:00
Leopoldthecoder
906580eb88
[build] 2.0.2
2017-10-31 18:48:53 +08:00
Leopoldthecoder
03a52ab38e
Table: update sort-by docs
2017-10-31 17:09:48 +08:00
wangfengming
7074a247f4
Table: support sort-by
2017-10-31 11:35:40 +08:00
Leopoldthecoder
409a3c852f
Form: fix validate state
2017-10-30 04:03:19 -05:00
Leopoldthecoder
c0e9a0f44f
[build] 2.0.1
2017-10-28 17:13:24 +08:00
Leopoldthecoder
8479b2fbaf
bug fixes
2017-10-28 03:10:52 -05:00
Leopoldthecoder
2e8161e68e
Fix checkbox-button and radio-button gap
2017-10-27 04:41:27 -05:00
Leopoldthecoder
6995641d72
[build] 2.0.0
2017-10-27 11:56:27 +08:00
Leopoldthecoder
f3aa9b30ad
Changelog: update for 2.0.0
2017-10-26 22:42:55 -05:00
Leopoldthecoder
cee3154304
update release scripts
2017-10-26 00:25:24 -05:00
Leopoldthecoder
00e8c7454f
misc updates and fixes
2017-10-25 22:21:35 -05:00
Leopoldthecoder
c195a873b7
[build] 2.0.0-rc.1
2017-10-25 19:03:07 +08:00
Leopoldthecoder
768981c1aa
Changelog: update for 2.0.0-rc.1
2017-10-25 05:47:57 -05:00
Cyril Su
25e8503d65
Carbon: Table add features and fix bugs ( #7682 )
...
* Table: Fix error in calculate `totalFlexWidth`
* Table: Fix error in caculate `scrollX`
* Table: Watch `max-height` change
* Table: Change `toggleRowExpanded`
* Table: Support `obj[key]`
* Table: Update docs for `toggleRowExpanded`
* Table: Add style and class control for every row and cell
* Table: Add `migrating` mixin for `expand`
* Table: Update test spec
* Table: Add `index` in `table-column` for custom index
2017-10-25 02:35:12 -05:00
Leopoldthecoder
333a010d3b
Table: add size
2017-10-25 01:41:17 -05:00
Leopoldthecoder
6d3636fbac
Merge remote-tracking branch 'eleme/dev' into carbon
...
# Conflicts:
# CHANGELOG.en-US.md
# CHANGELOG.zh-CN.md
# examples/app.vue
# examples/index.tpl
# examples/versions.json
# package.json
# packages/dropdown/src/dropdown.vue
# packages/theme-default/package.json
# packages/theme-default/src/date-picker/date-picker.css
# src/index.js
2017-10-24 18:48:54 +08:00
杨奕
71fca8e051
update custom theme docs ( #7679 )
...
* update custom theme docs
* update form docs
2017-10-24 05:43:23 -05:00
Leopoldthecoder
ccd36eb01f
[build] 1.4.8
2017-10-24 18:21:12 +08:00
杨奕
664f893086
Changelog: update for 1.4.8 ( #7683 )
...
* Table: Trigger `doLayout` when display from `none` to others
* Changelog: update for 1.4.8
2017-10-24 05:19:04 -05:00
phongkt
5698e77c72
Dropdown: allow change show/hide timeout by props ( #7621 )
...
* Dropdown: Allow change show/hide timeout by props
* Dropdown: Fixes for document mistake
2017-10-24 04:20:03 -05:00
杨奕
4517e3d9be
Autocomplete: add value-key ( #7671 )
...
* Autocomplete: add value-key
* fix autocomplete test
2017-10-24 02:24:35 -05:00
lltemplar
3b6b9fa5f7
Update form.md
2017-10-24 01:39:12 -05:00
lltemplar
f904e964f2
Update form.md
2017-10-23 23:38:28 -05:00
Leopoldthecoder
14ecf86c55
Icon: fix mobile-phone class name
2017-10-23 21:18:11 -05:00
Leopoldthecoder
917b8e78f2
theme-chalk tuning
2017-10-23 21:18:11 -05:00
Leopoldthecoder
9e6f1adafc
update landing page for 2.0
2017-10-23 05:38:15 -05:00
杨奕
36dfe304f3
Form: add clearValidate ( #7623 )
...
* Form: add clearValidate
* remove dup attrs
2017-10-21 23:35:42 -05:00
Leopoldthecoder
0099a3f283
update beta notice
2017-10-20 03:53:40 -05:00
Leopoldthecoder
44c75ff1af
[build] 2.0.0-beta.1
2017-10-20 16:09:07 +08:00
Leopoldthecoder
1786ac75e2
Changelog: update for 2.0.0-beta.1
2017-10-20 03:06:32 -05:00
lirilsu
1310bdee26
Table: Remove `sort-clear` and `filter-clear` event
2017-10-20 02:19:45 -05:00