Anas Tawfeek
f61b69cbb1
docs: adding the prop 'loading' to the properties table. ( #6225 )
2017-05-23 09:56:59 +08:00
Benjy Cui
c097d5a9f5
Merge branch 'master' into feature-2.9
2017-03-20 11:29:36 +08:00
kossel
f5da1b6b16
Adjust card head style property from background to background-color ( #5374 )
...
* fix color variable naming
* card head background-color => background, this adds more flexibility for the mixin
2017-03-18 15:16:03 +08:00
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
...
* Upgeade to jest 19
* Use jest.spyOn
2017-03-17 18:56:30 +08:00
kossel
621f44e79c
added card header style mixins ( #5354 )
...
* added card header style mixins
* fix color variable naming
2017-03-17 11:46:50 +08:00
afc163
0b62f77630
Tweak title color
2017-03-07 14:29:02 +08:00
Benjy Cui
200b88246f
docs: update docs format
2017-02-13 10:55:53 +08:00
afc163
4ec6bf3bcd
Fix a strange cover bug with Affix, close #4800
2017-02-09 11:43:41 +08:00
偏右
75a4b06e44
Unified border radius, close #4772 ( #4773 )
2017-02-08 14:21:29 +08:00
Graeme Yeates
1006015ef0
Add border customization variables ( #4734 )
...
* Add border customization variables (#4712 )
* Make border styles customizable (fixes #4712 )
2017-01-31 16:05:10 +08:00
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
...
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
2017-01-20 20:10:50 +08:00
Benjy Cui
3e17551b7e
site: improve build speed
2017-01-19 15:22:53 +08:00
afc163
08893a47cb
fix card snap
2016-12-21 12:19:48 +08:00
afc163
847a60ee56
Learn card loading animation from hashnode.com
2016-12-20 12:22:45 +08:00
Benjy Cui
1351b5da5d
refactor: remove splitObject
2016-12-19 15:19:15 +08:00
Wei Zhu
07103b9fb6
Don't ignore test files.
2016-12-14 14:48:09 +08:00
Wei Zhu
17a0a33283
Restructure tests.
2016-12-14 14:41:39 +08:00
Chris Kelly
ff2d55481e
docs: Update loading.md ( #4128 )
2016-12-06 16:46:12 +08:00
Andrey G
a307a7acf7
refactor: remove unnecessary computed props for classNames ( #4055 )
...
* remove unnecessary computed props for classNames
* rollback autocomplete optimization for possible css style order issue
* update snapshots
* remove more unnecessary computed props at Input
2016-11-30 10:20:23 +08:00
Benjy Cui
932443099a
css: use @component-background, ref: #4040
2016-11-29 11:56:10 +08:00
cathayandy
addb6e44dc
Fix #4039 . Replace background-color: #fff with background: @body-background ( #4040 )
2016-11-29 09:54:54 +08:00
afc163
3c9272a60f
Add hover z-index to cover other card
2016-11-17 14:29:48 +08:00
ddcat1115
0baef0627e
docs: 调整组件导航结构 ( #3758 )
...
- Layout 更名为 Grid
2016-11-09 14:43:32 +08:00
afc163
0ec4276eab
@font-size-lg ( #1752 )
2016-11-08 21:07:01 +08:00
afc163
d3788034e5
remove hover card border
2016-11-05 16:54:00 +08:00
feng zhi hao
0257e02e65
optimize declaration ( #3531 )
2016-10-21 16:27:26 +08:00
afc163
316958d8b0
Merge branch 'master' of github.com:ant-design/ant-design
2016-10-14 16:17:40 +08:00
afc163
d92a24d477
Improve overlay border design
2016-10-14 15:40:39 +08:00
xiaofan2406
10afe1372f
flexible Card title wrapper ( #3416 )
2016-10-14 14:41:21 +08:00
Benjy Cui
bd7e9f00c0
style: update code style
2016-09-21 11:54:53 +08:00
feng zhi hao
a4be70334d
chore: fix some error declaration ( #3099 )
2016-09-21 09:27:58 +08:00
马斯特
a25ec29fb8
refactor: 保证所有的tsx和less都正确使用prefix ( #3024 )
...
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
2016-09-14 16:18:33 +08:00
Benjy Cui
8db2b79505
chore: fix compile errors
2016-09-13 15:31:29 +08:00
afc163
0e6f677ff9
Fix doc headings
2016-09-10 13:43:30 +08:00
Vadim Macagon
70f16295bd
docs: Improve English docs for the Card component ( #2537 )
2016-07-29 13:43:48 +08:00
afc163
730dbc72f7
Add typings
2016-07-14 18:15:59 +08:00
afc163
2e41e35cc6
Fix more tslint problems
2016-07-13 17:22:23 +08:00
yiminghe
94706f1d2c
fix ts
2016-07-07 20:25:03 +08:00
afc163
95351bfffa
Merge branch '1.x-stable'
2016-06-27 19:31:38 +08:00
afc163
089f1ae512
update components category name
2016-06-27 18:21:12 +08:00
yiminghe
9a0d751f94
refactor to typescript
2016-06-22 13:19:48 +08:00
afc163
bf7c63b208
update card demo
2016-06-17 15:39:05 +08:00
ddcat1115
4af2731f0c
fix #1672 ( #1936 )
2016-06-06 11:40:54 +08:00
Leon Shi
d70637022d
docs: translate Card's documentation to English
2016-06-02 11:26:54 +08:00
Benjy Cui
8842d9342a
site: update components' type
2016-05-16 15:41:55 +08:00
afc163
0ca6a1c24a
css modularize ( #1448 )
...
* css modularize
* Add alert style
* Move more component style
* Move iconfont to common style
* Move layout style
* Move more component style
* Move all components
* Fix lots of mixin deps
* remove css-prefix from less
* fix a button icon style bug
* restructure
* fix index
* add dist
* fix jest
* fix some components style
* clean webpack config
* check more components style
* update tabs
* update scripts
* update scripts
* fix form style
* fix more style
* Fix select width
* Fix form and tabs style
2016-04-27 20:44:36 +08:00
afc163
8116e775ff
upgrade devDeps and fix some eslint problems
2016-04-18 14:58:38 +08:00
afc163
603c6238cd
update card style
2016-04-12 16:42:15 +08:00
afc163
700a07047b
Add card borderd prop
2016-04-10 15:38:52 +08:00
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
2016-04-01 10:08:19 +08:00
Benjy Cui
d5a6932c15
docs: update documentation format
2016-03-31 14:17:09 +08:00
Benjy Cui
03d09b66e8
docs: update demo format
2016-03-31 09:40:55 +08:00
afc163
261661bffe
update card style
2016-03-30 19:06:05 +08:00
Benjy Cui
abc8b4c1e7
docs: update demo
2016-03-11 09:45:06 +08:00
afc163
cacb5725a2
Add loading card
2016-02-22 16:28:00 +08:00
afc163
845e28d32e
Add Card style and demo
2016-02-22 16:25:47 +08:00
afc163
a5e1391d8f
Add card
2016-02-22 16:25:47 +08:00