afc163
09d00f1f30
Fix props warning, close #2253
...
https://fb.me/react-unknown-prop
2016-07-04 12:13:05 +08:00
Benjy Cui
df2f672dd9
fix: add missing ant-row
2016-07-04 11:29:56 +08:00
ddcat1115
6f526036ed
docs: collapse-translation ( #2216 )
2016-07-04 10:51:50 +08:00
偏右
cdcc10f93d
docs: translate Alert document to english ( #1471 ) ( #2210 )
2016-07-04 10:49:26 +08:00
lixiaochou077
6a616de767
docs: add translation for timeline ( #2190 )
2016-07-04 10:49:04 +08:00
ddcat1115
1cec962d74
docs: Dropdown-translation ( #2136 )
2016-07-04 10:48:21 +08:00
Benjy Cui
0869e2959a
docs: translate message
2016-07-04 10:44:55 +08:00
Gray Choi
3a36d65c5e
rewrite in typescript
...
#1846
- [x] Carousel
- [x] Cascader
- [x] Transfer
- [x] Tree
-Tree
-checkable is boolean type, instead of assigning a ReactElement to it,
I use Ternary Operators.
2016-07-01 22:03:51 +09:00
Gray Choi
fb9a6963a3
rewrite in typescript
...
#1846
- [x] Carousel
- [x] Cascader
- [x] Transfer
- [x] Tree
-Tree
-checkable is boolean type, instead of assigning a ReactElement to it,
I use Ternary Operators.
2016-07-01 21:52:17 +09:00
ddcat1115
30e1d4ed5b
修复BackTop隐藏时无动画的问题
2016-07-01 17:54:01 +08:00
RaoHai
18f35047ec
Rewrite Checkbox in typescript
...
+ add return type of splitObject
+ rewrite `import React from 'react'` to `import * as React from 'react'`
+ rewrite Checkbox in typescript
2016-06-30 10:05:29 +08:00
afc163
049192b1cc
fix tag doc
2016-06-29 18:24:02 +08:00
warmhug
b748b4ed7d
correct display error
2016-06-29 18:22:05 +08:00
warmhug
9eda0a65d1
correct display error
2016-06-29 18:01:52 +08:00
afc163
332ba6edc9
Fix dark Menu selected item link color, close #2213
2016-06-29 15:14:53 +08:00
afc163
f3ce68853e
Fix dark Menu selected item hover style, close #2213
2016-06-29 19:49:51 +08:00
afc163
9bf8c81ec8
fix icon.tsx
2016-06-28 22:22:42 +08:00
afc163
11283d01a3
Merge 1.x-stable
2016-06-28 22:14:53 +08:00
jiang
d5d7aa48b3
Alert tag animate ( #2209 )
...
* fix alert animation
* improve code
2016-06-28 22:13:11 +08:00
Mr.Tone
8324a2c3c1
Transfer 组件在render后,马上unmount会报setState错误 ( #2206 )
...
* Transfer 组件在render后,马上unmount会报setState错误
如题
* _t => timer
2016-06-28 20:01:44 +08:00
Mr.Tone
85141db724
Transfer 组件在render后,马上unmount会报setState错误 ( #2206 )
...
* Transfer 组件在render后,马上unmount会报setState错误
如题
* _t => timer
2016-06-28 20:01:02 +08:00
afc163
d4b57fa4c8
Fix Badge render bug in Chrome, close #2208
2016-06-28 19:57:14 +08:00
afc163
21fb73d4f2
Merge branch '1.x-stable'
2016-06-28 18:46:23 +08:00
afc163
029183d5cf
Merge branch '1.x-stable' of github.com:ant-design/ant-design into 1.x-stable
2016-06-28 18:33:24 +08:00
afc163
4a40399522
fix feedback position
2016-06-28 18:32:03 +08:00
Shawn Sit
78ec439675
bugfixs: should use className's value not 'className'. ( #2202 )
2016-06-28 17:18:20 +08:00
afc163
706ae5a5b8
Fix tag animation
2016-06-28 16:16:27 +08:00
afc163
95351bfffa
Merge branch '1.x-stable'
2016-06-27 19:31:38 +08:00
afc163
089f1ae512
update components category name
2016-06-27 18:21:12 +08:00
afc163
ef4c1a4749
Merge branch '1.x-stable'
2016-06-27 17:58:16 +08:00
afc163
0eaf940672
Fix Radio & Checkbox margin again
2016-06-27 17:22:03 +08:00
afc163
b5f49a5aad
improve modal zoom animation
2016-06-27 16:40:11 +08:00
afc163
cc2b65c815
update transfer demo
2016-06-27 14:53:42 +08:00
afc163
f31e4b6186
Fix checkbox margin
2016-06-27 14:52:46 +08:00
afc163
4ae2455557
Merge branch 'master' of github.com:ant-design/ant-design
2016-06-27 14:38:22 +08:00
afc163
a24634f3ec
Merge 1.x-stable
2016-06-27 14:36:19 +08:00
afc163
6dcc1bc915
fix clear icon style, close #2182
2016-06-27 14:13:30 +08:00
bang88
38b18eef2d
refactor(Tooltip): rewrite Tooltip
2016-06-27 00:18:52 +07:00
bang88
d737e7f073
refactor(Timeline): rewrite Timeline
2016-06-27 00:14:50 +07:00
bang88
466e90da3f
refactor(TimePicker): rewrite TimePicker
2016-06-27 00:05:32 +07:00
bang88
c198beef85
refactor(Tag): rewrite Tag
2016-06-26 23:57:13 +07:00
bang88
893eec74dd
refactor(Tabs): rewrite tabs
2016-06-26 23:03:40 +07:00
afc163
2928930f5f
Improve MenuItem styles
2016-06-25 15:09:23 +08:00
afc163
c7da69036d
revert mistake of DatePicker time changed
2016-06-24 17:48:50 +08:00
RaoHai
3c4dec27db
rewrite collapse in typescript
2016-06-24 15:20:48 +08:00
afc163
619ceffd7e
fix createPicker.tsx
2016-06-24 14:43:46 +08:00
afc163
2ffa087aa1
Merge branch '1.x-stable'
2016-06-24 14:33:37 +08:00
afc163
bd5311c908
update back-top doc
2016-06-24 13:53:19 +08:00
afc163
dc191a321b
fix for onPreview works only when file.url existed
...
close #2163
2016-06-24 13:35:11 +08:00
ddcat1115
5a17df4902
add BackTop ( #2160 )
2016-06-23 23:12:18 +08:00
afc163
cc4cab5b1e
Merge 1.x-stable
2016-06-23 23:11:14 +08:00
afc163
e50953390e
update docs
2016-06-23 16:17:00 +08:00
afc163
c2942fa530
Fix stopImmediatePropagation in IE8, close #2154
2016-06-23 16:00:30 +08:00
afc163
7f8cb3f5cf
improve DatePicker clear icon
...
close #1707 , close #1708
ref #1817
2016-06-23 15:40:42 +08:00
afc163
230016825e
Merge branch '1.x-stable' of github.com:ant-design/ant-design into 1.x-stable
2016-06-23 12:32:24 +08:00
afc163
3310f59d20
Fix Checkbox check rotate in IE8, close #2148
2016-06-23 12:30:45 +08:00
ddcat1115
618bea689d
fix #2114 ( #2146 )
2016-06-23 11:15:24 +08:00
ddcat1115
57052d49c0
fix #2126 ( #2147 )
2016-06-23 11:15:12 +08:00
yiminghe
be95d3fc23
fix split
2016-06-23 10:57:52 +08:00
afc163
695c26c859
Merge 1.x-stable
2016-06-22 22:56:55 +08:00
afc163
151dc957a8
fix onVisible again ( #2134 )
2016-06-22 22:54:54 +08:00
afc163
3cf0a59916
Better default margin for Checkbox & Radio, close #2137
2016-06-22 18:08:52 +08:00
afc163
b2948c8b96
Merge 1.x-stable
2016-06-22 14:33:43 +08:00
afc163
b5b9175e1e
Fix onVisibleChange, close #2134
2016-06-22 14:09:29 +08:00
yiminghe
9a0d751f94
refactor to typescript
2016-06-22 13:19:48 +08:00
afc163
2be285d236
remove nowrap in fixed Table, close #2130
2016-06-22 11:48:11 +08:00
afc163
df4de5fe45
Make icon display clearly
2016-06-21 20:04:08 +08:00
afc163
7d06517846
Fix rowSelection null, close #2127
2016-06-21 19:35:29 +08:00
afc163
00e7eabd4e
close #2058 via upgrading rc-table
2016-06-21 19:27:54 +08:00
陆离
0b3146dba0
modal destroy ( #2124 )
...
* modal destroy
* document and typo
* remove blank line
2016-06-21 18:50:07 +08:00
afc163
3c408e0d22
Improve transfer perfermance, close #2112
2016-06-21 17:41:39 +08:00
afc163
f12d5aea9c
improve Table header height and scrollbar style ( #2107 )
2016-06-21 12:18:25 +08:00
afc163
56f7f9926c
fix fixed header height
2016-06-20 17:38:14 +08:00
afc163
d9f2b7ea32
Add filterDropdown for Table column, close #1736
2016-06-20 16:36:37 +08:00
afc163
f5c60541f3
improve code style
2016-06-20 16:25:35 +08:00
Leon Shi
e43cb9fa30
docs: translate Carousel's documentation to English ( #1904 )
2016-06-19 11:19:36 +08:00
ddcat1115
88f77f85ca
docs: translation-DatePicker ( #1932 )
2016-06-19 11:17:09 +08:00
The Rock
05b63147ad
docs: add(translation)component/breadcrumb ( #1969 )
2016-06-19 11:14:21 +08:00
Benjy Cui
5a4805d691
style: update code style to please lint
2016-06-19 10:57:28 +08:00
Benjy Cui
09bbd51551
refactor: rename table/index.jsx to table/Table.jsx
2016-06-19 10:56:42 +08:00
Benjy Cui
49b944617c
style: update code style to please lint
2016-06-19 09:55:03 +08:00
Benjy Cui
209e3c1f9d
docs: remove deprecated Modal.warn
2016-06-19 09:54:36 +08:00
afc163
14edd75486
New Spin design
2016-06-18 15:43:42 +08:00
afc163
500f3e1b30
Improve getCheckboxProps perf via caches, close ant-design/ant-design#2086
2016-06-17 17:23:48 +08:00
afc163
696233ca07
fix link jump in Firefox
2016-06-17 15:56:00 +08:00
afc163
a9887ad7db
update Tabs card demo
2016-06-17 15:45:48 +08:00
afc163
bf7c63b208
update card demo
2016-06-17 15:39:05 +08:00
afc163
ff8d855cc6
fix lints
2016-06-17 15:16:45 +08:00
afc163
90c2d7ee12
downgrade rc-util
2016-06-16 22:34:54 +08:00
afc163
2be1577b32
Improve demo code style
2016-06-16 22:18:00 +08:00
afc163
81276e43ea
upgrade deps
2016-06-16 22:16:17 +08:00
偏右
09db9f2436
Revert "Remove react-addons-pure-render-mixin, use rc-util's PureRenderMixin instead" ( #2074 )
2016-06-16 22:06:06 +08:00
偏右
048e2be5d4
Fix focused select in addon ( #2073 )
2016-06-16 22:04:17 +08:00
afc163
e385b56821
Header can be scroll in fixed-columns Table, close ant-design/ant-design#2068
2016-06-16 21:56:13 +08:00
Wei Zhu
0e68738fc7
docs: correct DropdownButton trigger type ( #2072 )
2016-06-16 21:16:25 +08:00
ddcat1115
fade8d7017
fix #1927 addon support Select ( #2070 )
2016-06-16 21:15:59 +08:00
afc163
7d8a2e0612
Fix fixed-header small Table style, close #2023
2016-06-16 16:43:45 +08:00
afc163
069857a476
update upload style
2016-06-15 19:48:42 +08:00
afc163
06f472a728
improve auto colon of FormItem
2016-06-15 18:15:47 +08:00
afc163
e91313efc1
Merge branch 'master' of github.com:ant-design/ant-design
2016-06-15 17:57:08 +08:00
afc163
94423f60f2
use readOnly
2016-06-15 17:49:16 +08:00
afc163
bec5d311a0
Improve DatePicker start-end demo expierence
2016-06-15 17:46:59 +08:00
Leon Shi
0f8855dff7
remove react-addons-pure-render-mixin, use rc-util's PureRenderMixin instead ( #2055 )
2016-06-15 16:57:06 +08:00
afc163
a2d435aad7
Fix range cell background
2016-06-15 16:14:40 +08:00
afc163
076b62bf7a
update switch style
2016-06-15 14:18:48 +08:00
afc163
cb30522149
update switch demos
2016-06-15 14:13:38 +08:00
afc163
0c066279b9
close #2050
2016-06-15 14:10:26 +08:00
afc163
dd68678e01
Fix multiple Modal mask, close #2009
2016-06-15 11:24:26 +08:00
afc163
9f132f63aa
Fix left & right Tabs, close #2046
2016-06-15 11:19:23 +08:00
afc163
8f5dc9df23
update demo
2016-06-14 23:10:17 +08:00
afc163
138f751cee
update style for readonly selected option, close #2034
2016-06-14 23:09:35 +08:00
afc163
dd0a4c7f22
Add paging columns table demo but hidden
2016-06-13 15:29:02 +08:00
afc163
ec21b8bb39
change way to fix #2013 , without use table-layout:fixed
...
also fix #2025
2016-06-13 15:28:35 +08:00
afc163
d349592415
fix tag demo, close #2024
2016-06-13 11:46:54 +08:00
Benjy Cui
5b9e55fa0a
Merge pull request #2014 from ant-design/performance-radio
...
Improve Radio re-render performance
2016-06-13 09:58:15 +08:00
Benjy Cui
3bd90d9b70
Merge pull request #2007 from ant-design/perf-form
...
refactor: improve Form re-render performance
2016-06-13 09:57:25 +08:00
afc163
9961605c5a
fix pagination change bug in Table
2016-06-12 18:16:24 +08:00
Leon Shi
b83aaed358
improve Radio re-render performance
2016-06-12 16:19:03 +08:00
afc163
a69b7b70a1
Fix Tabs nested in expanded Table, close #2013
2016-06-12 15:31:34 +08:00
afc163
23e5d18e7c
Fix tabs scroll animation
2016-06-12 14:34:33 +08:00
afc163
e533846489
fix breadcrumb demo warning
2016-06-12 14:14:55 +08:00
Benjy Cui
6c6496fae4
refactor: improve Form re-render performance
2016-06-12 10:15:59 +08:00
Benjy Cui
c1ac6917ee
Merge pull request #1992 from ant-design/should-component-update-for-checkbox
...
Checkbox: implement shouldComponentUpdate to make the re-render much faster
2016-06-12 09:56:58 +08:00
Benjy Cui
d5f77412ca
Merge pull request #2001 from ant-design/feat-autosize-textarea
...
Feature autosize textarea
2016-06-12 09:48:10 +08:00
afc163
3264f6b956
move paths as linkRender argument ( #2002 )
2016-06-11 18:21:46 +08:00
afc163
4b05250a6b
Fix breadcrumbName replace ( #1797 )
2016-06-11 17:05:19 +08:00
afc163
3c3811a227
update code style
2016-06-11 16:20:19 +08:00
afc163
f0f8f5e687
Add route and params to nameRender ( #2002 )
2016-06-11 16:11:08 +08:00
afc163
378b6b84a5
Merge branch 'master' of https://github.com/plandem/ant-design into plandem-master
2016-06-11 15:16:10 +08:00
afc163
f3bf7fc375
update tag style
2016-06-10 22:36:20 +08:00
plandem
9d4a6848c1
fixed case when linkRender must accept raw paths
2016-06-10 17:22:07 +03:00
plandem
f6da6ef38b
added nameFormatter for routes
2016-06-10 16:12:52 +03:00
afc163
652af9584f
Add autosize to Input API doc
2016-06-10 16:46:57 +08:00
afc163
06220f3319
Add autosize for Input of textarea type ( #1951 )
2016-06-10 16:44:01 +08:00
afc163
82a55adfc7
improve code style
2016-06-10 15:29:01 +08:00
Leon Shi
71fc0774c0
implement shouldComponentUpdate to make the re-render much faster for Checkbox
2016-06-08 19:43:46 +08:00
afc163
0f5fe7bb21
fix FormItem height shake, close #1955
2016-06-08 17:31:27 +08:00
afc163
5cc87ede0b
Move stopPropagation to wrapper, fix #1470 again
2016-06-07 16:27:55 +08:00
afc163
57ab8dfdfe
use arrow function
2016-06-07 16:16:34 +08:00
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
2016-06-06 13:54:10 +08:00
ddcat1115
4af2731f0c
fix #1672 ( #1936 )
2016-06-06 11:40:54 +08:00
afc163
87e0a574c0
Merge branch 'master' of github.com:ant-design/ant-design
2016-06-06 11:36:27 +08:00
afc163
d4570fd6c3
fix missing ant-advanced-search-form styles
2016-06-06 11:34:38 +08:00
Leon Shi
5e89806520
color fix for anchor inside selected menu item in vertical mode, close #1935 ( #1962 )
2016-06-06 09:53:20 +08:00
afc163
2e0c67f214
Add type="textarea" to Input doc
2016-06-03 15:09:58 +08:00
afc163
4f6824dc27
update tag demo
2016-06-02 22:02:46 +08:00
afc163
95e754ad60
fix Tag border ( #1912 )
2016-06-02 22:01:38 +08:00
afc163
c1bd5d4ecb
Merge branch 'master' of github.com:ant-design/ant-design
2016-06-02 21:21:33 +08:00
afc163
81dad0452f
fix today link style
2016-06-02 21:20:40 +08:00
afc163
a05b4e6747
remove unused compatibility code, fix #1902
2016-06-02 21:19:28 +08:00
afc163
7d131a3b64
Remove colon and add it via FormItem, close #1877
2016-06-02 20:51:49 +08:00
afc163
6c8a7b7944
Merge branch 'master' of github.com:ant-design/ant-design
2016-06-02 17:43:42 +08:00
afc163
4a08e0188d
Fix some wrap misplace issues in fixed table ( #1829 )
2016-06-02 17:35:25 +08:00
ddcat1115
3bdacbc9bc
Merge pull request #1905 from RaoHai/transferRowkey
...
add rowKey props to Transfer
2016-06-02 17:07:42 +08:00
ddcat1115
f9929c25ce
Merge pull request #1912 from RaoHai/defaultTagBorder
...
Add border style for default Tag
2016-06-02 16:19:08 +08:00
RaoHai
a243d32dff
remove typeof props.rowKey
2016-06-02 16:15:19 +08:00
ddcat1115
c9be22adf3
Merge pull request #1924 from ant-design/fix-typo
...
Fix typo on the Slider documentation
2016-06-02 15:57:55 +08:00
ddcat1115
59625b1c3f
Merge pull request #1864 from ant-design/translation-card
...
Translate Card's documentation to English
2016-06-02 15:56:00 +08:00
Leon Shi
d70637022d
docs: translate Card's documentation to English
2016-06-02 11:26:54 +08:00
afc163
489cc44a59
Merge branch 'master' of github.com:ant-design/ant-design
2016-06-01 14:49:06 +08:00
afc163
28d0cf86ea
upgrade rc-table for nested dataIndex and fix #1898
...
nested dataIndex https://github.com/react-component/table/issues/46
2016-06-01 14:45:07 +08:00
yiminghe
777692a207
fix index
2016-06-01 12:09:32 +08:00
afc163
af83b2aade
fix some table style detail
2016-06-01 12:07:11 +08:00
afc163
1688a8724b
Use Radio in filter menu filterMultiple=false, close #1880
2016-06-01 11:46:27 +08:00
afc163
680a5b7120
improve code style
2016-06-01 11:37:13 +08:00
Leon Shi
d03d6721bf
fix typo on the Slider documentation
2016-06-01 11:34:22 +08:00
afc163
0e3dbc69a7
revert 16c4ce0
2016-06-01 11:23:14 +08:00
yiminghe
fc55cf6919
keep .warn
2016-05-31 15:29:24 +08:00
RaoHai
ea93dabefc
update background and border style
2016-05-31 12:47:27 +08:00
RaoHai
8b6153686e
Add border style for default Tag
...
+ border-color: @border-color-split;
2016-05-31 11:12:50 +08:00
RaoHai
d0532db3d7
add rowKey props to Transfer
...
+ close #1900
2016-05-30 17:02:08 +08:00
afc163
1a961f2adc
Merge branch 'master' of github.com:ant-design/ant-design
2016-05-28 15:48:20 +08:00
afc163
7cb1fb02b8
color fix inside button #1882
2016-05-28 15:47:02 +08:00
afc163
4b00e05cfb
fix for button ummount
2016-05-28 15:31:39 +08:00
Benjy Cui
16c4ce09d7
refactor: fix select style in an elegant way
2016-05-28 07:23:51 +08:00
afc163
fb1e1cc8fc
Make spined element not handlable
2016-05-27 21:12:13 +08:00
afc163
d8ad0b1993
Fix extra Spin in Table
2016-05-27 21:06:45 +08:00
afc163
9cab6543ac
Add pointer-events
2016-05-27 15:08:02 +08:00
Benjy Cui
13fc8c9a3a
fix: hide mirror
2016-05-27 15:00:22 +08:00
afc163
7a72f4ad4e
update form doc
2016-05-27 14:57:53 +08:00
afc163
9c28420468
Add TimePicker to Form demo ( #1515 )
2016-05-27 14:47:40 +08:00
afc163
c4c834b529
update tooltip doc for #1871
2016-05-27 14:17:20 +08:00
afc163
c40655d3a6
update tooltip doc for #1871
2016-05-27 14:11:35 +08:00
afc163
dff87da25a
Merge branch 'master' of github.com:ant-design/ant-design
2016-05-27 13:38:50 +08:00
afc163
5a87d219d7
use remote api for demo
2016-05-27 13:35:49 +08:00
RaoHai
ff31a5b555
Revert "Revert "refactor with bisheng""
...
This reverts commit 7a07b128d1
.
2016-05-27 11:48:08 +08:00
RaoHai
7bed6d89b5
Merge pull request #1869 from ant-design/revert-1745-refactor-bisheng
...
Revert "refactor with bisheng"
2016-05-27 11:08:22 +08:00
RaoHai
7a07b128d1
Revert "refactor with bisheng"
2016-05-27 11:03:49 +08:00
afc163
dfc92fbf4f
Merge branch 'master' of github.com:ant-design/ant-design
2016-05-27 11:00:53 +08:00
RaoHai
c4054d0019
Merge pull request #1745 from ant-design/refactor-bisheng
...
refactor with bisheng
2016-05-27 10:57:19 +08:00
Benjy Cui
a6e38f8479
site: support iframe
2016-05-27 09:44:07 +08:00
Benjy Cui
95222a51fa
site: migrate changelog.md
2016-05-27 09:44:07 +08:00
Benjy Cui
0d0b6b0a32
site: update
2016-05-27 09:44:07 +08:00
afc163
73eeec6236
update dropdown doc
2016-05-26 21:45:38 +08:00
RaoHai
ddd2b33d56
Merge branch 'master' of https://github.com/ant-design/ant-design
2016-05-26 21:37:45 +08:00
afc163
aa3ffbe025
put normalize.css inside
2016-05-26 20:58:11 +08:00
yiminghe
c02dfb48fc
use js import
2016-05-26 20:45:27 +08:00
RaoHai
7a5c6d51af
Update 1.1.1 Changelog
2016-05-26 19:05:38 +08:00
RaoHai
4938c25782
Merge pull request #1858 from ant-design/fix-filter-without-pagination
...
[Table] fix: throws error when filtering data with `pagination` set to `false…
2016-05-26 18:00:27 +08:00
afc163
b3ab13e551
Merge branch 'master' of github.com:ant-design/ant-design
2016-05-26 16:19:58 +08:00
afc163
ea5e74b348
Fix tag closable with link, close #1862
2016-05-26 16:19:26 +08:00
ddcat1115
37e376df11
fix #1777
2016-05-26 16:07:30 +08:00
afc163
447d167222
Merge branch 'master' of github.com:ant-design/ant-design
2016-05-26 16:01:53 +08:00
afc163
f920e4a9d0
Fix clear icon of Select, close #1861
2016-05-26 16:00:55 +08:00
RaoHai
3c98d3f80f
Merge branch 'fix-1771' of https://github.com/ddcat1115/ant-design into ddcat1115-fix-1771
2016-05-26 15:42:48 +08:00
RaoHai
972b528ee1
Merge pull request #1821 from ddcat1115/fix-1750
...
fix #1750
2016-05-26 15:33:09 +08:00
RaoHai
780377a5d6
Merge pull request #1806 from forthedamn/translation-calendar
...
Translation calendar
2016-05-26 15:27:44 +08:00
Leon Shi
dbdd5c5da0
fix: throws error when filtering data with pagination
set to false
, close #1842
2016-05-26 15:01:50 +08:00
yiminghe
56f4f0688d
clean deps
2016-05-26 12:52:07 +08:00
RaoHai
b8e196f178
Restore width
props in affixStyle
of <Affix />
( #1854 )
...
+ close #1820
2016-05-26 11:07:02 +08:00
ddcat1115
c4454dea04
fix #1771
2016-05-25 18:34:36 +08:00
RaoHai
38433f606b
Merge pull request #1839 from RaoHai/FixedrowSelection
...
fix rowSelection display while some columns fixed left
2016-05-25 17:43:26 +08:00
RaoHai
5b021a5e23
Merge pull request #1828 from ant-design/fix-tree-select
...
up tree-select doc
2016-05-25 17:43:11 +08:00
afc163
6f11e1fda0
update upload demo doc
2016-05-25 17:32:59 +08:00
afc163
ee1ed40a77
use inline import ( ant-design/antd-init#52 )
2016-05-25 15:09:16 +08:00
RaoHai
25d996d666
fix rowSelection display while some columns fixed left
...
+ close #1829
2016-05-25 11:37:16 +08:00
Benjy Cui
f22e682217
docs: update translation
2016-05-25 09:43:26 +08:00
guoxin.zgx
3206196a7b
fix(component):fix translation for calendar component
2016-05-24 21:04:18 +08:00
afc163
15bb865037
Fix form detail style
2016-05-24 20:08:13 +08:00
afc163
6c3d00368c
improve upload code style
2016-05-24 17:57:31 +08:00
ddcat1115
bed556e900
fix #1750
2016-05-24 14:35:21 +08:00
RaoHai
ae7476a3f9
Merge pull request #1822 from RaoHai/checkboxZeroChildren
...
Checkbox will show its label while label equals number 0.
2016-05-24 13:55:38 +08:00
然则
edc9014d13
up tree-select doc
2016-05-24 12:17:32 +08:00
afc163
dd33cb8f60
Move InputGroup style from Form into Input, close #1812
2016-05-23 20:09:25 +08:00
afc163
41a8c17b2b
remove search-input from Form
2016-05-23 19:53:07 +08:00
afc163
3ee8c0b604
remove table layout fixed ( #1819 )
2016-05-23 18:59:27 +08:00
RaoHai
d6c0aa2e1c
Checkbox show its label while label equals number 0.
...
close #1811
2016-05-23 17:37:31 +08:00
afc163
7c2ac50ca7
Add new icons, close #1170
...
`pushpin` `pushpin-o` `enter` `file-pdf` `file-ppt` `file-excel`
`file-jpg`
2016-05-23 16:41:33 +08:00
RaoHai
c65f201d51
DatePicker improvement
...
close #1701
2016-05-23 15:58:10 +08:00
afc163
b06cdd08c3
Fix row-flex-space-around, close #1781
2016-05-22 01:52:26 +08:00
afc163
5960ecab7a
fix code style
2016-05-21 21:45:07 +08:00
afc163
2464d2acfc
Merge branch 'master' of https://github.com/ecofe/ant-design into ecofe-master
2016-05-21 21:44:01 +08:00
afc163
43cf39d9a0
put icon into emptyText, close #1759
2016-05-21 18:53:49 +08:00
afc163
6944a8e7c1
Fix fixed Table align and bordered style, close #1740
2016-05-21 18:08:09 +08:00
afc163
74c0cb97ab
fix link
2016-05-20 17:27:25 +08:00
afc163
a8fd9fc1ba
code style
2016-05-20 14:26:44 +08:00
afc163
800b6801e8
support other props like style in Spin
2016-05-20 14:25:02 +08:00
afc163
e524f16361
improve Row children render ( #1746 )
2016-05-20 13:55:00 +08:00
Leon Shi
f15a28c9f0
docs: update Select's documentation ( #1780 )
2016-05-19 23:37:22 +08:00
Wei Zhu
b9cbb21f55
defaultDuration should be 4.5 seconds ( #1778 )
2016-05-19 20:40:47 +08:00
afc163
5c9b4b4296
update select demo
2016-05-19 18:05:35 +08:00
Eric
8ba9f0be54
docs : set select width to fit its container ( #1775 )
2016-05-19 16:32:41 +08:00
afc163
57e5b4f382
Merge branch 'master' of github.com:ant-design/ant-design
2016-05-19 15:38:37 +08:00
afc163
6a1e7278fa
Fix combobox Select optionLabelProp, close #1773
2016-05-19 15:37:33 +08:00
afc163
b15ae59101
Fix lots of Form style
2016-05-19 15:21:48 +08:00
afc163
568e79d878
fix select placeholder position
2016-05-19 15:08:02 +08:00
afc163
05c67d6f01
update input demo
2016-05-19 14:43:10 +08:00
afc163
a73e28ca6c
InputGroup width 100%, close #1769
2016-05-19 14:43:01 +08:00
ddcat1115
02ce67d44c
fix #1695 add demo & doc
2016-05-19 13:45:18 +08:00
afc163
239eaca72c
fix doc, close #1761
2016-05-19 11:19:09 +08:00
afc163
f1817e1a9e
clear style
2016-05-19 11:12:05 +08:00
Leon Shi
87e8cb7f5c
Merge pull request #1722 from kagawagao/master
...
fix Form style bug
2016-05-18 21:00:25 +08:00
afc163
884f6510b2
Fix confirm icon color, close #1753
2016-05-18 19:07:14 +08:00
afc163
a15b601e6d
Fix fixed modal, close #1751
2016-05-18 18:55:50 +08:00
Leon Shi
208392a6aa
Merge pull request #1735 from ant-design/fix-input-size
...
fix: Input[size] should be configurable, close : #1732
2016-05-18 17:36:29 +08:00
Leon Shi
d0772aea50
Merge pull request #1743 from ant-design/feat-cascader-custom-jsx-label
...
Support custom label react element in Cascader Picker
2016-05-18 16:32:35 +08:00
Leon Shi
6a0c21f202
Add demo of custom render for Transfer item
2016-05-18 15:57:09 +08:00
kaifei
e3ba415822
add callback toggleOpen
2016-05-18 15:55:50 +08:00
afc163
159b28a7a2
Support custom label node render in Cascader, close #1726
2016-05-18 15:34:30 +08:00
Leon Shi
48317ad261
Improve Checkbox style for Transfer custom render
2016-05-18 15:34:18 +08:00
afc163
62e55e2080
update button demo
2016-05-18 14:40:09 +08:00
afc163
a56817349e
fix vertical tabs style, close #1737
2016-05-18 14:27:18 +08:00
afc163
8bd421efc7
fix loading button clicked effect
2016-05-18 13:15:42 +08:00
Benjy Cui
f15110e7c1
fix: Input[size] should be configurable, close : #1732
2016-05-18 11:41:57 +08:00
afc163
f7ed1ce38a
update tabs demo
2016-05-18 11:04:25 +08:00
jasonslyvia
f4a3b64e14
feat(transfer): add custom render support
2016-05-17 20:23:33 +08:00
kagawagao
88d148ac98
fix Form style bug
2016-05-17 15:46:21 +08:00
afc163
d167738ddb
fix steps ( react-component/steps#14 )
2016-05-17 15:10:54 +08:00
Leon Shi
0ff91b4135
Fix Table pagination after filter, close #1669 ( #1715 )
2016-05-17 10:58:01 +08:00
Benjy Cui
8842d9342a
site: update components' type
2016-05-16 15:41:55 +08:00
Benjy Cui
be2bac4b25
site: resolve rebase errors
2016-05-16 15:41:55 +08:00
Benjy Cui
d2a4dcf1eb
docs: hide style
2016-05-16 15:41:55 +08:00
Benjy Cui
518495a948
docs: update translation
2016-05-16 15:41:55 +08:00
Benjy Cui
5909438ed3
docs: update translation
2016-05-16 15:41:55 +08:00
Benjy Cui
2fe4a49182
docs: translate the documentation of Button to English
2016-05-16 15:41:55 +08:00
Benjy Cui
8971074b3d
site: add i18n for common md file
2016-05-16 15:41:55 +08:00
Benjy Cui
b9a550c0fe
site: i18n for demo
2016-05-16 15:41:55 +08:00
afc163
c277637af5
fix some menu detail
2016-05-16 14:35:24 +08:00
afc163
80c7583562
update input-number disabled style
2016-05-15 14:20:38 +08:00
afc163
5b921b6960
Fix combobox focus style, close #1684
2016-05-13 23:16:59 +08:00
afc163
13f86edbdb
fix link
2016-05-13 23:10:05 +08:00
afc163
22af4a9592
Fix Table data.length without specifing pagination, close #1683
2016-05-13 13:49:08 +08:00
afc163
0292eedb7b
Merge branch 'master' of github.com:ant-design/ant-design
2016-05-13 11:45:49 +08:00
afc163
ca849c8ee3
Fix search-input with Select
2016-05-13 11:45:09 +08:00
snadn
3ce6139169
高度的 key 应该是 top ( #1679 )
...
修复高度设置的 key 错误
2016-05-13 11:14:04 +08:00
afc163
664bb8ea08
hide upload button when no children in <Upload />
...
close
https://github.com/ant-design/ant-design/issues/1610#issuecomment-218075160
2016-05-12 17:02:34 +08:00
afc163
6c4adf3348
Fix modal close focus style, close #1668
2016-05-12 15:36:17 +08:00
afc163
c247e6ee6a
fix lint
2016-05-12 15:11:25 +08:00
afc163
6a0514614d
fix demo
2016-05-12 13:41:29 +08:00
afc163
a3850a4df8
LocalePrivider should not dependconfirm
2016-05-12 13:25:00 +08:00
afc163
a33c3d12a7
Merge branch 'master' of github.com:ant-design/ant-design
2016-05-12 12:12:38 +08:00
afc163
41a0245f6e
Fix TreeSelect placeholder, close #1657
2016-05-12 12:10:26 +08:00
afc163
7b7f846161
Fix search input margin bug
2016-05-12 11:38:49 +08:00
RaoHai
26c92a1ec2
clearTimeout while umounting Spin
Component
...
close #1658
2016-05-11 20:49:18 +08:00
afc163
0213529c7c
Merge pull request #1641 from ant-design/fix-rangepicker
...
fix: should pass locale to TimePicker
2016-05-11 16:54:44 +08:00
afc163
6c0ba8387b
Merge pull request #1646 from ant-design/tree-select
...
improve tree-select doc
2016-05-11 16:54:01 +08:00
afc163
1680b5e1e1
update message docs
2016-05-11 16:02:44 +08:00
然则
f3ba4f5ef1
improve tree-select doc
2016-05-11 15:43:27 +08:00
Benjy Cui
dd57b6d707
fix: should pass locale to TimePicker
2016-05-11 14:59:32 +08:00
afc163
f368fdda3b
Fix table className and style wrapper node
2016-05-11 14:23:06 +08:00
yiminghe
2f81cc8111
update docs
2016-05-11 11:33:46 +08:00
afc163
d57632ca5b
Fix CheckboxGroup initialValue, close #1631
2016-05-11 11:30:10 +08:00
RaoHai
f7c9e64416
repair radio
type of rowSelection in Table
...
close #1627
2016-05-11 11:21:00 +08:00
Benjy Cui
ecaa6c56c3
style: enable comma-dangle
2016-05-11 09:32:33 +08:00
afc163
5077873ae0
fix codepen links
2016-05-11 02:02:23 +08:00
afc163
3487e06f28
fix detail site style
2016-05-11 00:24:00 +08:00
afc163
115bf66185
Fix chrome OTS parsing error when load iconfont, close #1615
2016-05-11 00:06:14 +08:00
afc163
68b06eb688
update docs
2016-05-10 18:41:10 +08:00
afc163
45921c55e0
upgrade Upload
2016-05-10 17:31:15 +08:00
afc163
001cf94e45
Fix some detail style
2016-05-10 15:44:24 +08:00
afc163
4a3fe9e102
fix TimePicker style in DatePicker
2016-05-10 15:29:15 +08:00
afc163
fcf3242570
upgrade eslint-config-airbnb and fix lints
2016-05-10 15:15:09 +08:00
afc163
5bcb23dd27
Fix feedback in form control, close #1619
2016-05-10 11:55:58 +08:00
afc163
98998984fe
Fix tabs nested style, close #1617
2016-05-10 11:26:48 +08:00
afc163
e869ef826d
update popconfirm openClassName
2016-05-10 01:31:10 +08:00
afc163
5e21853e8b
Add deprecated warning for Affix offset
2016-05-09 21:49:31 +08:00
afc163
bf89d7e1b8
fix menu item z-index
2016-05-09 19:49:39 +08:00
afc163
51693994b5
upgrade center modal demo
2016-05-09 16:46:46 +08:00
然则
a50232e524
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-05-09 16:28:48 +08:00
然则
ffd886f6b8
up tree-select api
2016-05-09 16:27:58 +08:00
afc163
e7e1f52648
improve code style
2016-05-09 16:20:46 +08:00
afc163
d84b92926c
fix table spin debounce
2016-05-09 16:11:54 +08:00
afc163
abdb38e11f
Merge branch 'spinDebounce' of https://github.com/RaoHai/ant-design into RaoHai-spinDebounce
2016-05-09 16:00:25 +08:00
RaoHai
1547dc5e31
spining backward support
2016-05-09 15:17:09 +08:00
RaoHai
895c52b3b9
remove debounce from props
2016-05-09 13:10:43 +08:00
afc163
67aa04eb14
fix Cascader defaultValue
2016-05-09 11:59:30 +08:00
RaoHai
6467bc7a73
Add debounce
props to Spin
...
close #1273
2016-05-09 10:49:14 +08:00
afc163
3e97b393a2
update tag doc
2016-05-08 18:26:36 +08:00
afc163
6ee804cc66
update tag demo
2016-05-08 18:21:59 +08:00
afc163
dab9259c7c
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-05-08 16:05:51 +08:00
afc163
1864ab3175
Fix locale not found content ( #1604 )
...
* Add notFoundContent to LocaleProvider, close #1488
* Fix TreeSelect notFoundContent style
2016-05-08 16:05:36 +08:00
afc163
8b417b511c
improve Menu API document, close #1586
2016-05-08 16:05:07 +08:00
afc163
d4c1d230f5
Fix menu animation
2016-05-07 16:23:28 +08:00
afc163
4da4144355
Menu setOpenKeys
2016-05-07 16:06:02 +08:00
afc163
df8b7323e4
Add onTitleClick to doc
2016-05-07 16:03:51 +08:00
afc163
40aed01e65
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-05-07 15:39:48 +08:00
afc163
5b6d356fb8
refactor ant-popover-open
2016-05-07 15:37:26 +08:00
afc163
aa38caf51f
Merge branch 'develop-1.0.0' of https://github.com/ddcat1115/ant-design into ddcat1115-develop-1.0.0
2016-05-07 15:19:35 +08:00
afc163
ac224f9478
support costom dot for Timeline.Item, close #1589 ( #1596 )
2016-05-07 02:13:08 +08:00
然则
227ea44010
improve tag demo
2016-05-06 22:03:05 +08:00
afc163
0dbf42a59c
update demo
2016-05-06 20:59:09 +08:00
ddcat1115
7c866bc382
fix #1453
2016-05-06 20:32:07 +08:00
afc163
7b54c49235
fix link
2016-05-06 18:08:40 +08:00
afc163
3d3cc5f7a3
Add control openKeys in Popup Menu
2016-05-06 18:07:23 +08:00
afc163
5237d0a87b
Fix select input color
2016-05-06 12:17:44 +08:00
RaoHai
190aba24ee
Transfer Datasource 和 CheckedKeys 逻辑修改 ( #1590 )
...
* Transfer Datasource 和 CheckedKeys 逻辑修改
+ close #1587
+ 当 Transfer 的 Datasource 变化时,会移除组件的 CheckedKeys 中已不在
Datasource 中的 key
* remove leftDataSource and rightDatasource from this.state
2016-05-06 12:09:26 +08:00
afc163
72f68fa003
support custom Modal position and add vertical middle demo
2016-05-05 16:52:36 +08:00
afc163
a1058db8df
fix bordered Table
2016-05-05 16:21:51 +08:00
afc163
300e2d3121
Merge branch master into develop-1.0.0
2016-05-05 16:02:03 +08:00
RaoHai
f7abfb7963
Put normalize.css
under the management of npm ( #1583 )
...
+ denpendent on [normalize.css](https://www.npmjs.com/package/normalize.css )
- remove components/style/core/normalize.less
2016-05-05 15:26:19 +08:00
afc163
4378089b36
Merge branch master into develop-1.0.0
2016-05-05 15:15:59 +08:00
afc163
05b1e5d964
revert update API ( #1543 )
2016-05-05 15:09:53 +08:00
afc163
c45ed1365e
Fix confirm missing style
2016-05-05 15:03:24 +08:00
afc163
607e5729e5
Change Tag appear animation
2016-05-04 20:37:57 +08:00
afc163
a5a79ceebf
update combobox optionLabelProp to value ( #1579 )
2016-05-04 20:31:12 +08:00
afc163
154d5e028a
Add expandedRowKeys for docs
2016-05-03 17:35:21 +08:00
afc163
324c5383fe
update docs
2016-05-03 14:57:58 +08:00
afc163
26785a4c7d
improve code style
2016-05-03 14:15:29 +08:00
afc163
72a1144c7e
Fix input width, close #1559
2016-05-03 11:34:10 +08:00
afc163
8b894f908d
upgrade antd-tools and fix typo
2016-04-29 22:24:20 +08:00
afc163
d5175f3a3e
update doc
2016-04-29 21:50:50 +08:00
afc163
c68f95c211
Merge branch master into develop-1.0.0
2016-04-29 17:26:21 +08:00
afc163
c66a226004
Fix lesshint problems
2016-04-29 17:03:28 +08:00
afc163
e9f083015e
fix form demo ( #1550 )
2016-04-29 15:19:46 +08:00
afc163
93faa0d7b8
update ( #1543 )
2016-04-29 15:00:41 +08:00
afc163
f1646b29dc
Add divider
2016-04-29 12:28:24 +08:00
Leon Shi
2228e201cc
fix typo ( #1548 )
2016-04-29 12:15:16 +08:00
afc163
03cb74ead5
upgrade eslint-config-airbnb version and fix some problems
2016-04-29 12:13:27 +08:00
afc163
e071fc4aa9
Fix disabled button event bubble
...
close #1541
ref http://stackoverflow.com/a/17877723
2016-04-29 00:43:03 +08:00
afc163
96fd67ded0
remove old compatibility code
2016-04-28 17:18:36 +08:00
Benjy Cui
73715d810b
css: add focused style for Select
2016-04-28 16:28:08 +08:00
afc163
205e76aa73
Add entry less file and update document ( #1534 )
...
* Add entry less file and update document
* fix pre-publish script
2016-04-28 15:54:18 +08:00
afc163
8939458069
fix demo format
2016-04-28 10:59:52 +08:00
zack
8287bac62e
Dropdown中增加菜单隐藏方式示例和文档
2016-04-28 00:13:51 +08:00
yiminghe
1021d62ef6
fix checkbox
2016-04-27 21:47:47 +08:00
afc163
0ca6a1c24a
css modularize ( #1448 )
...
* css modularize
* Add alert style
* Move more component style
* Move iconfont to common style
* Move layout style
* Move more component style
* Move all components
* Fix lots of mixin deps
* remove css-prefix from less
* fix a button icon style bug
* restructure
* fix index
* add dist
* fix jest
* fix some components style
* clean webpack config
* check more components style
* update tabs
* update scripts
* update scripts
* fix form style
* fix more style
* Fix select width
* Fix form and tabs style
2016-04-27 20:44:36 +08:00
afc163
cfcbc75190
Fix select demo
2016-04-27 18:07:48 +08:00
Leon Shi
6acb9ce400
upgrade rc-select to 6.2.3 ( #1527 )
2016-04-27 17:57:35 +08:00
afc163
ba2ef54900
Merge branch master into develop-1.0.0
2016-04-27 17:44:25 +08:00
afc163
affda966e5
fix #1528
2016-04-27 17:15:05 +08:00
afc163
0858413691
fix FormItem help and extra render
2016-04-27 17:02:50 +08:00
afc163
1d72c8abcc
update menu doc
2016-04-27 17:01:55 +08:00
afc163
85ec9a8743
Fix Menu switch mode behavious
...
切换菜单模式时,子菜单有异常的表现
2016-04-27 15:29:27 +08:00
Benjy Cui
cd5a944e79
fix: add missing locale, relative: #1509
2016-04-27 11:45:21 +08:00
afc163
11499d54d5
Merge branch master into develop-1.0.0
2016-04-27 11:25:32 +08:00
afc163
16a702f5a0
Merge branch 'master' into develop-1.0.0
2016-04-27 11:25:16 +08:00
afc163
48f74fd5bd
fix missing Option ( #1521 )
2016-04-27 11:23:18 +08:00
Marshall Chen
972cfa7a8b
Missing Option const ( #1522 )
...
cause Option is not defined error
2016-04-27 11:20:58 +08:00
Benjy Cui
22e35544b6
fix: should not cache formatter, close #1509
2016-04-27 11:15:20 +08:00
Leon Shi
baac12d1c4
fix lint ( #1513 )
...
* fix lint `prefer-stateless-function`
* fix lint `arrow-body-style`
2016-04-26 14:09:19 +08:00
afc163
293812098a
Merge branch master into develop-1.0.0
2016-04-25 19:34:01 +08:00
afc163
0805d4365d
update locale demo
2016-04-25 19:27:02 +08:00
afc163
14f857b7ac
prevent propagation of Table rowSelection controls, close #1470 , close #1507
2016-04-25 17:55:45 +08:00
afc163
c5831310ac
Merge branch 'master' into develop-1.0.0
2016-04-25 16:31:46 +08:00
afc163
3789fda6ee
fix lint
2016-04-25 16:31:32 +08:00
afc163
7426233425
remove unused code
2016-04-25 16:27:47 +08:00
afc163
5f75a63e8e
Merge branch 'master' into develop-1.0.0
2016-04-25 16:26:59 +08:00
afc163
287c45292d
fix color of form help text
2016-04-25 16:25:57 +08:00
afc163
f9153e7b88
Merge branch master into develop-1.0.0
2016-04-25 13:51:18 +08:00
afc163
d7ee4bffa1
Fix initial selectedRowKeys, close #1501
2016-04-25 13:47:08 +08:00
yiminghe
eb7708c8db
v15. Fixes #1252
2016-04-23 01:03:15 +08:00
Benjy Cui
e767edcb73
css: clear should be hidden if Select is disabled #1480
2016-04-22 15:41:52 +08:00
afc163
f87ec5248e
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-04-21 15:16:42 +08:00
afc163
540644826f
Merge branch master into develop-1.0.0
2016-04-21 15:14:13 +08:00
然则
5374095604
update tree api:autoExpandParent, checkedKeys, onExpand
2016-04-21 13:11:55 +08:00
afc163
8d3bfae8ee
fix doc ( #1455 )
2016-04-21 12:17:37 +08:00
Benjy Cui
12331ea57c
style: enable react/prefer-stateless-function in demo
2016-04-21 11:36:51 +08:00
afc163
7e3b52f0fb
Merge branch master into develop-1.0.0
2016-04-20 12:18:59 +08:00
afc163
6dc187e5f4
Not focus it when click button
...
91117c0faa (diff-39f43a348016e3a62dc9c315917c402bR108)
2016-04-20 12:14:57 +08:00
Benjy Cui
20e5146657
docs: add missing detail
2016-04-20 10:55:02 +08:00
Benjy Cui
0d7e92c056
docs: remove useless code in demo
2016-04-20 10:31:16 +08:00
afc163
bad547c3bb
Fix #1321 in 0.12.x
...
pick 28b36d5
manully
2016-04-19 16:58:39 +08:00
afc163
fa85bfb161
Merge branch master into develop-1.0.0
2016-04-19 16:16:04 +08:00
afc163
0a121bd175
fix doc
2016-04-19 16:03:45 +08:00
afc163
07ea8ff323
Merge branch master into develop-1.0.0
2016-04-18 17:24:51 +08:00
afc163
d0b2bdad84
Fix DropdownButton onClick behavious, should respond left button only
2016-04-18 17:23:22 +08:00
afc163
63e110fbc6
fix #1442
2016-04-18 17:02:05 +08:00
afc163
cec56b40bf
fix Timeline className and style
2016-04-18 16:58:46 +08:00
afc163
8116e775ff
upgrade devDeps and fix some eslint problems
2016-04-18 14:58:38 +08:00
afc163
91e690282d
update site markdown style
2016-04-18 13:43:33 +08:00
afc163
adc89d4809
Merge branch master into develop-1.0.0
2016-04-17 18:00:46 +08:00
afc163
05299036b4
improve tabBarExtraContent render
2016-04-17 17:47:08 +08:00
afc163
0fb0b465f6
Fix extra afterClose callback of Tag
...
close #1435
2016-04-16 20:24:50 +08:00
afc163
72af92c47e
Upgrade message icons
2016-04-16 17:38:30 +08:00
afc163
d2ffb0978f
Merge branch master into develop-1.0.0
2016-04-16 17:10:10 +08:00
afc163
6a14de411d
Fix uncontrolled table issue
...
close #1433 #1434
2016-04-16 17:07:39 +08:00
afc163
b1abf3bc28
change demo format
2016-04-15 23:56:44 +08:00
afc163
5f15195c14
Merge branch 'freestyle21-develop-1.0.0' into develop-1.0.0
2016-04-15 23:55:09 +08:00
afc163
8a422ba2cd
update demo
2016-04-15 23:54:47 +08:00
afc163
728c3c2d6a
Merge branch master into develop-1.0.0
2016-04-15 23:45:28 +08:00
afc163
278b5d83e1
update docs
2016-04-15 23:40:01 +08:00
afc163
8a9a1d2334
fix checkbox style
2016-04-15 23:34:40 +08:00
afc163
c6cba5a2a1
Make steps layout more flexible, close #1099
2016-04-15 23:04:06 +08:00
afc163
cc2f93a4e1
loading button should not be transparent
2016-04-15 16:21:08 +08:00
qubaoming
2d72bc58d2
adjust props position & range-picker add showTime options
2016-04-15 14:47:39 +08:00
qubaoming
bf1ee0b1c8
Merge remote-tracking branch 'upstream/develop-1.0.0' into develop-1.0.0
2016-04-15 14:22:12 +08:00
afc163
403bf41e82
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-04-15 11:53:33 +08:00
afc163
5100fed2bd
Add warning console for spinning change
2016-04-15 11:52:15 +08:00
然则
6eefc065a1
correct api
2016-04-15 11:41:22 +08:00
afc163
28a3e706ee
Merge branch 'develop-1.0.0' of https://github.com/wizawu/ant-design into wizawu-develop-1.0.0
2016-04-15 11:37:50 +08:00
afc163
736193eeb5
Merge branch master into develop-1.0.0
2016-04-15 11:23:57 +08:00
afc163
ef5ac96b49
update tree-select doc
2016-04-15 11:17:30 +08:00
然则
72f8e1f5dc
correct tree-select doc
2016-04-14 18:47:37 +08:00
qubaoming
94e0488812
adjust props position
2016-04-14 16:48:34 +08:00
qubaoming
fc66d27042
change timepicker options to rctimepicker options
2016-04-14 15:48:16 +08:00
qubaoming
6b3a97b902
change timepicker options to rctimepicker options
2016-04-14 15:42:03 +08:00
wizawu
577663d185
Replace property spining
with spinning
2016-04-14 15:26:55 +08:00
qubaoming
a674657287
data-picker extent options
2016-04-14 15:14:17 +08:00
qubaoming
c4bdf93a33
Merge remote-tracking branch 'upstream/develop-1.0.0' into develop-1.0.0
2016-04-14 15:10:43 +08:00
afc163
4835471210
update Table initial current page
2016-04-14 14:47:39 +08:00
afc163
6e00ea8945
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-04-14 14:24:15 +08:00
afc163
e59715f98d
fix checkbox and radio empty span
2016-04-14 14:23:12 +08:00
Benjy Cui
3677339646
fix: revert
2016-04-14 14:20:18 +08:00
qubaoming
fd57f4c12d
date-picker extend options
2016-04-14 12:32:25 +08:00
Ma Tianxiao
be39bca93a
fix input value/defaultValue prop ( #1414 )
...
Input elements must be either controlled or uncontrolled, specify either the value prop, or the defaultValue prop, but not both.
2016-04-14 11:58:01 +08:00
plandem
9af3e4fc55
ru locale ( #1411 )
2016-04-14 11:57:59 +08:00
Benjy Cui
0e156385da
fix: revert delete defaultValue
2016-04-14 11:43:26 +08:00
Benjy Cui
9d95313d03
chore: suppress warning
2016-04-14 11:22:53 +08:00
然则
9b847b896f
correct filterTreeNode api description
2016-04-13 20:46:54 +08:00
afc163
4a6337060e
fix demo
2016-04-13 17:55:24 +08:00
Benjy Cui
047bfc2574
style: enable react/prefer-stateless-function
2016-04-13 17:38:53 +08:00
Benjy Cui
0ebf6c2ecc
style: enable react/prefer-es6-class
2016-04-13 17:23:14 +08:00
afc163
ec04fcac36
Merge branch master into develop-1.0.0
2016-04-13 15:33:44 +08:00
Benjy Cui
883699f3dc
fix: update Tag's margin
2016-04-13 15:15:02 +08:00
afc163
861808469a
fix code highlight
2016-04-13 15:00:47 +08:00
afc163
f75deafc6e
Merge branch 'master' of github.com:ant-design/ant-design
2016-04-13 14:37:33 +08:00
afc163
455d3654b8
Fix dateInput format of DatePicker, close #1403
2016-04-13 14:36:43 +08:00
Benjy Cui
70b8a83a74
fix: remove Tag's margin
2016-04-13 14:10:18 +08:00
afc163
87f8d1f334
Change current to defaultCurrent
2016-04-13 11:39:56 +08:00
Benjy Cui
208ecf5081
docs: update docs for MonthPicker
2016-04-13 09:25:29 +08:00
afc163
960ea425b9
Merge branch master into develop-1.0.0
2016-04-12 19:44:38 +08:00
afc163
9a7a620ec7
Fix filter menu value type
2016-04-12 19:43:10 +08:00
afc163
9774181979
Fix Table pagination.size, close #1396
2016-04-12 18:19:27 +08:00
Benjy Cui
d0ad1b4b0a
docs: update docs for Form
2016-04-12 17:08:01 +08:00
afc163
603c6238cd
update card style
2016-04-12 16:42:15 +08:00
afc163
026d720aaf
update form demo format
2016-04-12 16:12:13 +08:00
afc163
d39da4bfb7
Merge branch 'master' into develop-1.0.0
2016-04-12 16:09:13 +08:00
afc163
a9af1b3bc8
rollback for bad commit b3f519a
...
close #1392
2016-04-12 16:06:34 +08:00
Benjy Cui
10edd74f33
docs: update demos of Form
2016-04-12 15:18:57 +08:00
afc163
0a0d16ff61
Fix form input style
2016-04-12 14:55:02 +08:00
afc163
b4be06f816
improve button loading animation
2016-04-12 12:17:03 +08:00
afc163
5f0b1ef006
Fix button text span wrap
2016-04-12 11:56:14 +08:00
afc163
be700df612
update pagination demo
2016-04-11 15:07:14 +08:00
afc163
5ee64fe105
Add Modal.warning
2016-04-11 14:59:37 +08:00
afc163
4c60da7316
Modal.confirm, iconClassName => iconType
2016-04-11 14:57:29 +08:00
afc163
db0c909ccd
Merge branch master into develop-1.0.0
2016-04-11 14:34:18 +08:00
afc163
d4cfd369b7
update demo
2016-04-11 14:20:05 +08:00
afc163
95fabf0c00
update demo
2016-04-11 14:03:31 +08:00
afc163
04a413df3e
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-04-11 11:56:13 +08:00
afc163
3b1f95c346
Fix site style
2016-04-11 11:55:44 +08:00
Benjy Cui
d9f7a57439
docs: update docs
2016-04-11 11:52:17 +08:00
afc163
bb1c6b862c
Merge branch master into develop-1.0.0
2016-04-11 11:31:35 +08:00
afc163
76f14b4bd2
Fix BreadCrumb IndexRoute support, close #1375 & #571
2016-04-11 11:16:31 +08:00
afc163
e3834829e4
update menu doc
2016-04-11 10:57:58 +08:00
然则
06403c560d
change tree,tree-select api
2016-04-10 16:26:31 +08:00
afc163
299a30d4e7
fix layout demo style
2016-04-10 15:39:24 +08:00
afc163
700a07047b
Add card borderd prop
2016-04-10 15:38:52 +08:00
afc163
ac4358024c
refactor notification code style
2016-04-10 13:08:56 +08:00
afc163
76935c9630
a little perfermance
2016-04-09 16:30:53 +08:00
afc163
0a55eb8c43
reuse getColumnKey
2016-04-09 15:30:24 +08:00
yiminghe
f2cd294e38
Merge pull request #1363 from ant-design/site-debug-mode
...
site: support import style respectivly
2016-04-08 15:36:44 +08:00
afc163
dab3ce4513
Add focused style to Select & TreeSelect
2016-04-08 15:30:49 +08:00
Benjy Cui
71e4a6fb7d
site: support import style respectivly
2016-04-08 15:29:04 +08:00
afc163
13e404e9a6
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-04-08 11:16:42 +08:00
Benjy Cui
59cb0a8fbb
site: fix parse errors..
2016-04-08 09:33:09 +08:00
afc163
905ee5e6f9
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-04-07 20:47:32 +08:00
然则
f7652fa504
improve tree, tree-select
2016-04-07 18:16:49 +08:00
afc163
b155ba15cb
fix react@15 warning, ref #1340
2016-04-07 18:07:18 +08:00
afc163
1abf831ae8
Merge branch master into develop-1.0.0
2016-04-07 17:55:06 +08:00
afc163
f726979af9
fix(DatePicker): showTime locale problem
...
close #1356
2016-04-07 17:44:13 +08:00
afc163
761e5534c0
fix test cases
2016-04-07 16:56:13 +08:00
afc163
fa776b9481
improve code style
2016-04-07 16:43:00 +08:00
jljsj
10d650ee59
re popover demo
2016-04-07 15:54:02 +08:00
jljsj
6fdb4e013f
add tooltip anim origin
2016-04-07 15:54:02 +08:00
Benjy Cui
bcba08a124
docs: update docs format
2016-04-07 15:36:55 +08:00
Benjy Cui
e76030e0c9
site: style should be placed in less files
2016-04-07 15:36:55 +08:00
afc163
a5b6bc50be
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-04-07 12:13:21 +08:00
afc163
bb627e8e75
Merge branch master into develop-1.0.0
2016-04-07 12:10:21 +08:00
afc163
ed4d2460fe
update slider demo
2016-04-07 12:04:06 +08:00
afc163
5ffc934596
update slider demo
2016-04-07 11:43:23 +08:00
tom
6614fb9746
fix bug
2016-04-07 11:39:23 +08:00
tom
353f2cb004
this未绑定
2016-04-07 11:18:32 +08:00
afc163
e46d60cc2a
Merge branch master into develop-1.0.0
2016-04-06 23:58:14 +08:00
afc163
6f1bbfb30d
fix menu style, close #1347
2016-04-06 23:50:51 +08:00
afc163
79f817466e
fix(table): radio selection can not be controlled
...
close #1346
2016-04-06 23:29:32 +08:00
afc163
378ba4b9af
update form demo
2016-04-06 19:30:23 +08:00
afc163
fd850b9607
Add Input onPressEnter prop, ref #978
2016-04-06 18:12:41 +08:00
afc163
0220ab5522
update error step icon
2016-04-06 17:50:51 +08:00
afc163
93adb528ed
Add error step, close #1098
2016-04-06 17:07:22 +08:00
afc163
60ebf2922c
update steps doc
2016-04-06 16:17:11 +08:00
afc163
51369ec82b
upgrade steps demos
2016-04-06 16:16:46 +08:00
afc163
9f33b18336
update steps doc
2016-04-06 16:16:36 +08:00
afc163
e4c3faeabc
fix size propTypes
2016-04-06 15:52:38 +08:00
afc163
41182f5619
fix prefixCls
2016-04-06 15:50:58 +08:00
afc163
611665fa6d
button contains icon only should has smaller padding
2016-04-06 15:43:50 +08:00
afc163
ba2b08b492
Fix layout responsive
2016-04-06 13:45:36 +08:00
afc163
b3f519ac52
update form style for advanced-search-form demo
2016-04-06 12:08:40 +08:00
afc163
e5c8179189
Merge branch master into develop-1.0.0
2016-04-06 11:57:17 +08:00
afc163
b9b4e30ac1
fix tabs demo
2016-04-06 11:49:02 +08:00
afc163
35b6618597
update form demo
2016-04-06 11:29:28 +08:00
afc163
910203a554
update form index.md
2016-04-06 11:29:06 +08:00
afc163
5b1ccce554
fix button demo
2016-04-05 19:33:26 +08:00
afc163
e39c5e53ed
update rate doc
2016-04-05 19:14:21 +08:00
afc163
aa6a1762b7
rename Progress files
2016-04-05 17:13:09 +08:00
afc163
befe1fc521
Merge circle into line component
2016-04-05 17:13:09 +08:00
afc163
ae87f60075
remove Modal align in API document
2016-04-05 13:42:02 +08:00
afc163
1fd31771b3
fix hidden demo
2016-04-05 13:34:44 +08:00
afc163
b27c6ccc24
rebase and add demo & docs
2016-04-05 12:30:14 +08:00
afc163
71ee13a2a8
Fix Modal animation
2016-04-05 11:58:46 +08:00
Bruce Mitchener
0a4bcfa1a7
Spell deprecated correctly.
2016-04-01 22:06:38 +07:00
afc163
28b36d571c
fix Input document undefined error, close #1321
2016-04-01 18:42:45 +08:00
afc163
2ed55a4900
move deperated warning into componentDidMount
2016-04-01 14:29:11 +08:00
afc163
be8d19628b
Popover prop content => overlay, ref #978
2016-04-01 14:28:35 +08:00
afc163
3df1e27ca4
Merge branch 'master' into develop-1.0.0
2016-04-01 14:17:51 +08:00
afc163
c02c9a2e5b
update popover index.md
2016-04-01 14:14:34 +08:00
afc163
655e4d5a7d
Add LocaleProvider support for RangePicker
2016-04-01 13:53:37 +08:00
afc163
0f3c3c7e5a
Fix cascader placeholder, close #1312
2016-04-01 13:51:26 +08:00
Benjy Cui
bc2b086862
docs: update demo format
2016-04-01 10:12:02 +08:00
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
2016-04-01 10:08:19 +08:00
afc163
30be05e570
Fix popover prefixCls
2016-04-01 01:37:17 +08:00
afc163
4a29f0afd0
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-04-01 01:10:01 +08:00
afc163
84b731df0f
Merge branch master into develop-1.0.0
2016-04-01 01:09:24 +08:00
afc163
29ceb8862d
fix: controlled pagination.current should not respond user interaction
...
ref #1311
2016-04-01 00:57:03 +08:00
Bruce Mitchener
fa65f25b1e
Switch RangePicker to ES6 class.
2016-03-31 20:23:39 +07:00
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).
2016-03-31 19:32:43 +07:00
Benjy Cui
794783d1c2
style: enable react/no-multi-comp
2016-03-31 17:46:35 +08:00
afc163
bb287e2e4e
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-03-31 17:38:29 +08:00
afc163
eba37c9ef7
Add LocaleProvider support for Calendar
2016-03-31 17:37:24 +08:00
Benjy Cui
2a3febfe4c
deps: remove useless dependencies
2016-03-31 16:47:03 +08:00
afc163
d75c0d0b24
Merge pull request #1307 from ant-design/docs-format
...
Update docs format
2016-03-31 15:48:38 +08:00
afc163
5c884a64c4
Remove Button type PropTypes limit, close #1308
2016-03-31 14:57:29 +08:00
afc163
9f342a0568
update button group demo
2016-03-31 14:55:12 +08:00
afc163
bd97bff665
improve rate style & demos
2016-03-31 14:43:38 +08:00
Benjy Cui
d5a6932c15
docs: update documentation format
2016-03-31 14:17:09 +08:00
Benjy Cui
03d09b66e8
docs: update demo format
2016-03-31 09:40:55 +08:00
afc163
f13e40b887
Fix: isomorphic badge & spin
...
close #1300 again
2016-03-30 23:02:11 +08:00
afc163
3aab04d4a5
update demo
2016-03-30 20:37:17 +08:00
afc163
06de76b7f4
spanRender => nameRender, ref #1304
2016-03-30 19:46:54 +08:00
afc163
d5e038845f
Merge pull request #1304 from queimadus/breadcrumb-span-render
...
Parameterize Breadcrumb span rendering
2016-03-30 19:43:00 +08:00
afc163
7d700b01cc
Fix server render difference
...
close #1300
ref #215
2016-03-30 19:39:20 +08:00
afc163
fbee9d9dd9
update code style
2016-03-30 19:36:29 +08:00
afc163
921d3bce46
hidden breadcrumb href in Doc
2016-03-30 19:30:16 +08:00
afc163
261661bffe
update card style
2016-03-30 19:06:05 +08:00
afc163
578605f230
Merge pull request #1294 from ant-design/feat-controlled-filter-and-soter
...
Feat controlled filters and sorter
2016-03-30 18:51:51 +08:00
afc163
178f593612
Merge pull request #1301 from ant-design/chore-eslintrc
...
style: enable react/jsx-no-bind
2016-03-30 18:51:46 +08:00
Bruno Maia
03c4c73471
Parameterize span rendering
2016-03-30 11:50:38 +01:00
afc163
b4a75ddcc9
fix sort and filter perf
2016-03-30 17:56:37 +08:00
afc163
2651d80fc2
Individual controlled filter
2016-03-30 17:49:36 +08:00
Benjy Cui
fd3406bd03
style: enable react/jsx-no-bind
2016-03-30 17:06:19 +08:00
yiminghe
afdbe4544c
remove velocity-anim
2016-03-30 16:33:47 +08:00
afc163
ae9f8d0365
Add docs for sortOrder & filteredValue
2016-03-30 14:39:21 +08:00
afc163
137d57da08
controlled filters
2016-03-30 14:39:21 +08:00
afc163
0dbc69ea8e
sorted => sortOrder
2016-03-30 14:39:21 +08:00
afc163
94234a7749
Fix sort state
2016-03-30 14:39:21 +08:00
afc163
6d2b9b249c
Make column.sorted be a controlled prop
2016-03-30 14:39:21 +08:00
afc163
5ce99d7c07
get initial sorted state from columns
2016-03-30 14:39:21 +08:00
afc163
4ee09de3b9
Add demo, confirm related API
2016-03-30 14:39:21 +08:00
yiminghe
8c3a70ab0b
add rate
2016-03-30 13:20:03 +08:00
afc163
c47fdeaf8f
Merge branch 'master' into develop-1.0.0
2016-03-30 11:17:39 +08:00
afc163
9584cf0af3
Merge pull request #1295 from waywardmonkeys/more-class-conversion
...
Convert more createClass over to extending Component.
2016-03-30 11:11:50 +08:00
afc163
fd1d54cfb2
Merge pull request #1298 from ant-design/refactor-datepicker-hoc
...
refactor: remove mixin
2016-03-30 11:11:24 +08:00
afc163
f89d2dba7e
Merge pull request #1296 from ant-design/deperated-queue-anim
...
Mark QueueAnim deperated
2016-03-30 11:11:20 +08:00
afc163
1d1d0bac0d
Add style for Form & FormItem
...
close #1290
2016-03-30 11:01:09 +08:00
afc163
c10fbaed6f
fix some className issues
2016-03-30 10:58:37 +08:00
Benjy Cui
2e86463a6a
refactor: remove mixin
2016-03-30 10:52:15 +08:00
Benjy Cui
6157d21089
refactor: DatePicker
2016-03-30 09:50:44 +08:00
Benjy Cui
193ba74bff
style: update code style
2016-03-30 09:41:18 +08:00
afc163
f79c8c028b
Fix QueueAnim demo
2016-03-29 20:29:41 +08:00
afc163
e0d486bbe6
Mark QueueAnim deperated
2016-03-29 19:50:05 +08:00
afc163
74f462e8a8
update docs
2016-03-29 18:21:57 +08:00
afc163
376d1efc04
Add some api in docs
2016-03-29 18:05:08 +08:00
afc163
b6de2765bf
Add some api in docs
2016-03-29 18:02:01 +08:00
afc163
590692d101
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-03-29 17:37:31 +08:00
afc163
ba8d9b7dc3
Merge branch 'master' into develop-1.0.0
2016-03-29 17:36:58 +08:00
Bruce Mitchener
0acce38f08
Convert more createClass over to extending Component.
2016-03-29 16:33:37 +07:00
afc163
ec6ac78e15
simplify table demo
2016-03-29 17:32:03 +08:00
afc163
3eb52e5498
fix a stupid className error
2016-03-29 17:19:31 +08:00
yiminghe
55f23c9d34
Merge pull request #1292 from waywardmonkeys/static-members
...
Use static class members for propTypes and friends.
2016-03-29 16:36:30 +08:00
Benjy Cui
b0f7df547a
docs: update docs for Form.create
2016-03-29 15:24:22 +08:00
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
2016-03-29 13:01:10 +07:00
Bruce Mitchener
ba965dc746
Convert several React.createClass usages to classes.
2016-03-29 11:13:04 +07:00
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.
2016-03-28 20:36:11 +07:00
afc163
7692bf3d42
update site style
2016-03-28 19:12:51 +08:00
afc163
1df8bccf26
Remove deperated progress form usage
2016-03-28 18:51:30 +08:00
afc163
6b2c0e96a9
Add deperated code for xxx.warn
2016-03-28 18:03:00 +08:00
afc163
09b27ed288
warn => warning, close #1225
2016-03-28 17:43:38 +08:00
afc163
b3e1bd9e5a
Merge pull request #1279 from waywardmonkeys/no-direct-import-component
...
Don't directly import Component, use React.Component.
2016-03-28 17:40:48 +08:00
afc163
9d0dfe07b3
Merge pull request #1284 from ant-design/feat-date-picker-args
...
Add dateString to DatePicker & TimePicker onChange
2016-03-28 17:40:19 +08:00
afc163
f5ef6e58dd
Merge pull request #1287 from ant-design/feat-form-item
...
feat: support multi children for Form.Item
2016-03-28 17:40:14 +08:00
afc163
0677108ffb
Merge branch 'master' into develop-1.0.0
2016-03-28 17:39:34 +08:00
Benjy Cui
10dd78122b
feat: support multi children for Form.Item
2016-03-28 17:06:10 +08:00
afc163
436b6d8c3a
fix progress style in some detail
2016-03-28 16:52:00 +08:00
afc163
80f11f5f70
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-03-28 16:16:36 +08:00
afc163
fbda3c7b88
Merge master into develop-1.0.0
2016-03-28 16:15:36 +08:00
afc163
7cee16d153
Fix alert icons style
2016-03-28 16:09:13 +08:00
afc163
bc2bafff54
update table demo code style
2016-03-28 16:00:58 +08:00
Benjy Cui
f4193866b8
docs: update docs for form
2016-03-28 15:27:57 +08:00
Benjy Cui
8b58cdd137
docs: update docs for select
2016-03-28 15:13:18 +08:00
afc163
127f893619
Add Table rowClassName into document
2016-03-28 13:44:50 +08:00
afc163
703cf31868
Add dateString to DatePicker & TimePicker onChange
...
close #1104
2016-03-28 12:18:30 +08:00
Wei Zhu
4f541794e9
Update rc-upload to 1.9.0
2016-03-28 01:47:39 +08:00
afc163
5ecd21a732
Merge pull request #1267 from mrtone/patch-1
...
preventDefault for onClose.
2016-03-27 21:17:35 +08:00
ShiTengFei
896c940768
Fixed lint error.
2016-03-27 18:06:09 +08:00
Bruce Mitchener
50a2163518
Don't directly import Component, use React.Component.
...
This is another step towards making the code internally consistent.
2016-03-26 16:22:39 +07:00
afc163
cbfb910973
fix search-input style of large size
2016-03-25 19:59:05 +08:00
yiminghe
771bbaa044
Merge pull request #1275 from ant-design/deps-object-assign
...
deps: remove object-assign
2016-03-25 18:30:53 +08:00
yiminghe
101bacc5b8
fix form
2016-03-25 18:29:18 +08:00
Benjy Cui
5e4786440d
deps: remove object-assign
2016-03-25 18:16:48 +08:00
afc163
72db02ef04
Add icon prop for Button, close #1199
2016-03-25 18:13:51 +08:00
afc163
61f9ba1fd7
Fix table footer style
2016-03-25 16:12:29 +08:00
afc163
4760d0b54c
Add scroll and column.fixed document
2016-03-25 16:12:29 +08:00
afc163
0243afb7c5
fix scroll bar style
2016-03-25 16:12:29 +08:00
afc163
15f576020b
Add fixed columns demos
2016-03-25 16:12:29 +08:00
afc163
df1252cba1
Merge branch 'master' into develop-1.0.0
2016-03-25 16:01:12 +08:00
afc163
b0827e2d8f
Add TimePicker locale change doc, close #1270
2016-03-25 15:41:05 +08:00
afc163
68c7d3cdaa
update form doc
2016-03-25 14:24:04 +08:00
afc163
e378b1f695
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-03-25 12:19:36 +08:00
afc163
0534c53db5
Merge master into develop-1.0.0
2016-03-25 12:18:51 +08:00
Bruce Mitchener
5c5d94c4f9
Typo fix: Incorrect capitalization.
2016-03-25 10:52:27 +07:00
Mr.Tone
56b0650734
preventDefault for onClose.
2016-03-24 22:12:21 +08:00
afc163
963d073f1d
improve api table style
2016-03-24 21:30:33 +08:00
Benjy Cui
f67548d60f
feat: col-*-0 means display: none
2016-03-24 14:39:41 +08:00
afc163
ae44ce6d31
update some docs
2016-03-24 11:25:23 +08:00
afc163
66179b2760
Merge master into develop-1.0.0
2016-03-23 18:41:58 +08:00
afc163
fff4e01f14
remove JSON format limit, close #1248
2016-03-23 18:36:27 +08:00
afc163
1b91d2396b
fix undefined className
2016-03-23 16:25:06 +08:00
afc163
20211d448c
Add default width for showTime DatePicker
2016-03-23 15:58:46 +08:00
Benjy Cui
cd39283aca
docs: fix demo, close #1207
2016-03-23 14:59:01 +08:00
fanzheng.fz
99a44e9b5e
always concat paths wether there's a breadcrumbName or not
2016-03-23 12:06:19 +08:00
fanzheng.fz
60dadfb899
always concat paths wether there's a breadcrumbName or not
2016-03-23 00:26:22 +08:00
afc163
fb6c6abbc7
Merge master
2016-03-22 19:31:55 +08:00
Benjy Cui
235de43605
deps: upgrade rc-slider
2016-03-22 17:50:21 +08:00
Benjy Cui
36d0804e14
fix: typo
2016-03-22 17:46:14 +08:00
闲耘™
17b8dfe6be
fix(demo): fixed form control demo.
2016-03-22 11:53:38 +08:00
Benjy Cui
3611c798c1
docs: update documentation
2016-03-22 10:33:50 +08:00
Benjy Cui
095a7d977e
Merge pull request #1242 from waywardmonkeys/ant-prefix
...
Name classes without Ant* prefix.
2016-03-22 10:21:08 +08:00
Bruce Mitchener
11c0a6a203
Name classes without Ant* prefix.
...
Where necessary, prefix the classes imported from react-component
with 'Rc' rather than prefixing the Ant classes with 'Ant'.
The prefixing of Ant classes wasn't consistent and isn't necessary
in many cases.
2016-03-21 20:16:38 +07:00
afc163
7bf88306ff
fix form demo
2016-03-21 18:14:05 +08:00
Qiaosen Huang
d584b20dd8
add onPreview onRemove override on upload.
2016-03-21 14:16:22 +08:00
Bruce Mitchener
eaae43abdd
More ES2015 classes.
...
This covers Carousel, InputNumber, Select, Slider, Switch, TreeSelect
and Tree.
2016-03-21 08:26:05 +07:00
Bruce Mitchener
1b81aa8c75
Convert Popover & Spin to ES2015 classes.
2016-03-20 19:41:34 +07:00
Benjy Cui
a760e74734
Merge branch 'spa-new-design-language' into develop-1.0.0
2016-03-18 12:08:19 +08:00
Benjy Cui
a749026273
Merge branch 'develop-1.0.0' into spa-new-design-language
2016-03-18 12:02:05 +08:00
afc163
04f747770e
fix(docs), confirm demo & docs
2016-03-18 11:48:06 +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
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
闲耘™
e0172caee4
feat(checkbox group): checkbox group support disable specified item.
2016-03-17 11:31:36 +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
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
884c92d7ec
pageSize change should trigger Table.onChange, close #1206
2016-03-16 14:26:21 +08:00
闲耘™
8d817e6eee
update(propTypes): more restrictions on propTypes
2016-03-16 11:27:27 +08:00
afc163
b9a90531f8
Merge branch 'master' of github.com:ant-design/ant-design
2016-03-15 22:59:50 +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
50fd241648
Fix missing code of a222b38
2016-03-15 19:31:56 +08:00
afc163
8b5e2ce1e0
Add API docs
2016-03-15 17:22:39 +08:00
Benjy Cui
ebab622add
Merge branch 'master' of github.com:ant-design/ant-design into develop-1.0.0
2016-03-15 09:47:55 +08:00
afc163
ece5b0cfb2
Add docs for #1193
2016-03-14 18:39:32 +08:00
然则
e1f27bbe4d
upgrade treeSelect
2016-03-14 16:18:30 +08:00
Bruce Mitchener
89561b0b3e
Favor 'export default' over 'module.exports'.
2016-03-14 14:17:48 +07:00
Bruce Mitchener
5b76337bdc
Minor English grammar improvements.
2016-03-14 11:45:06 +07:00
afc163
80d6ae30a8
Add propTypes and prop align in Modal docs
2016-03-14 11:46:48 +08:00
afc163
1929f7db97
fix dataSource undefined
2016-03-14 11:19:13 +08:00
afc163
38baf0ef19
Fix(Popconfirm): confirm and cancel not trigger onVisibleChange
2016-03-13 16:49:05 +08:00
afc163
ed3cda06a2
update button docs
2016-03-13 13:19:43 +08:00
Benjy Cui
f0c4ecbc8f
fix: suppress submit event by default #1173
2016-03-11 16:22:38 +08:00
Benjy Cui
abc8b4c1e7
docs: update demo
2016-03-11 09:45:06 +08:00
afc163
1e08883315
update table selection demo
2016-03-10 16:55:02 +08:00
afc163
959db3f793
improve popconfirm style, close #1156
2016-03-10 16:22:52 +08:00
afc163
c228b65f9a
Merge branch 'master' of https://github.com/foriacus/ant-design into foriacus-master
2016-03-10 15:54:50 +08:00
Benjy Cui
12e51707bf
chore: remove duplicated fileName
2016-03-10 15:02:20 +08:00
afc163
e17b5f599f
Add hover delay for Dropdown
2016-03-10 12:30:49 +08:00
观通
a867231253
fix doc. replace MenuItem with Menu.Item.
2016-03-10 11:39:10 +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
c4b2981e53
feat: support demo with ReactRouter
2016-03-10 10:50:40 +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
203627f4c7
feat: support cols
equals '1'
2016-03-10 10:50:36 +08:00
Benjy Cui
5d0febe072
Merge pull request #1162 from ant-design/improve-checkbox-group
...
CheckboxGroup support label in option
2016-03-10 10:49:07 +08:00
Benjy Cui
02f507f156
fix: should copy defaultLocale instead of refer
2016-03-10 10:32:50 +08:00
afc163
8b89313ffa
update locale-provider docs
2016-03-10 10:32:50 +08:00
afc163
2fa1d0f9a5
Add component locale support for Transfer
2016-03-10 10:32:50 +08:00
afc163
95c1ead55b
fix text
2016-03-10 10:32:50 +08:00
afc163
83f96e5f19
Make LocalProvider compatible with Modal.xxx
2016-03-10 10:32:50 +08:00
afc163
2482140d2f
Change context locale name
2016-03-10 10:32:50 +08:00
afc163
193eb14423
update demo
2016-03-10 10:32:49 +08:00
afc163
99b58e67ec
Add other component for locale
2016-03-10 10:32:49 +08:00
afc163
d8f599fd3a
Add LocalProvider, ref #1055
2016-03-10 10:32:49 +08:00
afc163
2e823f3c5b
Add global duration config for message and notification, close #1143
2016-03-09 21:55:46 +08:00
afc163
ca15c9832e
CheckboxGroup support label in option
...
close #1155 , #1025
2016-03-09 21:10:00 +08:00
Benjy Cui
c79e2dcfe4
Merge pull request #1082 from ant-design/improve-layout
...
Improve layout
2016-03-09 18:02:21 +08:00
Benjy Cui
899f1e416e
Merge pull request #1046 from ant-design/feat-spin-tip
...
Feat spin tip
2016-03-09 18:00:15 +08:00
afc163
0f95fdfa0f
update layout reponsive demo
2016-03-09 17:50:33 +08:00
z
a58e643639
Merge branch 'master' into master
2016-03-09 17:47:39 +08:00
z
598a3615e1
修复上传时的状态传递
...
onstart 时设置的是被封装后的对象的属性,这里直接传 file 的话没有 status/percent 属性.
2016-03-09 17:37:56 +08:00
afc163
d83e046327
remove useless wrapper
2016-03-09 17:36:36 +08:00
afc163
c9fd887ce1
fix(style): Make arrow point to target always
2016-03-09 17:26:12 +08:00
Benjy Cui
5485946dda
Merge pull request #1044 from ant-design/component-card
...
Component card
2016-03-09 17:01:01 +08:00
afc163
596fbc80d5
Remove rc-form-validation from deps completely
2016-03-09 15:47:00 +08:00
Benjy Cui
3da8ea2412
Merge pull request #1094 from ant-design/feat-affix-bottom
...
Feat affix bottom
2016-03-09 15:40:22 +08:00
afc163
a553f6b299
typo
2016-03-09 11:59:02 +08:00
afc163
1c5bc26e9f
Fix badge in old webkit browser
2016-03-09 11:57:00 +08:00
afc163
56fb20b76d
Fix date-picker style prop
2016-03-09 11:33:05 +08:00
yiminghe
3e0d11043b
fix pagination in table
2016-03-08 20:29:18 +08:00
Benjy Cui
8def2ac9d3
Merge pull request #1030 from ant-design/feat-breadcrumb-linkrender
...
Feat breadcrumb linkrender
2016-03-08 17:23:33 +08:00
Benjy Cui
e571fb359c
Merge pull request #1029 from ant-design/checkbox-new-usage
...
Make Checkbox usage same as Radio
2016-03-08 17:17:39 +08:00
afc163
bf25bfe488
reponsive layout
2016-03-07 21:03:17 +08:00
afc163
d9ff420531
Fix Row in form demo
2016-03-07 17:25:59 +08:00
afc163
54db7ec32b
Remove layout-fixed
2016-03-07 17:25:59 +08:00
afc163
b4d4fb4d4a
update layout demo style
2016-03-07 17:25:58 +08:00
afc163
38f98fa1ee
update layout demo doc
2016-03-07 17:25:58 +08:00
afc163
ff2cb6142a
Add gutter for Row
2016-03-07 17:25:58 +08:00
afc163
400b7b8a27
Add notFountContent for transfer, close #1142
2016-03-07 12:01:49 +08:00
afc163
dea88ba37e
Fix transfer searchPlaceholder
2016-03-07 11:57:51 +08:00
afc163
e1d2e4c9e1
update docs
2016-03-07 11:36:53 +08:00
afc163
e2c42a87d0
Add docs for #1139
2016-03-06 22:44:58 +08:00
afc163
5a9b7a295f
update docs
2016-03-06 00:10:36 +08:00
afc163
5035a3ec5c
Add new icons
2016-03-06 00:10:20 +08:00
afc163
f4995b7f67
Add foot and showHeader for Table
2016-03-06 00:08:53 +08:00
afc163
baed8ba9ae
Fix select docs
2016-03-04 21:42:38 +08:00
afc163
973c13c245
Fix progress color
2016-03-04 17:18:57 +08:00
afc163
17fa990a82
Add vertical RadioGroup demo, close #1119
2016-03-04 16:30:17 +08:00
afc163
6d24a3f002
Fix RadioGroup usage for #1119
2016-03-04 12:27:58 +08:00
afc163
a45ed7ee4c
Fix radio style prop
2016-03-04 12:07:17 +08:00
afc163
958a74e028
update docs
2016-03-04 11:46:24 +08:00
afc163
9cdee3434a
typo fix #1113
2016-03-04 11:39:58 +08:00
afc163
f7fb5b29f9
Fix click effect in Popconfirm button
2016-03-03 21:33:02 +08:00
afc163
8daabfced8
docs: update table
2016-03-03 15:32:16 +08:00
afc163
d10d92c455
Fix cascader onChange bug in IE
2016-03-03 14:57:26 +08:00
warmhug
32a6deebe4
Merge branch 'master' into upgrade-ts
2016-03-03 13:30:36 +08:00
然则
a3c6a70996
up rc-tree-select version
2016-03-03 13:23:22 +08:00
afc163
30238a759c
Fix Tag nested bug, close #1111
2016-03-03 12:16:25 +08:00
afc163
3e9a5afa90
docs: table locale, ref #1110
2016-03-03 12:08:53 +08:00
afc163
7d151514e3
Fix rowSelection.onSelectAll, bump 0.12.7, ref #1105
2016-03-02 23:42:44 +08:00
afc163
d68f36a422
fix props pass, ref #927
2016-03-02 22:04:54 +08:00
afc163
5a207d3291
Merge branch 'master' of github.com:ant-design/ant-design
2016-03-02 21:59:06 +08:00
afc163
fe750d365d
improve rowSelect arguments, ref #1105
2016-03-02 21:58:41 +08:00
yiminghe
58a32455d3
fix cascader
2016-03-02 21:44:38 +08:00
afc163
c91bf93a38
Fix docs
2016-03-02 21:12:52 +08:00
afc163
079f2a657d
Allow close last tab, fix #1071
2016-03-02 20:25:19 +08:00
afc163
4b0968714a
update popconfirm docs for onVisibleChange
2016-03-02 18:00:08 +08:00
afc163
79e319908a
update time-picker demo
2016-03-02 17:47:18 +08:00
afc163
f25ac2feac
docs: update demo
2016-03-02 17:41:29 +08:00
Benjy Cui
2dd781edb3
docs: update demo
2016-03-02 17:31:27 +08:00
afc163
a058ebc372
Fix Input className, close #1103
2016-03-02 17:11:12 +08:00
afc163
9b09e54df5
Fix columns[0] undefined bug in Table
2016-03-02 16:01:36 +08:00
afc163
8070e05de1
update demo
2016-03-02 15:45:37 +08:00
afc163
3738eb3b73
update code style
2016-03-02 14:52:24 +08:00
afc163
e8ce54f864
update doc for defaultPageSize
2016-03-02 12:16:58 +08:00
afc163
ca2fca024a
fix child null bug in FormItem
2016-03-01 17:52:07 +08:00
afc163
7ce38e39b6
Fix CheckboxGroup value, close #1101
2016-03-01 17:01:03 +08:00
afc163
0edd5ada9a
Fix onClick in dropdown button, close #1097
2016-02-29 18:02:05 +08:00
ecofe
5f8baf1bfd
modify md file (dropdownStyle)
2016-02-29 16:52:53 +08:00
afc163
73fe5cc2c3
support affix bottom, close #1000
2016-02-29 16:44:38 +08:00
afc163
1705fd262a
update code style
2016-02-29 12:18:26 +08:00
afc163
86b5c6eecc
Fix some style
2016-02-28 00:16:32 +08:00
afc163
052d0ac122
Fix tree select size style
2016-02-26 18:13:16 +08:00
afc163
870b7ade34
Fix radio group className
2016-02-26 17:15:46 +08:00
afc163
d2cf85b87b
Fix allowClear of TreeSelect, close #1084
2016-02-26 17:12:56 +08:00
afc163
7ea67b6e37
stable sort in table
...
http://jsperf.com/chrome-stable-sort
2016-02-26 16:31:33 +08:00
afc163
17b9d85f44
update demo title
2016-02-26 11:07:50 +08:00
afc163
5cf7c592e1
typo
2016-02-25 17:07:31 +08:00
afc163
4bcbf6ba06
Merge branch 'master' of github.com:ant-design/ant-design
2016-02-25 15:41:02 +08:00
afc163
3ab72afc44
Fix pagination size in table
2016-02-25 15:40:35 +08:00
afc163
ed9fc679b8
Remove some demos
2016-02-25 15:32:59 +08:00
afc163
85afd74c35
Update icon.md
2016-02-25 15:12:17 +08:00
Benjy Cui
ce11c258b3
docs: update demos' code style
2016-02-25 14:34:31 +08:00
afc163
9fc3f51d68
Merge pull request #1077 from ant-design/feat-pagination
...
feat: add `showTotal` for Pagination
2016-02-25 12:12:40 +08:00
afc163
6d7f571c1d
Add allowClear and Fix clear button in disabled mode
2016-02-25 12:04:58 +08:00
afc163
38a4436599
update form doc
2016-02-25 11:54:53 +08:00
afc163
b3340c6b6b
Fix some style
2016-02-25 11:49:40 +08:00
Benjy Cui
cdbac65dbc
feat: add showTotal
for Pagination
2016-02-25 10:36:58 +08:00
afc163
d62c87d036
update dropdown offset
2016-02-24 21:53:14 +08:00
afc163
33dd8b971d
update dropdown doc
2016-02-24 21:45:09 +08:00
afc163
feaf02b406
make Checkbox usage same as Radio
2016-02-24 20:28:23 +08:00
afc163
ad07fd923b
Merge pull request #1075 from ant-design/css-search-box
...
Css search box
2016-02-24 20:00:34 +08:00
afc163
8467ebe7fa
update search box demo
2016-02-24 19:55:23 +08:00
afc163
8fb56286fb
use placeholder in select combobox demo
2016-02-24 18:22:54 +08:00
Benjy Cui
0da08295a4
chore: update demo's style
2016-02-24 16:36:11 +08:00
Benjy Cui
353601ca0c
docs: add demo for valuePropName #1062
2016-02-24 15:42:33 +08:00
Benjy Cui
48900ed7f8
css: add search box style for Select #1067
2016-02-24 15:11:50 +08:00
Benjy Cui
caacdc5a93
fix: typo
2016-02-23 17:07:43 +08:00
afc163
80baae87cd
Fix Object.assign via spread operator
2016-02-23 16:28:41 +08:00
afc163
4446e73fda
remove button border-radius fallback
2016-02-23 16:24:07 +08:00
afc163
aa16f6c398
Fix(site): fix icon copy text
2016-02-23 14:36:24 +08:00
afc163
1ef95ec1ec
improve demo for select optionFilterProp
2016-02-23 11:16:58 +08:00
afc163
c3014c26a1
Fix button click arguments
2016-02-23 00:05:26 +08:00
afc163
19c5b29c07
update tree-select demo
2016-02-22 23:57:02 +08:00
yiminghe
a2ec91a545
fix tree-select style
2016-02-22 21:38:24 +08:00
yiminghe
86f36af78e
update tree-select style
2016-02-22 21:12:00 +08:00
afc163
08e04e0b14
Hide selection component in children data
2016-02-22 18:52:14 +08:00
Benjy Cui
7668473f17
style: update demo's code style
2016-02-22 16:34:16 +08:00
afc163
cacb5725a2
Add loading card
2016-02-22 16:28:00 +08:00
afc163
845e28d32e
Add Card style and demo
2016-02-22 16:25:47 +08:00
afc163
a5e1391d8f
Add card
2016-02-22 16:25:47 +08:00
afc163
ac5693599c
Add doc for FormItem extra prop, close #931
2016-02-22 15:34:32 +08:00
afc163
774f5b9ced
Remove form disabled demo
2016-02-22 15:25:22 +08:00
afc163
be3a90fbc6
Add click effect for primary button, close #942
2016-02-22 13:52:52 +08:00
Benjy Cui
c1659c2ce3
style: update code style to please lint
2016-02-22 10:52:30 +08:00
afc163
f7ba2969f6
Make tip replace dot
2016-02-21 15:03:41 +08:00
swindme
3068ec357b
feat: Spin add tip
2016-02-21 15:03:41 +08:00
afc163
c63f0b8060
update demo text
2016-02-21 14:14:59 +08:00
afc163
e539e08f4e
Fix CheckboxGroup initial state
2016-02-21 14:13:33 +08:00
afc163
5a032af8e9
update some code style
2016-02-21 14:04:08 +08:00
yiminghe
efd768bf07
allow more value type for radiogroup
2016-02-20 16:39:49 +08:00
afc163
812225ea41
Fix DatePicker clear not work when showTime
2016-02-19 17:15:31 +08:00
afc163
c1bd0098d2
update code style
2016-02-19 17:14:53 +08:00
yiminghe
d3122af409
support select clear
2016-02-19 16:16:49 +08:00
afc163
15473fbc99
support set cascader popupPlacement
2016-02-19 11:33:08 +08:00
afc163
893248dec7
some style and doc
2016-02-18 21:13:13 +08:00
yiminghe
698ebb13b3
optimize calendar
2016-02-18 19:15:23 +08:00
afc163
72d077be1f
rollback time format problem, ref #953
2016-02-18 17:50:29 +08:00
afc163
5c22e32db8
Add link for uploadItem when file.url is existed, close #1013
2016-02-18 11:43:24 +08:00
afc163
27e879f444
support linkRender in breadcrumb, fix #1026
2016-02-18 11:31:49 +08:00
Benjy Cui
a0c01b54e8
docs: update demo code style
2016-02-18 11:01:00 +08:00
Benjy Cui
29825f20c8
style: update code style to please lint
2016-02-17 18:04:42 +08:00
haoxin
6c4998621e
doc: fix Table onSelectAll params
2016-02-17 16:59:13 +08:00
afc163
d596934985
Merge branch 'master' of github.com:ant-design/ant-design
2016-02-17 16:43:22 +08:00
afc163
99fbd06ae5
fit react router 2.x
2016-02-17 16:42:26 +08:00
Benjy Cui
9d022ff84c
style: update code style to please lint
2016-02-17 15:57:33 +08:00
Benjy Cui
415a3d995b
style: update code style to please lint
2016-02-16 14:07:09 +08:00
Benjy Cui
c8015c88c3
feat: scroll to invalid field automatically #993
2016-02-16 10:15:48 +08:00
Benjy Cui
ceac176270
docs: update documentation
2016-02-15 10:03:48 +08:00
Guan Hao
8726ebfdb6
Fix a typo in components/table documentation.
2016-02-14 13:34:05 +08:00
afc163
949f6f1a12
fix eslint of no-unneeded-ternary
2016-02-06 15:54:39 +08:00
afc163
411f529242
Add getCalendarContainer prop to DatePicker, close #991
2016-02-03 14:30:58 +08:00
afc163
b4c997f016
fix required prefixCls
2016-02-03 14:00:38 +08:00
Benjy Cui
51c33b9c51
fix: add prefix
2016-02-02 20:47:52 +08:00
Benjy Cui
b42fb9f189
fix: should not set required to label #985
2016-02-02 19:08:17 +08:00
afc163
6f20df5d5b
update count render, ref #983
2016-02-02 18:23:00 +08:00
afc163
e044041305
fix(badge): fix count not change, close #983
2016-02-02 18:17:50 +08:00
afc163
a92bfa7ac8
update date-picker doc
2016-02-02 17:51:59 +08:00
afc163
11f6582235
Fix date-picker onOk
2016-02-02 17:49:44 +08:00
afc163
e5108f6b00
Fix menu import bug in rc-menu@0.10.x, close #982
2016-02-02 16:48:16 +08:00
afc163
6700dbba2a
Fix Modal onCancel argument, ref #980
2016-02-02 14:54:34 +08:00
afc163
588914ecd7
fix nested Popconfirm, close #977
2016-02-02 11:52:00 +08:00
Benjy Cui
104d9cc95e
Merge pull request #975 from ant-design/upgrade-deps
...
upgrade some deps and devDeps
2016-02-01 18:48:17 +08:00
afc163
4393caa267
make TreeSelect demo more readable
2016-02-01 17:06:54 +08:00
afc163
c1f68f13f1
upgrade some deps and devDeps
2016-02-01 16:34:26 +08:00
然则
b1780a0947
up tree-select
2016-02-01 14:36:41 +08:00
afc163
6327220266
Improve Transfer onChange, close #972
2016-02-01 14:07:17 +08:00
afc163
271aaf29e1
fix breadcrumb link, close #968
2016-02-01 11:33:02 +08:00
Benjy Cui
512941c65b
fix: should get meta from children
2016-02-01 10:32:02 +08:00
Benjy Cui
4e13bee52a
feat: make Form validation work with Modal
2016-02-01 09:38:40 +08:00
yiminghe
798d15b4f0
update form
2016-01-30 19:00:56 +08:00
afc163
ed2e038250
style(tree & treeSelect): better style
2016-01-30 16:53:49 +08:00
afc163
21eac259b6
fix dateInput format when contains time-picker, close #953
2016-01-30 16:15:43 +08:00
afc163
affec24940
update tooltip demo
2016-01-30 02:02:03 +08:00
然则
79d1fd4043
up tree draggable demo
2016-01-29 11:31:10 +08:00
yiminghe
4ace891cd6
change form
2016-01-28 21:53:57 +08:00
yiminghe
f5cb207e7c
fix FormItem
2016-01-28 21:49:09 +08:00
afc163
be1bad307b
simplify tree demos
2016-01-28 15:13:17 +08:00
afc163
78d3653620
update button group demo
2016-01-28 14:23:09 +08:00
afc163
48433b5c93
upgrade rc-select
2016-01-28 12:16:18 +08:00
Benjy Cui
68b51e298d
style: update code style for space-before-function-paren
2016-01-27 17:00:58 +08:00
Benjy Cui
cd1391e6a2
style: update code style for object-curly-spacing
2016-01-27 17:00:58 +08:00
Benjy Cui
79aa53ce51
docs: update Slider's demo
2016-01-27 17:00:58 +08:00
afc163
1fdf5c3539
Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0
2016-01-27 16:48:40 +08:00
afc163
31ae114a19
fix(transfer): fix compatibility es2015 function, close #944
2016-01-27 16:46:42 +08:00
yiminghe
9c36b900bf
fix(upload): fix default name value
...
do not set value to ''
2016-01-27 16:25:05 +08:00
afc163
3958b2e640
Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0
2016-01-27 14:48:51 +08:00
afc163
dc1e05f9e9
fix(tag): Add enter animation
2016-01-27 14:48:25 +08:00
yiminghe
df326bea67
fix fieldOption
2016-01-27 14:35:21 +08:00
Benjy Cui
d06935528e
feat: customized size first
2016-01-27 12:00:27 +08:00
Benjy Cui
1e42ee95b7
feat: size of controls in form should be large
2016-01-27 10:00:27 +08:00
afc163
62dbc54eb2
improve tag code style
2016-01-27 01:51:54 +08:00
afc163
d010b7957c
update tag demo
2016-01-27 01:47:36 +08:00
afc163
5602d90f12
improve tag code style
2016-01-27 01:47:12 +08:00
afc163
0635877a51
fix(tag): fix tag link style
2016-01-27 01:23:30 +08:00
afc163
a75dfe8fd6
Add tag control demo
2016-01-27 01:20:05 +08:00
afc163
5719a83f36
chore(tag): some code style
2016-01-26 23:40:20 +08:00
yiminghe
65b338de2b
fix(upload): fix upload when edit
...
instanceof check error
2016-01-26 19:55:19 +08:00
afc163
d1fdf38e7d
Merge pull request #934 from ant-design/fix-form
...
fix: help is generate automatically now
2016-01-26 18:21:20 +08:00
Benjy Cui
4d84706d7f
fix: help is generate automatically now
2016-01-26 17:42:56 +08:00
afc163
f559dfbbb7
fix progress format
2016-01-26 17:34:45 +08:00
afc163
02c3a18f79
0.12.0-beta.25
2016-01-26 17:03:44 +08:00
afc163
08c080948e
Merge pull request #929 from ant-design/chore-form
...
refactor: rename option to fieldOption
2016-01-26 17:02:44 +08:00
afc163
5a0f033159
Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0
2016-01-26 16:42:08 +08:00
afc163
0c7feaaa1f
Allow finish selection on Cascader parent option, close #896
2016-01-26 16:41:41 +08:00
yiminghe
a35c027551
support extra for FormItem
2016-01-26 15:40:47 +08:00
yiminghe
60a77bdccf
support extra for FormItem
2016-01-26 15:38:58 +08:00
Benjy Cui
cf25379010
refactor: rename option to fieldOption
2016-01-26 15:17:51 +08:00
afc163
d064e122b3
fix time-picker demo error in safari
2016-01-26 15:04:57 +08:00
afc163
a8826667d0
Merge pull request #928 from ant-design/fix-date-picker
...
fix: should pass formatter to rc-calendar #917
2016-01-26 12:04:46 +08:00
afc163
a88c62f190
update form demos
2016-01-26 11:55:27 +08:00
Benjy Cui
61df1eb1dc
fix: should pass formatter to rc-calendar #917
2016-01-26 10:24:15 +08:00
afc163
5fdb2109f4
fix time-picker demo
2016-01-26 00:28:50 +08:00
afc163
fcbd6015bd
fix button-group disable button border, close #926
2016-01-25 21:06:32 +08:00
afc163
5b3eb0e5f7
fix cascader props pass bug, close #927
2016-01-25 20:52:43 +08:00
afc163
9b13c34889
Add cascader to form demo
2016-01-25 16:25:20 +08:00
afc163
0be6682252
Merge pull request #923 from ant-design/chore-form
...
refactor: make code more robust
2016-01-25 15:53:25 +08:00
afc163
0cd7acb59d
Feature: disabled option of Cascader
2016-01-25 15:31:08 +08:00
Benjy Cui
366edc023a
refactor: make code more robust
2016-01-25 15:00:03 +08:00
Benjy Cui
ffbd9d91f1
chore: delete Validation's docs
2016-01-25 11:51:04 +08:00
Benjy Cui
368ee9422f
feat: deprecate Validation
2016-01-25 11:49:06 +08:00
afc163
e0925a20a8
Add useFixedHeader, #918
2016-01-24 15:40:14 +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
cb6224df4b
fix form demo style
2016-01-23 16:18:22 +08:00
afc163
c75492ffe2
Merge pull request #913 from ant-design/deps-rc-form
...
make Form work with rc-form
2016-01-23 16:09:29 +08:00
afc163
96d99e6c0a
update demos
2016-01-23 15:30:14 +08:00
afc163
66b7ee81ad
fix eslint problems, eslint-config-airbnb@4.x
2016-01-23 15:22:16 +08:00
afc163
5d9978e6bb
remove some hidden demos
2016-01-23 15:02:34 +08:00
afc163
0265e3eb6e
remove ant-form-item-compact, rewrite form-item align style
2016-01-22 20:58:45 +08:00
Benjy Cui
7bf9fa6347
docs: update Form's documentation
2016-01-22 16:16:15 +08:00
Benjy Cui
d745644d83
feat: add id to child automatically
2016-01-22 16:16:15 +08:00
Benjy Cui
1749f5838c
feat: rename name
to id
2016-01-22 16:16:15 +08:00
Benjy Cui
62d61ada74
chore: rename demos
2016-01-22 16:16:15 +08:00
Benjy Cui
d8201c2752
feat: add createForm to Form
2016-01-22 16:16:15 +08:00
Benjy Cui
422b0d19f7
docs: update Form's APIs
2016-01-22 16:16:15 +08:00
Benjy Cui
3e12f86dcd
docs: add demos for rc-form
2016-01-22 16:16:15 +08:00
Benjy Cui
d2acc97493
feat: make Form work with rc-form
2016-01-22 16:16:15 +08:00
afc163
0a4758acf4
Fix form item height vertical align
2016-01-22 14:56:35 +08:00
afc163
cfc141b1c7
capture mousePosition event register in document
2016-01-22 13:54:53 +08:00
afc163
69935c5bbf
Add size for RadioButton, close #904
2016-01-21 22:45:21 +08:00
afc163
6908d35db5
Merge master
2016-01-21 17:19:33 +08:00
afc163
ae1cdbbb93
update tree-select demos
2016-01-21 17:14:39 +08:00
afc163
e765b4bcee
Style: small size control border-radius is 4px now
2016-01-21 17:12:25 +08:00
afc163
4bbe1c0008
Add message.destroy and notification.destroy, close #902
2016-01-21 14:13:28 +08:00
afc163
b1191a5c06
Style: Fix form-item explain float bug, close #906
2016-01-21 13:15:28 +08:00
afc163
b855525615
Feature: support paging columns, ref #708
2016-01-20 17:15:39 +08:00
afc163
3eb57c1888
merge master
2016-01-20 15:14:49 +08:00
afc163
afabf00b5d
Add progress prop style, fix #895
2016-01-20 20:21:51 +08:00
afc163
73596f0ba8
fix progress format, ref #894
2016-01-20 20:20:24 +08:00
afc163
4d228baa57
Progress support custom format, #893
2016-01-20 19:52:23 +08:00
afc163
3337e6072b
Fix indent
2016-01-19 16:32:12 +08:00
afc163
27975606f1
new radio button style according to design spec
2016-01-19 15:09:28 +08:00
afc163
f4a7ed76f5
resolve package.json conflicat
2016-01-19 11:44:17 +08:00
afc163
14447cb6ae
Merge from master
2016-01-19 18:51:45 +08:00
Benjy Cui
07cfe19095
fix: locale should be passed to timePicker #837
2016-01-19 09:26:24 +08:00
afc163
222edae961
Merge pull request #881 from ant-design/feature-upload
...
Feature upload
2016-01-17 13:17:45 +08:00
afc163
64d96f071f
update picture card upload list style for more expansibility
2016-01-16 16:39:52 +08:00
afc163
4b5e09de8d
Merge branch 'master' into develop-0.12.0
2016-01-16 14:58:05 +08:00
afc163
f178e9aa61
Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0
2016-01-16 14:50:45 +08:00
yiminghe
fa7bc2629d
upgrade tree
2016-01-15 20:10:46 +08:00
afc163
341ad18eb6
fix table select all
2016-01-15 17:44:19 +08:00
afc163
7f5735b968
update table demo
2016-01-15 17:21:50 +08:00
kasinooya
98627f6d46
Merge branch 'develop-0.12.0' into feature-upload
2016-01-15 16:45:40 +08:00
kasinooya
17ebf07ad3
Add picture-card demo
2016-01-15 16:44:07 +08:00
afc163
5d2d5b2604
Merge branch 'master' into develop-0.12.0
2016-01-15 16:12:40 +08:00
kasinooya
12c792147e
Merge develop-0.12.0 into HEAD
2016-01-15 16:11:31 +08:00
afc163
3ed9ce3cb5
Do not empty selection when change dataSource now
...
eh... empty behavious will trigger a infinite loop when sapecify
immutable dataSource
You need to empty manully when change data or current page
2016-01-15 16:07:59 +08:00
kasinooya
a6f68b2d37
fix eslint error
2016-01-15 15:57:41 +08:00
kasinooya
4d0e873c88
Add upload listType: picture-card
2016-01-15 15:56:06 +08:00
afc163
a681ea9eb9
fix fileList demo
2016-01-15 15:41:47 +08:00
afc163
dab82feb78
auto eslint fix in scripts
2016-01-14 21:44:35 +08:00
afc163
1514d28dc4
update tree select doc
2016-01-14 21:42:02 +08:00
afc163
229b0de3c6
upgrade rc-upload to 1.8.0, close #677
2016-01-14 21:15:25 +08:00
afc163
bdf819bea3
Merge master
2016-01-14 20:54:52 +08:00
afc163
c65400c586
Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0
2016-01-14 20:41:10 +08:00
afc163
4669c67bc4
resolve conflict
2016-01-14 20:40:30 +08:00
yiminghe
dc3b34510b
compatible with rc-form
2016-01-14 19:15:21 +08:00
Benjy Cui
41ed04e977
style: update code style to please lint
2016-01-14 16:46:38 +08:00
afc163
dde03eaec4
Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0
2016-01-14 16:44:10 +08:00
afc163
772eea09c7
support pending timeline node, ref #708
2016-01-14 16:43:48 +08:00
yiminghe
fd1312803f
upgrade calendar/timePicker. Fixes #822
2016-01-14 16:38:37 +08:00
afc163
efcc8c5cb2
fix popover API table
2016-01-14 15:55:42 +08:00
afc163
d271e92b8e
Merge master
2016-01-14 15:35:21 +08:00
afc163
413e816c98
update button doc
2016-01-14 15:24:54 +08:00
afc163
11353c7a60
reset menu link color, fix #872
2016-01-14 11:54:46 +08:00
zhangpc
db2ef44617
remove href attributes of tag
2016-01-14 09:26:20 +08:00
然则
2e26942ecd
Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0
2016-01-14 00:42:10 +08:00
然则
696b3438b8
up tree, change drag api, fix drag state
2016-01-14 00:41:25 +08:00
afc163
2e3ccfb345
Merge branch 'master' into develop-0.12.0
2016-01-13 22:48:54 +08:00
afc163
63476680bd
Add upload inline item demo, ref #859
2016-01-13 22:44:45 +08:00
afc163
fdcc665c80
merge drag upload demo
2016-01-13 22:39:02 +08:00
afc163
027a69b0f0
hide multiple upload demo
2016-01-13 22:32:42 +08:00
afc163
a16903009e
merge from master
2016-01-13 22:22:33 +08:00
afc163
4cd73289b3
update checkbox use instruction, fix #860
2016-01-13 21:56:51 +08:00
afc163
56c4882f30
Merge pull request #845 from ant-design/new-design-spec
...
New design spec
2016-01-13 21:49:46 +08:00
Benjy Cui
f58ac72a88
docs: update Select's documentation
2016-01-13 17:35:48 +08:00
afc163
a479bc8fe3
Fix MonthPicker style, close #848
2016-01-13 17:30:54 +08:00
afc163
24bd1f09da
fix Modal case bug
2016-01-13 16:46:38 +08:00
afc163
d4a65d14ba
Merge branch 'master' into new-design-spec
2016-01-13 16:30:30 +08:00
afc163
033acfd0f4
Fix transfer search
2016-01-13 16:28:36 +08:00
afc163
33f2863e68
update new design spec style
2016-01-13 15:11:54 +08:00
afc163
7470b3e5c5
Fix qrcode icon, close #772
2016-01-12 19:00:40 +08:00
Benjy Cui
7ae966873a
fix: cyclic reference in Modal
2016-01-12 17:07:24 +08:00
afc163
c732855902
rm alert
2016-01-12 14:25:33 +08:00
afc163
8cd0a08946
Allow FormItem.help to be boolean
2016-01-12 14:24:42 +08:00
afc163
ec6d38b749
Merge from master
2016-01-12 11:58:19 +08:00
afc163
0f72c80e79
Merge pull request #829 from ant-design/upgrade-eslint-config
...
Upgrade eslint config
2016-01-12 11:54:07 +08:00
afc163
cf92a79529
merge master
2016-01-12 11:44:02 +08:00
afc163
997db86d76
fix form item demo style
2016-01-12 11:25:17 +08:00
afc163
7a142993a1
Add inline form item explain to demo, #846
2016-01-12 11:18:28 +08:00
绯一
1ca51cbd5c
[update] hide onRowClick
2016-01-11 12:09:12 +08:00
绯一
502ae06f9d
[feat] add rowClick demo and doc
2016-01-11 11:37:36 +08:00
afc163
15b2e92df1
Merge branch 'master' into new-design-spec
2016-01-11 11:37:09 +08:00
Benjy Cui
7f394da335
style: update code style to please lint
2016-01-11 10:10:32 +08:00
Benjy Cui
aa5c4f9595
style: update code style to please lint
2016-01-11 09:49:31 +08:00
Benjy Cui
632cd36e63
chore: suppress warning
2016-01-11 09:49:31 +08:00
Benjy Cui
b72d18fd44
style: update code style to please the fucking lint
2016-01-11 09:49:30 +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
1e001d2d82
upgrade eslint-config-airbnb
2016-01-11 09:48:29 +08:00
afc163
a222b3898b
support submenu in table filter menu, ref #708
2016-01-10 21:10:10 +08:00
afc163
ca2edd2b1d
Add pictures
2016-01-10 19:19:14 +08:00
然则
0c9afc8561
change treeNodeLabelProp defaultValue
2016-01-08 19:46:57 +08:00
Benjy Cui
5ea2775197
fix: should not set default value for open
#818
2016-01-08 17:44:15 +08:00
Benjy Cui
b58142081c
feat: add defaultValue for onChange onShowSizeChange
2016-01-08 16:53:25 +08:00
Benjy Cui
64cde2e905
fix: Pagination.onChange should be called #824
2016-01-08 15:29:34 +08:00
然则
40a7cbf96f
fix lint
2016-01-07 19:05:55 +08:00
Yuwei Ba
fd65f75d71
更新 Pagination 文档
2016-01-07 17:46:36 +08:00
yiminghe
68443b61c0
fix cascader value
2016-01-06 11:46:06 +08:00
Benjy Cui
a7b2c2e348
feat: expose closable
for Modal
2016-01-06 10:21:02 +08:00
Benjy Cui
02bcdee3c3
docs: update Select's doc #799
2016-01-05 17:50:25 +08:00
afc163
3e81ed7740
Merge branch 'master' into develop-0.12.0
2016-01-05 11:45:47 +08:00
afc163
105130ddb8
Add cascader prop disabled
2016-01-05 11:32:36 +08:00
yiminghe
c8038fde32
move cascade style up
2016-01-04 19:23:19 +08:00
yiminghe
af07048c27
Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0
2016-01-04 19:20:18 +08:00
leon.shi
98aa1a5997
Fix wrong description in Tree props table, checked
should be selected
and checkedKeys
should be selectedKeys
.
2016-01-04 15:22:00 +08:00
zilong
bdd47786af
Update index.md
...
fix typo. key should be `address`
2016-01-03 14:00:50 +08:00
afc163
d6b639b288
Merge branch master
2016-01-03 01:22:05 +08:00
afc163
663e3c4231
update table demo title
2016-01-03 01:17:49 +08:00
yiminghe
a5efd5d028
fix range picker
2016-01-02 17:03:56 +08:00
afc163
92c56889a3
Fix inline menu click problem in 0.11.1
2016-01-02 01:29:46 +08:00
afc163
c1ef10da49
Fix inline menu click problem in 0.11.1
2016-01-02 01:26:40 +08:00
然则
78a6a8e8aa
big change
2016-01-01 22:59:10 +08:00
afc163
553fb4d05c
Add arrow style
2016-01-01 22:59:10 +08:00
afc163
d37bcfa82f
Add clear icon
2016-01-01 22:59:10 +08:00
afc163
a4a235cd67
Add prop size for cascader
2016-01-01 22:59:09 +08:00
afc163
057eae84c5
update cascader api
2016-01-01 22:59:09 +08:00
afc163
461495d46d
update cascader document
2016-01-01 22:59:09 +08:00
afc163
096c7d58d1
Add cascade
2016-01-01 22:59:09 +08:00
然则
c09332ce1d
up demo
2016-01-01 22:58:39 +08:00
然则
59b999c9ed
fix demo
2016-01-01 22:58:39 +08:00
然则
77a59bbd76
add tree-select
2016-01-01 22:58:39 +08:00
afc163
a570b25e0a
update table API doc
2016-01-01 22:55:25 +08:00
afc163
7866f177cc
update table selection demo
2016-01-01 22:51:26 +08:00
afc163
76aa90f67b
update document for table selection change
2016-01-01 22:38:19 +08:00
afc163
34f9ab05b0
make selected item can be controlled, #793
2016-01-01 22:34:59 +08:00
afc163
ceeae97eb8
Add rowSelection API documentation
2016-01-01 20:18:38 +08:00
afc163
28b75ce8da
Add rowSelection onChange, #786
2016-01-01 20:08:30 +08:00
afc163
27908bf42e
Fix disabled checkbox logic in table rowSelection
2016-01-01 19:49:02 +08:00
afc163
b276ca65fc
checkAll should be disabled when every checkbox is disabled
2016-01-01 19:07:28 +08:00
afc163
01468cdc54
improve getDefaultSelection code implementation
2016-01-01 19:00:34 +08:00
afc163
092e2e1ac6
empty selectedRowKeys when dataSource changed, ref #793
2016-01-01 18:53:57 +08:00
afc163
ba51e65c3d
Add animation for dropdown submenu, ref #797
2015-12-31 17:55:45 +08:00
afc163
d79562075a
update select demo
2015-12-31 17:36:37 +08:00
afc163
dc1455ecc4
Add dropdown submenu demo and style, close #797
2015-12-31 17:34:04 +08:00
Benjy Cui
8c50e283f6
fix: FormItem should support long help message #785
2015-12-31 15:57:24 +08:00
Benjy Cui
e66a43a4c5
docs: update Form's demo
2015-12-31 09:51:44 +08:00
afc163
4d8e008927
update demo code
2015-12-30 19:34:05 +08:00
afc163
1a606524dd
rm expandedKeys from tree API
2015-12-30 19:01:34 +08:00
lgmcolin
1087ec4501
fix tree doc
2015-12-30 17:54:07 +08:00
afc163
e44faf9d48
fix demo style
2015-12-29 23:43:10 +08:00
afc163
6d4c4e12d1
Add advanced search form demo
2015-12-29 23:39:21 +08:00
afc163
98b899d0cc
timePicker en-US, ref #771
2015-12-29 22:40:09 +08:00
afc163
9f48f665a6
Add animation for transfered item
2015-12-29 15:48:51 +08:00
afc163
253da716f3
change table default indentSize
2015-12-29 14:36:38 +08:00
afc163
3090930ae3
Fix icon doc
2015-12-29 13:52:31 +08:00
afc163
91bd7f22c0
use mountNode replace the long getElementById
2015-12-29 12:08:58 +08:00
Benjy Cui
c8339d5b1b
Merge branch 'master' of github.com:ant-design/ant-design
2015-12-28 16:11:38 +08:00
yiminghe
d7e4578b89
fix pageSize
2015-12-28 15:42:16 +08:00
Benjy Cui
5699e61fd0
fix: uploadList should under the controll of beforeUpload #757
2015-12-28 14:16:34 +08:00
afc163
c5df2c0fac
update button demo text
2015-12-28 13:57:02 +08:00
afc163
2699f5075c
update button loading
2015-12-28 13:49:58 +08:00
afc163
5476bf1afe
fix previewFile error in uploadList
2015-12-28 13:07:47 +08:00
yiminghe
1f22b567d2
fix parseDateFromValue
2015-12-28 11:43:43 +08:00
afc163
74036396fe
fix calendar switch, close #753
2015-12-28 11:28:00 +08:00
afc163
4564324621
improve transfer demo code style
2015-12-28 11:03:58 +08:00
afc163
679d377e87
fix select error of calendar
2015-12-27 23:39:33 +08:00
afc163
c45c6877f8
fix lint problems
2015-12-27 16:20:59 +08:00
afc163
b1a136d208
improve uploadList previewFile
2015-12-27 16:00:40 +08:00
afc163
6f42cceb4a
use file.url after thumbUrl
2015-12-27 15:43:49 +08:00
afc163
c2cb6ea1b1
fix previewFile, ref #750
2015-12-27 15:37:17 +08:00
afc163
1f98c85e8a
support preview picture in upload list, close #750
2015-12-27 15:32:37 +08:00
afc163
a277669aba
Add comment for menu openKeys
2015-12-27 13:37:27 +08:00
afc163
b55d43924d
Merge branch 'develop-0.11.0' of github.com:ant-design/ant-design into develop-0.11.0
2015-12-27 13:06:59 +08:00
Benjy Cui
5121a5d634
deps: upgrade rc-menu
2015-12-26 17:23:41 +08:00
afc163
ac337976be
update table demo
2015-12-26 00:58:05 +08:00
afc163
6fa32a81b8
update demos title
2015-12-26 00:52:30 +08:00
afc163
d6122ab872
typo
2015-12-25 18:14:31 +08:00
afc163
e0fb571ebc
Add dateInputPlaceholder
2015-12-25 18:04:01 +08:00
afc163
5f3b38a38c
fix import file extentions
2015-12-25 17:53:35 +08:00
Benjy Cui
9ef865e25e
docs: update demo and documentation
2015-12-25 15:50:41 +08:00
afc163
8dea7fbe15
Rollback with-time-picker demo but do not show
2015-12-25 15:34:32 +08:00
afc163
f7322df4ee
Merge branch 'develop-0.11.0' of github.com:ant-design/ant-design into develop-0.11.0
2015-12-25 15:28:00 +08:00
afc163
82bb807932
update RangePicker style
2015-12-25 15:27:24 +08:00
Benjy Cui
da7b7ca2a0
fix: Form should support className
#711
2015-12-25 14:30:28 +08:00
afc163
ca4f159145
update demo name
2015-12-25 11:56:25 +08:00
afc163
e14ee95e8f
improve checkbox group
...
1. Add basic style
2. make it controlled component
3. code style
2015-12-25 11:48:59 +08:00
加缪
1f8e83c649
again fix group.md
2015-12-25 11:48:59 +08:00
加缪
6c5794e8ee
fix group.md eslint
2015-12-25 11:48:59 +08:00
加缪
5000fa6b87
fix ant-design eslint
2015-12-25 11:48:59 +08:00
加缪
e0e94ef709
checkbox demo complete
2015-12-25 11:48:58 +08:00
afc163
2fd64b4997
update date-picker api
2015-12-25 01:52:52 +08:00
afc163
69faeb9145
Fix button text whitespace
2015-12-25 01:44:06 +08:00
afc163
2ea1fb48a4
rm onSelect
2015-12-25 01:21:46 +08:00
afc163
cbf7d27664
improve rangepicker and add showTime prop
2015-12-25 01:21:03 +08:00
afc163
6c1f601ab8
Merge pull request #735 from ant-design/component-transfer
...
Component transfer
2015-12-24 21:19:24 +08:00
afc163
47ac6720e3
update demos
2015-12-24 20:49:10 +08:00
afc163
30d74aa7d5
update transfer info
2015-12-24 20:47:09 +08:00
afc163
ec95e2fb5b
Merge branch 'develop-0.11.0' into component-transfer
2015-12-24 20:36:30 +08:00
afc163
706009f2be
improve transfer
2015-12-24 17:44:54 +08:00
afc163
335d526dcc
update transfer opertion buttons
2015-12-24 15:52:49 +08:00
afc163
5c9a75c8bc
update transfer operation className
2015-12-24 15:31:03 +08:00
afc163
50565eef0f
improve transfer operation implement
2015-12-24 15:23:26 +08:00
afc163
7156c7526d
update transfer style and demos
2015-12-24 14:56:48 +08:00
Benjy Cui
afa40dd919
feat: add RangePicker
2015-12-24 14:45:22 +08:00
Benjy Cui
38083e5a9f
feat: expose onShowSizeChange
2015-12-24 10:12:31 +08:00
Benjy Cui
a84be2c043
docs: update docs and demos
2015-12-24 09:54:59 +08:00
Daqi Song
509a368e56
fix comments
2015-12-23 23:12:20 +08:00
Daqi Song
7b8007087a
fix style issues, enhance demos
2015-12-23 22:59:42 +08:00
afc163
970dd7f34e
fix popconfirm
2015-12-23 21:01:33 +08:00
Daqi Song
24975d1d15
add box width
2015-12-23 20:05:55 +08:00
afc163
e834d6a1a6
Add new icons
2015-12-23 19:58:18 +08:00
Daqi Song
a7f010dd36
add key, modify default props
2015-12-23 19:50:44 +08:00
Daqi Song
41ba920fd7
add filter function
2015-12-23 19:41:56 +08:00
afc163
8ab0e32758
fix icon
2015-12-23 19:23:14 +08:00
afc163
56336717ab
Add hint for name changing
2015-12-23 19:09:31 +08:00
Daqi Song
2d175a0a62
Merge branch 'develop-0.11.0' into component-transfer
...
* develop-0.11.0:
Add new icons
fix icon
Add hint for name changing
update links
docs: update documentation about `mixins`
Add axure rplib file link
Fix webpack errorin demo.js: a dependency to an entry point is not allowed
0.11.0-beta2
docs: update demo
docs: add demo for `overflowCount`
upgrade version select
docs: publish 0.11.x's documentation
2015-12-23 18:42:51 +08:00
Cam Song
f847c23c46
Fix a typo in tooltip demo
2015-12-23 18:07:31 +08:00
Benjy Cui
2bb90710b9
docs: update documentation about mixins
2015-12-22 16:54:34 +08:00
Benjy Cui
155c22efd4
docs: update demo
2015-12-22 14:49:46 +08:00
Benjy Cui
24398cd3e5
docs: add demo for overflowCount
2015-12-22 14:34:31 +08:00
Daqi Song
07387e4ded
Merge branch 'develop-0.11.0' into component-transfer
...
* develop-0.11.0: (52 commits)
remove unused code
improve home js
badge can be use like <Badge />, ref #413
fix: `rowKey` should work with Radio #697
update deps
remove scripts/clip.js
fix ie8 babel bug via es3ify-loader, ref ant-tool/atool-build#28
small change
Fix ie8 error caused by clipboard.js
Add basic English doc for install
update demos
update tabs style
Add tip, #692
update demo text
update background-color of common layout demo
update tabs demo
update tabs doc
Add card tabs on container top
update tabs style
update card tabs style
...
2015-12-21 15:30:25 +08:00
Daqi Song
765ce7bb67
change api
2015-12-21 15:29:02 +08:00
afc163
fd96b1e7f4
Merge pull request #707 from ant-design/fix-table
...
fix: `rowKey` should work with Radio #697
2015-12-18 17:31:05 +08:00
afc163
8a69058364
badge can be use like <Badge />, ref #413
2015-12-18 17:29:06 +08:00
Benjy Cui
d1c73231a1
fix: rowKey
should work with Radio #697
2015-12-18 16:33:37 +08:00
afc163
424166d335
Fix ie8 error caused by clipboard.js
2015-12-18 11:33:27 +08:00
Daqi Song
0e82e14030
fix demo
2015-12-18 09:05:02 +08:00
afc163
f0d94d476b
Merge pull request #691 from ant-design/update-time-picker
...
update time-picker to 1.0.0-alpha9
2015-12-17 16:13:23 +08:00
afc163
8df1da99d9
update demos
2015-12-17 16:12:17 +08:00
Daqi Song
45f01f1f26
update style
2015-12-17 16:08:16 +08:00
afc163
d8404a5972
Add tip, #692
2015-12-17 14:28:57 +08:00
afc163
2ab49d7b3c
update demo text
2015-12-17 13:44:04 +08:00
afc163
6f3bbce39b
update tabs demo
2015-12-17 12:39:26 +08:00
afc163
54087d7488
update tabs doc
2015-12-17 12:36:10 +08:00
afc163
a334065edb
Add card tabs on container top
2015-12-17 12:33:34 +08:00
Benjy Cui
7ed1d78150
docs: add doc for tabPosition
2015-12-17 10:04:07 +08:00
Daqi Song
f913542626
fix style
2015-12-16 23:02:49 +08:00
afc163
744a0c49b5
Fix Input textarea rows prop, close #694
2015-12-16 20:13:18 +08:00
afc163
e064af5eb9
update table index.md
2015-12-16 18:27:38 +08:00
afc163
e20111d918
Add table locale emptyText
2015-12-16 18:14:22 +08:00
MG12
ece8eaa7ad
update time-picker to 1.0.0-alpha9
2015-12-16 17:29:28 +08:00
afc163
76ecce0942
Add column key for table demo
2015-12-16 16:35:56 +08:00
afc163
5d0287615d
update table index
2015-12-16 15:53:46 +08:00
Benjy Cui
7f2957b23b
style: unify demos' code style
2015-12-16 15:25:15 +08:00
afc163
ca0cfc2cd0
Merge pull request #685 from ant-design/deps-slider
...
deps: upgrade rc-slider, ref #413
2015-12-16 14:14:05 +08:00
Benjy Cui
d644484236
deps: upgrade rc-slider
2015-12-16 14:03:09 +08:00
afc163
029890a5ab
fix default prop doc
2015-12-16 11:56:30 +08:00
afc163
7eb3c04a1e
Add tabPostion bottom
2015-12-16 11:53:52 +08:00
Benjy Cui
74fc3fd710
fix: uncheck when all the data are disabled #682
2015-12-16 10:32:32 +08:00
yiminghe
6e8d9c4079
Merge pull request #674 from ant-design/feat-new-tabs-style
...
Feat new tabs style
2015-12-15 19:24:51 +08:00
Benjy Cui
7cd8b34015
chore: remove useless div
2015-12-15 17:54:43 +08:00
afc163
734dcc142a
update tabs document
2015-12-15 17:30:06 +08:00
daqi.sdq
2850804feb
modify api
2015-12-15 17:08:34 +08:00
afc163
c43d59dbb4
update editable-card.md
2015-12-15 16:38:53 +08:00
afc163
12c1272354
rewrite editable card
2015-12-15 16:34:02 +08:00
daqi.sdq
2c8072cb98
Merge branch 'develop-0.11.0' into component-transfer
...
* develop-0.11.0: (147 commits)
update upload style
fix className
update tabs demo
Add picture style upload list
fix docs
fix #662
fix value prop of DatePicker to controlled prop
Add overflowCount for badge, close #660
Add ceiling spec, #413
update spec/tools.md
fix react-component/time-picker#9
fix prefixCls
feat: add Menu.ItemGroup #654
update tabs document
update text
Add design tools page
update upgrade notes
Add warn message and fix warn alert icon
Datepicker => DatePicker, Timepicker => TimePicker
Add propTypes
...
# Conflicts:
# index.js
2015-12-15 14:05:57 +08:00
afc163
b115f000f9
Fix some style and react key problems
2015-12-15 11:38:27 +08:00
afc163
349d03e384
update tabs document
2015-12-14 22:20:29 +08:00
afc163
257d90fce1
Add editable tabs example
2015-12-14 22:16:25 +08:00
afc163
6f04d7c1a7
Add type=card tabs
2015-12-14 16:30:15 +08:00
afc163
0bd2ed9378
update upload style
2015-12-14 11:56:00 +08:00
afc163
721c00e925
fix className
2015-12-14 11:45:35 +08:00
afc163
759baedadd
update tabs demo
2015-12-13 20:08:58 +08:00
afc163
9560c310a2
Merge pull request #666 from ant-design/upload-list-picture-style
...
Add picture style upload list
2015-12-13 19:47:20 +08:00
afc163
7288dfbaf9
Add picture style upload list
2015-12-13 17:46:06 +08:00
afc163
41660c3814
fix value prop of DatePicker to controlled prop
2015-12-12 13:38:25 +08:00
afc163
dce02dd5f9
Merge branch 'develop-0.11.0' of github.com:ant-design/ant-design into develop-0.11.0
2015-12-11 17:57:43 +08:00
afc163
5e18c37cce
Add overflowCount for badge, close #660
2015-12-11 17:57:09 +08:00
afc163
9dd5becfc8
fix prefixCls
2015-12-11 19:58:41 +08:00
Benjy Cui
6e95c29a1d
feat: add Menu.ItemGroup #654
2015-12-11 17:01:21 +08:00
afc163
23e1ad362b
update tabs document
2015-12-10 17:47:51 +08:00
afc163
5908b11652
Add warn message and fix warn alert icon
2015-12-10 16:41:41 +08:00
afc163
c7bcea8559
Merge pull request #651 from ant-design/remove-table-datasource
...
Remove remote mode datasource of Table
2015-12-10 16:33:23 +08:00
afc163
d759d1f489
Datepicker => DatePicker, Timepicker => TimePicker
2015-12-10 16:30:18 +08:00
afc163
41c60f6469
Add propTypes
2015-12-10 15:26:45 +08:00
afc163
58845101c2
update table demos
2015-12-10 15:16:33 +08:00
afc163
62d4bbd573
remove remote dataSource
2015-12-10 14:49:24 +08:00
afc163
b4789e585d
filter dropdown should have max height
2015-12-10 12:13:13 +08:00
afc163
397cfc96c0
fix selectedRowKeys bug code in 19c385c
2015-12-09 22:07:13 +08:00
afc163
a46dc5135c
fix selection column width, close #649
2015-12-09 21:55:07 +08:00
afc163
8604a9a2d2
slash -> separator, #641
2015-12-09 16:48:52 +08:00
afc163
dfd70ae634
fix empty filters when receive new columns in Table, ref #418 comment-163093580
2015-12-09 15:59:54 +08:00
afc163
c1b1765a1b
Fix short format timepicker
2015-12-08 21:23:07 +08:00
afc163
4f4240227e
Fix textarea not editable bug, close #646
...
Caused by #589 fix
and fix #586 via https://github.com/facebook/react/issues/2533#issuecomment-15150334
2015-12-08 19:23:23 +08:00
afc163
31ee4bea30
Fix textarea not editable bug, close #646
...
Caused by #589 fix
and fix #586 via https://github.com/facebook/react/issues/2533#issuecomment-15150334
2015-12-08 19:18:04 +08:00
afc163
f64bee9de5
Merge branch 'master' into develop-0.11.0
2015-12-08 16:48:30 +08:00
afc163
bfe94b2a80
upgrade rc-time-picker
...
ref #578
2015-12-08 16:45:21 +08:00
tom
7f7e66070e
fix bug: 只有在存在btn情况下才能调用close
2015-12-07 18:53:28 +08:00
afc163
b177350280
update icon document
2015-12-07 16:33:02 +08:00
afc163
05ee2bf036
update icon document
2015-12-07 16:32:44 +08:00
afc163
c79913b896
Fix table columns key, #642
2015-12-07 16:20:52 +08:00
afc163
a068e58dd4
Add slash prop, close #641
2015-12-07 12:13:13 +08:00
afc163
0690e7137d
Merge branch 'master' into develop-0.11.0
2015-12-07 11:20:46 +08:00
afc163
f6930d5f1b
remove ignoreScrollBehavior
2015-12-07 11:19:08 +08:00
Benjy Cui
1a4527944f
chore: remove useless ref
property
2015-12-07 11:12:19 +08:00
afc163
1d7350cccd
Add Switch size to API doc
2015-12-06 17:14:06 +08:00
afc163
290b739cd1
improve select classname code
2015-12-06 17:13:06 +08:00
afc163
7c9820baeb
Add small size switch, ref #413
2015-12-06 16:39:01 +08:00
afc163
a9818876e9
update icon stateless component
2015-12-06 16:22:34 +08:00
afc163
462f4432d7
Merge pull request #633 from ant-design/update-simple-pagination
...
Update simple pagination
2015-12-05 13:36:02 +08:00
afc163
36e234de97
update small examples
2015-12-05 13:34:55 +08:00
afc163
07e32342a0
fix demo ajax page change
2015-12-05 13:10:24 +08:00
afc163
84b23d6b11
fix demo ajax page change
2015-12-05 13:07:17 +08:00
afc163
52c26872cb
update docs
2015-12-05 01:08:33 +08:00
afc163
aed50b2cc0
update docs
2015-12-05 01:03:08 +08:00
Yuwei Ba
9582855255
use object-assign
2015-12-04 17:48:01 +08:00
Yuwei Ba
948120e224
update simple pagination style
2015-12-04 17:47:58 +08:00
afc163
6b4d7b3622
remove ref in Icon
2015-12-04 15:06:36 +08:00
afc163
055d3b406c
Add visible to popconfirm
2015-12-04 14:58:19 +08:00
Benjy Cui
7bbe2dee7c
chore: cursor should be not-allowed
if disabled
2015-12-04 11:22:16 +08:00
afc163
1b39188ea4
Merge pull request #628 from ant-design/upgrade-to-babel6
...
upgrade to babel6, ref #413
2015-12-03 17:57:06 +08:00
afc163
c592235f3d
Merge pull request #624 from ant-design/tabsAnim
...
tabs animation
2015-12-03 17:43:01 +08:00
afc163
d9eaffb0c8
upgrade nico-jsx for marked and babel6 inside it
2015-12-03 17:41:44 +08:00
jljsj
1446e799c4
add select choice anim
2015-12-03 19:21:49 +08:00
afc163
19c69eb071
Merge branch 'master' into develop-0.11.0
2015-12-02 20:04:05 +08:00
afc163
c3aa6ec367
Add search input style, ref #413
2015-12-02 19:33:26 +08:00
jljsj
ad1a97d0aa
add tabs default animation,remove Api animation
2015-12-02 18:06:16 +08:00
Benjy Cui
4e4273ec5b
docs: update Select's documentation
2015-12-02 16:28:41 +08:00
afc163
81209c70c3
Fix input & input-group wrapper tag
2015-12-02 15:55:02 +08:00
afc163
2923cd8799
Add dropdown button
2015-12-02 15:18:15 +08:00
afc163
cd8c6e7154
improve filter style, ref #413
2015-12-02 11:36:59 +08:00
afc163
5e1f611863
Add dashed button, ref #413
2015-11-30 18:26:44 +08:00
afc163
087c64649d
upgrade iconfont
2015-11-30 17:59:46 +08:00
afc163
3e5e51049b
use outline icon in alert with description
2015-11-30 15:07:29 +08:00
afc163
5b50e11192
Merge branch 'master' into develop-0.11.0
2015-11-30 15:03:50 +08:00
afc163
9b3858adbf
change filter icon
2015-11-30 14:48:33 +08:00
yiminghe
f99bbf5c2e
add month picker
2015-11-30 14:41:01 +08:00
afc163
f3d4ccc045
default hidden icon in alert, add showIcon prop
...
ref #413
2015-11-29 18:43:14 +08:00
afc163
3639f048f5
Merge branch 'master' into develop-0.11.0
2015-11-29 18:01:08 +08:00
afc163
7cd8fb042f
fix tree demo
2015-11-29 16:54:20 +08:00
afc163
cc80b3c1c6
Merge branch 'master' into develop-0.11.0
2015-11-28 15:04:59 +08:00
afc163
a0f93bfa83
use stateless component
2015-11-28 14:23:31 +08:00
afc163
5e8aa0cafd
Merge branch 'master' into develop-0.11.0
2015-11-27 17:28:46 +08:00
afc163
c269f65d08
Fix badge count always 0 bug in IE8/9, #605
2015-11-27 15:45:38 +08:00
afc163
7c0c2cd18c
Add rowKey tip in document
2015-11-27 15:08:56 +08:00
afc163
9e82dee23b
Add rowKey tip in document
2015-11-27 14:54:25 +08:00
afc163
eb828f0eba
Fix disabled props in RadioGroup, closes #603
2015-11-27 14:29:03 +08:00
afc163
54474acbcc
Merge branch 'develop-0.11.0' of github.com:ant-design/ant-design into develop-0.11.0
2015-11-27 12:10:36 +08:00
afc163
820d9d7880
fix demo lint
2015-11-27 12:08:57 +08:00
afc163
beaa01d4ef
upgrade rc-pagination to 1.3.5
2015-11-27 01:00:27 +08:00
afc163
3992678141
update ajax demo, controll current page outside
2015-11-26 23:30:20 +08:00
afc163
82addcccc1
update date and time picker demo
2015-11-26 22:18:14 +08:00
afc163
5b4aa4cd55
update API
2015-11-26 19:52:25 +08:00
afc163
2802643c12
fix demo
2015-11-26 19:51:03 +08:00
Yuwei Ba
83f176f2f6
Update demo.
2015-11-26 17:15:18 +08:00
daqi.sdq
779d904f53
add search and operation funcation
2015-11-26 16:07:11 +08:00
afc163
833498269d
Add middle size table, ref #413
2015-11-26 14:44:28 +08:00
afc163
07f5c62ef8
change title text in sorter
2015-11-26 14:15:09 +08:00
Yuwei Ba
4cc69cdd3f
Upgrade rc-pagination to 1.3.0.
2015-11-26 12:17:19 +08:00
afc163
59db4e46c6
fix demo code lint bug
2015-11-26 12:07:27 +08:00
afc163
bd14d75419
Merge pull request #584 from ant-design/feat-button-text
...
Add i18n for `Table` `Modal` `Popconfirm`
2015-11-26 11:59:20 +08:00
Daqi Song
38b51372e6
move mock data to demo
2015-11-26 11:18:37 +08:00
Daqi Song
27dc9bc853
init transfer
2015-11-25 23:17:06 +08:00
afc163
d1d3329674
fix boolean attribute lint errors
2015-11-25 18:10:35 +08:00
afc163
16abf46071
Fix markdown eslint errors, update .eslintrc
2015-11-25 18:10:34 +08:00
afc163
69433ebf9c
Merge branch 'master' of github.com:ant-design/ant-design
2015-11-25 17:50:16 +08:00
afc163
2f2928979b
Merge pull request #592 from ant-design/fix-input-number
...
fix: InputNumber should support `className`
2015-11-25 17:05:27 +08:00
shelwin
042f016dd4
update modal confirm demo
2015-11-25 16:17:58 +08:00
Benjy Cui
75fc99f0ad
fix: InputNumber should support className
2015-11-25 15:58:38 +08:00
afc163
e88fcd2839
Merge branch 'master' of github.com:ant-design/ant-design
2015-11-25 11:42:51 +08:00
Benjy Cui
2b3878549a
docs: update Slider docs for tipFormatter
2015-11-25 11:34:55 +08:00
afc163
7388b7e93a
Merge branch 'master' of github.com:ant-design/ant-design
2015-11-25 11:12:53 +08:00
afc163
a1e2099d4a
update ScrollNumber render
2015-11-25 11:08:26 +08:00
SimaQ
a86a3b9a5b
fix: fixes #586 .
2015-11-25 10:46:38 +08:00
afc163
ce76ebfe9b
replace rcUtil.classSet by classnames, ref react-component/util#1
2015-11-24 20:03:57 +08:00
afc163
a6197a4836
Merge pull request #565 from ant-design/badge-anim
...
Badge anim
2015-11-24 19:37:48 +08:00
afc163
62b50c76d7
adjust datepicker and timepicker style to fit each other
2015-11-24 17:43:58 +08:00
afc163
8cd65dcdba
update timepicker demo
2015-11-24 17:33:14 +08:00
afc163
83d047466b
Add datepicker and timepicer usage demo
2015-11-24 17:25:32 +08:00
xiaosheng.lj
871be19528
fix upload multiple #579
2015-11-24 17:00:34 +08:00
Benjy Cui
dba62729b0
refactor: set okText
cancel
defaultValue
2015-11-24 16:48:21 +08:00
Benjy Cui
b110b8787b
docs: update demos
2015-11-24 16:39:16 +08:00
Benjy Cui
998fa8816e
feat: Table should support i18n
2015-11-24 15:58:50 +08:00
afc163
47c8f3de69
improve badge anim
2015-11-24 15:29:57 +08:00
Benjy Cui
51a2798eb5
feat: Popconfirm should support i18n
2015-11-24 11:21:37 +08:00
Benjy Cui
fdd9ef7d18
feat: Modal should support internationalization
2015-11-24 11:01:36 +08:00
afc163
9d4aa291f3
Refactor ant scroll number
2015-11-23 23:01:04 +08:00
afc163
3768e49597
improve code style
2015-11-23 17:19:35 +08:00
Benjy Cui
5bbf9369fb
deps: update rc-slider and demo
2015-11-23 16:18:55 +08:00
jljsj
8026a92974
update transition-duration
2015-11-23 15:39:55 +08:00
jljsj
64be14e89e
update
2015-11-23 15:21:52 +08:00
jljsj
f7176f31f4
Merge branch 'badge-anim' of github.com:ant-design/ant-design into badge-anim
2015-11-23 15:19:00 +08:00
jljsj
23b5bf0cb0
update badge getTranslateY
2015-11-23 15:08:19 +08:00
afc163
c14dcc7e40
fix #571
2015-11-23 11:01:17 +08:00
Benjy Cui
bbadcc34c1
refactor: cache the result of getLocale()
2015-11-21 16:48:35 +08:00
afc163
250836371b
improve code style
2015-11-20 21:44:05 +08:00
afc163
162253b232
Merge branch 'master' of github.com:ant-design/ant-design
2015-11-20 21:08:03 +08:00
afc163
bb897c17ec
fix datepicker placeholder
2015-11-20 21:07:29 +08:00
afc163
c416d40b81
Fix datepicker style prop, close #564
2015-11-20 21:05:46 +08:00
afc163
7eb2f5b58a
Add support for degrade usage of form
2015-11-20 18:51:12 +08:00
afc163
184e378e79
move col row input into indepent dirctories, remove antd.ButtonGroup
2015-11-20 18:21:59 +08:00
afc163
97b6ff7f92
update timepicker index.md
2015-11-20 18:01:02 +08:00
afc163
21dc8811c9
update table doc
2015-11-20 17:16:56 +08:00
jljsj
7ce4a11d62
update badge number
2015-11-20 17:00:39 +08:00
jljsj
b08513a082
update badge number utils
2015-11-20 17:00:39 +08:00
jljsj
a834a9f83e
update badge anim demo
2015-11-20 17:00:39 +08:00
jljsj
75d2d21b0b
update badge anim
2015-11-20 17:00:39 +08:00
jljsj
55b9ec3feb
update badge open max 99
2015-11-20 17:00:38 +08:00
jljsj
0a1c8ba811
update badge anim 0-9, 9-0
2015-11-20 17:00:38 +08:00
jljsj
ae287a2b68
update badge change.md
2015-11-20 17:00:38 +08:00
jljsj
57cde4ab18
update badge number
2015-11-20 17:00:38 +08:00
jljsj
a52567bee6
add badge the number scroll anim
2015-11-20 17:00:38 +08:00
afc163
2b6b294fb0
Merge pull request #562 from ant-design/update-timepicker
...
update timepicker component and fix a bug when clear input.
2015-11-20 15:06:26 +08:00
MG12
df180f942c
update timepicker component and fix a bug when clear input.
2015-11-20 15:01:22 +08:00
afc163
ffcf55d241
Fix dropdown click usecase, ref #535
2015-11-20 14:26:59 +08:00
afc163
9268a0befd
Fix eslint
2015-11-20 14:15:33 +08:00
afc163
e07a116659
update iconfont index.md
2015-11-20 11:30:21 +08:00
afc163
e058e67cb4
fix iconfont
2015-11-20 11:05:34 +08:00
afc163
3597e6a576
move matchMedia polyfill to carousel
2015-11-20 10:57:08 +08:00
afc163
5b65625a3b
fix placeholder again
2015-11-19 19:28:36 +08:00
afc163
e42729f165
fix placeholder
2015-11-19 19:15:52 +08:00
afc163
ceb4761555
Fix code style
2015-11-19 19:09:51 +08:00
MG12
0bd4b783b9
remove useless file
2015-11-19 18:08:12 +08:00
MG12
8ad6479488
fix locale of default value
2015-11-19 18:02:00 +08:00
MG12
dbb8eaaa35
timepicker component feature fix
2015-11-19 18:02:00 +08:00
MG12
f65abf1d6d
update less file and use variables; rename TimePicker to Timepicker
2015-11-19 18:02:00 +08:00
崖鹰
3b6745d175
add timepicker component
2015-11-19 18:02:00 +08:00
afc163
c10e7e2a49
keep placeholder can be set
2015-11-19 17:20:00 +08:00
afc163
c9a2cf2e90
update timepicker demo
2015-11-19 17:15:31 +08:00
afc163
b520982f22
update demo code style
2015-11-19 17:12:16 +08:00
afc163
ff200db6c4
fix text
2015-11-19 17:08:05 +08:00
afc163
4ba22f748d
Merge pull request #553 from benjycui/deps-slider
...
deps: update Slider and its docs
2015-11-19 16:34:12 +08:00
afc163
8d85684b12
resume date time demo
2015-11-19 16:28:28 +08:00
afc163
2e54c5b30d
return original date value in onChange
2015-11-19 15:53:40 +08:00
afc163
7733962e1a
merge
2015-11-19 15:37:21 +08:00
MG12
2d84cd8a47
timepicker component feature fix
2015-11-19 15:19:40 +08:00
Benjy Cui
f51fa42353
fix: the placeholder of Datepicker
2015-11-19 15:10:48 +08:00
afc163
55bbd36c3c
Add time demo into datepicker demo
2015-11-19 14:28:54 +08:00
Benjy Cui
d340910897
deps: update Slider and its docs
2015-11-19 14:25:34 +08:00
MG12
99f0a10812
update less file and use variables; rename TimePicker to Timepicker
2015-11-19 14:08:23 +08:00
崖鹰
bfb4342c0c
add timepicker component
2015-11-19 14:07:31 +08:00
MG12
fbc4ad8aad
update timepicker
2015-11-19 14:04:53 +08:00
MG12
30b34aa9a7
timepicker component featuer fix
2015-11-19 14:04:41 +08:00
MG12
cdb40fbbd2
update less file and use variables; rename TimePicker to Timepicker
2015-11-19 14:04:22 +08:00
崖鹰
bf4afae270
add timepicker component
2015-11-19 14:03:58 +08:00
afc163
9aaeb14fba
Add props format for progress
2015-11-19 13:42:10 +08:00
afc163
c301c6b06d
improve code style
2015-11-19 00:13:16 +08:00
jljsj
58f4c2f086
add badge anim
2015-11-18 23:42:01 +08:00
afc163
618d0a334a
update slider demo
2015-11-18 17:50:22 +08:00
afc163
d02cd97dd9
Merge pull request #549 from benjycui/feat-slider
...
Feat slider
2015-11-18 17:23:26 +08:00
afc163
bf8b156413
Add badge demo
2015-11-18 17:05:56 +08:00
Benjy Cui
d4230132c1
chore: update examples
2015-11-18 16:56:22 +08:00
Benjy Cui
46f004877c
feat: upgrade rc-slider
2015-11-18 16:54:38 +08:00
afc163
0e13be7500
update document
2015-11-17 16:33:47 +08:00
afc163
11555d3eb1
Update style for adjust iconfont baseline again
...
Finally, we can say goodbye to top:-1px and top:1px
2015-11-17 16:14:11 +08:00
afc163
268b2dd3ee
fix rc-input-number
2015-11-17 14:35:43 +08:00
yiminghe
697fb5d8f9
add locale for calendar
2015-11-16 20:24:37 +08:00
yiminghe
162bcf3aca
upgrade calendar
2015-11-16 20:10:29 +08:00
afc163
f18cc4dac9
fix spin type to empty
2015-11-16 17:45:58 +08:00
yiminghe
1a3a19793c
add assign
2015-11-16 16:12:39 +08:00
afc163
9e5b828223
Merge branch 'develop-0.10.0' of github.com:ant-design/ant-design into develop-0.10.0
2015-11-16 15:58:22 +08:00
afc163
a4bb599e52
fix default check all, ref #533
2015-11-16 15:57:36 +08:00
afc163
f5b4ad7279
Fix selectRowKeys for rowKey demo, ref #533
2015-11-16 15:39:40 +08:00
afc163
c44feaa25b
Fix iconfont wrong spell
2015-11-16 15:09:49 +08:00
血诺
37437014ae
add header select minWidth style
2015-11-16 15:07:02 +08:00
afc163
4b75e9deca
fix iconfont
2015-11-16 15:05:58 +08:00
afc163
83c914808a
update iconfont style
2015-11-16 14:56:47 +08:00
afc163
1f000ff9da
Merge pull request #534 from ant-design/feature-calendar
...
fix mode change when click month cell
2015-11-16 14:21:36 +08:00
afc163
d907ce62da
better code style
2015-11-16 14:20:15 +08:00
血诺
d517a2d030
fix mode change when click month cell
2015-11-16 14:20:15 +08:00
yiminghe
7be9844877
add note
2015-11-16 14:13:58 +08:00
yiminghe
4aafe71030
upgrade deps
2015-11-16 14:10:42 +08:00
afc163
e9ffa37a9f
update spin type
2015-11-16 11:10:15 +08:00
afc163
652195c9f7
Fix calendar controlled value
2015-11-15 21:40:01 +08:00
afc163
e54cd51162
make calendar value can be changed from outside
2015-11-15 15:46:05 +08:00
afc163
3cf2aa86bb
Add dark theme demo
2015-11-14 17:38:55 +08:00
afc163
1124f746f7
add back dark theme style
2015-11-14 17:29:48 +08:00
afc163
ed1bb1b97b
fix menu click
2015-11-14 16:00:56 +08:00
afc163
62243ab38b
default theme
2015-11-14 14:39:32 +08:00
afc163
819bd7d216
fix iconfont style
2015-11-14 14:09:08 +08:00
zinkey
0d5e1d0957
iconfont
2015-11-14 00:13:20 +08:00
zinkey
fea3712845
iconfont
2015-11-14 00:09:43 +08:00
zinkey
6c5eb95720
iconfont
2015-11-13 23:41:08 +08:00
zinkey
33b25f1bba
iconfont
2015-11-13 23:41:07 +08:00
zinkey
c3681cf9e4
iconfont
2015-11-13 23:38:02 +08:00
afc163
aee19b46d0
fix #523
2015-11-13 23:18:19 +08:00
afc163
39a3a8044b
Merge branch 'develop-0.10.0' of github.com:ant-design/ant-design into develop-0.10.0
2015-11-13 22:35:22 +08:00
afc163
081be0c842
Add notice calendar demo
2015-11-13 22:34:49 +08:00
afc163
077f7de4ba
improve calendar style
2015-11-13 21:24:25 +08:00
qiuyuntao
af289b9658
Merge pull request #526 from ant-design/issue/314
...
Issue/314 menu 视觉优化
2015-11-13 21:11:25 +08:00
yuntao.qyt
358ce21266
menu theme dark
2015-11-13 21:09:21 +08:00
zinkey
2d06ca5e95
iconfont
2015-11-13 21:09:07 +08:00
zinkey
4a47bb3e52
iconfont
2015-11-13 21:02:06 +08:00
afc163
5540ac7c9c
type => mode
2015-11-13 20:32:54 +08:00
afc163
cf48526655
props.value is original Date object now
2015-11-13 20:20:54 +08:00
afc163
e8bc6f58ba
rm NoteList, it should be in demo
2015-11-13 19:56:34 +08:00
afc163
4b4b2dbe36
custom render demo
2015-11-13 19:19:08 +08:00
zinkey
d14ab49918
iconfont
2015-11-13 19:13:59 +08:00
afc163
756cea0524
typo
2015-11-13 18:21:13 +08:00
afc163
1dadd262b9
update calendar
2015-11-13 18:20:22 +08:00
afc163
053cd4b158
Merge pull request #519 from ant-design/feature-calendar
...
improve calendar
2015-11-13 17:31:12 +08:00
血诺
4c50d5caf2
docs add onTypeChange
2015-11-13 17:27:30 +08:00
afc163
3797f1adb3
update upload
2015-11-13 16:10:27 +08:00
afc163
b6ff796e71
update upload
2015-11-13 16:09:39 +08:00
血诺
62bc47300a
add onTypeChange
2015-11-13 15:11:38 +08:00
血诺
522c3fb0e7
remove selected cell style
2015-11-13 14:56:16 +08:00
afc163
e4afb5a420
fix demo
2015-11-13 11:43:12 +08:00
afc163
2ae25d1e03
hide picker when calendar overlay shown
2015-11-13 11:42:54 +08:00
血诺
1ec5bbb66f
fix details
2015-11-12 23:51:38 +08:00
yuntao.qyt
29f07d0972
border && theme dark
2015-11-12 23:09:35 +08:00
血诺
d950c63c80
improve calendar
2015-11-12 21:34:33 +08:00
血诺
0c3432fd35
fix className concat
2015-11-12 21:28:02 +08:00
afc163
8a62a4d009
Merge branch 'develop-0.10.0' of github.com:ant-design/ant-design into develop-0.10.0
2015-11-12 19:12:25 +08:00
afc163
6382a14519
do not show title when there is no title in popover
2015-11-12 19:11:43 +08:00
yuntao.qyt
faf900a37f
Merge branch 'develop-0.10.0' of github.com:ant-design/ant-design into issue/314
2015-11-12 14:58:42 +08:00
yuntao.qyt
9a3cfc096f
theme dark
2015-11-12 14:57:54 +08:00
yiminghe
f41409f319
update docs
2015-11-12 14:16:17 +08:00
afc163
9edea2d4ff
Merge pull request #503 from ant-design/feature-calendar
...
add components/calendar
2015-11-11 21:26:28 +08:00