zombiej
12af9a9dca
icon add aria-label support
6 years ago
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
6 years ago
ztplz
7a4ee979ff
Correct typescript usage ( #14074 )
6 years ago
zombieJ
2164c58198
New Component: Empty ( #13651 )
6 years ago
afc163
464c4c804d
✅ fix snapshot
6 years ago
afc163
9cfaa16211
✅ update test snapshot
6 years ago
Sam Lanning
8f830ec366
fix inconsistent component state updates
React component state updates using setState may
asynchronously update this.props and this.state, thus it is
not safe to use either of the two when calculating the new
state passed to setState, and instead the callback-based
variant should be used instead.
6 years ago
zombiej
812c28f26e
update snapshot
6 years ago
zombiej
cf43c19a80
use new lifecycle method of Cascader
ref #9792
6 years ago
陈帅
daca08b6f1
merge master
6 years ago
afc163
a2a016d8cf
:globe: fix cascader locale, close #13486
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
zombieJ
9b49fb60d9
Config provider ( #12991 )
close #12985
6 years ago
zombieJ
b1d1b75a8f
Cascader support limit filtered item count ( #13206 )
close #13097
6 years ago
ztplz
6ad23c370e
Fix CI
6 years ago
afc163
c466776805
fix typo, #12970
6 years ago
afc163
e6d9a77029
Fix `filedNames` broken after 3.7.x
close #12970
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
Tom Xu
ff4d803181
fix #12395 . input group hover style error ( #12407 )
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 branch `feature`.
* [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* **:**
* [x] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
6 years ago
zombiej
176a8dfcda
update test snapshot
6 years ago
HeskeyBaozi
fb8ec65ca0
fix test case snapshot
6 years ago
HeskeyBaozi
2d4a6db22d
cascader: suffix -> suffixIcon
6 years ago
HeskeyBaozi
844a5a92d7
add suffix icon to tree-select
6 years ago
HeskeyBaozi
160d34aeba
add suffix icon to date-picker
6 years ago
HeskeyBaozi
96282b1fe8
add suffix icon to cascader
6 years ago
afc163
4cac7917c4
update snapshot
6 years ago
包子熊
4eb7d8f693
Hotfix(Select) add select clear icon ( #12196 )
close #12181
6 years ago
HeskeyBaozi
976f6969f4
update test snapshot
6 years ago
HeskeyBaozi
2f8a56fa78
fix test case & update test snapshot
6 years ago
HeskeyBaozi
74798b8911
upgdate test snapshot
6 years ago
HeskeyBaozi
d6131fe18d
update test snapshot
6 years ago
HeskeyBaozi
0c9465aaf9
upgrade icons library
6 years ago
afc163
0ac47fe74f
Fix abnormal width of Cascader in IE/Edge, close #11857
6 years ago
HeskeyBaozi
ee1d2469a8
upgrade test snapshot
6 years ago
HeskeyBaozi
726d32031f
upgrade rc-cascader
6 years ago
HeskeyBaozi
796de6390b
update test snapshot
6 years ago
HeskeyBaozi
b9a9c308c9
[breaking] remove iconfont-font class helper
6 years ago
HeskeyBaozi
35974d67b2
update test snap shot
6 years ago
HeskeyBaozi
9f3d58faca
update cascader snapshot
6 years ago
HeskeyBaozi
c0e365c488
use cascader expand icon
6 years ago
afc163
e2534681c4
update snapshot
6 years ago
João Paquim
363a29c942
Fix typo, filed => field
6 years ago
afc163
7d46cabb17
docs: Add instruction about cascader typo api
6 years ago
qliu
c6518b92aa
fix: get label should use childrenKeyName for arrayTreeFilter when us… ( #11311 )
* fix: get label should use childrenKeyName for arrayTreeFilter when use customer fieldNames otherwise It can not get correct label array
* feat: add fieldNames test case in Cascader
* fix: cli fail
* fix: cil fail again
6 years ago
HeskeyBaozi
ee16585b6d
update test cases
6 years ago
HeskeyBaozi
d076ad84d5
fix lint
6 years ago
HeskeyBaozi
a81fba08c0
fix cascader arrow font icon
6 years ago