Commit Graph

191 Commits

Author SHA1 Message Date
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
c4b2981e53 feat: support demo with ReactRouter 2016-03-10 10:50:40 +08:00
afc163
27e879f444 support linkRender in breadcrumb, fix #1026 2016-02-18 11:31:49 +08:00
Benjy Cui
29825f20c8 style: update code style to please lint 2016-02-17 18:04:42 +08:00
afc163
99fbd06ae5 fit react router 2.x 2016-02-17 16:42:26 +08:00
afc163
271aaf29e1 fix breadcrumb link, close #968 2016-02-01 11:33:02 +08:00
afc163
d1b06abdf5 Fix Breabcrumb link with router params, and no longer need prop router 2016-01-23 20:12:09 +08:00
afc163
66b7ee81ad fix eslint problems, eslint-config-airbnb@4.x 2016-01-23 15:22:16 +08:00
Benjy Cui
41ed04e977 style: update code style to please lint 2016-01-14 16:46:38 +08:00
Benjy Cui
209170e813 style: update demo code style to please lint 2016-01-11 09:49:30 +08:00
Benjy Cui
711d2d7413 style: update code style to please lint 2016-01-11 09:49:30 +08:00
afc163
91bd7f22c0 use mountNode replace the long getElementById 2015-12-29 12:08:58 +08:00
afc163
8604a9a2d2 slash -> separator, #641 2015-12-09 16:48:52 +08:00
afc163
a068e58dd4 Add slash prop, close #641 2015-12-07 12:13:13 +08:00
afc163
f6930d5f1b remove ignoreScrollBehavior 2015-12-07 11:19:08 +08:00
afc163
c14dcc7e40 fix #571 2015-11-23 11:01:17 +08:00
afc163
753c01ae18 ES6 syntax for demo code
fix antd.notification
2015-10-28 20:55:49 +08:00
yiminghe
76b0f673ec beta2 2015-10-20 16:47:55 +08:00
elrrrrrrr
a85898da62 chore: 迁移 breadcrump iconfont 2015-10-02 14:25:46 +08:00
afc163
961a679a9f upgrade to fit react-router@1.0.0-rc1 2015-09-15 17:35:22 +08:00
afc163
691b0147b1 update eslintrc and fix code 2015-09-01 16:19:39 +08:00
afc163
fdf19520d6 Add component type 2015-08-22 20:16:24 +08:00
afc163
53ce7a25c1 Add breadcrumbName 2015-08-21 16:41:39 +08:00
afc163
bec1c69669 Fit breadcrumb to react-router@1.x, close #172 2015-08-20 19:52:56 +08:00
ustccjw
41c35903a4 remove use strict 2015-07-23 21:36:34 +08:00
afc163
fa9914f34a components order 2015-07-20 12:28:36 +08:00
afc163
fe27f117bf update breadcrumb 2015-07-17 18:39:33 +08:00
afc163
b49a746ea7 change icon 2015-07-09 20:35:23 +08:00
yiminghe
bb5a6d9c29 fix breadcrumb warning 2015-07-09 18:23:34 +08:00
afc163
fff4f39e5f remove react-router from antd 2015-07-06 20:18:19 +08:00
afc163
db30835c0e require antd 2015-07-06 20:04:26 +08:00
afc163
925f811b45 remove react-router dependency from breadcrumb 2015-07-02 21:58:04 +08:00
afc163
c42ca53d91 breadcrumb 2015-07-02 18:33:37 +08:00
afc163
e551caddd5 support params in breadcrumb displayName 2015-07-02 18:05:34 +08:00
afc163
86e5a523ac breadcrumb & router 2015-07-02 17:22:26 +08:00
afc163
23c1222a58 global require for demo code 2015-07-01 21:43:56 +08:00
afc163
ced4dcb991 update breadcrumb demo 2015-07-01 21:24:04 +08:00
afc163
c103918518 Add simple breadcrumb 2015-07-01 20:44:19 +08:00
afc163
4002ab3d68 更新组件文案 2015-06-26 14:42:30 +08:00
afc163
db457cbe78 有逼格占坑 2015-06-17 20:24:42 +08:00
afc163
51ac1b3617 二期组件挖坑 2015-06-15 22:01:39 +08:00