afc163
4bcf7f41f3
bump 2.7.4
8 years ago
paranoidjk
15e381ae44
docs: update site
8 years ago
afc163
35cc822e56
Fix tree-select not show bug, close #5092
8 years ago
陆离
8eec86085b
typo stopPreventDefault -> stopPropagation ( #5093 )
* typo stopPreventDefault -> stopPropagation
* remove
8 years ago
afc163
b12d8e3d38
revert 5b20a5f and fix #5091
8 years ago
Benjy Cui
758559f718
test: update snapshots
8 years ago
Benjy Cui
27def1e7dd
fix: should not generate cls twice
8 years ago
偏右
dc12a4e3e5
Update ISSUE_TEMPLATE.md
8 years ago
Benjy Cui
7c564af6e4
Revert "css: adjust alignment in Select & AutoComplete, close: #5088"
This reverts commit c01f24750a
.
8 years ago
afc163
bbfc131a85
Fix steps fixed width, close #5083
8 years ago
Benjy Cui
69d9d1edda
chore: add warning for typo, close : #5044
8 years ago
Benjy Cui
c01f24750a
css: adjust alignment in Select & AutoComplete, close : #5088
8 years ago
Benjy Cui
dd86e33283
deps: upgrade rc-checkbox to fix #2744
8 years ago
Wei Zhu
2fb52944e4
Setting table row hover bg on td ( #5077 )
Related issue #5067
8 years ago
Eden Wang
445c940af4
docs: Change Password Blur from password to confirm ( #5076 )
* Change Password Blur from password to confirm
If you type check password, then type password, the validation won't be changed
* rename variables and functions name
rename handlePasswordBlur to handleConfirmBlur
rename passwordDirty to confirmDirty
8 years ago
afc163
d0f31f39a3
fix cascader style selector priority, close #5078
8 years ago
afc163
4875908807
update
8 years ago
afc163
f1a252768e
Menu dark background should be same as layout header
8 years ago
afc163
6a5576d65f
Add another layout demo of top-side
8 years ago
Graeme Yeates
10b99eead8
Remove inconsisent progress-bar-font ( #5081 )
8 years ago
偏右
e09c22f610
Update ISSUE_TEMPLATE.md
8 years ago
bang
28b1692f1a
doc: add message onClose callback close #5073
8 years ago
afc163
6d90f1f154
docs: add translation and clean up old design doc
8 years ago
afc163
4823ce4d08
site: update design documentation
8 years ago
afc163
e008214f56
Make <Spin></Spin> loading inside viewport, close #4722
8 years ago
afc163
396af02fe0
site: update detail
8 years ago
afc163
c64cf9f086
fix upload error item name color
8 years ago
afc163
e23bcb9b54
site: update detail
8 years ago
afc163
ede976965a
update CHANGELOG.zh-CN.md
8 years ago
afc163
85df55df72
site: fix markdown list style
8 years ago
afc163
d4036d3cae
fix button unknown prop
8 years ago
偏右
a60eec0e35
Add changelog for 2.7.3 ( #5049 )
8 years ago
Benjy Cui
1763fa168c
docs: update link, close : #5051
8 years ago
Benjy Cui
8b539c4971
chore: update type definition
8 years ago
afc163
40b30d8ef9
site: fix markdown list style
8 years ago
afc163
d99778b605
Fix clicked effect when switch loading state
8 years ago
afc163
00fac07d9e
refactor requestAnimationFrame
8 years ago
afc163
a9599b802c
when labelCol is 24, it is a vertical form
8 years ago
afc163
3818f59a97
fix test case
8 years ago
afc163
30f2a1ed94
Add popup node snapshot test for Cascader
8 years ago
afc163
05b20c6a9f
fix stylelint problems of site
8 years ago
afc163
c31ebaad90
site: fix responsive design
8 years ago
afc163
0f6d1db614
fix lint
8 years ago
afc163
d44a0ece3f
site: improve styles
8 years ago
YuyingWu
e8cf22ad0e
site: fix locale switch
* antD首页从英文切换到中文时,replace导致链接错误
首页从英文转到中文,点击header上的“中文”时,链接会跳到 https://ant.design/index-cn/ant.design/ (Chrome)或者 https://index-cn/ant.design/ (Safari)
bug来自handleLangChange函数下,最后对location.href.replace操作时出错,原因来自replace匹配到location.href的第一个/
('https://ant.design/ ').replace('/', '/index-cn') 的运行结果是 https:/index-cn/ant.design/
为了避免replace匹配到location.href的第一个/,我建议的方案是使用 location.origin + location.pathname.replace
最后,感谢antD团队开发出那么棒的UI~
* 英转中,url替换(带hash、query)
英转中URL问题,上一版使用了location.origin + location.pathname,会丢失query和hash。此版本原理还是用location.href做replace,鉴于首页pathname可能是/会在替换中匹配到https:后的第一个/,所以先把href的protocol部分提取出来,再做replace,最后再拼回去做跳转。
8 years ago
afc163
14d380f0f9
use old button animation
8 years ago
偏右
4650d20abf
Update colorPalette.less
8 years ago
afc163
cf4ad5ddb8
fix test case
8 years ago
YuyingWu
a5f136f334
antD首页从英文切换到中文时,replace导致链接错误 ( #5050 )
首页从英文转到中文,点击header上的“中文”时,链接会跳到 https://ant.design/index-cn/ant.design/ (Chrome)或者 https://index-cn/ant.design/ (Safari)
bug来自handleLangChange函数下,最后对location.href.replace操作时出错,原因来自replace匹配到location.href的第一个/
('https://ant.design/ ').replace('/', '/index-cn') 的运行结果是 https:/index-cn/ant.design/
为了避免replace匹配到location.href的第一个/,我建议的方案是使用 location.origin + location.pathname.replace
最后,感谢antD团队开发出那么棒的UI~
8 years ago
afc163
917ec5606e
Tweak tree style
8 years ago