Benjy Cui
0e5431d21b
deps: upgrade antd-tools and code style
2017-05-25 16:54:15 +08:00
Benjy Cui
977a5a1cc7
docs: add missing API docs for Modal, close : #6239
2017-05-24 10:00:59 +08:00
Benjy Cui
523ad8c802
docs: show demo for #6121
2017-05-16 15:09:10 +08:00
Benjy Cui
9ce3a1ea35
docs: update docs details for Modal, close : #6121
2017-05-16 10:43:12 +08:00
Benjy Cui
12a6060304
docs: fix code style
2017-05-15 14:37:22 +08:00
leadream
d783c26263
css: add background color variable for modal mask. ( #5890 )
2017-04-25 16:43:42 +08:00
afc163
b9ff7ed613
enlarge close area of Modal
2017-04-19 11:15:46 +08:00
Manjit Kumar
4e055ed5d0
use PropTypes from 'prop-types' mdoule instead of React
...
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
2017-04-12 02:22:05 +05:30
Benjy Cui
71495e71d2
test: fix warning, close : #5628
2017-04-05 16:21:21 +08:00
Wei Zhu
1a8e738142
Set snapshotSerializers
2017-04-02 18:09:23 +08:00
Benjy Cui
ce2fe2aa45
test: add test for Modal[footer=null]
2017-03-30 16:06:03 +08:00
Benjy Cui
af12ca7434
fix: Modal[footer] could be set to null to hide totally, close : #5462
2017-03-24 14:41:41 +08:00
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
...
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
2017-03-23 21:15:49 +08:00
afc163
6b2f6af85d
use @info-color over @primary-color, close #5442
2017-03-23 13:57:30 +08:00
afc163
a42a507e2b
percise modal document
2017-03-22 15:25:28 +08:00
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
...
* Upgeade to jest 19
* Use jest.spyOn
2017-03-17 18:56:30 +08:00
ddcat1115
24e6fb4ba6
fix Modal.confirm error when onCancel not set ( #5294 )
...
* fix Modal.confirm error when onCancel not set
* add test case
2017-03-17 11:47:36 +08:00
elios
f3cc8dfe0d
+ call onCancel when pressing esc key ( #5209 )
...
* + call onCancel when pressing esc key
* + call onCancel when press esc corrections
2017-03-10 10:55:47 +08:00
afc163
0b62f77630
Tweak title color
2017-03-07 14:29:02 +08:00
邦
3d32a86547
refactor: improve modal static methods type definition ( #5090 )
...
* refactor: improve modal static methods type definition
* chore: add exports.
* chore: remove unused import
2017-03-03 11:40:54 +08:00
ddcat1115
e07cdf5387
add left out event parameters for Modal[onOk] Popconfirm[onConfirm] Popconfirm[onCancel] ( #5042 )
2017-02-24 16:07:39 +08:00
afc163
5e0f5e1902
rewrite Modal demos to es6 component, #4878
2017-02-20 22:02:12 +08:00
afc163
b427adec21
docs: add instrunction about footer={null}
2017-02-19 01:42:58 +08:00
Benjy Cui
200b88246f
docs: update docs format
2017-02-13 10:55:53 +08:00
Benjy Cui
eee34f1829
fix: footer button should align with cross button
2017-02-13 10:23:55 +08:00
Benjy Cui
d2b8d65c87
style: update code style to please lint, close : #2179
2017-02-06 12:09:58 +08:00
afc163
0eb5c689a3
remove type="ghost" from demo
2017-02-04 22:35:33 +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
afc163
f2bb4afd4d
Merge from master
2017-01-27 17:23:51 +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
afc163
35523be6e9
Merge from master
2017-01-20 18:28:09 +08:00
Benjy Cui
3e17551b7e
site: improve build speed
2017-01-19 15:22:53 +08:00
afc163
75abadac84
Add doc about clearing Modal old state
2017-01-16 14:30:07 +08:00
afc163
4654db312f
Fix some lesshint problems
2017-01-11 21:45:09 +08:00
afc163
af9a2cd8fb
update modal style
2017-01-11 19:15:16 +08:00
Pixy Yuan
a2bef2b87e
feat: Modal.confirm add maskClosable option ( #4488 ) ( #4490 )
...
* feat: Modal.confirm add maskClosable option (#4488 )
* feat: Modal.confirm add maskClosable option (#4488 )
2017-01-08 19:14:28 +08:00
Benjy Cui
d4132ac558
chore: add missing definition for Modal
2017-01-05 12:08:43 +08:00
陆离
a0498e436f
docs: add document for afterClose
props for Modal ( #4448 )
...
+ close #4445
2017-01-05 12:06:27 +08:00
Benjy Cui
4758302ad5
deps: upgrade antd-tools, close : #4208
2016-12-19 14:01:52 +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
afc163
3af1821bde
remove whitespaces
2016-12-11 14:05:19 +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
Bruce Mitchener
36508ffabd
Typo fixes.
2016-11-16 20:33:37 +07:00
afc163
f9319e244b
Add compatible css centered demo code, close #3849
2016-11-15 15:02:30 +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
e4974ac72a
use @font-size-base ( #1752 )
2016-11-08 20:57:07 +08:00