afc163
884f6510b2
Fix confirm icon color, close #1753
2016-05-18 19:07:14 +08:00
afc163
a15b601e6d
Fix fixed modal, close #1751
2016-05-18 18:55:50 +08:00
Benjy Cui
8842d9342a
site: update components' type
2016-05-16 15:41:55 +08:00
afc163
6c4adf3348
Fix modal close focus style, close #1668
2016-05-12 15:36:17 +08:00
afc163
c247e6ee6a
fix lint
2016-05-12 15:11:25 +08:00
afc163
a3850a4df8
LocalePrivider should not dependconfirm
2016-05-12 13:25:00 +08:00
Benjy Cui
ecaa6c56c3
style: enable comma-dangle
2016-05-11 09:32:33 +08:00
afc163
51693994b5
upgrade center modal demo
2016-05-09 16:46:46 +08:00
afc163
72f68fa003
support custom Modal position and add vertical middle demo
2016-05-05 16:52:36 +08:00
afc163
c45ed1365e
Fix confirm missing style
2016-05-05 15:03:24 +08:00
afc163
03cb74ead5
upgrade eslint-config-airbnb version and fix some problems
2016-04-29 12:13:27 +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
5ee64fe105
Add Modal.warning
2016-04-11 14:59:37 +08:00
afc163
4c60da7316
Modal.confirm, iconClassName => iconType
2016-04-11 14:57:29 +08:00
afc163
ae87f60075
remove Modal align in API document
2016-04-05 13:42:02 +08:00
afc163
71ee13a2a8
Fix Modal animation
2016-04-05 11:58:46 +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
Bruce Mitchener
0acce38f08
Convert more createClass over to extending Component.
2016-03-29 16:33:37 +07:00
afc163
fbda3c7b88
Merge master into develop-1.0.0
2016-03-28 16:15:36 +08:00
afc163
7cee16d153
Fix alert icons style
2016-03-28 16:09:13 +08:00
Benjy Cui
5e4786440d
deps: remove object-assign
2016-03-25 18:16:48 +08:00
afc163
fb6c6abbc7
Merge master
2016-03-22 19:31:55 +08:00
Bruce Mitchener
11c0a6a203
Name classes without Ant* prefix.
...
Where necessary, prefix the classes imported from react-component
with 'Rc' rather than prefixing the Ant classes with 'Ant'.
The prefixing of Ant classes wasn't consistent and isn't necessary
in many cases.
2016-03-21 20:16:38 +07:00
afc163
04f747770e
fix(docs), confirm demo & docs
2016-03-18 11:48:06 +08:00
Benjy Cui
ebab622add
Merge branch 'master' of github.com:ant-design/ant-design into develop-1.0.0
2016-03-15 09:47:55 +08:00
afc163
80d6ae30a8
Add propTypes and prop align in Modal docs
2016-03-14 11:46:48 +08:00
Benjy Cui
02f507f156
fix: should copy defaultLocale instead of refer
2016-03-10 10:32:50 +08:00
afc163
95c1ead55b
fix text
2016-03-10 10:32:50 +08:00
afc163
83f96e5f19
Make LocalProvider compatible with Modal.xxx
2016-03-10 10:32:50 +08:00
afc163
2482140d2f
Change context locale name
2016-03-10 10:32:50 +08:00
afc163
99b58e67ec
Add other component for locale
2016-03-10 10:32:49 +08:00
afc163
5a9b7a295f
update docs
2016-03-06 00:10:36 +08:00
Benjy Cui
c1659c2ce3
style: update code style to please lint
2016-02-22 10:52:30 +08:00
Benjy Cui
9d022ff84c
style: update code style to please lint
2016-02-17 15:57:33 +08:00
afc163
6700dbba2a
Fix Modal onCancel argument, ref #980
2016-02-02 14:54:34 +08:00
Benjy Cui
68b51e298d
style: update code style for space-before-function-paren
2016-01-27 17:00:58 +08:00
afc163
66b7ee81ad
fix eslint problems, eslint-config-airbnb@4.x
2016-01-23 15:22:16 +08:00
afc163
cfc141b1c7
capture mousePosition event register in document
2016-01-22 13:54:53 +08:00
afc163
a16903009e
merge from master
2016-01-13 22:22:33 +08:00
afc163
24bd1f09da
fix Modal case bug
2016-01-13 16:46:38 +08:00
Benjy Cui
7ae966873a
fix: cyclic reference in Modal
2016-01-12 17:07:24 +08:00
Benjy Cui
aa5c4f9595
style: update code style to please lint
2016-01-11 09:49:31 +08:00
Benjy Cui
b72d18fd44
style: update code style to please the fucking lint
2016-01-11 09:49:30 +08:00
Benjy Cui
209170e813
style: update demo code style to please lint
2016-01-11 09:49:30 +08:00
Benjy Cui
711d2d7413
style: update code style to please lint
2016-01-11 09:49:30 +08:00
Benjy Cui
a7b2c2e348
feat: expose closable
for Modal
2016-01-06 10:21:02 +08:00
afc163
91bd7f22c0
use mountNode replace the long getElementById
2015-12-29 12:08:58 +08:00
Benjy Cui
7cd8b34015
chore: remove useless div
2015-12-15 17:54:43 +08:00