zombiej
d8eac4c606
update snpashot
5 years ago
zombiej
f8f7ccb709
fix lint
5 years ago
诸岳
495fc3a99a
Fix confilcts from master branch
5 years ago
骗你是小猫咪
0704a06eba
Merge pull request #18720 from shaodahong/fix-ci-fail
test: fix ci fail
5 years ago
shaodahong
d2ba8e9802
test: fix ci fail
5 years ago
诸岳
e71aee45ad
test: Update snapshot
5 years ago
诸岳
d0f3c18508
Bump 3.23.2
5 years ago
诸岳
f5a20fec82
docs: Add the changelog of 3.23.2 ( #18710 )
5 years ago
ycjcl868
35aaf6b9e9
fix: status types
5 years ago
ycjcl868
d0f95299cd
fix: result types
5 years ago
Lyndon001
01970b6913
Update work-with-us.zh-CN.md
5 years ago
诸岳
ffe0645589
fix(PageHeader): Allow back icon to coexist with breadcrumb, close #18094 ( #18691 )
5 years ago
afc163
9157bc99a9
🐛 Fix round button font size too large
5 years ago
Aiello
2189bf5f54
Remove `border` parameter from `Descriptions` `size` demo ( #18518 )
`border` parameter is no longer used.
5 years ago
yoyo837
864138370f
update type
5 years ago
vagusX
e479f1f476
update docs
5 years ago
vagusX
43bcd0ec8f
Update index.zh-CN.md
5 years ago
vagusX
701b3f5fc9
Update index.en-US.md
5 years ago
kanweiwei
5d2596bda8
component props are readonly
5 years ago
kanweiwei
784ad7d57c
update
5 years ago
kanweiwei
bbd979f7ff
update test
5 years ago
kanweiwei
19325b4175
modify component renderer
5 years ago
kanweiwei
4d6c8bc0b5
fix: icon render
5 years ago
kanweiwei
7ad1068006
fix transformFileHandler ts def
5 years ago
愚道
61ad79dde5
fix: navigation Steps hover color
5 years ago
骗你是小猫咪
d9bfc689a4
test(Anchor): optimize dataNowMockFn, avoid being consumed in advance ( #18663 )
* 优化 dataNowMockFn, 避免被提前消费
* test circleci/node:latest
* change .circleci circleci/node:latest -> circleci/node:lts
* add step command [node -v] check current node version
* retry ci test
* rebase master
* retry CI test
5 years ago
zombiej
092a54bc3b
docs: fix PageHeader demo with new Icon
5 years ago
zombiej
c83585f997
Merge remote-tracking branch 'origin/master' into 4.0-prepare
5 years ago
二货机器人
bf374da148
docs: Fix demo ( #18665 )
5 years ago
zombiej
43b3da9eae
Merge remote-tracking branch 'origin/master' into 4.0-prepare
5 years ago
yoyo837
1e830d782c
slice
5 years ago
afc163
97b344e0c1
📝 update table doc
5 years ago
afc163
f4719ddf02
Merge branch 'master' of github.com:ant-design/ant-design
5 years ago
愚道
d8031aa4cb
fix: Anchor.Link target should not be required
5 years ago
afc163
97f6ac9fc6
✅ fix stylelint
5 years ago
蒋璇
7864ab46c4
Update index.en-US.md
5 years ago
二货机器人
27afeaf3a1
fix: Descriptions warning with key ( #18637 )
5 years ago
jljsj
3ad0e809b0
fix #18607
5 years ago
zombiej
aa9b9db4e1
add jsdoc
5 years ago
zombiej
4cac0a9822
warning if user use inputValue
5 years ago
zombiej
c0105aa48f
merge master
5 years ago
信鑫-King
1b3a9d8656
chore: fix site deploy actions ( #18628 )
5 years ago
zombiej
eb28212da6
update 3.23.1 changelog
5 years ago
Nikitenkova
04669002bf
fix(layoutSider): dimensionMap for max-width media query
According to visibility problem (on viewport breakpoints) with Sider menu in our App
And according to Bootstrap responsive breakpoints https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints
We should use different values for `min-width` and `max-width`. For example, if we construct query with `min-width: 768px` then we MUST use `max-width: 767.98px` for proper breakpoint determination otherwise they conflict with each other when have similar values.
5 years ago
二货机器人
774e679ee1
docs: 3.23.1 changelog ( #18627 )
* docs: changelog
* docs: changelog
5 years ago
二货机器人
e5d644f71a
Revert "fix: Drapper mulitple should work" ( #18626 )
This reverts commit 06d7f0deec
.
5 years ago
zombiej
428f3bbe0d
fix: Icon search should work
5 years ago
afc163
e4a3b72e78
🐛 Fix MonthPicker switch icon overflow
close #18604
5 years ago
MrHeer
849237be0b
💄 Add @tree-node-hover-bg and @tree-node-selected-bg less variables
close #18539
5 years ago
Daphne Won
9dc0378b3f
Add missing typescript inputValue to Select to enable placeholder to display for type string
Reason: RC-Select has this parameter to accept string value and it will
be a quick-fix to enable Typescript to acept inputValue.
Note:
- Added parameter in Documentation
5 years ago