afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
afc163
b1d8d173cd
update typescript array definites
6 years ago
afc163
78a82151eb
update typescript array definites
6 years ago
afc163
389ecaa8ff
Fix Card title overflow bug
close #12680
close #10576 in another way
6 years ago
诸岳
8f06375589
Fix the vertical alignment for the title of Card ( #11036 )
* fix: The title of Card should be vertically aligned, close #10576
* Update index.less
6 years ago
picodoth
589bafd5db
fix: drop className for tabBar, fix #12051
6 years ago
zombiej
2b22d6b19c
bump rc-switch & update test case
6 years ago
HeskeyBaozi
976f6969f4
update test snapshot
6 years ago
zombiej
bb5a14d858
fix #12083 . Card inside tab-card should not change the title padding
6 years ago
包子熊
67024893ce
Hotfix/icon issue ( #12016 )
* fix progress icon
* remove IconDisplay fields.js
* update progress test snapshot
* fix form item circle filled
* update form-item test snapshot
* fix close icon in upload item list
* fix alert icon theme
* update alert test snapshot
* fix time picker clear icon
* fix test snapshot
* fix rotate icon in the header
* update test snapshot
* update new tree test snapshot
* fix icon position
* fix old icon and new icon both display
* fix card actions icon position
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
afc163
ea762a3c88
update card loading demo
6 years ago
afc163
fef685a15b
update snapshots
6 years ago
afc163
53304d3b5a
Fix extra padding of Card.Grid
close #11996
6 years ago
afc163
bc7164d871
Allow fontSize works on Card[headStyle], close #11995
6 years ago
afc163
fecb3b6914
update card demo jsx format
6 years ago
mushan0x0
62d68b049f
feat: Tabs render tab bar ( #11856 )
* feat: Customized bar of tab.
* docs: 更新关于renderTabBar的中文文档
* docs: 更新关于renderTabBar的英文文档
* update: 优化代码
* docs: 更新关于renderTabBar的文档
* update: 完善renderTabBar代码
* update: 完成自定义tabBar
* docs: 去掉旧的DefaultTabBar参数说明
* update: 修复CI测试
* fix: 去掉>选择器,解决自定义tabBar后样式错误
* update: 优化代码质量
* update: 添加测试
* fix: lint
* fix: 避免tab嵌套bug
* update: 把DefaultTabBar放在renderTabBar里
6 years ago
HeskeyBaozi
0c9465aaf9
upgrade icons library
6 years ago
afc163
1a73fde89f
Add @card-radius
6 years ago
HeskeyBaozi
a62d0272b2
Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
# Conflicts:
# package.json
6 years ago
HeskeyBaozi
ee1d2469a8
upgrade test snapshot
6 years ago
zombieJ
796b56dbc4
New Component Skeleton ( #11226 )
* Add new component Skeleton
* Add related doc
* Add sample
* Add test case
ref: https://github.com/ant-design/ant-design/issues/10308
6 years ago
HeskeyBaozi
8c4f98572b
update tab snapshot
6 years ago
HeskeyBaozi
796de6390b
update test snapshot
6 years ago
HeskeyBaozi
35974d67b2
update test snap shot
6 years ago
afc163
0156fef165
fix tabs ci in React 15
6 years ago
afc163
42efc2927d
fix card tabs demo
6 years ago
afc163
51d32baa62
fix tabs test snapshots
6 years ago
Emerson Laurentino
a88a320694
add headStyle to card component
6 years ago
HeskeyBaozi
4a553a2006
upgrade test cases
6 years ago
HeskeyBaozi
8df086f022
update test cases
6 years ago
HeskeyBaozi
9338f33c1c
update test cases
6 years ago
afc163
152cae4d9f
Fix Card tabs disable attribute, close #11212
6 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
Wei Zhu
aa580beb8b
docs: sort api table
7 years ago
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
7 years ago
afc163
5ee4d20e2a
should still have padding when card which set padding to 0 is loading
7 years ago
afc163
f4ae9294c0
Improve card loading style, ref #9862
7 years ago
Zheeeng
572ae5ce14
Bugfix issue.9862 ( #10052 )
* Fix issue 9862
* Update Card test snapshot
7 years ago
Zheeeng
d0d69fbf13
Remove useless style ( #10054 )
7 years ago
Zheeeng
b41af97d1f
Fix typo ( #10050 )
7 years ago
Wei Zhu
82b721a432
Extend CardProps from native div element attributes
Close #9933
7 years ago
ddcat1115
1612ef6990
fix #9882
7 years ago
u3u
30fe88d4bd
Add the defaultActiveTabKey property for the Card component ( #9526 )
* Add the defaultActiveTabKey property for the Card component (close #8789 , #8942 )
* `activeTabKey` should be added
* Improve
* Fix large tabs font size, close #9509
* docs: Add TreeSelect[dropdownClassName]
* Fix passing dropdownClassName to tree-select
* build: update remark-parse requirement to ^5.0.0 (#9545 )
Updates the requirements on [remark-parse](https://github.com/remarkjs/remark ) to permit the latest version.
- [Release notes](https://github.com/remarkjs/remark/releases )
- [Commits](https://github.com/remarkjs/remark/commits/remark@5.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* add Tooltip contextMenu doc
* Improve Grid and Layout type definition
* fix: focus editor (#9548 )
* Fix test case for new jsdom (#9527 )
* Fix test case for new jsdom
* use setTimeout as raf in jest jsdom
* Fix cancelAnimationFrame
* Add comment for facebook/jest#5147
* longer timeout
* fix snap
* upgrade antd-tools
* Update typescript requirement to ~2.7.2 (#9522 )
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript ) to permit the latest version.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits/v2.7.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Fix a ts error
* build: update react-slick requirement to ~0.20.0 (#9543 )
Updates the requirements on [react-slick](https://github.com/akiran/react-slick ) to permit the latest version.
- [Changelog](https://github.com/akiran/react-slick/blob/master/CHANGELOG.md )
- [Commits](https://github.com/akiran/react-slick/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Fix test cases
* site: fix intersection-observer polyfill
* docs: update recommendation
* Fix typo WeexPickerProps -> WeekPickerProps (#9564 )
* use lodash
* Fixed typo on Visualization rules (#9575 )
Style of a navigation should conform to the its level.
should be
Style of a navigation should conform to its level.
* Improve Radio/Checkbox type definition
Close #9574
* Remove AbstractCheckboxChangeEvent, fix TS4029 error
See https://github.com/Microsoft/TypeScript/issues/9944
* Update index.en-US.md (#9579 )
* add transitionName from message.config (#9580 )
* add transitionName from message.config
* Update index.en-US.md (#9579 )
* modify doc
* build: update react-virtualized requirement to ~9.18.5 (#9544 )
Updates the requirements on [react-virtualized](https://github.com/bvaughn/react-virtualized ) to permit the latest version.
- [Changelog](https://github.com/bvaughn/react-virtualized/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bvaughn/react-virtualized/commits/9.18.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* When treeNode is disabled, its switcher is highlight and clickabled (#9539 )
* When treeNode is disabled, its switcher is highlight and clickabled
* rc-tree@1.7.11
* Fix moment require (#9528 )
Fix #9502
* Update snapshot
7 years ago
afc163
59b18b4c26
Fix card loading with empty children, close #9258
7 years ago
Wei Zhu
a9537e5934
Update snapshot
7 years ago
afc163
7a33a9e5d5
Fix extra wrapper of Card children, close #9226
7 years ago
Graeme Yeates
5931b201da
Add @card-hover-border variable ( #8939 )
7 years ago