Commit Graph

2542 Commits

Author SHA1 Message Date
rennai
17c94d7410 fix #5813
修复 autocomplete 组件 IE11 下使用搜狗输入法,无法输入中文的问题
2017-10-14 06:53:47 -05:00
Brad Adams
0de6b447e5 Table: Add important rule to col-resize cursor (#7381)
* Table: Add `important` rule to `col-resize` cursor

* Table: Add `important` rule to `col-resize` cursor

* Update table-header.js
2017-10-09 07:07:10 -05:00
Hoxton Lau
2cf9c4e7a7 Form-item: fix "required" attribute is not effective for validation 2017-10-01 03:06:17 -05:00
Leopoldthecoder
0efb4a58d7 add 2.0 alpha notification 2017-09-30 02:55:49 -05:00
Leopoldthecoder
0f6f42f482 [release] 1.4.6 2017-09-27 13:34:35 +08:00
Leopoldthecoder
e1e6adbb23 [build] 1.4.6 2017-09-27 13:34:35 +08:00
Leopoldthecoder
d4cd7b9435 Changelog: update for 1.4.6 2017-09-26 23:45:33 -05:00
wayne
df8107ca49 Carbon: fix var 2017-09-26 23:32:34 -05:00
wayne
05791606db Carbon: add welcome page 2017-09-26 23:32:34 -05:00
Leopoldthecoder
a4eb891a21 DatePicker: fix initial value of [] in range type 2017-09-26 19:32:49 -05:00
wenqing
58542b3a5e Select Autocomplete: change dropdown popper default options (#7227) 2017-09-26 02:54:09 -05:00
Leopoldthecoder
9e67ec3506 Tree: get prop from data if not specified in props 2017-09-26 02:00:14 -05:00
Leopoldthecoder
2fae006ba1 Cascader: fix filter 2017-09-26 01:02:10 -05:00
Leopoldthecoder
f457cd7f57 Tooltip: fix disabled tooltip affecting other instances 2017-09-25 06:43:56 -05:00
Leopoldthecoder
1552f87592 Slider: fix button jumping to previous value when clicked 2017-09-24 06:27:08 -05:00
Leopoldthecoder
af030b62b0 [release] 1.4.5 2017-09-24 15:53:26 +08:00
Leopoldthecoder
4e5bbbc978 [build] 1.4.5 2017-09-24 15:53:25 +08:00
Leopoldthecoder
aa40f5308d move tease image to cdn 2017-09-24 15:32:56 +08:00
Leopoldthecoder
32478a3b56 compress teaser image 2017-09-24 13:07:55 +08:00
Leopoldthecoder
e18593eab9 Changelog: update for 1.4.5 2017-09-23 22:23:12 -05:00
Leopoldthecoder
7b8250b4e2 Select: return when query is null 2017-09-23 03:05:46 -05:00
Leopoldthecoder
ffe6b8933c DatePicker: fix date input format 2017-09-23 02:06:40 -05:00
杨奕
5d43a7cae5 Update README.md 2017-09-22 08:34:39 -05:00
杨奕
00684378f8 Update README.md 2017-09-22 08:25:30 -05:00
Hoxton Lau
06d29e2ed6 Form-item: fix typo 2017-09-22 04:47:17 -05:00
Hex
a69d975730 Loading: update code style (#7152) 2017-09-21 06:14:06 -05:00
Leopoldthecoder
dba797416e DatePicker: fix disabled dates for the west hemisphere 2017-09-19 23:07:35 -05:00
Leopoldthecoder
9f9629d2bb Upload: fix handleRemove param error 2017-09-18 05:11:49 -05:00
wacky6.AriesMBP
848346c954 test: fix broken date-picker default-value test 2017-09-17 21:46:31 -05:00
wacky6.AriesMBP
d35ae01042 DatePicker: support default-value for date-range 2017-09-17 21:46:31 -05:00
Leopoldthecoder
4576c72ef8 update i18n doc 2017-09-17 07:51:39 -05:00
Leopoldthecoder
678cf1103f Table: fix single filter active state 2017-09-17 07:51:39 -05:00
thegatheringstorm
4d2fac6f60 Upload: convert var to const and let 2017-09-16 07:33:25 -05:00
thegatheringstorm
6e3f46a500 Upload: convert map to forEach 2017-09-15 04:07:13 -05:00
杨奕
9be1a0ae8a update doc (#7033)
* Tooltip: update zh-CN doc

* Tooltip: update en doc

* Autocomplete: update docs
2017-09-14 23:16:45 -05:00
ryatziv
586bde090c Autocomplete: emit select of textbox value when no selection is made. (#6428)
* when pressing enter without a selection, select the currently entered text and clear selections.

* added "select-when-unmatched" flag

* restored "???" to "-"
2017-09-14 22:11:07 -05:00
Leopoldthecoder
36d4f0a6fc Select: move setSelect to mounted hook 2017-09-14 06:29:15 -05:00
Leopoldthecoder
a750f5d6b1 TimePicker: fix cancel button 2017-09-14 05:39:54 -05:00
Leopoldthecoder
e90823898b Clickoutside: id should be unique among all nodes 2017-09-13 21:46:23 -05:00
ryatziv
070f60c307 Tooltip: add hide-after timeout for hiding tooltip (#6401)
* added hide-after timeout for hiding tooltip

* restored clearTimeout(this.timeout) in handleClosePopper()
2017-09-13 21:45:25 -05:00
Leopoldthecoder
2057604e24 Tooltip: avoid adding handler repeatedly 2017-09-12 13:12:46 +09:00
Leopoldthecoder
bd7ef92583 dropdown: reactive disabled trigger element 2017-09-12 12:49:28 +09:00
Hejx 心流
8fc973c51a LoadingL optimize the close process (#6966)
* Remove useless parameters

* Remove useless parameters

* [Tree docs] Modify typos

* [Loading] Optimize the close process

* Optimize the close process

* Revert the yarn.lock

* Update yarn.lock
2017-09-12 12:20:02 +09:00
Leopoldthecoder
4609154475 Tree: fix current-node-key === 0 bug 2017-09-11 19:49:48 +09:00
Artem Kuznetsov
3e7996edc8 Locale: [ua] add translation for table & transfer
Fix slang 'Нема' -> 'Немає'
2017-09-08 22:45:01 +09:00
Artem Kuznetsov
096f3afcb5 Locale: [ru-RU] add translation for table & transfer 2017-09-08 22:45:01 +09:00
Leopoldthecoder
fece184c64 Table: sortable header discoverability 2017-09-06 12:42:01 +08:00
Lukasz Balcerzak
0e0f234428 lint 2017-09-06 10:00:16 +08:00
Lukasz Balcerzak
0adc0c0812 Fixed test 2017-09-06 10:00:16 +08:00
Lukasz Balcerzak
40c204d3d6 Fixed reactivity of colors prop for rate component 2017-09-06 10:00:16 +08:00