偏右
|
9a9db14b4c
|
Feat calendar select (#5127)
* use less variables in calendar style
* Make calendar selectable
* Add test case
* fix test typo
* update demo title
|
8 years ago |
afc163
|
7645a77c44
|
Update iconfont url and docs
|
8 years ago |
afc163
|
06d351f968
|
fix warning in test case
|
8 years ago |
wonyun
|
27e3f660b4
|
Add dateFullCellRender and monthFullCellRender for calendar component (#5138)
|
8 years ago |
Wei Zhu
|
8bfbe9b6df
|
update snapshot
|
8 years ago |
Benjy Cui
|
fb8f90c102
|
feat: form (#5063)
* feat: support Form[layout], close: #5056
* feat: Form should be responsive, close: #5055
* test: update snapshot
* fix: resolve conflict betwen layout defaultValue and inline & vertical
|
8 years ago |
偏右
|
f29ff2f822
|
Add some new icons, ref #3674 (#5107)
|
8 years ago |
Benjy Cui
|
ef2375885e
|
feat: support Badge[showZero], close: #4251 (#5096)
|
8 years ago |
Benjy Cui
|
00cdb7d888
|
feat: support Transfer[onScroll], close: #4188 (#5084)
|
8 years ago |
Wei Zhu
|
6eca8b4ad1
|
Add locale support to Upload (#5094)
|
8 years ago |
偏右
|
c552b315bc
|
Add getContainer for message and notification, close #5019 (#5066)
|
8 years ago |
afc163
|
7fd08efbb7
|
Merge branch 'master' into feature-2.8
|
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
|
376806dab8
|
Merge from "master"
|
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 |
afc163
|
511db23fcd
|
Add default title for form item label
|
8 years ago |
afc163
|
68fde63ef7
|
refactor renderLabel
|
8 years ago |
afc163
|
d2e178d215
|
update doc
|
8 years ago |
afc163
|
c78d3032f5
|
site: fix aside menu
|
8 years ago |
afc163
|
f6715df3b5
|
closest => dom-closest, fix ssr
|
8 years ago |
afc163
|
6ea75c4d85
|
Filter dropdown menu inside scroll body should never be shown, close #5010
|
8 years ago |
afc163
|
5076b6045c
|
fix snap
|
8 years ago |
afc163
|
139d95022c
|
prefer stateless function
|
8 years ago |
tianli.zhao
|
85ca5ed5ea
|
[WIP] filter the disabled options (#4981)
filter the disabled options
|
8 years ago |
afc163
|
0cbe319839
|
Add copied message
|
8 years ago |
afc163
|
2bf6e22653
|
fix documentation for onOk, close #5044
|
8 years ago |
ddcat1115
|
d0db3ce426
|
fix menu icon not centered in Layout.Sidere (#5039)
|
8 years ago |
afc163
|
4bde2917d2
|
fix internal links
|
8 years ago |
afc163
|
c163232deb
|
fix snap
|
8 years ago |
afc163
|
9c3268dcbc
|
continue to fix #4935
|
8 years ago |