Benjy Cui
593fd397bd
Merge pull request #1223 from waywardmonkeys/es2015-ification
...
Use ES2015 classes instead of React.createClass.
2016-03-18 11:59:52 +08:00
afc163
04f747770e
fix(docs), confirm demo & docs
2016-03-18 11:48:06 +08:00
Benjy Cui
a00cd7b0db
site: update styles
2016-03-18 11:24:01 +08:00
Benjy Cui
1f7a30c99c
Merge branch 'master' of github.com:ant-design/ant-design into spa-new-design-language
2016-03-18 11:12:51 +08:00
Bruce Mitchener
63c06e8652
Use ES2015 classes instead of React.createClass.
...
Make Breadcrumb, Checkbox, Dropdown, Steps and Timeline
components use ES2015 classes rather than React.createClass.
This includes:
* getDefaultProps method becomes a defaultProps value on the
constructor.
* propTypes becomes a value on the constructor.
2016-03-18 09:35:15 +07:00
Benjy Cui
fda29689c4
site: add versions selector
2016-03-17 15:46:07 +08:00
Benjy Cui
20ec00abf0
site: update UI
2016-03-17 15:21:41 +08:00
afc163
60cd7ed85e
Fix current page when Table pageSize changed
2016-03-17 15:13:48 +08:00
afc163
6c913d7ebe
Fix popover and popconfirm arrow style
2016-03-17 15:10:49 +08:00
Benjy Cui
33161f9520
site: update ImagePreview style
2016-03-17 15:00:06 +08:00
afc163
90d899640a
Merge pull request #1218 from hotoo/group-checkbox-disabled
...
feat(checkbox group): checkbox group support disable specified item.
2016-03-17 14:09:28 +08:00
闲耘™
e0172caee4
feat(checkbox group): checkbox group support disable specified item.
2016-03-17 11:31:36 +08:00
Benjy Cui
4931e5cc09
site: update css for website
2016-03-17 10:43:50 +08:00
Benjy Cui
ab04ce30f7
docs: update docs for getFieldProps, close : #1211
2016-03-17 10:11:26 +08:00
afc163
d7f46a05b3
update docs
2016-03-16 22:06:02 +08:00
afc163
f66a257ab9
update upload chinese name
2016-03-16 20:17:35 +08:00
afc163
dcd6c6f489
fix changelog
2016-03-16 19:04:15 +08:00
Benjy Cui
1a1adc4fe9
site: support video in Markdown
2016-03-16 17:46:35 +08:00
Benjy Cui
b8957bcc92
site: refactor ImagePreview
2016-03-16 17:05:41 +08:00
afc163
3fb5d3c0ab
update changelog
2016-03-16 16:53:20 +08:00
afc163
19c5c4e787
bump 0.12.11
2016-03-16 16:46:04 +08:00
afc163
f247297f01
Fix children row selection, close #1212
2016-03-16 16:39:53 +08:00
afc163
0a1d3bdd3b
fix onChange argument
2016-03-16 16:35:41 +08:00
afc163
5e1f0960a2
Fix rowSelection.onChange selectedRows when specify rowKey
2016-03-16 16:03:16 +08:00
afc163
a9076945a9
fix table bordered style
2016-03-16 14:59:48 +08:00
afc163
884c92d7ec
pageSize change should trigger Table.onChange, close #1206
2016-03-16 14:26:21 +08:00
afc163
42c13dd67f
Merge branch 'master' of github.com:ant-design/ant-design
2016-03-16 11:52:40 +08:00
afc163
51b1a92f32
Merge pull request #1208 from hotoo/propsTypes
...
update(propTypes): more restrictions on propTypes
2016-03-16 11:52:23 +08:00
afc163
870ec04aab
break all in table cell
2016-03-16 11:50:58 +08:00
闲耘™
8d817e6eee
update(propTypes): more restrictions on propTypes
2016-03-16 11:27:27 +08:00
afc163
272d1a1136
update docs
2016-03-16 11:23:16 +08:00
afc163
b9a90531f8
Merge branch 'master' of github.com:ant-design/ant-design
2016-03-15 22:59:50 +08:00
afc163
11da47f1f6
Merge pull request #1201 from hotoo/refact-button-regexp
...
refact(regexp): better regexp
2016-03-15 22:59:33 +08:00
afc163
680b8478f4
update docs
2016-03-15 22:12:00 +08:00
闲耘™
1c35bd3d9d
refact(regexp): better regexp
2016-03-15 21:39:23 +08:00
afc163
e973cb7cc8
update button cirle outline style
2016-03-15 20:13:37 +08:00
afc163
50fd241648
Fix missing code of a222b38
2016-03-15 19:31:56 +08:00
Benjy Cui
55b163d62e
site: update site style
2016-03-15 17:40:31 +08:00
afc163
8b5e2ce1e0
Add API docs
2016-03-15 17:22:39 +08:00
Benjy Cui
aa5b298f58
site: title should support inner html
2016-03-15 16:52:04 +08:00
Benjy Cui
48dfb55cbb
site: toc should support inner html
2016-03-15 16:51:22 +08:00
afc163
ceb978e52e
Merge branch 'master' of github.com:ant-design/ant-design
2016-03-15 15:18:02 +08:00
yiminghe
1e68c97232
upgrade tabs
2016-03-15 15:09:26 +08:00
afc163
3259497728
update devDeps
2016-03-15 14:21:48 +08:00
afc163
21e8439d41
fix typo
2016-03-15 14:14:57 +08:00
afc163
9f4a7617f0
update CHANGELOG
2016-03-15 14:01:39 +08:00
afc163
d918385322
Fix affix z-index
2016-03-15 13:38:56 +08:00
afc163
6a158e2f82
Fix outdated Copyright
2016-03-15 11:45:50 +08:00
Benjy Cui
122886dea1
site: solve some conflicts with new-deisgn-language
2016-03-15 11:19:57 +08:00
afc163
b798ee7520
update feature page style in mobile screen
2016-03-15 10:57:53 +08:00