HJin.me
47589ba92c
fix get(Popup|Calendar|Suggestion|Tooltip)Container ts type ( #5528 )
2017-03-28 13:20:05 +08:00
afc163
322e9efdc9
Fix getPopupContainer ts type
2017-03-21 16:35:31 +08:00
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
...
* Upgeade to jest 19
* Use jest.spyOn
2017-03-17 18:56:30 +08:00
afc163
4e51fd942b
fix disabled dropdown menu item pointer events
2017-03-07 15:59:04 +08:00
afc163
6fdb39038b
Fix selected style of Dropdown menu, close #5013
2017-02-23 13:48:38 +08:00
feng zhi hao
e85c8a25f6
docs: rewrite Dropdown demos to ES6 component ( #4946 )
2017-02-20 10:35:47 +08:00
afc163
ddcc284b43
Fix dark theme menu style of Dropdown, close #4903
2017-02-18 15:24:25 +08:00
Benjy Cui
200b88246f
docs: update docs format
2017-02-13 10:55:53 +08:00
乐仪
1306c4656d
- version -> 2.7.1
...
- rc-pagination -> ~1.7.0
- fix site bug
2017-02-10 20:32:55 +08:00
afc163
d1b91bcc99
Fix direction of pop animation for Dropdown, ref #4811
2017-02-09 15:45:51 +08:00
afc163
5a643418d2
docs: Add missing demo and document fo Dropdown[placement], close #4811
2017-02-09 15:09:32 +08:00
afc163
0eb5c689a3
remove type="ghost" from demo
2017-02-04 22:35:33 +08:00
afc163
edf9ebb0ef
Fix Button font size inside Dropdown, close #4705
2017-01-24 17:59:17 +08:00
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
...
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
2017-01-20 20:10:50 +08:00
Benjy Cui
3e17551b7e
site: improve build speed
2017-01-19 15:22:53 +08:00
afc163
1042681bcd
Fix Table filter dropdown style
2017-01-10 13:46:52 +08:00
偏右
d811ebee5c
New color system ( #4426 )
...
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
2017-01-01 22:20:06 +08:00
Alexandre Kirszenberg
517720895d
Dropdown.Button as a single non-wrappable element ( #4355 )
2016-12-24 23:12:37 +08:00
Benjy Cui
1351b5da5d
refactor: remove splitObject
2016-12-19 15:19:15 +08:00
邦
80ea247fa9
fix(Dropdown): onVisibleChange param. ( #4252 )
...
* fix(Dropdown): onVisibleChange param.
* doc(Dropdown): update onVisibleChange argument
2016-12-14 20:33:13 +07:00
Wei Zhu
07103b9fb6
Don't ignore test files.
2016-12-14 14:48:09 +08:00
Wei Zhu
17a0a33283
Restructure tests.
2016-12-14 14:41:39 +08:00
afc163
89cf3a88e6
only icon down under Dropdown has smaller size, close #4023
2016-12-03 17:48:10 +08:00
Andrey G
a307a7acf7
refactor: remove unnecessary computed props for classNames ( #4055 )
...
* remove unnecessary computed props for classNames
* rollback autocomplete optimization for possible css style order issue
* update snapshots
* remove more unnecessary computed props at Input
2016-11-30 10:20:23 +08:00
Benjy Cui
932443099a
css: use @component-background, ref: #4040
2016-11-29 11:56:10 +08:00
cathayandy
addb6e44dc
Fix #4039 . Replace background-color: #fff with background: @body-background ( #4040 )
2016-11-29 09:54:54 +08:00
Bruce Mitchener
36508ffabd
Typo fixes.
2016-11-16 20:33:37 +07:00
Wei Zhu
b0c7a714ad
Don't pass visible to Dropdown if it's not exits. ( #3821 )
...
fix #3815
2016-11-13 15:53:02 +08:00
Wei Zhu
926425d8ec
Pass visible and onVisibleChange to Dropdown, fix #3779 ( #3782 )
2016-11-11 15:26:57 +08:00
ddcat1115
0baef0627e
docs: 调整组件导航结构 ( #3758 )
...
- Layout 更名为 Grid
2016-11-09 14:43:32 +08:00
afc163
e4974ac72a
use @font-size-base ( #1752 )
2016-11-08 20:57:07 +08:00
afc163
0a48c62dcb
use @text-color
2016-11-08 20:50:59 +08:00
afc163
9b81fe86d9
clear less variables and add @text-color-secondary
2016-11-08 20:48:03 +08:00
Benjy Cui
6bd75f2666
fix: dropdown menu should not show while disabled, close : #3535
2016-10-28 14:07:46 +08:00
yiminghe
8afe3965c1
upgrade ts 2.0
2016-10-19 17:52:23 +08:00
afc163
d92a24d477
Improve overlay border design
2016-10-14 15:40:39 +08:00
Shawn Sit
8b46cfaf99
docs: translated dropdown demos ( #3208 )
2016-09-29 11:51:24 +08:00
Benjy Cui
bd7e9f00c0
style: update code style
2016-09-21 11:54:53 +08:00
Benjy Cui
3f67fd3f9f
docs: update docs details
2016-09-21 11:28:38 +08:00
Benjy Cui
469d24599f
fix: should support Dropdown.Button[disabled], close : #3070
2016-09-19 11:42:03 +08:00
feng zhi hao
cad2d19be2
fix: complete loss declaration ( #3068 )
...
* complete loss declaration
* fix error in ts-lint
* fix Icon name error
2016-09-19 10:17:07 +08:00
偏右
354759cb17
Redesigned icons ( #3041 )
...
* redesigned icons
* change iconfont content
* use same icons
* fix missing icons
* improve icon size
2016-09-18 09:54:47 +08:00
afc163
9e5061acdc
Merge branch "1.x-stable"
2016-09-15 01:25:28 +08:00
马斯特
a25ec29fb8
refactor: 保证所有的tsx和less都正确使用prefix ( #3024 )
...
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
2016-09-14 16:18:33 +08:00
afc163
d518e485b1
Improve Dropdown Button examples
2016-09-13 18:27:39 +08:00
Andrew Murray
0d00c5fb6c
docs: Fixed typos ( #2921 )
2016-09-01 18:12:12 +08:00
afc163
363f610d8b
Fix tsc errors beside DatePicker
2016-08-24 16:09:55 +08:00
afc163
77949bb9e3
upgrade eslint-config, close #2811
2016-08-23 21:00:35 +08:00
Benjy Cui
e6280a7ea6
Merge branch '1.x-stable'
2016-08-22 17:05:37 +08:00
陆离
ff765002fa
refactor: rewrite form and dropdown in ts ( #2683 )
2016-08-19 16:43:32 +08:00