陆离
fc3f4e1922
fix AutoComplete size ( #4768 )
...
* fix AutoComplete size
+ close #4766
* use input mixin
* use css variables
* use children directly instead of React.Children.toArray
+ close #4778
2017-02-09 10:45:42 +08:00
afc163
637c479c4c
Fix Tabs in IE9, close #4795
2017-02-08 17:16:48 +08:00
afc163
5b14b4f1eb
docs: update Col missing API in english doc
2017-02-08 15:22:33 +08:00
陆离
3789e0cbbb
Affix listener bug fix ( #4756 )
...
* Affix listener bug fix
+ close #4755
+ close #4760
+ clearScrollEventListeners before setTargetEventListeners
+ add tests for throttle
+ append affix test case
* genMockFn -> fn()
2017-02-08 14:44:43 +08:00
Wei Zhu
f84dfbbaa9
Fix table filter in JSX ( #4765 )
...
Fix #4759
2017-02-08 14:43:00 +08:00
afc163
a07c71165a
demo: update table demo code style
2017-02-08 14:42:33 +08:00
偏右
75a4b06e44
Unified border radius, close #4772 ( #4773 )
2017-02-08 14:21:29 +08:00
afc163
f9ee19ae05
Improve breadcrumb separator color for darker background
2017-02-08 14:09:27 +08:00
Benjy Cui
9ed06dea8a
docs: remove outdated warning, ref: #4783
2017-02-08 09:40:25 +08:00
Chikara Chan
64f6a71cc9
fix: should not render useless className when type is undefined ( #4784 )
2017-02-08 09:31:09 +08:00
zerob4wl
a39d435925
Update without-form-create.md ( #4781 )
...
typo
2017-02-07 21:38:14 +08:00
afc163
93e152268c
remove it.only, ref #4779
2017-02-07 21:21:51 +08:00
afc163
a585f603d0
Fix Table selection page-jumping issue, close #4779
2017-02-07 21:09:51 +08:00
afc163
ef5df24936
fix InputNumber onChange argument type
2017-02-07 17:27:28 +08:00
afc163
d8f6accbba
docs: update input number api
2017-02-07 17:26:40 +08:00
afc163
94f5a07f68
Add rowKey link into console warning message
2017-02-07 15:32:44 +08:00
Benjy Cui
5d7fc8c2b8
chore: add comment for tricky code
2017-02-07 12:10:20 +08:00
Benjy Cui
c565d42847
Revert "chore: remove useless code, close : #4402 "
...
This reverts commit 9b77a21a16
.
2017-02-07 12:05:12 +08:00
Benjy Cui
9b77a21a16
chore: remove useless code, close : #4402
2017-02-06 18:04:37 +08:00
Benjy Cui
0408c8c133
style: update code style to fix lint
2017-02-06 15:12:02 +08:00
Benjy Cui
d2b8d65c87
style: update code style to please lint, close : #2179
2017-02-06 12:09:58 +08:00
afc163
2196774b7f
update less code style
2017-02-06 10:54:59 +08:00
Benjy Cui
766cded638
docs: update docs for Grid, close : #4744
2017-02-06 10:28:59 +08:00
Jesper We
f7aaa0d399
Fix issues with the new Swedish locale provider. ( #4762 )
2017-02-05 22:18:10 +08:00
afc163
0eb5c689a3
remove type="ghost" from demo
2017-02-04 22:35:33 +08:00
afc163
a67264d68c
Add aliases for icon naming style, close #4758
2017-02-04 18:10:25 +08:00
afc163
8775e7de5e
Fix scroll Table lagging issue in IE, close #4522
2017-02-04 17:58:48 +08:00
afc163
70a0cc0940
fix badge borderColor
2017-02-04 01:14:10 +08:00
afc163
1a5f0f9fa7
remove whitespaces
2017-02-04 01:13:35 +08:00
afc163
fb421f10e0
Change another approach to fix #4637
...
avoid issues like #4750 and #4753 caused by old way
2017-02-03 19:01:06 +08:00
偏右
f786f607cf
Fix misplace Badge when browser zoom above 100% ( #4749 )
...
close #4747 #4290 #4176
2017-02-03 14:20:42 +08:00
afc163
5f8988a266
fix ghost primary button hover border color
2017-01-31 21:27:23 +08:00
Graeme Yeates
1006015ef0
Add border customization variables ( #4734 )
...
* Add border customization variables (#4712 )
* Make border styles customizable (fixes #4712 )
2017-01-31 16:05:10 +08:00
afc163
7381cc95fe
update input test case
2017-01-31 16:03:14 +08:00
afc163
767c4ab70d
docs: update LocalProvider doc
2017-01-31 15:08:35 +08:00
afc163
99e7139634
docs: update LocalProvider doc
2017-01-31 15:08:07 +08:00
afc163
3a3efc3e5a
test input auto calculate height
2017-01-30 20:05:47 +08:00
afc163
30b2fa2c37
Move locale files
2017-01-30 18:20:57 +08:00
afc163
dda37d873b
update LocaleProvider documentation
2017-01-27 17:54:57 +08:00
afc163
490a90b46f
Add localProvider test for more language
2017-01-27 17:49:20 +08:00
afc163
95a74044b0
fix eslint warning
2017-01-27 17:26:52 +08:00
afc163
f2bb4afd4d
Merge from master
2017-01-27 17:23:51 +08:00
Rex
aadf623dc6
support notification pop up from topLeft or bottomRight or bottomLeft ( #4700 )
...
* update snapshots
* update snapshots
* support notification pop up from topLeft or bottomRight or bottomLeft
* update snapshots
* 1. add test
2. update doc
3. support `placement` arguments in `open` method
* update doc
* update doc.
2017-01-27 17:12:25 +08:00
paranoidjk
f2e19c16be
fix(transfer): checkall should response to filter result; fix #4654 ( #4665 )
2017-01-27 17:08:12 +08:00
Wei Zhu
85086f14b6
Using a special static property for type detecting ( #4673 )
...
Related issue: #4655
2017-01-27 17:08:05 +08:00
afc163
1a3ea43ebe
Fix style prop of spin
2017-01-27 14:27:18 +08:00
Penghan Wang
29081542e6
doc: fix checkbox description error ( #4731 )
2017-01-27 13:54:15 +08:00
Penghan Wang
8a412ae260
doc: improve document for Form validateFields ( #4730 )
2017-01-27 10:39:09 +08:00
Valentin Vichnal
6c0dba60e7
Create reverseArrow prop for Sider ( #4611 )
...
Create reverseArrow prop for Sider
2017-01-26 12:30:37 +08:00
陆离
e270fa87af
Mention in controlled mode suggestions bug fix ( #4718 )
...
* Mention in controlled mode suggestions bug fix
+ close #4716
2017-01-26 12:09:26 +08:00
陆离
340385d34d
pass style props to Affix
( #4715 )
...
+ close #4701
2017-01-26 12:08:40 +08:00
陆离
5cd111d486
recalculate width while resize ( #4676 )
...
+ close #4645
+ throttleByAnimationFrameDecorator as a function decorator
2017-01-26 11:23:54 +08:00
Benjy Cui
879bc9320c
docs: update docs for Tooltip, close : #4724
2017-01-26 10:56:24 +08:00
Walter Barbagallo
5e3618c26d
Fix Popover demo typo ( #4703 )
2017-01-25 21:27:14 +08:00
afc163
1ce6f7fc35
remove unused varable @layout-content-margin, close #4714
2017-01-25 21:18:06 +08:00
Simon Waloschek
fd233cf430
Added German locale ( #4686 )
...
* Added German locale
* Added German locale for pagination
2017-01-25 21:12:27 +08:00
Wei Zhu
6a83118597
Upgrade rc-tree-select to 1.9.0 ( #4698 )
2017-01-25 11:15:41 +08:00
偏右
0dfdace923
Keep bundle size warning out of server side
2017-01-24 21:38:43 +08:00
afc163
edf9ebb0ef
Fix Button font size inside Dropdown, close #4705
2017-01-24 17:59:17 +08:00
afc163
f4e887b784
remove steps demo
2017-01-24 16:07:03 +08:00
afc163
f3b2e155b5
style: Select height should flex with @input-height variable, close #4694
2017-01-24 15:20:06 +08:00
afc163
70188ae40e
Merge branch 'feature-2.7' of github.com:ant-design/ant-design into feature-2.7
2017-01-24 15:10:34 +08:00
afc163
75128c8e22
fix ts error, ref #4675
2017-01-24 15:10:25 +08:00
afc163
e5a735e888
fix ts error, ref #4675
2017-01-24 15:10:04 +08:00
afc163
f4021d5255
Fix default locale in Upload, close #4697
2017-01-24 15:02:54 +08:00
afc163
a81bf8f73e
use file.thumbUrl for <img /> in priority, close #4653
2017-01-24 14:59:39 +08:00
偏右
f850993fda
More types of Button ( #4679 )
...
* Add Button[ghost] property, close #4625
* Add danger button
close #1308
* update API doc about ghost and danger property
2017-01-23 22:24:36 +08:00
偏右
273c089aad
Add test case for LocalProvider ( #4693 )
2017-01-23 21:08:16 +08:00
afc163
bb54dce712
Add test case for Menu openKeys undefined bug
...
ref #4677 and #4692
2017-01-23 19:10:50 +08:00
afc163
720ea3690a
expand dot responsive area
2017-01-23 16:18:49 +08:00
afc163
eb2a02618f
update steps API
2017-01-23 16:09:34 +08:00
afc163
179f030d45
Remove labelPlacement
2017-01-23 16:04:05 +08:00
afc163
cd9c85c969
fix code demo type
2017-01-23 15:52:03 +08:00
ddcat1115
09397187ac
Steps support progressDot and labelPlacement ( #4659 )
2017-01-23 14:37:40 +08:00
afc163
5b9d8f0e5a
Fix style of Tabs[tabPosition&type="card"], close #4669
2017-01-23 14:11:14 +08:00
kacjay
1ed890c095
fix Menu selected change error ( #4677 )
...
protect none parameter[openKeys, defaultOpenKeys] Menu
2017-01-23 13:55:39 +08:00
caoyi
cebf3a4c9e
docs: fix Mention props API ( #4683 )
2017-01-22 19:49:08 +08:00
afc163
7518fde405
Fix align issue inside InputGroup, close #4680
2017-01-22 18:50:12 +08:00
afc163
bcd3b63c50
update tag colorful demo
2017-01-22 16:23:11 +08:00
afc163
9598169f90
fix tag snapshot test
2017-01-22 16:21:18 +08:00
afc163
f343d6c606
fix tag snapshot test
2017-01-22 16:20:20 +08:00
afc163
a183ee8ede
Adjust Tag vertical-align and margin
2017-01-22 16:09:13 +08:00
afc163
b2ee5b2319
Adjust Tag vertical-align and margin
2017-01-22 16:08:54 +08:00
Wei Zhu
f91ac37ad3
docs: Oops, no onHover event.
2017-01-22 15:05:32 +08:00
Wei Zhu
774b778474
docs: Add note to Popconfirm, Popover and tooltip about child node.
...
Related issue: #4672
2017-01-22 14:29:24 +08:00
afc163
2d2534321a
Fix Table fixed header align issue, close #4637
2017-01-22 11:15:14 +08:00
Wei Zhu
c681e8acf2
docs: Add backquote to default value
2017-01-21 22:35:42 +08:00
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
...
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
2017-01-20 20:10:50 +08:00
ddcat1115
d2c00fae4b
fix Layout demo ( #4661 )
...
* fix Layout demo
* update snapshot
2017-01-20 20:09:59 +08:00
afc163
67da059874
fix demo language
2017-01-20 18:39:13 +08:00
afc163
35523be6e9
Merge from master
2017-01-20 18:28:09 +08:00
陆离
bee522133e
docs: Autocomplete optionLabelProp document ( #4663 )
...
close #4656
2017-01-20 16:16:31 +08:00
Wei Zhu
823ac6c139
fix TableColumnConfig exporting, #4660
2017-01-20 16:08:20 +08:00
afc163
9c6ce3fe48
fix RangePicker snapshot
2017-01-20 14:12:06 +08:00
afc163
e245facb48
Fix table snapshots
2017-01-20 13:43:39 +08:00
afc163
fae7fd1658
Fix default value of Table showHeader, close #4658
2017-01-20 11:34:08 +08:00
Wei Zhu
fd861d6c0d
Tweak empty table border ( #4650 )
2017-01-19 22:40:30 +08:00
afc163
ddc7054751
Fix fixed column table border radius
2017-01-19 21:51:53 +08:00
afc163
1db0e06bc4
Fix Table[small]'s title and footer border, close #4647
2017-01-19 21:49:03 +08:00
afc163
5203cabb8f
update comment
2017-01-19 17:36:02 +08:00
afc163
fe5f8910dd
Hide scroll bar in fixed header of table, close #4637
2017-01-19 16:08:21 +08:00
Benjy Cui
3e17551b7e
site: improve build speed
2017-01-19 15:22:53 +08:00
afc163
df0426b2c9
workaround for table loading style in safari, close #4622
2017-01-19 15:08:28 +08:00
afc163
9189d3cc5d
Fix Cascader[disabled] style with defaultValue, close #4648
2017-01-19 14:25:44 +08:00
Benjy Cui
e3758168e4
fix: should switch to right panels, close : #4561 ( #4614 )
...
* fix: should switch to right panels, close : #4561
* docs: update demo
2017-01-19 13:55:04 +08:00
afc163
8f57451d8c
fix snap test for cascader upgrade
2017-01-17 13:45:26 +08:00
afc163
3a5d08383a
upgrade rc-cascader and support keyboard, close #4411
2017-01-17 12:10:17 +08:00
afc163
ebc6d9d2c2
Merge branch 'master' of github.com:ant-design/ant-design
2017-01-17 11:47:44 +08:00
偏右
0a68959207
Fix openKeys and defaultOpenKeys of Menu, close #3783 ( #4609 )
2017-01-16 21:13:59 +08:00
afc163
75abadac84
Add doc about clearing Modal old state
2017-01-16 14:30:07 +08:00
afc163
efd1d1e89d
Improve carousel default style
2017-01-15 22:48:57 +08:00
afc163
abd264ebf0
fix test case name
2017-01-15 14:37:22 +08:00
afc163
784915e55b
Fix DatePicker time scroll issue, close #4412
2017-01-15 14:10:20 +08:00
afc163
041457fa5e
fix typo
2017-01-15 13:39:44 +08:00
afc163
55da11db22
Fix Popconfirm not response, close #4606
2017-01-15 00:27:02 +08:00
afc163
fd6fc86b21
improve form validating style
2017-01-14 20:59:37 +08:00
paranoidjk
4d3f574d05
fix: typo; caused by #4435
2017-01-14 17:07:17 +08:00
kun sam
b6217e62df
add warning when using Breadcrumb without its Item ( #4435 )
...
* add warning when using Breadcrumb without its Item
fix issue ' Warning: Unknown prop `separator` on <div> tag. When I using Breadcrumb #4403 '
ps: 我是个前端beginner, - ( ゜- ゜)つロ, 这是我第一个PR welcome, 如果写错或者还有更好的写法请大神指正。thanks
* remove compatible and use type as condition
按照 @benjycui 的意见去掉了兼容项,并使用type判断
2017-01-14 15:25:37 +08:00
Rex
6e33285890
fix onVisibleChange arguments error ( #4589 )
...
* fix onVisibleChange arguments error
* add test
* trigger travis
2017-01-14 15:23:02 +08:00
Wei Zhu
c09cf95daa
Fix Table filter test
2017-01-13 23:30:39 +08:00
偏右
6e3565b983
Add Form[hideRequiredMark] ( #4500 )
...
* Add Form[hideRequiredMark]
* omit hideRequiredMark
* Add test case for Form[hideRequiredMark]
2017-01-13 21:52:48 +08:00
偏右
10396419b5
Add preset color Tag ( #4571 )
...
* Add preset color Tag, close #4528
* Use color back over presetColor
* fix snap
* simplify isPresetColor
2017-01-13 21:25:55 +08:00
陆离
46c200896f
Customize Input Component of AutoComplete ( #4483 )
...
* cherry-pick
* remove useless files
* remove useless files
* Group ts
* update interface
* ReactElement
2017-01-13 21:19:23 +08:00
Wei Zhu
65d1f721d3
Fix Table multiple levels filter menu ( #4548 )
...
fix #4541
2017-01-13 21:13:31 +08:00
Brett Lamy
78fe0a686f
Update index.tsx ( #4537 )
2017-01-13 21:13:22 +08:00
偏右
3423d27493
When form layout is vertical, keep the colon inside label, close #4593 ( #4599 )
2017-01-13 21:12:31 +08:00
afc163
6a073c8c6e
fix snap test
2017-01-13 19:03:59 +08:00
Hans Chan
3d58a3f608
docs: add property colon
for Form.Item ( #4505 )
...
* docs: 修改错别字
* docs: add property `colon` for Form.Item
`colon` is available since 2.0.0-beta.1
2017-01-13 19:03:59 +08:00
Hans Chan
927581bb84
docs: add property colon
for Form.Item ( #4505 )
...
* docs: 修改错别字
* docs: add property `colon` for Form.Item
`colon` is available since 2.0.0-beta.1
2017-01-13 18:05:24 +08:00
偏右
e032fa6a62
adjust entry file ( #4594 )
2017-01-13 17:48:30 +08:00
Benjy Cui
c4c1078f2d
docs: update demos for Calendar
2017-01-13 17:11:26 +08:00
Benjy Cui
eeae03d681
docs: remove useless code
2017-01-13 15:14:06 +08:00
afc163
de544ad21b
fix useless className
2017-01-12 20:38:20 +08:00
Benjy Cui
75c0ade1ce
test: update snapshot
2017-01-12 10:38:14 +08:00
Benjy Cui
97221a6f63
css: fix style issue, close : #4415
2017-01-12 10:35:17 +08:00
wallverb
c01ee02758
chore: Change AutoCompleteProps to extend SelectProps ( #4565 )
...
* Change AutoCompleteProps to extend SelectProps
* Extract common props into AbstractSelectProps
2017-01-12 09:23:56 +08:00
Tao Zhang
477fde8b7f
docs: Updated form description ( #4574 )
2017-01-12 09:09:59 +08:00
Wei Zhu
0ff50fc79d
docs: Update Table JSX api note
2017-01-12 00:03:35 +08:00
afc163
4654db312f
Fix some lesshint problems
2017-01-11 21:45:09 +08:00
afc163
65f2d8eb71
shorter demo code
2017-01-11 20:20:38 +08:00
afc163
f978b52ce3
remove blanks
2017-01-11 20:08:52 +08:00
Wei Zhu
8a2b3470ef
Document using Table in TypeScript ( #4568 )
...
* Allow any valid ReactElement as Table.Column
* Document using Table in TypeScript
2017-01-11 19:52:43 +08:00
afc163
af9a2cd8fb
update modal style
2017-01-11 19:15:16 +08:00
afc163
e0999eaec3
fix code indent
2017-01-11 11:32:17 +08:00
bokzor
47fcd7651f
feat: Add french locale ( #4538 )
...
* add french locale
* Add french locale
2017-01-11 10:28:47 +08:00
afc163
29324ca59d
Add less variables for TimePicker panel width, close #4194
2017-01-10 22:10:37 +08:00
afc163
3f5aebe85b
Fix Table column.filteredValue null problem, ref #4550
2017-01-10 20:52:53 +08:00
偏右
aa89addcc2
Improve upload list ( #4516 )
...
* support prevent removing when return value is false, close #4456
* Add showRemoveIcon & showPreviewIcon into showUploadList
close #4384 & #4351
* fix typo
2017-01-10 20:15:02 +08:00
afc163
dc00b9ee96
Fix Search block again, close #4540
2017-01-10 15:11:43 +08:00
afc163
6af0842be8
fix table demo snapshot
2017-01-10 14:10:44 +08:00
afc163
088ecf18a4
cleaner demo
2017-01-10 14:09:19 +08:00
afc163
75b50e9731
wider the selection column and expand column of Table
2017-01-10 14:03:04 +08:00
afc163
1042681bcd
Fix Table filter dropdown style
2017-01-10 13:46:52 +08:00
Benjy Cui
3fa5d10da3
Merge branch 'master' into feature-2.7
2017-01-10 10:50:40 +08:00
afc163
920a084c21
carousel should be undraggable and text-seletable defaultly
2017-01-09 23:21:18 +08:00
afc163
e66604cab3
optimize progress active style
2017-01-09 23:05:18 +08:00
afc163
01859fc581
update input doc
2017-01-09 22:03:10 +08:00
wallverb
a47c200f7c
Fix validateTrigger type ( #4536 )
...
* Update validateTrigger type
* Update validateTrigger doc for en-US
* Update validateTrigger doc for zh-CN
2017-01-09 21:20:40 +08:00
afc163
452aa84d9d
fix table test case typo
2017-01-09 21:06:04 +08:00
afc163
1c493ad798
Fix error when Table[pagination] change, close #4532
2017-01-09 20:49:00 +08:00
afc163
7548f2068f
remove comment
2017-01-09 19:35:41 +08:00
Benjy Cui
5fd3baaff0
docs: update outdated docs
2017-01-09 18:00:30 +08:00
Benjy Cui
f436b5c2f4
deps: upgrade rc-form, close : #4374
2017-01-09 17:40:01 +08:00
afc163
82d18db79f
Improve collapse style and add a custom style panel demo
2017-01-09 17:19:26 +08:00
Benjy Cui
0aabdb3d8b
fix: locale should follow LocaleProvider, close : #4495 ( #4503 )
...
* fix: locale should follow LocaleProvider, close : #4495
* test: update snapshot
* fix: fix some bugs
2017-01-09 16:25:58 +08:00
Benjy Cui
b96601decb
test: update snapshot
2017-01-09 14:56:14 +08:00
afc163
37541e3bfe
Fix Search block style
2017-01-09 14:24:08 +08:00
afc163
b5d0acee45
Merge branch 'master' into feature-2.7
2017-01-09 12:56:36 +08:00
afc163
6dcfa9519c
fix snapshot
2017-01-09 12:56:16 +08:00
afc163
6a8c88fd6b
Merge branch 'master' into feature-2.7
2017-01-09 12:10:30 +08:00
afc163
c208aea654
demo: fix duplicate key
2017-01-09 12:10:08 +08:00
afc163
1835961af1
Merge branch 'feature-2.7' of github.com:ant-design/ant-design into feature-2.7
2017-01-09 11:54:44 +08:00
afc163
c040c410e2
Merge branch 'master' into feature-2.7
2017-01-09 11:54:29 +08:00
afc163
024e398ad0
Fix lint for latest eslint-config-airbnb
2017-01-09 11:51:56 +08:00
Hans Chan
ef6c19e97b
docs: add property colon
for Form.Item ( #4505 )
...
* docs: 修改错别字
* docs: add property `colon` for Form.Item
`colon` is available since 2.0.0-beta.1
2017-01-09 11:03:35 +08:00
afc163
7d75a2673a
components/date-picker/locale/sv_SE.jsx
2017-01-08 19:24:55 +08:00
Pixy Yuan
a2bef2b87e
feat: Modal.confirm add maskClosable option ( #4488 ) ( #4490 )
...
* feat: Modal.confirm add maskClosable option (#4488 )
* feat: Modal.confirm add maskClosable option (#4488 )
2017-01-08 19:14:28 +08:00
Jesper We
c6f6de3605
feat: Add support for Swedish locale ( #4455 )
...
* Swedish locale
* Create sv_SE.tsx
* Create sv_SE.tsx
* Create sv_SE.tsx
2017-01-08 19:14:28 +08:00
Rex
93128d1481
feat: add slider vertical style ( #4473 )
2017-01-08 19:14:02 +08:00
陆离
f54e822930
feat: Transfer on search change ( #4464 )
...
* add `onSearchChange(direction: 'left'|'right') => void ` of Transfer
* typo
2017-01-08 19:14:02 +08:00
Benjy Cui
df18edda79
chore: update link to locale format
2017-01-08 19:14:02 +08:00
Jesper We
11ebc915eb
feat: Add support for Swedish locale ( #4455 )
...
* Swedish locale
* Create sv_SE.tsx
* Create sv_SE.tsx
* Create sv_SE.tsx
2017-01-08 19:14:01 +08:00
Wei Zhu
f6c0e69af5
cleanup npm scripts ( #4499 )
...
* Cleanup npm scripts
* Lint fix
* Don't need ignore js files
* Upgrade jest
* Add components index.tsx test
2017-01-08 17:04:09 +08:00
ddcat1115
6495ef3592
fix Layout style ( #4506 )
...
* fix #4459
* improve
2017-01-08 17:03:47 +08:00
afc163
b978937af8
fix jest snapshot
2017-01-08 16:59:34 +08:00
afc163
9e4885d959
update select doc
2017-01-07 22:15:22 +08:00
afc163
c0ec375e8e
Fix documentation links, close #4496
2017-01-07 22:09:17 +08:00
afc163
237871da32
update spin document
2017-01-07 22:07:09 +08:00
afc163
31d6aca303
move spin variables to default.less
2017-01-07 22:04:52 +08:00
afc163
92c3bef888
Adjust spin style
2017-01-07 22:03:40 +08:00
afc163
1a8f000e35
update doc
2017-01-07 21:28:44 +08:00
afc163
1fbebd4ecf
Fix a Cascader align bug
2017-01-06 16:55:38 +08:00
afc163
0d38fefb00
Fix Menu[theme=dark] selected and disabled style, #4440
2017-01-06 11:36:54 +08:00
afc163
1b10733e47
Update tree doc
2017-01-06 10:46:25 +08:00
afc163
0187384445
refactor for code style
2017-01-06 01:33:09 +08:00
afc163
e2b8aee202
fix snapshot
2017-01-05 17:24:14 +08:00
afc163
41ff783868
Add name type for Input, close #4479
2017-01-05 17:19:50 +08:00
afc163
657c707a79
Hide useless prop Form[horizontal]
2017-01-05 16:57:41 +08:00
afc163
53371dfe3e
Add plain text form item in demo, close #4465
2017-01-05 16:40:21 +08:00
afc163
9df1eb91db
Add form layout demo and fix vertical form style
2017-01-05 16:32:50 +08:00
afc163
a53bb4bfe4
simplify Input.Search code
2017-01-05 15:53:04 +08:00
afc163
26d3c506b3
simplify select combobox demo
2017-01-05 15:47:19 +08:00
afc163
ec35121bae
update demo title
2017-01-05 15:35:43 +08:00
afc163
c4ac4d1eca
fix Input prefix and suffix vertical align style
2017-01-05 15:34:30 +08:00
Benjy Cui
d4132ac558
chore: add missing definition for Modal
2017-01-05 12:08:43 +08:00
陆离
a0498e436f
docs: add document for afterClose
props for Modal ( #4448 )
...
+ close #4445
2017-01-05 12:06:27 +08:00
Wei Zhu
4305ca7ab0
docs: Docment Select.defaultActiveFirstOption
2017-01-04 18:46:39 +08:00
陆离
e36039acf8
chore: Spinning Pagination of table while loading ( #4462 )
...
* Spinning Pagination of table while loading
- close #4461
* update snapshots of table
2017-01-04 18:43:11 +08:00
afc163
4443db4de6
css code style
2017-01-04 14:28:56 +08:00
afc163
2c6881a24a
Fix error colorPalette is not defined in some situations
...
close ant-design/ant-motion#44
2017-01-04 14:27:45 +08:00
afc163
56bd431cc6
clean demo
2017-01-04 11:07:49 +08:00
afc163
11f509a972
clean demo
2017-01-04 11:00:58 +08:00
Benjy Cui
9d92066d1f
chore: update data-picker detail, ref: #4415
2017-01-04 10:48:40 +08:00
Benjy Cui
29e598a3f3
docs: add missing docs for Option[title]
2017-01-03 16:00:34 +08:00
Jialei
96d3093b14
fix: placeholder in time-picker can be empty string ( #4446 )
2017-01-03 15:32:43 +08:00
afc163
d0df37ed42
Fix Menu[theme="dark"] text color, close #4440
2017-01-03 00:12:23 +08:00
Edd Hannay
ec2bec5417
Add tokenSeparators prop to Select TS definitions ( #4441 )
...
[The documentation](https://ant.design/components/select/ ) lists the `tokenSeparators` property on the `Select` component, but the TypeScript definition for the component does not contain the `tokenSeparators` property. The underlying `rc-select` component [defines tokenSeparators](https://github.com/react-component/select/blob/master/src/Select.jsx#L79 ) as `PropTypes.arrayOf(PropTypes.string)`, so I've added it as an optional TypeScript property of type `string[]`.
- Add tokenSeparators to SelectProps in Select Component
2017-01-02 19:11:13 +08:00
ddcat1115
c5b154294e
add attribute compact
for InputGroup ( #4309 )
...
* add attribute `compact` for InputGroup
* improve
2017-01-02 00:12:41 +08:00
偏右
d811ebee5c
New color system ( #4426 )
...
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
2017-01-01 22:20:06 +08:00
afc163
fb6858c3cc
Fix hasFeedback and Select style detail for #4436
2017-01-01 17:39:27 +08:00
Jesper We
d258ace146
Fix #4431 Overlapping graphics with<Select> in <Form.Item ... hasFeedback={true} ( #4436 )
2017-01-01 17:20:08 +08:00
afc163
793a2d284e
Add spin demo test snapshot
2017-01-01 15:42:54 +08:00
陆离
7f7d94068a
add delay
props of Spin ( #4424 )
...
* add `delay` props of Spin
+ close 4306
+ Specifies a delay for loading state. If `spinning` ends during delay, loading state won't appear.
* improves
2017-01-01 01:13:34 +08:00
Rex
1b8a280614
support suffix ( #4283 )
...
* support suffix
* optimize prefix and suffix
* 1. Optimize prefix and suffix implementation
2. Improve the api document
3. Optimize `Input.Search` implementation
* update snapshots
2017-01-01 01:06:19 +08:00
偏右
e4bee3425a
Upgrade rc form ( #4430 )
...
* support nested form item name by upgrade rc-form
react-component/form#48
* Fix dynamic form demo
2016-12-31 23:47:07 +08:00
afc163
c0a44adb56
Fix Cascader[disabled] background, close #4434
2016-12-31 16:08:58 +08:00
afc163
c285f5f651
fix snapshot
2016-12-30 22:36:10 +08:00
afc163
237d6ab62b
fix layout demo
2016-12-30 21:44:10 +08:00
偏右
0062867274
Feature 2.6 ( #4429 )
...
* new Layout Component (#4087 )
* change Anchor type
* new Layout
* Component update && add snap
* Revert "new Layout Component" (#4131 )
* add Layout (#4169 )
* add Layout
* update
* fix snapshot
* Improve layout component
1. update demo code
2. drop `position` of Sider
3. improve demo style
2016-12-30 21:41:28 +08:00
afc163
c3982b02aa
Fix monthCellContentRender and wrong documentation, close #4394
2016-12-30 15:04:13 +08:00
Wei Zhu
0a3e57a61e
Using padding for node gaps, fix #4371 ( #4398 )
2016-12-30 14:32:34 +08:00
Rex
c8a16b10bd
fix the blue border in some scenes ( #4382 )
2016-12-30 14:27:23 +08:00
afc163
2583798cce
Add demo for Case-insensitive search Select, close #4408
2016-12-30 14:05:27 +08:00
afc163
20cd35abe3
fix demo
2016-12-30 14:05:27 +08:00
Wei Zhu
29e4717fe3
Fallback table record key to data index. ( #4397 )
...
In last PR #4185 , we removed data index from record key, it
leads to inconformity behavior.
2016-12-30 13:50:11 +08:00
afc163
662b213137
Fix Menu[dark] item background, close #4414 again
2016-12-30 13:16:30 +08:00
afc163
35d91d8dee
Fix Menu[dark] item background, close #4414
2016-12-30 12:16:29 +08:00
Wei Zhu
42f98e6779
docs: fix typo.
2016-12-29 21:41:46 +08:00
可乐
2e4e1fcaef
避免 value 正好是数字 0 ( #4401 )
2016-12-29 13:42:14 +08:00
afc163
d570d03698
improve document for Form setFields, close #4370
2016-12-27 21:14:00 +08:00
afc163
869fc54cf7
fix snapshots
2016-12-27 19:32:36 +08:00
afc163
668c481110
Fix table radius without column header, close #4373
2016-12-27 18:24:30 +08:00
afc163
e91f4f2335
improve style code
2016-12-27 17:57:17 +08:00
afc163
3e00fa8e64
update dynamic-settings table demo
2016-12-27 17:47:27 +08:00
afc163
b0a5601c98
fix less variables in slider
2016-12-27 17:04:10 +08:00
afc163
9b8a26ba17
upgrade code style
2016-12-26 19:46:01 +08:00
afc163
d81c425588
fix snapshot
2016-12-26 18:24:00 +08:00
afc163
f07f33d879
fix snapshots
2016-12-26 11:16:28 +08:00
afc163
7602faed65
improve playground.md
2016-12-25 21:31:33 +08:00
afc163
1ef76b40ec
update Slider doc
2016-12-25 21:10:14 +08:00