HeskeyBaozi
|
35e56a41cd
|
resolve conflict.
|
2018-07-31 16:33:20 +08:00 |
|
afc163
|
0156fef165
|
fix tabs ci in React 15
|
2018-07-31 15:50:27 +08:00 |
|
HeskeyBaozi
|
6c42d711e8
|
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
|
2018-07-31 15:36:23 +08:00 |
|
afc163
|
a654d86d65
|
Merge branch 'master' into feature-3.8.0
|
2018-07-29 15:31:35 +08:00 |
|
afc163
|
42efc2927d
|
fix card tabs demo
|
2018-07-29 15:31:20 +08:00 |
|
afc163
|
51d32baa62
|
fix tabs test snapshots
|
2018-07-29 15:19:59 +08:00 |
|
HeskeyBaozi
|
768af40c4c
|
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
# Conflicts:
# components/drawer/__tests__/__snapshots__/Drawer.test.js.snap
# components/drawer/__tests__/__snapshots__/DrawerEvent.test.js.snap
# components/drawer/index.tsx
|
2018-07-25 12:03:00 +08:00 |
|
Emerson Laurentino
|
a88a320694
|
add headStyle to card component
|
2018-07-23 13:54:03 +08:00 |
|
HeskeyBaozi
|
bab50e6bed
|
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
# Conflicts:
# components/locale-provider/__tests__/__snapshots__/demo.test.js.snap
# components/locale-provider/__tests__/__snapshots__/index.test.js.snap
# components/transfer/__tests__/__snapshots__/demo.test.js.snap
# components/transfer/__tests__/__snapshots__/index.test.js.snap
|
2018-07-23 09:58:55 +08:00 |
|
HeskeyBaozi
|
4a553a2006
|
upgrade test cases
|
2018-07-19 20:37:47 +08:00 |
|
HeskeyBaozi
|
8df086f022
|
update test cases
|
2018-07-18 13:39:02 +08:00 |
|
HeskeyBaozi
|
9338f33c1c
|
update test cases
|
2018-07-18 10:33:54 +08:00 |
|
afc163
|
152cae4d9f
|
Fix Card tabs disable attribute, close #11212
|
2018-07-16 19:18:50 +08:00 |
|
afc163
|
009ed08580
|
upgrade eslint-config-airbnb
|
2018-06-27 16:09:58 +08:00 |
|
Wei Zhu
|
aa580beb8b
|
docs: sort api table
|
2018-06-24 17:09:18 +08:00 |
|
Junbin Huang
|
bbf5cb75c3
|
chore: update typescript@~2.9.1 (#10748)
|
2018-06-02 20:12:09 +08:00 |
|
afc163
|
5ee4d20e2a
|
should still have padding when card which set padding to 0 is loading
|
2018-05-03 15:17:04 +08:00 |
|
afc163
|
f4ae9294c0
|
Improve card loading style, ref #9862
|
2018-04-20 11:19:30 +08:00 |
|
Zheeeng
|
572ae5ce14
|
Bugfix issue.9862 (#10052)
* Fix issue 9862
* Update Card test snapshot
|
2018-04-20 10:44:33 +08:00 |
|
Zheeeng
|
d0d69fbf13
|
Remove useless style (#10054)
|
2018-04-19 11:50:28 +08:00 |
|
Zheeeng
|
b41af97d1f
|
Fix typo (#10050)
|
2018-04-15 16:52:04 +08:00 |
|
Wei Zhu
|
82b721a432
|
Extend CardProps from native div element attributes
Close #9933
|
2018-04-11 19:41:54 +08:00 |
|
ddcat1115
|
1612ef6990
|
fix #9882
|
2018-04-04 16:01:14 +08:00 |
|
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
|
2018-03-10 14:44:12 +08:00 |
|
afc163
|
59b18b4c26
|
Fix card loading with empty children, close #9258
|
2018-02-06 11:45:22 +08:00 |
|
Wei Zhu
|
a9537e5934
|
Update snapshot
|
2018-02-02 12:33:39 +08:00 |
|
afc163
|
7a33a9e5d5
|
Fix extra wrapper of Card children, close #9226
|
2018-02-02 11:54:19 +08:00 |
|
Graeme Yeates
|
5931b201da
|
Add @card-hover-border variable (#8939)
|
2018-01-12 10:03:14 +08:00 |
|
afc163
|
b49c0ac35c
|
Fix snapshot test
|
2017-12-16 18:54:51 +08:00 |
|
afc163
|
3af6464db4
|
Fix Card Meta title text overflow, close #8597
|
2017-12-16 18:11:22 +08:00 |
|
afc163
|
2e45074fab
|
Remove extra wrapper of Card
|
2017-12-05 13:36:52 +08:00 |
|
Wei Zhu
|
ebce4b3599
|
Fix implicit any error for Card
|
2017-11-22 11:07:19 +08:00 |
|
Wei Zhu
|
479a5cb743
|
Remove allowSyntheticDefaultImports (#8218)
|
2017-11-17 14:38:54 +08:00 |
|
afc163
|
1e1c6d1c72
|
Merge branch 'master' into antd-3.0
|
2017-11-16 19:58:20 +08:00 |
|
afc163
|
46d1296045
|
Fix async test cases
|
2017-11-16 17:12:36 +08:00 |
|
ddcat1115
|
7acf29bc9c
|
tweak Card style
|
2017-10-27 15:08:10 +08:00 |
|
afc163
|
8f50324a94
|
Merge branch 'master' into antd-3.0
|
2017-10-26 19:34:11 +08:00 |
|
afc163
|
ad9809ec2e
|
Fix extra padding of loading Card when it is too wide
|
2017-10-26 19:20:12 +08:00 |
|
Wei Zhu
|
bbb1a3a828
|
Merge branch 'master' into antd-3.0
|
2017-10-25 10:27:38 +08:00 |
|
Wei Zhu
|
36227a10db
|
docs: sort api table
|
2017-10-25 10:25:44 +08:00 |
|
afc163
|
d8c9b77468
|
fix snapshot
|
2017-10-24 15:44:11 +08:00 |
|
afc163
|
2ef2925c8e
|
update card and tabs style
|
2017-10-24 15:29:10 +08:00 |
|
afc163
|
a68dd71cff
|
Tweak card background
|
2017-10-19 10:01:59 +08:00 |
|
afc163
|
b51bc4a63a
|
update card demo
|
2017-10-18 21:20:11 +08:00 |
|
afc163
|
f33b1a279a
|
update style
|
2017-10-18 19:45:41 +08:00 |
|
afc163
|
f87a64316a
|
update style
|
2017-10-18 19:41:44 +08:00 |
|
偏右
|
ffffd0f4c5
|
Fix styles (#7924)
* update demo
* Fix styles
* fix snap
* Fix back-top ci
|
2017-10-18 17:16:14 +08:00 |
|
afc163
|
0b5f770fec
|
fix card loading margin style
|
2017-10-17 17:01:26 +08:00 |
|
afc163
|
26e416c364
|
Tweak style
|
2017-10-16 19:56:04 +08:00 |
|
Wei Zhu
|
c5487ad1eb
|
React 16 + Enzyme 3
|
2017-10-09 19:18:04 +08:00 |
|