HeskeyBaozi
ca644505be
replace date-picker font icon
6 years ago
HeskeyBaozi
87594997d2
ignore className and style props
6 years ago
HeskeyBaozi
bab50e6bed
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
# Conflicts:
# components/locale-provider/__tests__/__snapshots__/demo.test.js.snap
# components/locale-provider/__tests__/__snapshots__/index.test.js.snap
# components/transfer/__tests__/__snapshots__/demo.test.js.snap
# components/transfer/__tests__/__snapshots__/index.test.js.snap
6 years ago
HeskeyBaozi
ae8f29d628
update test snapshot
6 years ago
afc163
5dc31a4d2a
Merge branch 'master' into feature-3.8.0
6 years ago
afc163
37ba3bcd7c
fix rc-drawer version for strange ci fail
6 years ago
afc163
7dd5270831
fix snapshots
6 years ago
afc163
418fb21f7e
Merge branch 'master' into feature-3.8.0
6 years ago
afc163
d441c815a9
fix snapshots
6 years ago
afc163
cc00ebe5e1
Change Transfer moving buttons order for convention
close #11269
6 years ago
afc163
76741d026f
Merge branch 'master' into feature-3.8.0
6 years ago
Fred-Shan
c045b79e62
Update index.zh-CN.md
there are two "theme" in the table
6 years ago
HeskeyBaozi
2485d0de62
hotfix: svg sprite demo
6 years ago
zombiej
2ad0bc0395
close #11380 . Fix desciption of auto complete
6 years ago
HeskeyBaozi
e07dfea33f
chinese api doc
6 years ago
zombiej
bfd0a77781
Merge remote-tracking branch 'origin/master' into feature-3.8.0
6 years ago
afc163
361b94fb0f
improve README.md
6 years ago
afc163
e2b9e5d832
update warning message
6 years ago
Wei Zhu
f22353cd2b
Use npm package for offline-plugin
tnpm don't support git dependency
6 years ago
zombiej
ecc2293229
fix #11368 . Clean outline style of treeSelect
6 years ago
zombiej
ed7630053e
fix #11366 . action trigger expand also trigger the onExpand
6 years ago
HeskeyBaozi
fa31c34f78
optimize CustomIcon, modify option field `scriptLink` => `scriptUrl`.
6 years ago
HeskeyBaozi
e07321024a
fix demo for ssr
6 years ago
HeskeyBaozi
50f5ee9059
tslint fix
6 years ago
HeskeyBaozi
4a553a2006
upgrade test cases
6 years ago
HeskeyBaozi
05ef3127bd
use `typeof` to judge DOM object.
6 years ago
HeskeyBaozi
a5b85fd520
remove AntdIcon.library, make it inner.
6 years ago
HeskeyBaozi
5b5af6ae77
hotfix: svg should receive viewBox prop.
6 years ago
HeskeyBaozi
3589159489
use <i/> to wrap <svg/>, <i/> only inherit className.
6 years ago
HeskeyBaozi
0db233ddb6
update icon chinese doc
6 years ago
HeskeyBaozi
6b8360c349
add viewBox attr & create method can add extra props
6 years ago
HeskeyBaozi
5f888ad64a
remove import statement for custom-icon
6 years ago
HeskeyBaozi
768f871176
align svg to text
6 years ago
HeskeyBaozi
5b87f32cff
don't need to locally deploy any more.
6 years ago
HeskeyBaozi
3bf122abac
make <CustomIcon/> as an inner component in <Icon/>
6 years ago
Leo Yin
96d8fc45f1
Fix edit-row.md
6 years ago
रोहन मल्होत्रा
12b99970f3
Migrated to new lifecycle method for datepiceker ( #10309 )
…picker
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
no
**elif** *isNewFeature* **:**
#9792
6 years ago
Bryan Berger
1d924300e7
add @message-notice-content-padding var to <Message />
6 years ago
baozefeng
825d770254
bugfix: Chinese doc website date-picker demo link go to English website
6 years ago
HeskeyBaozi
220b4f59bb
add custom-icon component
6 years ago
afc163
782abe7bb6
demo: fix select showSearch demo placeholder, close #11325
6 years ago
陈帅
e7242f4924
fix #11307 Prop destroyOnClose prevents the closing animation of drawer
6 years ago
Wang Riwu
a2c4b03d45
add `notification.open` to API docs ( #11281 )
6 years ago
HeskeyBaozi
8df086f022
update test cases
6 years ago
HeskeyBaozi
56edb5be1a
set aria-hidden
6 years ago
afc163
f7db1788df
improve changelog
6 years ago
HeskeyBaozi
9338f33c1c
update test cases
6 years ago
HeskeyBaozi
7503a0c827
use antd-icons
6 years ago
Jonathan Chen
fc7c64ce06
Docs: Fix spelling ( #11316 )
6 years ago
Daniel Zhang
308cb046e4
Add onMouseEnter and onMouseLeave to SelectProps ( #11314 )
6 years ago