HeskeyBaozi
|
0a8f964935
|
update test snap shot
|
6 years ago |
HeskeyBaozi
|
9f3d58faca
|
update cascader snapshot
|
6 years ago |
HeskeyBaozi
|
c0e365c488
|
use cascader expand icon
|
6 years ago |
Vitaliy Mazurenko
|
a14e476eeb
|
Anchor component with affix=true doesn't work inside inner scrollable… (#11688)
close #11687
|
6 years ago |
afc163
|
c2319f0998
|
fix test fails a lot
|
6 years ago |
afc163
|
f2ce60cb6c
|
fix test case failed often
|
6 years ago |
Havin
|
2c4c5fc6e3
|
move getPopupContainer from SelectProps to AbstractSelectProps (#11690)
|
6 years ago |
JamesYin
|
583abe8dbb
|
compatible with thumbnail which url has no extension (#11684)
* compatible with thumbnail which url has no extension
* restore newline #11684
|
6 years ago |
HeskeyBaozi
|
bda65ddb1e
|
update select snapshot
|
6 years ago |
HeskeyBaozi
|
4945d66084
|
update select
|
6 years ago |
afc163
|
7f78cc9753
|
Fix detete x missing in Upload, close #10454
|
6 years ago |
Cong Zhang
|
52cb4fe9cb
|
TimePicker #9792 peer with react@15
|
6 years ago |
afc163
|
b4d95f7e20
|
Refactor button click effect implementation
for better perfermance
|
6 years ago |
afc163
|
45fb83d64c
|
simplify style code
|
6 years ago |
偏右
|
070e340958
|
Revert "TimePicker #9792"
This reverts commit 5b37e09ea1 .
|
6 years ago |
afc163
|
e2534681c4
|
update snapshot
|
6 years ago |
Cong Zhang
|
5b37e09ea1
|
TimePicker #9792
|
6 years ago |
João Paquim
|
363a29c942
|
Fix typo, filed => field
|
6 years ago |
Dmitriy Mironov
|
a270597d63
|
Fix a typo
|
6 years ago |
afc163
|
287d08890a
|
renew typescript typings
|
6 years ago |
Wei Zhu
|
064bfaf554
|
Add @types/prop-types
|
6 years ago |
tangjinzhou
|
257f3ec35d
|
fix: badge offset x y axis order error
|
6 years ago |
Zheeeng
|
c3326a5bff
|
Add missing prop signature destroyInactivePanel
|
6 years ago |
HeskeyBaozi
|
9657f4f3a5
|
update Switch test snapshot
|
6 years ago |
HeskeyBaozi
|
4afd19ef5f
|
use svg loading icon in Switch component
|
6 years ago |
HeskeyBaozi
|
15bc92dd3c
|
remove useless jsx prop
|
6 years ago |
HeskeyBaozi
|
f90d32a0ef
|
fix lint
|
6 years ago |
afc163
|
b6e9646a6a
|
Fix that focusable element in inactive panel cause tabs disappear
close #11261
|
6 years ago |
HeskeyBaozi
|
bcfbf1f46a
|
update docs & support svg-sprite-loader
|
6 years ago |
afc163
|
80f82674fb
|
Fix TimePicker unexpected long width
|
6 years ago |
afc163
|
76afe5037d
|
demo: improve drawer demo and test case code
|
6 years ago |
afc163
|
1b3d063990
|
test: fix drawer test case
|
6 years ago |
afc163
|
bead75021b
|
change and undocument onSelectMultiple cause it need more disscuss
|
6 years ago |
afc163
|
510add6305
|
Drawer wrapClassName => className
|
6 years ago |
Fernando Giarritiello
|
5cac2fab4a
|
Added className prop to Drawer
|
6 years ago |
HeskeyBaozi
|
535f68dbd0
|
add icon features
|
6 years ago |
afc163
|
80a4581a79
|
Fix progress demo
|
6 years ago |
Benoît Latinier
|
2b72149a50
|
Add strokeLinecap attribute to progress component
|
6 years ago |
afc163
|
afeda4fe70
|
demo: update presetted-ranges description
|
6 years ago |
Evert Bouw
|
268a1817b7
|
remove blank line
|
6 years ago |
Evert Bouw
|
cc6e1ba9d7
|
Clean up TextAreaProps type
The props for TextArea included React.TextareaHTMLAttributes twice
|
6 years ago |
Thibault Derousseaux
|
43abea3212
|
Use tabular-nums font variant instead of switching to Tahoma for figures
Using a completely different font for figures leads to inconsistencies: https://github.com/ant-design/ant-design/issues/9422.
Most modern font systems defaults to [tabular figures](https://www.fonts.com/content/learning/fontology/level-3/numbers/proportional-vs-tabular-figures).
One exception to this is Apple's San Francisco which defaults to [proportional figures](http://martiancraft.com/blog/2015/10/san-francisco-part-2/#special-features-numerals).
There is, however, an official and clean way to switch to tabular figures. It's the [`font-variant` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric) that can be set to `tabular-nums`.
This commit removes the "Monospaced Number" font altogether and use `font-variant: tabular-nums` instead where it was used.
It also moves closer to the sans-serif and monospace [system font stacks used by GitHub](http://markdotto.com/2018/02/07/github-system-fonts/).
|
6 years ago |
Jackie.Ls
|
9b150d9246
|
update (#11597)
|
6 years ago |
Bartek
|
b9c248f313
|
changing the interface of TreeSelect, updating docs (#11538)
|
6 years ago |
NumanHassan
|
a14ba62a07
|
Update index.en-US.md (#11587)
|
6 years ago |
Emerson Laurentino
|
0f9da43522
|
Avatar custom size (#11419)
* add avatar support custom size
* me added to author list and sorting alphabetically
* fix avatar sizeChildrenStyle preference
* fix authors
* fix snapshots
|
6 years ago |
Wu Haotian
|
57646f24db
|
fix: correct typing of RcFile. close #10331
|
6 years ago |
HeskeyBaozi
|
46cb1c8cde
|
resolve conflict.
|
6 years ago |
afc163
|
e397c094bb
|
site: Add ErrorBoundary for live demo, ref #11553
|
6 years ago |
afc163
|
8dad311df0
|
Fix Slider demo error when input non-number string, close #11553
|
6 years ago |