Commit Graph

4121 Commits

Author SHA1 Message Date
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
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
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
afc163
75cfb91523 Merge pull request #1189 from waywardmonkeys/remove-some-module-exports
Favor 'export default' over 'module.exports'.
2016-03-14 15:23:17 +08:00
Bruce Mitchener
89561b0b3e Favor 'export default' over 'module.exports'. 2016-03-14 14:17:48 +07:00
Benjy Cui
35ad4017dd chore: remove demo.js 2016-03-14 15:14:54 +08:00
Benjy Cui
90a54507f5 site: add github button 2016-03-14 15:00:11 +08:00
Benjy Cui
aa6326f1e1 style: update code style to please lint 2016-03-14 14:21:01 +08:00
afc163
32945c2955 Merge pull request #1188 from waywardmonkeys/grammar-improvements
Minor English grammar improvements.
2016-03-14 13:51:23 +08:00
Bruce Mitchener
5b76337bdc Minor English grammar improvements. 2016-03-14 11:45:06 +07:00
Benjy Cui
d431662d19 site: redirects should be configurable 2016-03-11 14:12:05 +08:00
Benjy Cui
abc8b4c1e7 docs: update demo 2016-03-11 09:45:06 +08:00
Benjy Cui
fb3776dbd3 site: add redirect 2016-03-11 09:42:04 +08:00
Benjy Cui
7db2a33f1d site: filename as pathname 2016-03-10 16:56:17 +08:00
Benjy Cui
f6a5c7ad2e site: support header jumper 2016-03-10 16:01:39 +08:00
Benjy Cui
63a549dbc9 chore: generate require path automatically 2016-03-10 15:28:53 +08:00
Benjy Cui
12e51707bf chore: remove duplicated fileName 2016-03-10 15:02:20 +08:00
yiminghe
d10f2ee922 Merge pull request #1093 from ant-design/spa
SPA Website for ant.design
2016-03-10 11:36:47 +08:00
Benjy Cui
2fd2f82986 css: update layout demos' style 2016-03-10 10:50:40 +08:00
Benjy Cui
380deaf54c fix: Row's children could be null 2016-03-10 10:50:40 +08:00
Benjy Cui
770a408fe3 chore: optimize UI 2016-03-10 10:50:40 +08:00
Benjy Cui
f38aa9b642 deps: add missing devDependencies 2016-03-10 10:50:40 +08:00
Benjy Cui
e770598612 feat: support easing.md && page-transition.md 2016-03-10 10:50:40 +08:00
Benjy Cui
5f765109ba deps: upgrade antd-md-loader 2016-03-10 10:50:40 +08:00
Benjy Cui
1db6014cb6 refactor: refactor site/component 2016-03-10 10:50:40 +08:00
Benjy Cui
0b328f81cc refactor: refactor build scripts 2016-03-10 10:50:40 +08:00
Benjy Cui
c4b2981e53 feat: support demo with ReactRouter 2016-03-10 10:50:40 +08:00
Benjy Cui
b695aaece0 chore: auto scroll to target 2016-03-10 10:50:39 +08:00
Benjy Cui
a9659287ed refactor: remove DOMParser 2016-03-10 10:50:39 +08:00
Benjy Cui
d8b9200ba2 deps: upgrade antd-md-loader 2016-03-10 10:50:39 +08:00
Benjy Cui
e9327389cb chore: update ComponentDoc 2016-03-10 10:50:39 +08:00
Benjy Cui
c42de88060 chore: update ComponentDoc gutter 2016-03-10 10:50:39 +08:00
Benjy Cui
b022d79bd0 css: align MainContent 2016-03-10 10:50:39 +08:00
Benjy Cui
ba9ec11079 chore: support IconSet 2016-03-10 10:50:39 +08:00
Benjy Cui
cc0bad9ef9 chore: update UI 2016-03-10 10:50:39 +08:00
Benjy Cui
7fbb2ddc47 refactor website 2016-03-10 10:50:39 +08:00
Benjy Cui
844a132cfe deps: upgrade antd-md-loader 2016-03-10 10:50:38 +08:00
Benjy Cui
f9257976a7 chore: support watch demo 2016-03-10 10:50:38 +08:00
Benjy Cui
4e3f446279 chore: normalize build procedure 2016-03-10 10:50:38 +08:00
Benjy Cui
b33b91a166 chore: support watch for markdown 2016-03-10 10:50:38 +08:00
Benjy Cui
26ec81611f chore: update motion.md && colors.md 2016-03-10 10:50:38 +08:00
Benjy Cui
e8b9c5d2a2 chore: update website 2016-03-10 10:50:38 +08:00
Benjy Cui
27c5f68951 chore: render with ComponentDoc if pageData has demos 2016-03-10 10:50:38 +08:00
Benjy Cui
4ff4a64f6a chore: normalize build procedure 2016-03-10 10:50:38 +08:00
Benjy Cui
f3e58869cb chore: support no-padding 2016-03-10 10:50:37 +08:00
Benjy Cui
5a08d410c5 chore: support preview image in Modal 2016-03-10 10:50:37 +08:00
Benjy Cui
cf74561ef5 chore: update disabled style 2016-03-10 10:50:37 +08:00
Benjy Cui
b755dd5050 chore: add Practice and Pattern page 2016-03-10 10:50:37 +08:00
Benjy Cui
f324656b47 deps: fix 2016-03-10 10:50:37 +08:00