Bruce Mitchener
ba965dc746
Convert several React.createClass usages to classes.
9 years ago
yiminghe
d062cc934b
upgrade rc-select
9 years ago
yiminghe
7d4e01c84f
Merge pull request #1258 from waywardmonkeys/constructor-bind-this
Move binding to the constructor.
9 years ago
Benjy Cui
b0fc16c3fc
site: fix react-router warning
9 years ago
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.
9 years ago
afc163
7692bf3d42
update site style
9 years ago
afc163
1df8bccf26
Remove deperated progress form usage
9 years ago
afc163
95c3a3daf9
Merge pull request #1285 from ant-design/fix-warn-typo
warn => warning
9 years ago
afc163
6b2c0e96a9
Add deperated code for xxx.warn
9 years ago
afc163
917ba4b365
update .travis.yml
9 years ago
afc163
105460c035
update .travis.yml
9 years ago
afc163
09b27ed288
warn => warning, close #1225
9 years ago
afc163
b3e1bd9e5a
Merge pull request #1279 from waywardmonkeys/no-direct-import-component
Don't directly import Component, use React.Component.
9 years ago
afc163
9d0dfe07b3
Merge pull request #1284 from ant-design/feat-date-picker-args
Add dateString to DatePicker & TimePicker onChange
9 years ago
afc163
f5ef6e58dd
Merge pull request #1287 from ant-design/feat-form-item
feat: support multi children for Form.Item
9 years ago
afc163
0677108ffb
Merge branch 'master' into develop-1.0.0
9 years ago
Benjy Cui
10dd78122b
feat: support multi children for Form.Item
9 years ago
afc163
436b6d8c3a
fix progress style in some detail
9 years ago
afc163
80f11f5f70
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
9 years ago
afc163
fbda3c7b88
Merge master into develop-1.0.0
9 years ago
afc163
7cee16d153
Fix alert icons style
9 years ago
afc163
dafd25dd7c
unifiy z-index
9 years ago
afc163
bc2bafff54
update table demo code style
9 years ago
Benjy Cui
f4193866b8
docs: update docs for form
9 years ago
Benjy Cui
8b58cdd137
docs: update docs for select
9 years ago
Benjy Cui
4f45fca1af
site: filter should be case insensitive
9 years ago
Benjy Cui
ddb2a0eedb
site: fix css
9 years ago
Benjy Cui
3f7cf472de
site: fix url
9 years ago
afc163
127f893619
Add Table rowClassName into document
9 years ago
afc163
703cf31868
Add dateString to DatePicker & TimePicker onChange
close #1104
9 years ago
afc163
009c20530e
slow down tabs effect speed
9 years ago
afc163
5308308df9
Merge pull request #1281 from yesmeck/update-upload
Update rc-upload to 1.9.0
9 years ago
Wei Zhu
4f541794e9
Update rc-upload to 1.9.0
9 years ago
afc163
5ecd21a732
Merge pull request #1267 from mrtone/patch-1
preventDefault for onClose.
9 years ago
ShiTengFei
896c940768
Fixed lint error.
9 years ago
Bruce Mitchener
50a2163518
Don't directly import Component, use React.Component.
This is another step towards making the code internally consistent.
9 years ago
afc163
cbfb910973
fix search-input style of large size
9 years ago
yiminghe
d03c644f1d
Merge pull request #1272 from waywardmonkeys/use-babel-eslint
Use babel as the eslint parser.
9 years ago
yiminghe
771bbaa044
Merge pull request #1275 from ant-design/deps-object-assign
deps: remove object-assign
9 years ago
yiminghe
101bacc5b8
fix form
9 years ago
Benjy Cui
5e4786440d
deps: remove object-assign
9 years ago
afc163
72db02ef04
Add icon prop for Button, close #1199
9 years ago
afc163
ff7940f86c
upgrade api table style
9 years ago
afc163
8eacba09df
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
9 years ago
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
9 years ago
Benjy Cui
6199cf158f
site: enable GA
9 years ago
Benjy Cui
41460d615a
site: add demo preview animation
9 years ago
afc163
acb6efa2d4
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
9 years ago
afc163
d179d05a8b
Merge pull request #1265 from ant-design/feat-scroll-table
Feature scroll table
9 years ago
afc163
e0585711c1
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
9 years ago