afc163
ee60b42d6d
improve Modal code style
8 years ago
ddcat1115
2c76b19a1a
fix #2688 避免对已经unmount的组件进行操作 ( #2720 )
8 years ago
RaoHai
3209edddca
modal 添加小屏幕适配。
+ 加入 768px 断点。当屏幕小于 768 时,宽度 auto 且 margin:10。其他不变。
8 years ago
afc163
089f1ae512
update components category name
9 years ago
afc163
b5f49a5aad
improve modal zoom animation
9 years ago
陆离
0b3146dba0
modal destroy ( #2124 )
* modal destroy
* document and typo
* remove blank line
9 years ago
Benjy Cui
209e3c1f9d
docs: remove deprecated Modal.warn
9 years ago
afc163
90c2d7ee12
downgrade rc-util
9 years ago
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
9 years ago
yiminghe
fc55cf6919
keep .warn
9 years ago
afc163
f1817e1a9e
clear style
9 years ago
afc163
884f6510b2
Fix confirm icon color, close #1753
9 years ago
afc163
a15b601e6d
Fix fixed modal, close #1751
9 years ago
Benjy Cui
8842d9342a
site: update components' type
9 years ago
afc163
6c4adf3348
Fix modal close focus style, close #1668
9 years ago
afc163
c247e6ee6a
fix lint
9 years ago
afc163
a3850a4df8
LocalePrivider should not dependconfirm
9 years ago
Benjy Cui
ecaa6c56c3
style: enable comma-dangle
9 years ago
afc163
51693994b5
upgrade center modal demo
9 years ago
afc163
72f68fa003
support custom Modal position and add vertical middle demo
9 years ago
afc163
c45ed1365e
Fix confirm missing style
9 years ago
afc163
03cb74ead5
upgrade eslint-config-airbnb version and fix some problems
9 years ago
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
9 years ago
afc163
5ee64fe105
Add Modal.warning
9 years ago
afc163
4c60da7316
Modal.confirm, iconClassName => iconType
9 years ago
afc163
ae87f60075
remove Modal align in API document
9 years ago
afc163
71ee13a2a8
Fix Modal animation
9 years ago
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
9 years ago
Benjy Cui
d5a6932c15
docs: update documentation format
9 years ago
Benjy Cui
03d09b66e8
docs: update demo format
9 years ago
Bruce Mitchener
0acce38f08
Convert more createClass over to extending Component.
9 years ago
afc163
7cee16d153
Fix alert icons style
9 years ago
Benjy Cui
5e4786440d
deps: remove object-assign
9 years ago
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.
9 years ago
afc163
04f747770e
fix(docs), confirm demo & docs
9 years ago
afc163
80d6ae30a8
Add propTypes and prop align in Modal docs
9 years ago
Benjy Cui
02f507f156
fix: should copy defaultLocale instead of refer
9 years ago
afc163
95c1ead55b
fix text
9 years ago
afc163
83f96e5f19
Make LocalProvider compatible with Modal.xxx
9 years ago
afc163
2482140d2f
Change context locale name
9 years ago
afc163
99b58e67ec
Add other component for locale
9 years ago
afc163
5a9b7a295f
update docs
9 years ago
Benjy Cui
c1659c2ce3
style: update code style to please lint
9 years ago
Benjy Cui
9d022ff84c
style: update code style to please lint
9 years ago
afc163
6700dbba2a
Fix Modal onCancel argument, ref #980
9 years ago
Benjy Cui
68b51e298d
style: update code style for space-before-function-paren
9 years ago
afc163
66b7ee81ad
fix eslint problems, eslint-config-airbnb@4.x
9 years ago
afc163
cfc141b1c7
capture mousePosition event register in document
9 years ago
afc163
24bd1f09da
fix Modal case bug
9 years ago
Benjy Cui
7ae966873a
fix: cyclic reference in Modal
9 years ago