Bruce Mitchener
50d61eb7de
Fix RangePicker handleChange callback.
There was a minor typo in 2e86463a6a
which broke the handleChange callback (this.props was replaced with
props.props rather than just props).
9 years ago
Benjy Cui
794783d1c2
style: enable react/no-multi-comp
9 years ago
afc163
eba37c9ef7
Add LocaleProvider support for Calendar
9 years ago
Benjy Cui
2a3febfe4c
deps: remove useless dependencies
9 years ago
afc163
5c884a64c4
Remove Button type PropTypes limit, close #1308
9 years ago
afc163
9f342a0568
update button group demo
9 years ago
afc163
bd97bff665
improve rate style & demos
9 years ago
Benjy Cui
d5a6932c15
docs: update documentation format
9 years ago
Benjy Cui
03d09b66e8
docs: update demo format
9 years ago
afc163
f13e40b887
Fix: isomorphic badge & spin
close #1300 again
9 years ago
afc163
3aab04d4a5
update demo
9 years ago
afc163
06de76b7f4
spanRender => nameRender, ref #1304
9 years ago
afc163
7d700b01cc
Fix server render difference
close #1300
ref #215
9 years ago
afc163
fbee9d9dd9
update code style
9 years ago
afc163
921d3bce46
hidden breadcrumb href in Doc
9 years ago
afc163
261661bffe
update card style
9 years ago
Bruno Maia
03c4c73471
Parameterize span rendering
9 years ago
afc163
b4a75ddcc9
fix sort and filter perf
9 years ago
afc163
2651d80fc2
Individual controlled filter
9 years ago
Benjy Cui
fd3406bd03
style: enable react/jsx-no-bind
9 years ago
yiminghe
afdbe4544c
remove velocity-anim
9 years ago
afc163
ae9f8d0365
Add docs for sortOrder & filteredValue
9 years ago
afc163
137d57da08
controlled filters
9 years ago
afc163
0dbc69ea8e
sorted => sortOrder
9 years ago
afc163
94234a7749
Fix sort state
9 years ago
afc163
6d2b9b249c
Make column.sorted be a controlled prop
9 years ago
afc163
5ce99d7c07
get initial sorted state from columns
9 years ago
afc163
4ee09de3b9
Add demo, confirm related API
9 years ago
yiminghe
8c3a70ab0b
add rate
9 years ago
afc163
1d1d0bac0d
Add style for Form & FormItem
close #1290
9 years ago
afc163
c10fbaed6f
fix some className issues
9 years ago
Benjy Cui
2e86463a6a
refactor: remove mixin
9 years ago
Benjy Cui
6157d21089
refactor: DatePicker
9 years ago
Benjy Cui
193ba74bff
style: update code style
9 years ago
afc163
f79c8c028b
Fix QueueAnim demo
9 years ago
afc163
e0d486bbe6
Mark QueueAnim deperated
9 years ago
afc163
74f462e8a8
update docs
9 years ago
afc163
376d1efc04
Add some api in docs
9 years ago
afc163
b6de2765bf
Add some api in docs
9 years ago
Bruce Mitchener
0acce38f08
Convert more createClass over to extending Component.
9 years ago
afc163
ec6ac78e15
simplify table demo
9 years ago
afc163
3eb52e5498
fix a stupid className error
9 years ago
Benjy Cui
b0f7df547a
docs: update docs for Form.create
9 years ago
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
9 years ago
Bruce Mitchener
ba965dc746
Convert several React.createClass usages to classes.
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
6b2c0e96a9
Add deperated code for xxx.warn
9 years ago
afc163
09b27ed288
warn => warning, close #1225
9 years ago