Commit Graph

4411 Commits

Author SHA1 Message Date
Benjy Cui
b0f7df547a docs: update docs for Form.create 2016-03-29 15:24:22 +08:00
afc163
c8f18f9c02 Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-03-29 14:06:19 +08:00
afc163
505ce68f6d Merge branch 'master' into develop-1.0.0 2016-03-29 13:53:11 +08:00
afc163
4738cde433 bump 0.12.13 2016-03-29 13:44:55 +08:00
yiminghe
1ffbc31a82 Merge pull request #1289 from waywardmonkeys/easy-class-conversion
Convert several React.createClass usages to classes.
2016-03-29 12:39:48 +08:00
Bruce Mitchener
ba965dc746 Convert several React.createClass usages to classes. 2016-03-29 11:13:04 +07:00
yiminghe
d062cc934b upgrade rc-select 2016-03-29 12:07:44 +08:00
yiminghe
7d4e01c84f Merge pull request #1258 from waywardmonkeys/constructor-bind-this
Move binding to the constructor.
2016-03-29 12:01:25 +08:00
Benjy Cui
b0fc16c3fc site: fix react-router warning 2016-03-29 12:00:14 +08: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
afc163
7692bf3d42 update site style 2016-03-28 19:12:51 +08:00
afc163
1df8bccf26 Remove deperated progress form usage 2016-03-28 18:51:30 +08:00
afc163
95c3a3daf9 Merge pull request #1285 from ant-design/fix-warn-typo
warn => warning
2016-03-28 18:13:58 +08:00
afc163
6b2c0e96a9 Add deperated code for xxx.warn 2016-03-28 18:03:00 +08:00
afc163
917ba4b365 update .travis.yml 2016-03-28 17:48:19 +08:00
afc163
105460c035 update .travis.yml 2016-03-28 17:47:18 +08:00
afc163
09b27ed288 warn => warning, close #1225 2016-03-28 17:43:38 +08:00
afc163
b3e1bd9e5a Merge pull request #1279 from waywardmonkeys/no-direct-import-component
Don't directly import Component, use React.Component.
2016-03-28 17:40:48 +08:00
afc163
9d0dfe07b3 Merge pull request #1284 from ant-design/feat-date-picker-args
Add dateString to DatePicker & TimePicker onChange
2016-03-28 17:40:19 +08:00
afc163
f5ef6e58dd Merge pull request #1287 from ant-design/feat-form-item
feat: support multi children for Form.Item
2016-03-28 17:40:14 +08:00
afc163
0677108ffb Merge branch 'master' into develop-1.0.0 2016-03-28 17:39:34 +08:00
Benjy Cui
10dd78122b feat: support multi children for Form.Item 2016-03-28 17:06:10 +08:00
afc163
436b6d8c3a fix progress style in some detail 2016-03-28 16:52:00 +08:00
afc163
80f11f5f70 Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-03-28 16:16:36 +08: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
afc163
dafd25dd7c unifiy z-index 2016-03-28 16:01:37 +08:00
afc163
bc2bafff54 update table demo code style 2016-03-28 16:00:58 +08:00
Benjy Cui
f4193866b8 docs: update docs for form 2016-03-28 15:27:57 +08:00
Benjy Cui
8b58cdd137 docs: update docs for select 2016-03-28 15:13:18 +08:00
Benjy Cui
4f45fca1af site: filter should be case insensitive 2016-03-28 15:08:17 +08:00
Benjy Cui
ddb2a0eedb site: fix css 2016-03-28 14:14:47 +08:00
Benjy Cui
3f7cf472de site: fix url 2016-03-28 14:12:26 +08:00
afc163
127f893619 Add Table rowClassName into document 2016-03-28 13:44:50 +08:00
afc163
703cf31868 Add dateString to DatePicker & TimePicker onChange
close #1104
2016-03-28 12:18:30 +08:00
afc163
009c20530e slow down tabs effect speed 2016-03-28 11:29:20 +08:00
afc163
5308308df9 Merge pull request #1281 from yesmeck/update-upload
Update rc-upload to 1.9.0
2016-03-28 11:16:49 +08:00
Wei Zhu
4f541794e9 Update rc-upload to 1.9.0 2016-03-28 01:47:39 +08:00
afc163
5ecd21a732 Merge pull request #1267 from mrtone/patch-1
preventDefault for onClose.
2016-03-27 21:17:35 +08:00
ShiTengFei
896c940768 Fixed lint error. 2016-03-27 18:06:09 +08:00
Bruce Mitchener
50a2163518 Don't directly import Component, use React.Component.
This is another step towards making the code internally consistent.
2016-03-26 16:22:39 +07:00
afc163
cbfb910973 fix search-input style of large size 2016-03-25 19:59:05 +08:00
yiminghe
d03c644f1d Merge pull request #1272 from waywardmonkeys/use-babel-eslint
Use babel as the eslint parser.
2016-03-25 18:54:19 +08:00
yiminghe
771bbaa044 Merge pull request #1275 from ant-design/deps-object-assign
deps: remove object-assign
2016-03-25 18:30:53 +08:00
yiminghe
101bacc5b8 fix form 2016-03-25 18:29:18 +08:00
Benjy Cui
5e4786440d deps: remove object-assign 2016-03-25 18:16:48 +08:00
afc163
72db02ef04 Add icon prop for Button, close #1199 2016-03-25 18:13:51 +08:00
afc163
ff7940f86c upgrade api table style 2016-03-25 17:43:24 +08:00
afc163
8eacba09df Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-03-25 17:41:33 +08:00
Bruce Mitchener
4c0bf478d0 Use babel as the eslint parser.
This allows eslint to validate all of the code that babel is
configured to accept. Without this, eslint won't validate code
that is part of ES7.

We use the beta for 6.0 to avoid https://github.com/babel/babel-eslint/issues/249
2016-03-25 16:36:59 +07:00