afc163
77fa03240b
Merge branch '1.x-stable'
2016-08-03 11:43:43 +08:00
afc163
8b0766937f
Fix cascader disabled style
2016-08-02 17:19:54 +08:00
afc163
9ffdbc5c26
update cascader demo
2016-08-02 17:06:14 +08:00
afc163
71d74c30c1
Merge 1.x-stable
2016-07-29 13:57:54 +08:00
afc163
c451a865d1
Fix Cascader item overflow style, close #2515
2016-07-27 13:37:20 +08:00
afc163
0eeca99f02
Merge 1.x-stable
2016-07-26 22:20:33 +08:00
afc163
ca57794ae7
better implement for a2804cb
2016-07-25 14:03:56 +08:00
afc163
5eb52885d6
@background-color-base
2016-07-21 15:02:24 +08:00
afc163
db4cbabf0c
Merge
2016-07-21 14:39:28 +08:00
afc163
42d34a5db3
Merge branch '1.x-stable'
2016-07-21 14:34:37 +08:00
Leon Shi
3d070b8d85
docs: translate Cascader's documentation to English ( #2433 )
2016-07-21 10:09:01 +08:00
afc163
765150f17d
fix cascader props warning ( #2258 )
2016-07-16 15:50:27 +08:00
afc163
f0995bd1e3
Merge 1.x-stable
2016-07-15 16:42:58 +08:00
afc163
a535238d68
fix cascader input style
2016-07-15 12:46:49 +08:00
afc163
2e41e35cc6
Fix more tslint problems
2016-07-13 17:22:23 +08:00
偏右
de359d2cf7
fix tslint problems ( #2360 )
2016-07-13 11:14:24 +08:00
ezpub
dce99bc259
fix cascader input value error ( #2338 )
...
`value` prop on `input` should not be null. Consider using the empty string to clear the component or `undefined` for uncontrolled components.
2016-07-11 14:58:15 +08:00
afc163
6dad2b2987
Merge branch '1.x-stable'
2016-07-11 14:57:38 +08:00
Benjy Cui
0058c80e98
fix: the bgc of cascader should be white
2016-07-11 11:36:02 +08:00
yiminghe
94706f1d2c
fix ts
2016-07-07 20:25:03 +08:00
yiminghe
38d4031987
Merge pull request #2246 from GrayChoi/master
...
rewrite in typescript
2016-07-07 20:09:09 +08:00
yiminghe
c667144943
fix form warning
...
Conflicts:
components/cascader/index.jsx
components/form/index.jsx
2016-07-07 17:23:51 +08:00
yiminghe
3d9ae9833e
fix form warning
2016-07-07 16:59:47 +08:00
afc163
487b40815f
Merge 1.x-stable
2016-07-07 15:13:01 +08:00
afc163
b0c05e3f29
tweak style ( #2234 )
2016-07-06 17:54:05 +08:00
afc163
c0a3485ac2
Merge branch 'fix-2234' of https://github.com/ddcat1115/ant-design into ddcat1115-fix-2234
2016-07-06 17:42:53 +08:00
afc163
7ba362f03c
Fix react-unknown-prop warnings for Cascader,Input
...
ref #2258
2016-07-06 12:21:49 +08:00
ddcat1115
d93da30da2
fix #2234
...
1. 修复small size下沉1px的问题
2. 修复左右阴影被截断的问题
3. 修复有值时hover及focus样式丢失的问题
2016-07-06 11:34:50 +08:00
Gray Choi
fb9a6963a3
rewrite in typescript
...
#1846
- [x] Carousel
- [x] Cascader
- [x] Transfer
- [x] Tree
-Tree
-checkable is boolean type, instead of assigning a ReactElement to it,
I use Ternary Operators.
2016-07-01 21:52:17 +09: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
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
2016-06-06 13:54:10 +08:00
afc163
159b28a7a2
Support custom label node render in Cascader, close #1726
2016-05-18 15:34:30 +08:00
Benjy Cui
8842d9342a
site: update components' type
2016-05-16 15:41:55 +08:00
afc163
5bcb23dd27
Fix feedback in form control, close #1619
2016-05-10 11:55:58 +08:00
afc163
67aa04eb14
fix Cascader defaultValue
2016-05-09 11:59:30 +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
fa85bfb161
Merge branch master into develop-1.0.0
2016-04-19 16:16:04 +08:00
afc163
0a121bd175
fix doc
2016-04-19 16:03:45 +08:00
Benjy Cui
9d95313d03
chore: suppress warning
2016-04-14 11:22:53 +08:00
afc163
0f3c3c7e5a
Fix cascader placeholder, close #1312
2016-04-01 13:51:26 +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
fbee9d9dd9
update code style
2016-03-30 19:36:29 +08:00
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
2016-03-29 13:01:10 +07:00
Bruce Mitchener
71594b0e5c
Remove manual binding for 'this'.
...
Use ES7 style class members for event handlers so that 'this' is
automatically bound and each definition site doesn't need to manually
invoke 'bind'.
This makes all existing ES2015 class usages in components use the
same mechanism for binding.
2016-03-28 20:36:11 +07: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
8b5e2ce1e0
Add API docs
2016-03-15 17:22:39 +08:00