Yury Kozyrev
1e92ff8efd
onKeyPress and onKeyDown typings ( #9316 )
* Update Checkbox.tsx
* Update button.tsx
7 years ago
John Johnson III
3ffe718476
fix typo in less good ( #9315 )
Fix `background` property value by changing it from `transprent` to `transparent`
7 years ago
Benjy Cui
44063967a1
fix: make Mention autosize height by default, close : #9068 ( #9307 )
7 years ago
Benjy Cui
2411bdb7b7
fix: placeholder of Mention should not be interactable, close : #9215 ( #9306 )
7 years ago
Marcus Bransbury
3b6cd56820
Update broken links in docs ( #9310 )
* update link english
* update link chinese
7 years ago
Wei Zhu
7d3ff69e12
Fix small bordered table style
Fix #8980
7 years ago
jim
7b4abe7568
doc add select component showArrow props document
7 years ago
afc163
dc7d9de4cd
revert demo code
7 years ago
afc163
70f3afeda0
Fix ButtonGroup style bug when have disabled button, close #9296
7 years ago
afc163
6577616be2
fix demo
7 years ago
afc163
875024cd1e
update onRow usage
7 years ago
afc163
3ed3a078e1
Document for Table onRow, ref #355
7 years ago
Leo
f8e996ee8e
fix type of column dataIndex ( #9298 )
7 years ago
David Tsai
a8f1c35dcb
Update introduce.en-US.md ( #9299 )
Providing clarifying language in the following areas:
* Front-end Implementation
* Who's using Ant Design
* How to Contribute
Additionally, I'd like to follow up with a short visual guide for designers to learn how to contribute to the documentation here.
7 years ago
afc163
a5f29f06a5
Fix select arrow style in IE11
7 years ago
Wei Zhu
e992682aa8
Ignore invalid end date
Fix #9267
7 years ago
afc163
33e2ef0f8d
revert 1502d36 to fix #9276
ref #7934
7 years ago
Andreas Cederström
f1bd8d0d11
proper class on avatar when image doesnt exist ( #9278 )
7 years ago
Ubaldo Quintana
7c062bb118
Update CHANGELOG.en-US.md ( #9277 )
Fix typos
7 years ago
afc163
59b18b4c26
Fix card loading with empty children, close #9258
7 years ago
Wei Zhu
ca6a8d13bd
site: Update Table drag demo
Close #9255
7 years ago
Wei Zhu
c725cbe791
docs: fix release title
7 years ago
Wei Zhu
978c086387
Bump 3.2.0
7 years ago
Wei Zhu
39cd160641
Add 3.2.0 changelog ( #9251 )
ci skip
7 years ago
Wei Zhu
18188317c1
Update snapshots
7 years ago
Wei Zhu
05de1a522f
Upgrade react-slick
7 years ago
Wei Zhu
27a40679ec
Upgrade rc-steps
7 years ago
Wei Zhu
c2292793bc
Upgrade rc-slider
7 years ago
Wei Zhu
1735d89a66
docs: Update RangePicker[ranges] type
7 years ago
Wei Zhu
49c2a6220b
Merge branch 'feature-3.2'
7 years ago
mgrdevport
b87f76e64a
Change Calendar mode via property ( #9243 )
7 years ago
愚指导
df4097ca4d
[Select] Pass Option as onChange and onSelect second argument ( #9228 )
7 years ago
George Gray
22c3097d79
Vars to theme Tabs ( #9172 )
7 years ago
Wei Zhu
70f30ef065
Trigger onOk when click on preset range ( #9213 )
Close #7747
7 years ago
ryanhoho
42354989e9
修复默认样式和card样式下,tabPosition=bottom时的样式错误 ( #9104 ) ( #9165 )
7 years ago
YuChao Liang
75c365aa2c
fix(TextArea): calculateNodeHeight ( #9107 ) ( #9108 )
7 years ago
Zheeeng
24e373a812
Remove span.ant-tag-text in Tag, and remove type casting in Dropdown ( #9055 )
* Remove span.ant-tag-text
Warp React.ReactNode with span element is not suggested. It may cause anti-specification problem: `<span><span>I'm spec breaker</span></span>`. span is not a general tags container.
Another benefit from this change is keeping the same structure with CheckableTag.
After inspecting the removing of the style of .ant-tag-text, seems bringing no problems. The old example employeed this css class has gone long long time ago. See: 0635877a51
* Use React.Children.only api to supress type casting
By codes, the children and the overlay of Dropdown must be **single** and **valid React.ReactElement**. React.Children.only takes it and report more friendly React internal built error messages.
* Revert hack CSS styles: filling .ant-tag's block area with orphan child anchor
7 years ago
int2d
d89ffcc5b2
Update practical-projects.zh-CN.md ( #9244 )
7 years ago
George Gray
03c180ff08
Use @btn-primary-bg for primary ghost btn ( #9236 )
7 years ago
Wei Zhu
29969959f8
Revert "Add test for 3b0a704"
This reverts commit 980b2cc32b
.
7 years ago
Wei Zhu
980b2cc32b
Add test for 3b0a704
7 years ago
Wei Zhu
aa88c656f1
docs: remove expaned row hover background color
Close #8775
7 years ago
Wei Zhu
a9537e5934
Update snapshot
7 years ago
Wei Zhu
3b0a704df8
Only clear hoverValue when picker is open
Fix #6364
7 years ago
afc163
7a33a9e5d5
Fix extra wrapper of Card children, close #9226
7 years ago
松子
26b58a9808
feat(docs): add a new antd boilerplate. ( #9225 )
7 years ago
Evert Bouw
0c69d721de
Fix(Typings): Add OnHeaderCell property to ColumnProps ( #9223 )
* Fix(Typings): Add OnHeaderCell property to ColumnProps
* onHeaderCell actually receives the ColumnProps object
7 years ago
Wei Zhu
ef55562deb
Attempt to fix #8885 again, add more tests ( #9164 )
7 years ago
Wei Zhu
bebed2c4ae
Allow function for preset range ( #9195 )
* Allow function for preset range
Close #8281
* Rename RangePickerRange to RangePickerPresetRange
7 years ago
afc163
8d6252cfe1
Fix missing scrollbar in chrome
7 years ago