afc163
5bef1aa6c2
Fix Checkbox border color collapse inside Table under chrome
...
https://gw.alipayobjects.com/zos/rmsportal/IfMpUxFpHMcPkgDFsCuH.png
2018-10-08 12:17:03 +08:00
zombiej
73fd819322
Merge branch 'tmp_pr' into feature
2018-10-08 10:08:13 +08:00
zombiej
1bea23cabd
add chinese desc of avatar srcSet
2018-10-08 10:08:03 +08:00
zombiej
be76bcb88b
update test snap
2018-10-08 10:06:28 +08:00
Amumu
bc54db2185
fix typo
2018-10-07 00:30:13 +08:00
afc163
54581779a8
fix typo
2018-10-06 20:21:46 +08:00
afc163
c4b3e7e58e
deme: improve demo code style
2018-10-06 18:58:25 +08:00
afc163
996ee9c0a2
demo: make select demo width adapted
2018-10-06 18:47:18 +08:00
Philip Oliver
afc66b81df
added attribute srcSet to Avatar component
2018-10-06 12:25:45 +02:00
afc163
419287de2b
Fix sort event on every columns when sorter is true
...
close #12515
2018-10-06 18:21:30 +08:00
Ilan
3d76e49592
✏️ update switch types and docs
2018-10-06 15:35:45 +08:00
Ilan
b447ab0a26
🌐 update select zh-CN.md
2018-10-06 15:35:29 +08:00
Ilan
bd2a58f745
✏️ updating select option types
2018-10-06 15:35:29 +08:00
ycjcl868
09b11b6cde
fix #12498 . improve autoComplete type definition
2018-10-06 15:33:46 +08:00
Wei Zhu
a9f7a2d38d
tweak table sort icon size
2018-10-02 00:48:45 +08:00
Wei Zhu
a3ce6678cb
Update snapshot
2018-10-01 23:57:45 +08:00
amedora
192183e047
fix typo ( #12489 )
...
- see #12329
2018-10-01 14:17:10 +08:00
Wei Zhu
9cfaf1750d
fix: type error
2018-09-30 21:39:12 +08:00
Wei Zhu
40001d8220
Revert "fix: more types"
...
This reverts commit e063e1916d
.
2018-09-30 21:29:14 +08:00
Wei Zhu
ff0595733f
refactor: use instanceof instead typeof
2018-09-30 17:04:05 +08:00
Wei Zhu
2bf2bb5af4
fix: type error
2018-09-30 16:58:25 +08:00
Wei Zhu
1c1a67fe1d
Merge branch 'feature'
2018-09-30 16:53:28 +08:00
Wei Zhu
e063e1916d
fix: more types
2018-09-30 16:39:51 +08:00
Wei Zhu
fe677e2966
fix: type error of filterDropdown
2018-09-30 16:11:25 +08:00
Wei Zhu
ee84f4ce0a
fix: some type definitions
2018-09-30 16:07:01 +08:00
Tom Xu
ff4d803181
fix #12395 . input group hover style error ( #12407 )
...
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for branch `feature`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [x] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
2018-09-30 15:23:47 +08:00
Johannes Loewe
0126c63b2d
fix #11312 : add autoClearSearchValue to AbstractSelectProps ( #12473 )
...
- extends the interface with an optional prop that can be provided to the RcSelect
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [ x ] Make sure that you propose PR to right branch: bugfix for `master`, feature for branch `feature`.
* [ x ] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [ x ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [ x ] Rebase before creating a PR to keep commit history clear.
* [ x ] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [ ] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
This fix is related to Issue #11312 and adds the optional `autoClearSearchValue` prop which can be supplied to `RcSelect` to the Select´s props. This is not really a new feature and a relatively unsubstantial one a that, so I didn´t add a demo for it, but I could do so if that´s desirable.
I updated the English API docs, but I´m not a Chinese speaker so there is no addition to the Chinese documentation. Maybe someone speaking Chinese would be willing to help out.
2018-09-30 15:04:03 +08:00
C.J. Winslow
b9a86b2ea1
Pass the ok and cancel button props in the confirm API ( #12425 )
...
This PR adds the `okButtonProps` and `cancelButtonProps` API to the `Modal.confirm` and associated methods.
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for branch `feature`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.
Extra checklist:
*isNewFeature* **:**
* [x] Update API docs for the component.
* [x] Update/Add demo to demonstrate new feature.
* [x] Update TypeScript definition for the component.
* [x] Add unit tests for the feature.
2018-09-30 14:50:03 +08:00
zombieJ
2cd0ca3225
Get the filtered data after executing the filter function on the dataSource ( #12369 )
...
* update testcase
* rename as currentDataSource
2018-09-30 11:17:39 +08:00
Wei Zhu
eb4255a39c
Update snapshot
2018-09-29 18:13:53 +08:00
Federico Marcos
ab92c934d5
fix incorrect prop passed to checkbox in docs examples ( #12448 )
...
prop should be `checked` instead of `value`
2018-09-29 18:09:03 +08:00
Cong Zhang
6867ef9aea
Spin: lifecycle method migrate
2018-09-29 17:35:22 +08:00
zombiej
b9e85b2870
fix #12469 . Adjust doc of Skeleton type
2018-09-29 17:08:44 +08:00
Erwin Kort
2d8f9ccf63
Add button autofocus prop to confirm modal ( #11756 )
...
@picodoth
2018-09-29 17:00:01 +08:00
Wei Zhu
3d58ea4d4c
Don't need prepend https to script url
2018-09-29 16:45:57 +08:00
Wei Zhu
c3b2d59bc8
Revert "Feature Icon.createFromIconfontCN adaptive http or https ( #12344 )"
...
This reverts commit 7c67dacc12
.
2018-09-29 16:44:57 +08:00
Wei Zhu
fcb546ea57
Update snapshot
2018-09-29 16:41:56 +08:00
Wei Zhu
4ce3800de7
Merge branch 'master' into feature
2018-09-29 16:27:07 +08:00
Wei Zhu
4aa2bf804a
Merge branch 'list-item-style-config'
2018-09-29 15:44:35 +08:00
snail
6b22ae3b6c
[fixed]button can also trigger the click event when loading is true in ie9 ( #12466 )
2018-09-29 14:41:55 +08:00
Amumu
ef4e699f1d
Update avatar.md ( #12458 )
2018-09-28 22:14:04 +08:00
KentonYu
5545342bd4
docs: 修改 Table 文档 ( #12460 )
...
RowSelection 中 onSelectAll、onSelect 说明中的 列 改为 行
2018-09-28 22:05:43 +08:00
Wei Zhu
335f821aec
fix: warning on conflicting theme of Icon
...
fix #12441
2018-09-28 19:31:50 +08:00
Wei Zhu
cfdf06213b
fix style lint errors
2018-09-28 19:20:31 +08:00
Wei Zhu
79d3a926ef
Update snapshot
2018-09-28 16:19:08 +08:00
Wei Zhu
03bf891259
docs: uppercase SVG
2018-09-28 14:48:56 +08:00
Wei Zhu
17e2002c3c
docs: Update icon docs
2018-09-28 14:45:35 +08:00
zombiej
5a0448aa4d
fix #12427 . CheckGroup support pass dom prop
2018-09-27 17:41:30 +08:00
zombiej
af836c8ed5
fix #12145 . Update rc-tree-select to support tree expanded keys
2018-09-26 11:51:40 +08:00
zombiej
bdaf422d2d
update avatar size desc in zh_CN.md
2018-09-26 11:19:46 +08:00
Wei Zhu
306bce385b
Improve type definition and doc of TableComponents
2018-09-25 19:48:50 +08:00
zombiej
176a8dfcda
update test snapshot
2018-09-25 19:45:41 +08:00
zombiej
463d3c72f9
fix #12399 . Hide title if is not string
2018-09-25 19:32:08 +08:00
zombiej
1c85bb3b62
fix #12396 . Support expandedKeys when init
2018-09-25 15:29:07 +08:00
Magn Mah
292a18bef0
add/fix tooltip align interface ( #12354 )
...
* expose align interface
* typescript fix: tooltip 的 align 部分值支持传百分数参数;更新文档
2018-09-23 14:01:06 +08:00
Adam Burgess
9b01ec1ed2
Modal: Add the update function type definition
2018-09-23 13:20:38 +08:00
Xiaoyu Li
1f8ac3f697
fix filterIcon type
...
based on api [ReactNode|(filtered: boolean) => ReactNode]
https://ant.design/components/table-cn/#components-table-demo-dynamic-settings
2018-09-22 20:11:09 -05:00
ycjcl868
4d1e46e03d
Merge master into feature
2018-09-23 01:43:35 +08:00
zombiej
2906b456ce
update test case
2018-09-22 14:53:45 +08:00
zombiej
048a9020f3
adjust style
2018-09-22 14:53:45 +08:00
zombiej
50dc59e1ce
adjust table style
2018-09-22 14:53:45 +08:00
tangjinzhou
9630dc48a0
fix: openKeys should have higher priority ( #12361 )
...
* fix: openKeys should have higher priority
* Update index.tsx
2018-09-22 13:32:21 +08:00
Wei Zhu
ca7d265b2b
Refactor Grid with new context API ( #12320 )
...
* Refactor Grid with new context API
* Update snapshots of List
2018-09-21 19:30:39 +08:00
qiaojie
7c67dacc12
Feature Icon.createFromIconfontCN adaptive http or https ( #12344 )
...
close #12316
2018-09-21 19:07:13 +08:00
afc163
8d3cb85142
fix sort state when toggle between multiple columns
2018-09-21 19:06:38 +08:00
afc163
a0b8637783
destructuring assignment
2018-09-21 19:06:38 +08:00
Wei Zhu
d5a77eff0b
Update snapshot
2018-09-21 17:32:35 +08:00
Tom Xu
0b9d00a0ad
Upload add props openFileDialogOnClick
2018-09-21 15:56:18 +08:00
偏右
85749c94fb
test: remove it.only
2018-09-21 15:55:00 +08:00
afc163
7c6299e12e
Merge branch 'master' into feature
2018-09-21 14:03:04 +08:00
afc163
74f36c6e69
Merge branch 'feature' of github.com:ant-design/ant-design into feature
2018-09-21 14:02:58 +08:00
afc163
f0974e0da7
support column.title as render props
...
```jsx
columns={[{
title: (filters, sortOrder) => <div>Title</div>,
}]}
```
close #11246
2018-09-21 13:41:08 +08:00
afc163
71316d6baa
update table snapshot
2018-09-21 13:41:08 +08:00
afc163
8feb15ea72
fix test case
2018-09-21 13:41:08 +08:00
afc163
bcb06ec174
Add active style of filtered state
2018-09-21 13:41:08 +08:00
afc163
6530de2961
revert getPopupContainer
2018-09-21 13:41:08 +08:00
afc163
209e40508d
fix sort
2018-09-21 13:41:08 +08:00
afc163
da33358e75
tweak icon active style
2018-09-21 13:41:08 +08:00
afc163
27e2654f0f
sort by click column area
2018-09-21 13:41:08 +08:00
afc163
6f67c435c2
separate filter and sort into two click area
2018-09-21 13:41:08 +08:00
afc163
4c84dad106
move filter icon to end of column head
2018-09-21 13:41:08 +08:00
HeskeyBaozi
fb8ec65ca0
fix test case snapshot
2018-09-21 13:40:27 +08:00
HeskeyBaozi
457f781e6f
treeselect: suffix -> suffixIcon
2018-09-21 13:40:27 +08:00
HeskeyBaozi
006b274d9e
timepicker: suffix -> suffixIcon
2018-09-21 13:40:27 +08:00
HeskeyBaozi
a2520b02c9
select: suffix -> suffixIcon
2018-09-21 13:40:27 +08:00
HeskeyBaozi
2b7bd92cf6
datepicker: suffix -> suffixIcon
2018-09-21 13:40:27 +08:00
HeskeyBaozi
2d4a6db22d
cascader: suffix -> suffixIcon
2018-09-21 13:40:27 +08:00
HeskeyBaozi
784984d1bf
remove progress icon interface
2018-09-21 13:40:27 +08:00
HeskeyBaozi
a1074a6ace
add suffix icon interface to time-picker
2018-09-21 13:40:27 +08:00
HeskeyBaozi
844a5a92d7
add suffix icon to tree-select
2018-09-21 13:40:27 +08:00
HeskeyBaozi
a01450debb
add suffix interface to select
2018-09-21 13:40:27 +08:00
HeskeyBaozi
93fce1c7a4
fix lint
2018-09-21 13:40:27 +08:00
HeskeyBaozi
1d2aa0fc78
add icon interface to alert
2018-09-21 13:40:27 +08:00
HeskeyBaozi
06b5115fe3
add icon interface to progress
2018-09-21 13:40:27 +08:00
HeskeyBaozi
160d34aeba
add suffix icon to date-picker
2018-09-21 13:40:27 +08:00
HeskeyBaozi
96282b1fe8
add suffix icon to cascader
2018-09-21 13:40:27 +08:00
afc163
c4b17f23ef
doc: move font icon doc before svg icon
2018-09-21 00:00:19 +08:00
Sepehr Mohammadi
e8c2e7ce72
fix firefox can't set height smaller than content on flex item ( #12295 )
...
https://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox/28639686#28639686
2018-09-20 22:48:13 +08:00
amedora
eb4e6b7fd6
WIP: Add decimal separator prop ( #12329 )
...
* Add decimal separator prop
* Update API reference
2018-09-20 16:37:54 +08:00
包子熊
db9e30047c
fix upload close icon style error ( #12330 )
2018-09-20 15:31:23 +08:00
zombiej
1883996943
no need to use let
2018-09-20 10:11:04 +08:00
Yang
a3c1444a20
doc: add dropdown control props ( #12323 )
2018-09-19 22:50:53 +08:00
zombiej
273fd2ea1b
fix #10953 . Dedup of file onStart upload
2018-09-19 22:37:35 +08:00
zombiej
954c7ecd8e
fix #12284 . confirmFilter is after set state
2018-09-19 18:33:09 +08:00
afc163
d03f4bc8db
test: fix warning message in jest log
2018-09-19 15:05:55 +08:00
afc163
553a63f01f
Merge branch 'master' into feature
2018-09-19 14:34:20 +08:00
afc163
4cac7917c4
update snapshot
2018-09-19 14:33:36 +08:00
afc163
c21ff5251d
Fix React.Children.only error when Icon contain children
...
<Icon>xxx</Icon>
2018-09-19 11:38:07 +08:00
afc163
05646e9459
doc: update input documentation
...
https://stackoverflow.com/questions/52378848/why-is-there-no-onchange-for-input-in-ant-design/52378880
2018-09-19 11:28:04 +08:00
zombiej
9e9b18c760
update test case
2018-09-19 11:19:33 +08:00
Nikolay Solovyov
60e8a38390
Update ru_RU.tsx
2018-09-19 11:19:33 +08:00
Douglas Nassif Roma Junior
03b89a12cf
Fixed Item key unspected change on List component. ( #12299 )
2018-09-19 11:05:01 +08:00
XuMM_12
0219aa259a
fix demo in date-picker doc ( #12290 )
...
ref to https://ant.design/components/calendar-cn/ and moment doc, import locale file from moment/locale just defines the locale without use.
2018-09-18 16:57:04 +08:00
Phanupong Janthapoon
0e29194668
update misspelling on index.en-US.md ( #12280 )
...
On the line 158, the words "can not" are likely in a wrong construction for this sentence. It would be better to use "cannot" in this context.
2018-09-18 12:38:26 +08:00
zombiej
e58273dccf
fix #12269 . Fix Tree onDrop ts type
2018-09-17 17:37:20 +08:00
afc163
c65d6f6f36
Merge branch 'master' into feature
2018-09-17 15:01:53 +08:00
afc163
c935d53b71
Fix sorter icon align of Table
2018-09-17 14:53:21 +08:00
afc163
8c57704241
tweak alert code
2018-09-16 18:36:17 +08:00
诸岳
8f06375589
Fix the vertical alignment for the title of Card ( #11036 )
...
* fix: The title of Card should be vertically aligned, close #10576
* Update index.less
2018-09-16 17:44:41 +08:00
afc163
811f497d81
update snapshot
2018-09-16 17:31:29 +08:00
afc163
cd9b8b20b5
Merge branch 'master' into feature
2018-09-16 17:29:04 +08:00
afc163
5a9725eeae
update snapshot for role="tooltip"
2018-09-16 15:47:25 +08:00
afc163
adb2637fdb
site: improve icon documentation about svg icons
2018-09-16 15:09:58 +08:00
picodoth
589bafd5db
fix: drop className for tabBar, fix #12051
2018-09-15 15:19:18 +08:00
zombieJ
f9dd709e2f
Transfer support disabled ( #12084 )
2018-09-15 15:18:59 +08:00
afc163
f0f44c6608
fix tslint
2018-09-15 00:24:30 +08:00
Jaroslav Bereza
2d415d0be2
Adds missing argument in onChange event ( #12243 )
2018-09-14 17:13:48 +08:00
afc163
bc3322daf6
Fix notification demo, close #12238
2018-09-14 12:17:55 +08:00
afc163
efb23c1525
Fix linkProps in upload fileList
...
1. should support json string format
2. should be able to override props like rel, target, title and etc
2018-09-14 11:43:02 +08:00
afc163
9d5920b39d
doc: remove old usage instruction
2018-09-14 11:31:53 +08:00
afc163
0698c82173
adjust icon svg align
2018-09-14 10:58:03 +08:00
zombiej
26c3ea4f4a
fix #12233 . Height should not in transition.
2018-09-13 20:42:45 +08:00
zombiej
2b22d6b19c
bump rc-switch & update test case
2018-09-13 19:47:28 +08:00
Mikasa33
6833e767c6
Add defaultSortOrder ( #12229 )
...
添加默认排序参数说明
2018-09-13 19:40:43 +08:00
George Gray
c94eda04c6
add vars for Alert types ( #12057 )
2018-09-13 17:56:54 +08:00
zombiej
03b198775a
close #12221 . Adjust form validateFields type
2018-09-13 16:33:02 +08:00
afc163
b70360e95a
doc: improve form API documentation
2018-09-12 22:16:53 +08:00
afc163
2952a8625b
site: remove old version hint of API
2018-09-12 21:43:01 +08:00
zombiej
526f10d5ff
fix #12179 . Remove transition of border in small table
2018-09-12 16:51:45 +08:00
afc163
0c0bcce873
tweak skeleton paragraph width
2018-09-12 15:45:49 +08:00
wenzhao.fw
91868eec70
fix issue #12204: add parameter dontAnimate
to goTo
of Carousel
2018-09-12 14:31:03 +08:00
zombiej
8b5e08be67
fix #12157 . Adjust sample of slider with input number
2018-09-11 23:32:17 +08:00
包子熊
4eb7d8f693
Hotfix(Select) add select clear icon ( #12196 )
...
close #12181
2018-09-11 20:45:40 +08:00
afc163
fd409df14d
tweak badge vertical align
2018-09-11 19:04:35 +08:00
afc163
5d59ee9afb
Fix badge offset[0] not working
2018-09-11 19:04:06 +08:00
zombiej
515a206be5
add value number type in TreeSelect
2018-09-11 16:59:56 +08:00
newraina
f8408510a6
fix form onFieldsChange param type ( #12185 )
2018-09-11 11:54:39 +08:00
afc163
e657985cc3
fix notification icon align when no description
2018-09-10 18:21:16 +08:00
afc163
298fc0f426
Fix extra scrollbar when popup menu, close #12152
2018-09-10 11:39:03 +08:00
afc163
00aebeb975
add christmas easter egg
2018-09-10 11:23:49 +08:00
leijingdao
e157e313fa
fix:onOpenChange handler not being called in RangePicker for preset r… ( #12142 )
...
* fix:onOpenChange handler not being called in RangePicker for preset ranges(#11631 )
2018-09-10 00:26:26 +08:00
zombiej
e82d7a9c09
fix #12137 . Add miss return type of MessageApi
2018-09-09 22:50:12 +08:00
zombiej
372047e326
update doc
2018-09-09 21:18:34 +08:00
afc163
1a30e5de78
Fix select render lag of long text in chrome
...
close #11843
close #11456
2018-09-09 00:11:29 +08:00
zombiej
dde924cef8
bump 3.9.2
2018-09-08 23:55:06 +08:00
zombiej
2fe119c748
fix #12131 . Fix first slash of spin with delay
2018-09-08 22:43:39 +08:00
zombiej
b1f9f03b3d
fix #6515 . Add opacity on the table header as fixing additional scroll bar workaround.
2018-09-08 21:24:35 +08:00
zombiej
7ece92f047
update snapshot
2018-09-08 17:21:00 +08:00
afc163
bdcf4342fe
tweak icon size and design
2018-09-08 15:46:26 +08:00
afc163
cee67bccda
fix popconfirm test case
2018-09-08 15:32:10 +08:00
afc163
800a7c6acd
tweak button design
2018-09-08 13:49:48 +08:00
afc163
318737584a
tweak button design
2018-09-08 13:49:02 +08:00
afc163
02af08951a
popconfirm onVisibleChange should call with click event
...
close #8614
2018-09-07 14:42:22 +08:00
HeskeyBaozi
a4bc1f6b63
fix treeselect clear icon
2018-09-07 14:14:23 +08:00
HeskeyBaozi
c76a90b2b7
fix tweak icon
2018-09-07 14:14:23 +08:00
HeskeyBaozi
9fae6b443d
remove fields.js
2018-09-07 14:14:23 +08:00
HeskeyBaozi
71baf32151
add unstable methods
2018-09-07 14:14:23 +08:00
HeskeyBaozi
ace857d8bf
add check icon in multi select
2018-09-07 14:14:23 +08:00
HeskeyBaozi
976f6969f4
update test snapshot
2018-09-07 14:14:23 +08:00
HeskeyBaozi
0ffaba0f49
fix: icon misaligned in popconfirm
2018-09-07 14:14:23 +08:00
Rick Zhou
461984a45f
修正dropdown右键菜单示例文档
2018-09-07 14:09:36 +08:00
huangyan.py
f13cbd9a32
fix: Enable maskStyle on Drawer
2018-09-07 13:51:46 +08:00
afc163
690df6307c
update snapshot
2018-09-07 13:01:59 +08:00
zombiej
1927f65c0b
fix #12117 . Remove height transition in autoComplete
2018-09-07 04:26:59 +08:00
zombiej
0ea5d6af70
adjust time picker default width since font number to be laregr
2018-09-06 19:16:37 +08:00
zombiej
b3ad34d08f
update dialog snaphot
2018-09-06 12:15:03 +08:00
zombiej
bb5a14d858
fix #12083 . Card inside tab-card should not change the title padding
2018-09-06 12:13:06 +08:00
Zhiqiang Gong
2cf2b678e8
update tree-select typescript ( #12091 )
2018-09-06 11:49:08 +08:00
afc163
32c78b2f8d
update snapshot
2018-09-05 22:41:46 +08:00
zombiej
15293eb7d5
fix #12078 . add ButtonHTMLType on dropdownButton
2018-09-05 20:09:38 +08:00
zombiej
531a76de29
add snapshot
2018-09-04 20:04:05 +08:00
zombiej
9d2e93eb29
Merge remote-tracking branch 'origin/master' into tmp_pr
2018-09-04 19:58:23 +08:00
HeskeyBaozi
c0f709c35c
icon-docs: remove namespace
fields
2018-09-04 19:22:25 +08:00
Wei Zhu
1ddd1e9cf9
fix draging preview snapshot when using Select in table
...
https://codesandbox.io/s/xl7myw3p5w
2018-09-04 15:57:43 +08:00
zombiej
abd1d5efbb
fix #12050 . Table on modal should be the same behaivour as normal one
2018-09-04 14:35:46 +08:00
digz6666
e167f8e88d
Added mnMN to locale prodiver test
2018-09-04 12:41:10 +08:00
digz6666
8f41d5f774
Added Mongolian locale provider and tested. Translated calender,
...
date-picker, time-picker.
2018-09-04 11:55:55 +08:00
Benedikt Franke
ac2d094a4a
Inherit @form-feedback-icon-size from @font-size-base;
2018-09-04 11:01:46 +08:00
zombiej
58cfe94ffd
fix typo
2018-09-03 20:21:32 +08:00
包子熊
67024893ce
Hotfix/icon issue ( #12016 )
...
* fix progress icon
* remove IconDisplay fields.js
* update progress test snapshot
* fix form item circle filled
* update form-item test snapshot
* fix close icon in upload item list
* fix alert icon theme
* update alert test snapshot
* fix time picker clear icon
* fix test snapshot
* fix rotate icon in the header
* update test snapshot
* update new tree test snapshot
* fix icon position
* fix old icon and new icon both display
* fix card actions icon position
2018-09-03 19:29:27 +08:00
afc163
6b0244a3bd
update switch snap
2018-09-03 17:45:34 +08:00
afc163
54a1534a3d
Add test case for Tooltip and Icon
2018-09-03 17:41:48 +08:00
afc163
3cbb5da6c2
tweak icons size
2018-09-03 17:11:20 +08:00
zombiej
425e477c7f
update rc-tree & testcase
2018-09-03 15:11:40 +08:00
picodoth
054d249f13
fix : #12019
2018-09-03 14:54:12 +08:00
afc163
4c1ca1b3cd
tweak menu icon size
2018-09-03 13:15:22 +08:00
HeskeyBaozi
f2467a1f69
fix: can not use iconfont
2018-09-03 13:10:49 +08:00
HeskeyBaozi
6f835e6b7a
bugfix: fix iconfont unuseful
2018-09-03 13:10:49 +08:00
HeskeyBaozi
007da02baa
hotfix: fix input-number style
2018-09-03 13:10:40 +08:00
HeskeyBaozi
633d73b21a
fix Icon.createFromIconfontCN usage
2018-09-03 12:00:27 +08:00
afc163
1ecd2b4150
upgrade snapshot
2018-09-03 11:33:19 +08:00
afc163
c4b6dafb64
should passing all props to icon, close #12005
2018-09-03 11:33:19 +08:00
HeskeyBaozi
ff44129e6e
remove less vars @icon-url
2018-09-03 11:28:52 +08:00
afc163
1fc9ad6129
improve two-tone.md and icon doc
2018-09-03 00:30:41 +08:00
afc163
30dbd310f2
Fix some icon detail in new svg icons
2018-09-03 00:26:04 +08:00
HeskeyBaozi
24568f61ff
use the whole svg icons
2018-09-02 23:39:58 +08:00
HeskeyBaozi
d5e55e365d
test
2018-09-02 23:39:58 +08:00
afc163
3661689ad3
Add old-icons.md for test
2018-09-02 23:22:05 +08:00
afc163
06898a0619
Merge RangePicker extra and built-in footers
2018-09-02 21:45:27 +08:00
HeskeyBaozi
52f162533c
fix icon test coverage
2018-09-02 20:59:37 +08:00
HeskeyBaozi
2f8a56fa78
fix test case & update test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
3859a60d3e
fix the default theme outlined
2018-09-02 20:59:37 +08:00
HeskeyBaozi
4ceeab77d1
two-tone color setting docs
2018-09-02 20:59:37 +08:00
HeskeyBaozi
d246724205
fix icon test case
2018-09-02 20:59:37 +08:00
HeskeyBaozi
74798b8911
upgdate test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
4d681c7fd3
optimize icon docs
2018-09-02 20:59:37 +08:00
HeskeyBaozi
c7069b27fe
fix icon theme code style
2018-09-02 20:59:37 +08:00
HeskeyBaozi
fd81e4575c
fix date-picker clear-icon size
2018-09-02 20:59:37 +08:00
HeskeyBaozi
3de0acabd1
use rc-calendar@~9.7.0
2018-09-02 20:59:37 +08:00
HeskeyBaozi
e3eb3c63a1
icons in message component use filled theme
2018-09-02 20:59:37 +08:00
HeskeyBaozi
27c9754feb
optimize icon docs: nomalize title
2018-09-02 20:59:37 +08:00
HeskeyBaozi
866ff008bb
add tip title before icon font method
2018-09-02 20:59:37 +08:00
HeskeyBaozi
f23b30e8d7
add new api tips in Icon docs
2018-09-02 20:59:37 +08:00
HeskeyBaozi
b8b64f92c8
remove prop 'svgStyle' and i think it's really good
2018-09-02 20:59:37 +08:00
HeskeyBaozi
359191abeb
update test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
e91aa112bf
remove svgClassName
2018-09-02 20:59:37 +08:00
HeskeyBaozi
0884490d6d
update test case snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
016c1cfe92
fix collapse arrow style
2018-09-02 20:59:37 +08:00
HeskeyBaozi
ab2c866f0c
simpify Icon api
2018-09-02 20:59:37 +08:00
HeskeyBaozi
bd59671585
default primary color #1890ff
2018-09-02 20:59:37 +08:00
HeskeyBaozi
6e90b3a57e
update test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
2a54d80639
new icon display
2018-09-02 20:59:37 +08:00
HeskeyBaozi
d8014686b6
update Steps test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
b0d89aed23
use svg icon in rc-steps
2018-09-02 20:59:37 +08:00
HeskeyBaozi
ae9aabb1ac
update test case
2018-09-02 20:59:37 +08:00
HeskeyBaozi
1cee617a9d
update test case
2018-09-02 20:59:37 +08:00
HeskeyBaozi
7ffb205efe
two-tone -> twoTone
2018-09-02 20:59:37 +08:00
HeskeyBaozi
349ebafc20
remove Icons naming convention
2018-09-02 20:59:37 +08:00
HeskeyBaozi
81058fa32c
update test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
39ffee1fa5
new getter & setter
2018-09-02 20:59:37 +08:00
HeskeyBaozi
73218926c3
filled, outlined and two-tone
2018-09-02 20:59:37 +08:00
HeskeyBaozi
d6131fe18d
update test snapshot
2018-09-02 20:59:37 +08:00
HeskeyBaozi
67331efb67
theme props & two-tone icon
2018-09-02 20:59:37 +08:00
HeskeyBaozi
ef54d3fbb7
cross -> close
2018-09-02 20:59:37 +08:00
picodoth
f0bedb2176
fix: tests
2018-09-02 19:21:03 +08:00
picodoth
6237511c04
feat: use menu with 7.4.0-beta, supporting menu overflow collapsing. Currently React >= 16.0 only
2018-09-02 19:21:03 +08:00
afc163
0c6b3d5ac1
Improve message API documentation
2018-09-02 19:21:03 +08:00
Jack Hsieh
175ae5238e
Make message icons optional
2018-09-02 17:19:05 +08:00
afc163
ea762a3c88
update card loading demo
2018-09-02 16:45:12 +08:00
afc163
fef685a15b
update snapshots
2018-09-02 16:45:12 +08:00
afc163
afbf9e59bc
refactor skeleton Paragraph
2018-09-02 16:45:12 +08:00
afc163
b951105b93
Fix avatar active animation in skeleton
2018-09-02 16:45:12 +08:00
afc163
1a3e59c0da
Add some random width for skeleton paragraph
2018-09-02 16:45:12 +08:00
afc163
207bad7b47
Merge branch 'master' into feature-3.9.0
2018-09-01 13:22:06 +08:00
afc163
53304d3b5a
Fix extra padding of Card.Grid
...
close #11996
2018-09-01 13:08:39 +08:00
afc163
bc7164d871
Allow fontSize works on Card[headStyle], close #11995
2018-09-01 12:58:52 +08:00
afc163
fecb3b6914
update card demo jsx format
2018-09-01 12:50:52 +08:00
afc163
1bfbefb8e1
Fix snapshot
2018-08-31 23:09:24 +08:00
afc163
e23efe3f47
Fix wave color mixed up, close #11985
2018-08-31 17:38:02 +08:00
afc163
b84d515969
site: add promote badge
2018-08-31 17:03:27 +08:00
Simon Fraser
b02af8baa7
Updating warning message about cards not having size attribute.
2018-08-31 16:22:01 +08:00
Tom Xu
8ff9dc6bab
Table added a new less variable @table-header-color
2018-08-31 10:42:50 +08:00
zombiej
fe2728cb20
fix #11969 . Pass centered prop to popup modal
2018-08-30 22:27:32 +08:00
zombiej
b076b52756
fix #11967 . Add children type validate in button.tsx
2018-08-30 17:59:09 +08:00
hongxuWei
278ad821a4
Fix issue #11908 missing right input border
2018-08-30 13:35:12 +08:00
hongxuWei
698aa3a01a
Fix the bug of edit cell demo
2018-08-30 10:42:43 +08:00
陈帅
c73ad8021d
Merge pull request #11894 from ant-design/feature/svg-icon
...
Hotfix(Icon) fix SVG element style
2018-08-29 18:40:04 +08:00
afc163
7d5907500f
revert steps description width to fix align issue
2018-08-29 17:40:05 +08:00
tangjinzhou
c63c971ded
fix: Nesting tabs of different sizes, the style does not take effect ( #11936 )
2018-08-29 11:21:15 +08:00
Tomás Francisco
7d38f8f435
improve form types and docs ( #11932 )
2018-08-29 11:20:33 +08:00
Chandler Moisen
ce4a4bacaa
add @menu-item-active-border-width to Menu.Item ( #11934 )
2018-08-29 11:20:13 +08:00
carrie-tanminyi
720b5f792c
Update index.zh-CN.md ( #11941 )
2018-08-29 10:51:21 +08:00
偏右
6bf42db2ed
Fix abnormal picture card position of Upload list, close #11183 ( #11931 )
2018-08-29 00:21:46 +08:00
mushan0x0
dd37457048
feat: Anchor onClick ( #11898 )
...
* update: 添加AntAnchor类型
* update: 完成代码逻辑
* update: 添加测试
* update: 点击锚点不记录历史
* update: 添加示例
* docs: 更新文档
* update: 更改onClick事件里的link为对象
* update: 优化代码
* update: 修改propClick为onClick
2018-08-28 20:20:46 +08:00
mushan0x0
62d68b049f
feat: Tabs render tab bar ( #11856 )
...
* feat: Customized bar of tab.
* docs: 更新关于renderTabBar的中文文档
* docs: 更新关于renderTabBar的英文文档
* update: 优化代码
* docs: 更新关于renderTabBar的文档
* update: 完善renderTabBar代码
* update: 完成自定义tabBar
* docs: 去掉旧的DefaultTabBar参数说明
* update: 修复CI测试
* fix: 去掉>选择器,解决自定义tabBar后样式错误
* update: 优化代码质量
* update: 添加测试
* fix: lint
* fix: 避免tab嵌套bug
* update: 把DefaultTabBar放在renderTabBar里
2018-08-28 18:56:25 +08:00
Sebastian Busch
d47a5be712
Input: new method select(), passed to underlying input ( #11906 )
...
* Input: pass through method select() to underlying input
* add test for Input select()
2018-08-28 18:54:21 +08:00
afc163
bf2f7e9c33
Merge branch 'master' into feature-3.9.0
2018-08-28 18:09:01 +08:00
carrie-tanminyi
c2e50610ff
Update index.zh-CN.md ( #11924 )
2018-08-28 17:14:04 +08:00
carrie-tanminyi
7c47ce9824
Update index.zh-CN.md ( #11923 )
...
* Update index.zh-CN.md
* Update index.zh-CN.md
2018-08-28 17:13:53 +08:00
y-take
6f443be4d5
Feat(Transfer): Allow to specify item-unit ( #11348 )
...
* Add itemUnit, itemsUnit props
* Add document
* Integrate locales
* Keep old locale props still working.
2018-08-28 16:26:32 +08:00
Chandler Moisen
badfac83b0
add @progress-text-color var to <Progress /> ( #11771 )
2018-08-28 11:36:00 +08:00
HeskeyBaozi
2e85c74898
svg should display block
2018-08-27 20:41:02 +08:00
HeskeyBaozi
0c9465aaf9
upgrade icons library
2018-08-27 20:40:11 +08:00
afc163
1707abb48d
Fix switch click error, close #11891
2018-08-27 11:43:54 +08:00
陈帅
266a6ad817
Fix line breaks caused by div ( #11888 )
...
* Fix line breaks caused by div
* fix tag test
* use span replace null
2018-08-27 11:20:05 +08:00
zombiej
5e31067c78
add list-style in skeletion
2018-08-26 16:52:32 +08:00
诸岳
474f524df7
Fix conflicts after that master branch is merged into feature-3.9.0 branch
2018-08-26 13:46:29 +08:00
afc163
1a73fde89f
Add @card-radius
2018-08-26 12:34:42 +08:00
afc163
5c26ce69c2
revert select demo
2018-08-26 00:28:22 +08:00
afc163
7396948c96
support controlled open for Select, close #10482
2018-08-25 23:41:30 +08:00
afc163
9d61dfff7a
Merge branch 'master' into feature-3.9.0
2018-08-25 23:18:03 +08:00
afc163
0f472505db
use const
2018-08-25 22:57:24 +08:00
afc163
325bff5324
update modal demo button text
2018-08-25 22:57:24 +08:00
afc163
9fdee487ce
Add test case for modal update
2018-08-25 22:57:24 +08:00
afc163
b8b9c02fb9
Add update function for Modal.method, close #11721
2018-08-25 22:57:24 +08:00
nuintun
5f17ed789b
Adjust input-number handler style
...
Make handler look better
2018-08-25 22:51:01 +08:00
afc163
b904f3de6a
update demo description
2018-08-25 22:18:25 +08:00
afc163
eed77ea3be
Merge branch 'master' into feature-3.9.0
2018-08-25 21:24:43 +08:00
afc163
877f9fd7d6
Add getContainer to Modal.info etc, close #11377
2018-08-25 21:24:18 +08:00
afc163
e4c9d69fc4
Avoid progress text wrap
2018-08-25 21:00:51 +08:00
afc163
be78706364
Merge branch 'master' into feature-3.9.0
2018-08-25 18:55:32 +08:00
HeskeyBaozi
7f22efbfae
update test sanpshot
2018-08-25 16:09:10 +08:00
HeskeyBaozi
ec397fef5b
update test snapshot
2018-08-25 15:52:14 +08:00
HeskeyBaozi
6fe79dff36
upgrade tree-select
2018-08-25 15:51:07 +08:00
afc163
98c3d8b1d7
tweak wave style
2018-08-25 14:25:21 +08:00
HeskeyBaozi
a62d0272b2
Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
...
# Conflicts:
# package.json
2018-08-25 13:33:32 +08:00
HeskeyBaozi
d9b38aee4b
Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
...
# Conflicts:
# package.json
2018-08-25 13:24:44 +08:00
HeskeyBaozi
984c4f7cb0
use loading
2018-08-25 13:14:43 +08:00
afc163
0ac47fe74f
Fix abnormal width of Cascader in IE/Edge, close #11857
2018-08-24 21:07:29 +08:00
afc163
612c5d5c55
Fix Upload.Dragger drag area, close #11869
2018-08-24 20:44:43 +08:00
afc163
1ab61542e4
Fix Input[prefix|suffix] border in Input.Group, close #11863
2018-08-24 20:33:02 +08:00
afc163
1ba99510cd
Fix @shadow-1-up, close #11873
2018-08-24 20:26:27 +08:00
afc163
33f5cc4364
Fix long step description overflow, close #11864
2018-08-24 20:25:23 +08:00
HeskeyBaozi
abfd50a7bf
use component
2018-08-24 19:47:07 +08:00
HeskeyBaozi
56103c627a
update step snapshot
2018-08-24 19:12:55 +08:00
HeskeyBaozi
28e2117c68
use cross
2018-08-24 19:00:06 +08:00
HeskeyBaozi
ee1d2469a8
upgrade test snapshot
2018-08-24 18:36:08 +08:00
HeskeyBaozi
43e6621fb7
use correct icon
2018-08-24 18:11:02 +08:00
HeskeyBaozi
af11401d33
upgrade svg
2018-08-24 17:36:22 +08:00
afc163
bb1ee6dbb4
Merge branch 'master' into feature-3.9.0
2018-08-24 15:12:57 +08:00
afc163
a54d06eb6f
fix test case in react 15
2018-08-24 15:12:31 +08:00
HeskeyBaozi
d375070da5
waiting for upgrade rc-tree-select
2018-08-24 14:08:06 +08:00
HeskeyBaozi
9893fec5f1
fix rc-menu test case
2018-08-24 12:28:51 +08:00
afc163
62bacb09bf
Fix wave render error in jest, close #11868
2018-08-24 12:11:44 +08:00
HeskeyBaozi
b4e6f756a7
use svg icon in dropdown
2018-08-24 11:51:52 +08:00
HeskeyBaozi
726d32031f
upgrade rc-cascader
2018-08-23 22:15:25 +08:00
HeskeyBaozi
d8391d69f3
update steps test
2018-08-23 22:01:51 +08:00
afc163
5448277732
Merge branch 'master' into feature-3.9.0
2018-08-23 21:17:50 +08:00
afc163
e3aa2aaa84
fix submenu cannot hover
2018-08-23 21:14:16 +08:00
zombiej
500ef62638
fix https://github.com/ant-design/ant-design/issues/11423 . TreeNode can accept custom prop
2018-08-23 20:38:56 +08:00
Cang Ta
044982ddb7
Remove duplicate theme
property
2018-08-23 16:09:37 +08:00
zombieJ
796b56dbc4
New Component Skeleton ( #11226 )
...
* Add new component Skeleton
* Add related doc
* Add sample
* Add test case
ref: https://github.com/ant-design/ant-design/issues/10308
2018-08-22 23:34:36 +08:00
Nikolay
7bf50c85e1
Update Form.tsx
2018-08-22 23:28:07 +08:00
Nikolay
563e349946
add strict mode for submit object property names
...
This feature adds a posibility to validate property names in TypeScript by inserting required object interface.
2018-08-22 23:28:07 +08:00
陈帅
cc2bd76595
add top MultiDrawer
2018-08-22 23:27:52 +08:00
jljsj33
5676a10726
add ease-base-in ease-base-out
2018-08-22 23:27:52 +08:00
jljsj33
4233c55418
fix drawer scroll bar no animation
2018-08-22 23:27:52 +08:00
陈帅
2ca3661e87
placement add top and bottom
2018-08-22 23:27:52 +08:00
陈帅
83790dfee5
fix #11583 #11443 remove pointer-events
2018-08-22 23:27:52 +08:00
afc163
11d29fb522
use break-word over break-all, close #11722
2018-08-22 23:05:46 +08:00
HeskeyBaozi
0c751ca3b5
remove pseudo-class in pagination
2018-08-22 20:01:00 +08:00
苏秦
3ffc7f6ac2
Upload: remove necessary signatures
2018-08-22 20:00:42 +08:00
Bradley Xu
f20a1e4e5d
docs: update button demo doc
2018-08-22 16:22:30 +08:00
jiang
110e65d74d
Fix drawer flash ( #11833 )
...
* fix drawer flash
* remove drawer transition
2018-08-22 16:06:33 +08:00
wangxueliang
fa89c79d80
fix: word error praentDrawer => parentDrawer
2018-08-22 14:33:42 +08:00
afc163
2e759e2bea
Add initial prop for TypeScript, ref #11180
2018-08-22 13:54:51 +08:00
afc163
db736843ff
Add Steps[initial], close #11180
2018-08-22 13:53:57 +08:00
afc163
711d78c892
Merge branch 'master' into feature-3.9.0
2018-08-22 13:51:20 +08:00
ohhoney1
a523706625
fix bug: If ItemGroup wraps the first menu, an error is displayed when the menu is collapsed
2018-08-22 11:26:07 +08:00
mmmveggies
09aaafe573
export specific TreeSelect treeData types
2018-08-22 11:21:27 +08:00
afc163
90b401e97b
Fix submenu lap between menu, close #11725
2018-08-22 00:49:53 +08:00
afc163
c9901acb7f
Fix WeekPicker style, close #11738
2018-08-22 00:41:29 +08:00
HeskeyBaozi
71be9c4a09
use svg icon in collapse
2018-08-21 20:03:48 +08:00
HeskeyBaozi
d369d2bfa5
update icon test snapshot
2018-08-21 18:42:12 +08:00
HeskeyBaozi
c523ae37b8
remove namespace & prefix
2018-08-21 18:41:35 +08:00
HeskeyBaozi
96b38dd3ec
use svg icon in introduce
2018-08-21 18:33:52 +08:00
HeskeyBaozi
1b93d795e0
normalize scriptUrl
2018-08-21 18:00:08 +08:00
HeskeyBaozi
ed19561fdd
Icon: url => scriptUrl
2018-08-21 17:52:41 +08:00
mofelee
611c127f6b
Update index.zh-CN.md
2018-08-21 17:34:13 +08:00
HeskeyBaozi
3b598eafe1
update pagination test snapshot
2018-08-21 17:14:35 +08:00
HeskeyBaozi
b58e74de9f
use svg icon in pagination
2018-08-21 17:13:12 +08:00
HeskeyBaozi
ea6656f734
Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
2018-08-21 16:32:30 +08:00
afc163
aba2f5e091
fix test case
2018-08-21 15:59:24 +08:00
afc163
60cff5de40
tweak wave effect detail
2018-08-20 23:55:35 +08:00
afc163
041173f059
tweak animation arguments
2018-08-20 21:02:51 +08:00
afc163
5e37710ecb
improve click effect ⭐
2018-08-20 20:59:48 +08:00
afc163
e610830a1a
Fix blurry checkbox style in windows chrome
...
https://stackoverflow.com/a/50412034/3040605
close #11797
2018-08-20 19:02:48 +08:00
HeskeyBaozi
88fa58aafa
icon English docs
2018-08-20 17:23:28 +08:00
HeskeyBaozi
9330aaec06
update table test snapshot
2018-08-20 15:37:55 +08:00
afc163
40a702cebe
fix locale-provide demo
2018-08-20 15:09:44 +08:00
afc163
ab7855d104
demo: update badge demo
2018-08-20 15:07:05 +08:00
afc163
22162fe04b
Fix badge zoom animation style
2018-08-20 14:53:58 +08:00
HeskeyBaozi
65600c8a95
upgrade to 3.8.2
2018-08-20 14:00:51 +08:00
afc163
dfdd5449b0
update LocaleProvider demo
2018-08-20 11:46:56 +08:00
afc163
37b1ed16b3
update LocaleProvider demo
2018-08-20 11:37:55 +08:00
Alexey Yakovlev
3582f46347
Update TreeProps.onCheck callback signature.
2018-08-19 20:16:27 +08:00
Junbin Huang
4622dce879
fix: tags initially hidden, closing #11757 ( #11761 )
...
* fix: tags initially hidden, closing #11757
* update snapshots
2018-08-18 14:29:25 +08:00
afc163
838be31543
good looking table demo
2018-08-18 12:48:56 +08:00
陈帅
958e8ebc4b
Fix drawer ( #11702 )
...
* fix #11583 #11443 remove pointer-events
* update snap fix ci
* @ease change to @drawer-easing
* add @ease-base-out and @ease-base-in
* fix drawer
2018-08-18 12:34:40 +08:00
afc163
ec6d88f407
Fix modal text being selected when open it with double click, close #11777
2018-08-17 19:13:42 +08:00
HeskeyBaozi
33d270aaf2
tree dynamic icon
2018-08-17 16:36:33 +08:00
HeskeyBaozi
d185068c20
yarn upgrade rc-tree
2018-08-17 16:04:11 +08:00
yoyo837
004d786cb4
补充中文文档
2018-08-16 23:00:52 +08:00
HeskeyBaozi
1603cec802
upgrade icon docs
2018-08-16 18:44:43 +08:00
afc163
9555626898
tweak indeterminate checkbox design
2018-08-16 17:43:00 +08:00
afc163
84119d8959
Fix badge position when it's children is display:block
...
https://codepen.io/afc163/pen/MBMjqG?editors=0110
2018-08-16 17:10:47 +08:00
HeskeyBaozi
8c4f98572b
update tab snapshot
2018-08-16 16:15:25 +08:00
HeskeyBaozi
b5db75f8ea
upgrade svg tabs prev & next icon
2018-08-16 16:13:18 +08:00
HeskeyBaozi
7a31fd37ad
Icon.create => Icon.createFromIconfontCN
2018-08-16 15:22:38 +08:00
HeskeyBaozi
6557917554
update custom demo
2018-08-16 14:46:31 +08:00
HeskeyBaozi
f275f3090a
update Icon api
2018-08-16 11:41:37 +08:00
HeskeyBaozi
7925355ca7
upgrade Icon api
2018-08-15 17:21:02 +08:00
HeskeyBaozi
cd778e7a57
upgrade Icon api
2018-08-15 17:19:13 +08:00
Shuvalov Anton
b126b23b2d
fixed article
...
Just small grammar fix, nothing serious
2018-08-14 23:53:33 +08:00
HeskeyBaozi
c3816d2859
align validating icon with input suffix icon
2018-08-14 18:20:45 +08:00
HeskeyBaozi
48bd38b6af
update icon test cases
2018-08-14 17:37:23 +08:00
HeskeyBaozi
3f9d5e949f
update icon demo code
2018-08-14 17:17:51 +08:00
HeskeyBaozi
796de6390b
update test snapshot
2018-08-14 15:32:29 +08:00
HeskeyBaozi
b9a9c308c9
[breaking] remove iconfont-font class helper
2018-08-14 15:31:20 +08:00
afc163
89a1dc5125
Fix rate focus outline style, close #11736
2018-08-14 15:03:44 +08:00
HeskeyBaozi
049ce5c307
use time-picker with svg icon
2018-08-14 14:45:04 +08:00
afc163
8d873785a7
Add badge above footer kitchen link
2018-08-14 12:26:53 +08:00
HeskeyBaozi
e57e19f354
fix Input.Search test case in react15
2018-08-14 11:45:30 +08:00
HeskeyBaozi
35974d67b2
update test snap shot
2018-08-13 20:51:01 +08:00
HeskeyBaozi
0a8f964935
update test snap shot
2018-08-13 14:46:55 +08:00
Bartek
e107b03cc7
closing #11604 , add selectable to AntTreeNodeProps ( #11651 )
2018-08-13 14:09:32 +08:00
Wei Zhu
be74114d22
fix: Input 'autosize' is missing in type error
...
close #11697
`autosize` was used for `<Input type="textarea" />` which has been
separated to Input.Textarea
2018-08-13 14:04:27 +08:00
HeskeyBaozi
9f3d58faca
update cascader snapshot
2018-08-13 11:45:27 +08:00
HeskeyBaozi
c0e365c488
use cascader expand icon
2018-08-13 11:44:25 +08:00
HeskeyBaozi
3baec95628
Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
2018-08-13 09:26:33 +08:00
afc163
755132cc26
tweak spin container loading style
2018-08-13 00:14:20 +08:00
afc163
838abbd358
tweak table demo
2018-08-12 22:02:33 +08:00
afc163
f1649efebb
update rate snapshots
2018-08-12 01:40:14 +08:00
afc163
754a22ca24
Fix radio align problem in safari
2018-08-11 20:57:43 +08:00
afc163
589415ed95
Fix Tag with wave effect
2018-08-11 15:46:45 +08:00
afc163
4d7f1b191f
remove console
2018-08-11 15:34:14 +08:00
afc163
7b719ce457
simplicy Anchor test
2018-08-11 15:16:33 +08:00
afc163
9cf6ae6010
Refactor and apply wave click animation to more components
...
now support Button, Tag, Radio.Button and switch
2018-08-11 15:14:34 +08:00
afc163
d8fd521f92
fix BackTop test fails a lot again
2018-08-11 12:07:14 +08:00
afc163
fbab93fbd6
fix anchor test fails a lot again
2018-08-11 11:23:42 +08:00
afc163
0e2c58e42e
Fix card width in List.Grid, close #11712
2018-08-11 00:56:16 +08:00
董天成
6203298f32
Fix typescript compile error ( #11709 )
2018-08-10 22:03:59 +08:00
张聪
8a9fbcb5e4
Migrate lifecycle method: Upload, CheckboxGroup, Layout.Sider, Tooltip, Popconfirm ( #11682 )
...
* Upload lifecycle method migrate
* CheckboxGroup lifecycle method migrate
* Layout.Sider lifecycle method migrate
* Tooltip lifecycle method migrate
* Popconfirm lifecycle method migrate
* test Spin as a controlled component
2018-08-10 17:04:40 +08:00
Vitaliy Mazurenko
a14e476eeb
Anchor component with affix=true doesn't work inside inner scrollable… ( #11688 )
...
close #11687
2018-08-10 13:37:17 +08:00
afc163
c2319f0998
fix test fails a lot
2018-08-10 00:11:12 +08:00
afc163
f2ce60cb6c
fix test case failed often
2018-08-09 21:03:14 +08:00
Havin
2c4c5fc6e3
move getPopupContainer from SelectProps to AbstractSelectProps ( #11690 )
2018-08-09 20:48:37 +08:00
JamesYin
583abe8dbb
compatible with thumbnail which url has no extension ( #11684 )
...
* compatible with thumbnail which url has no extension
* restore newline #11684
2018-08-09 20:30:02 +08:00
HeskeyBaozi
bda65ddb1e
update select snapshot
2018-08-09 16:07:57 +08:00
HeskeyBaozi
4945d66084
update select
2018-08-09 12:07:27 +08:00
afc163
7f78cc9753
Fix detete x missing in Upload, close #10454
2018-08-08 20:00:26 +08:00
Cong Zhang
52cb4fe9cb
TimePicker #9792 peer with react@15
2018-08-08 16:19:23 +08:00
afc163
b4d95f7e20
Refactor button click effect implementation
...
for better perfermance
2018-08-08 16:18:45 +08:00
afc163
45fb83d64c
simplify style code
2018-08-08 16:18:45 +08:00
偏右
070e340958
Revert "TimePicker #9792 "
...
This reverts commit 5b37e09ea1
.
2018-08-08 14:03:15 +08:00
afc163
e2534681c4
update snapshot
2018-08-08 11:05:07 +08:00
Cong Zhang
5b37e09ea1
TimePicker #9792
2018-08-08 10:38:39 +08:00
João Paquim
363a29c942
Fix typo, filed => field
2018-08-08 10:37:42 +08:00
Dmitriy Mironov
a270597d63
Fix a typo
2018-08-08 10:36:07 +08:00
David Hatten
f237effc2a
list padding and margin defaults added
2018-08-07 13:54:03 -04:00
afc163
287d08890a
renew typescript typings
2018-08-07 23:52:59 +08:00
Wei Zhu
064bfaf554
Add @types/prop-types
2018-08-07 21:09:05 +08:00
tangjinzhou
257f3ec35d
fix: badge offset x y axis order error
2018-08-07 20:45:58 +08:00
Zheeeng
c3326a5bff
Add missing prop signature destroyInactivePanel
2018-08-07 17:31:35 +08:00
HeskeyBaozi
9657f4f3a5
update Switch test snapshot
2018-08-07 16:36:38 +08:00
HeskeyBaozi
4afd19ef5f
use svg loading icon in Switch component
2018-08-07 16:35:56 +08:00
HeskeyBaozi
15bc92dd3c
remove useless jsx prop
2018-08-07 16:35:26 +08:00
HeskeyBaozi
f90d32a0ef
fix lint
2018-08-06 20:16:32 +08:00
afc163
b6e9646a6a
Fix that focusable element in inactive panel cause tabs disappear
...
close #11261
2018-08-06 18:40:46 +08:00
HeskeyBaozi
bcfbf1f46a
update docs & support svg-sprite-loader
2018-08-06 18:10:30 +08:00
HeskeyBaozi
b2ab727c89
resolve conflicts
2018-08-06 15:06:06 +08:00
afc163
80f82674fb
Fix TimePicker unexpected long width
2018-08-05 20:15:54 +08:00
afc163
76afe5037d
demo: improve drawer demo and test case code
2018-08-05 14:28:39 +08:00
afc163
1b3d063990
test: fix drawer test case
2018-08-05 14:16:08 +08:00
afc163
bead75021b
change and undocument onSelectMultiple cause it need more disscuss
2018-08-05 13:58:54 +08:00
afc163
510add6305
Drawer wrapClassName => className
2018-08-05 11:56:40 +08:00
Fernando Giarritiello
5cac2fab4a
Added className prop to Drawer
2018-08-05 11:48:51 +08:00
HeskeyBaozi
535f68dbd0
add icon features
2018-08-04 18:42:41 +08:00
afc163
e450ab64fa
Merge branch 'feature-3.8.0'
2018-08-04 17:00:17 +08:00
afc163
80a4581a79
Fix progress demo
2018-08-04 16:59:25 +08:00
Benoît Latinier
2b72149a50
Add strokeLinecap attribute to progress component
2018-08-04 16:58:50 +08:00
afc163
afeda4fe70
demo: update presetted-ranges description
2018-08-04 12:04:07 +08:00
Evert Bouw
268a1817b7
remove blank line
2018-08-04 11:33:49 +08:00
Evert Bouw
cc6e1ba9d7
Clean up TextAreaProps type
...
The props for TextArea included React.TextareaHTMLAttributes twice
2018-08-04 11:33:49 +08:00
Thibault Derousseaux
43abea3212
Use tabular-nums font variant instead of switching to Tahoma for figures
...
Using a completely different font for figures leads to inconsistencies: https://github.com/ant-design/ant-design/issues/9422 .
Most modern font systems defaults to [tabular figures](https://www.fonts.com/content/learning/fontology/level-3/numbers/proportional-vs-tabular-figures ).
One exception to this is Apple's San Francisco which defaults to [proportional figures](http://martiancraft.com/blog/2015/10/san-francisco-part-2/#special-features-numerals ).
There is, however, an official and clean way to switch to tabular figures. It's the [`font-variant` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric ) that can be set to `tabular-nums`.
This commit removes the "Monospaced Number" font altogether and use `font-variant: tabular-nums` instead where it was used.
It also moves closer to the sans-serif and monospace [system font stacks used by GitHub](http://markdotto.com/2018/02/07/github-system-fonts/ ).
2018-08-04 11:28:14 +08:00
afc163
aa2b1a4352
Merge branch 'master' into feature-3.8.0
2018-08-03 23:16:08 +08:00
Jackie.Ls
9b150d9246
update ( #11597 )
2018-08-03 17:13:50 +08:00
Bartek
b9c248f313
changing the interface of TreeSelect, updating docs ( #11538 )
2018-08-03 17:12:51 +08:00
HeskeyBaozi
ccdff565de
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
2018-08-03 15:54:57 +08:00
NumanHassan
a14ba62a07
Update index.en-US.md ( #11587 )
2018-08-02 21:00:53 +08:00
Emerson Laurentino
0f9da43522
Avatar custom size ( #11419 )
...
* add avatar support custom size
* me added to author list and sorting alphabetically
* fix avatar sizeChildrenStyle preference
* fix authors
* fix snapshots
2018-08-02 20:25:14 +08:00
Wu Haotian
57646f24db
fix: correct typing of RcFile. close #10331
2018-08-02 18:05:31 +08:00
HeskeyBaozi
46cb1c8cde
resolve conflict.
2018-08-02 18:02:43 +08:00
HeskeyBaozi
cc180e2605
resolve conflict.
2018-08-02 18:02:31 +08:00
afc163
e397c094bb
site: Add ErrorBoundary for live demo, ref #11553
2018-08-02 16:34:04 +08:00
afc163
8dad311df0
Fix Slider demo error when input non-number string, close #11553
2018-08-02 16:24:13 +08:00
afc163
471f9409f9
chore demo code style
2018-08-02 16:23:08 +08:00
Eden Wang
f01d436dd5
add test case for input.group in tooltip
2018-08-02 12:14:21 +08:00
Eden Wang
ed66395a12
export event for input.group
2018-08-02 12:14:21 +08:00
Chandler Moisen
10f1c6ceaa
Modal.confirm title overflow:hidden
2018-08-02 11:27:32 +08:00
Alexander Anpleenko
ac924d9443
fixed a word mistake
2018-08-02 11:16:19 +08:00
17073025
c31371e5a6
fix(auto-complete): add missing autoFocus prop in type
2018-08-02 10:48:38 +08:00
afc163
2f81349c21
fix error in typescript@3.x
2018-08-01 15:43:47 +08:00
afc163
a06afee8b6
Merge branch 'master' into feature-3.8.0
2018-08-01 15:33:55 +08:00
yoyo837
eab74fa693
For #11537 , Centered style should be applied to the wrap element.
2018-08-01 11:16:17 +08:00
Juan Rodrigo Venegas Boesch
f4d631ddc2
CH md translation applied.
2018-08-01 00:09:50 +08:00
Juan Rodrigo Venegas Boesch
73d708f1fa
Fixed the prefix oops.
2018-08-01 00:09:50 +08:00
Juan Rodrigo Venegas Boesch
4ab281a494
snapshot updated
2018-08-01 00:09:50 +08:00
Juan Rodrigo Venegas Boesch
dd3f520129
Translation added in CH. and pre-fix added to class
2018-08-01 00:09:50 +08:00
Juan Rodrigo Venegas Boesch
04a1808fc3
overflow fix
...
Preventing from text to overflow the designed area.
2018-08-01 00:09:50 +08:00
Juan Rodrigo Venegas Boesch
121efd1f4c
Timeline design change feature
...
added a new prop to timeline called mode where you can send 'alternate' to change the timeline design and 'right' to flip horizontally.
2018-08-01 00:09:50 +08:00
Kian
6a28b44eca
add tagPrefixCls props
2018-07-31 21:15:10 +08:00
yoyo837
f14e207912
Boolean
2018-07-31 21:14:48 +08:00
yoyo837
45e9b2a937
fix prefixCls is missing in restProps
2018-07-31 21:14:48 +08:00
yoyo837
ef31697d26
Support centered settings
2018-07-31 21:14:48 +08:00
Ilan
d7a9783299
✅ update button snapshots
2018-07-31 18:42:12 +08:00
Ilan
b5ed207902
🚚 fitContainer -> block name conversion
2018-07-31 18:42:12 +08:00
Ilan
8fab1e1d1b
🐛 update fitContainer order
2018-07-31 18:42:12 +08:00
Ilan
5536a4ca3b
📝 update chinese button api doc
2018-07-31 18:42:12 +08:00
Ilan
9742be40a7
📝 update button api docs
2018-07-31 18:42:12 +08:00
Ilan
623cf1eaff
✨ introducing fitContainer prop for button
2018-07-31 18:42:12 +08:00
afc163
aa6b55be7e
clean up unused code
2018-07-31 16:40:48 +08:00
HeskeyBaozi
35e56a41cd
resolve conflict.
2018-07-31 16:33:20 +08:00
HeskeyBaozi
c28c30d124
use rc-dialog@3.2.0, use svg close icon in Modal component.
2018-07-31 16:19:10 +08:00
HeskeyBaozi
34e658d70b
use rc-notification@3.2.0, use svg close icon in Notification component.
2018-07-31 15:59:51 +08:00
afc163
0156fef165
fix tabs ci in React 15
2018-07-31 15:50:27 +08:00
HeskeyBaozi
6c42d711e8
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
2018-07-31 15:36:23 +08:00
Lucien Lee
7c43bc553f
change message type to React.ReactNode
2018-07-31 13:58:26 +08:00
Lucien Lee
6606aad391
allow validator message as ReactChild
2018-07-31 13:58:26 +08:00
Ooi Yee Wei
c849a73f4e
First commit
2018-07-30 21:29:26 +08:00
afc163
56fa8629b5
Merge branch 'master' into feature-3.8.0
2018-07-30 17:58:21 +08:00
tangjinzhou
92dc0dc2b0
feat: add onChange for Calendar
2018-07-30 17:57:34 +08:00
Wei Zhu
d7ca64b95c
docs: add resizable column table demo
2018-07-30 17:47:31 +08:00
zombiej
6617f785fd
fix #11458 . Adjust treeNode draggable css
2018-07-30 13:56:49 +08:00
zombiej
b8b9aeb1ce
Merge remote-tracking branch 'origin/feature-3.8.0' into tmp
2018-07-30 12:05:50 +08:00
zombiej
17b82a251a
update rc-tree
2018-07-30 12:05:29 +08:00
afc163
a654d86d65
Merge branch 'master' into feature-3.8.0
2018-07-29 15:31:35 +08:00
afc163
42efc2927d
fix card tabs demo
2018-07-29 15:31:20 +08:00
afc163
a3a2bf9c7d
demo: upgrade popover demo
2018-07-29 15:23:30 +08:00
afc163
51d32baa62
fix tabs test snapshots
2018-07-29 15:19:59 +08:00
afc163
636c343b16
Merge branch 'master' into feature-3.8.0
2018-07-29 15:06:36 +08:00
afc163
af03ae67f9
Fix TimePanel jump issue of hovering, close #11460
2018-07-29 15:03:35 +08:00
afc163
af4ed3988a
chore DatePicker and TimePicker font style
2018-07-29 15:02:34 +08:00
Ilan
97bf63086e
🐛 update popover hover and click example order
2018-07-29 12:42:56 +08:00
Ilan
068dc8ec38
✨ popover that can be hovered and clicked
2018-07-29 12:42:56 +08:00
Eden Wang
522aee18c3
add timeout to wait trigger result
2018-07-29 12:41:46 +08:00
Eden Wang
84e995ff63
add test case for date picker in tooltip
2018-07-29 12:41:46 +08:00
Eden Wang
6804094fa2
export mouse enter and mouse leave event for datepicker
2018-07-29 12:41:46 +08:00
Ilan Hasanov
86398d910a
💬 misc typos and blank spaces fixes
2018-07-29 01:15:02 +08:00
Ilan Hasanov
d0ca9ae05e
💬 input component blank spaces remove
2018-07-29 01:15:02 +08:00
Ilan Hasanov
8ee70e84b6
💬 update layout copyrights year and fix typos
2018-07-29 01:15:02 +08:00
Ilan Hasanov
da92bfeba2
💬 fix tabs component blank spaces
2018-07-29 01:15:02 +08:00
Ilan Hasanov
186496d840
💬 fix tree component typos
2018-07-29 01:15:02 +08:00
Ilan Hasanov
6cecc9a0ea
💬 fixing upload component typos and capitalization consistency for en-US
2018-07-29 01:15:02 +08:00
afc163
7d46cabb17
docs: Add instruction about cascader typo api
2018-07-29 00:05:44 +08:00
littleLane
b23d742f1b
feat: add rowSelection.columnTitle to Table
2018-07-28 14:57:00 +08:00
qliu
c6518b92aa
fix: get label should use childrenKeyName for arrayTreeFilter when us… ( #11311 )
...
* fix: get label should use childrenKeyName for arrayTreeFilter when use customer fieldNames otherwise It can not get correct label array
* feat: add fieldNames test case in Cascader
* fix: cli fail
* fix: cil fail again
2018-07-28 13:29:39 +08:00
Eric Turriff
1bbf59bb1d
fixed typo in InputNumber
docs
2018-07-28 13:03:37 +08:00
yoyo837
5ca7d75c0d
fix doc
2018-07-28 02:04:49 +08:00
yoyo837
ce24f278cf
docs
2018-07-28 02:04:49 +08:00
yoyo837
6ae02a9ab7
progress-dot
2018-07-28 02:04:49 +08:00
yoyo837
a0a0d88b78
Fix content without vertical alignment icon when using vertical label mode; And description text-align: center;
2018-07-28 02:04:49 +08:00
HeskeyBaozi
ad610e9a27
use svg icon in closable tabs
2018-07-27 17:54:14 +08:00
This JJ
2e7d08e98f
Add id to Select props ( #11189 )
...
* Can set id to props on Select
* Update index.tsx
2018-07-27 16:47:07 +08:00
Grant Klinsing
fd06d7b8b1
Update Pagination Typescript definition to include "role" ( #11474 )
...
* Add data-, aria- and role prop types to match rc-pagination
* Remove data- and aria- definitions since they are allowed already
2018-07-27 15:14:20 +08:00
zombiej
f5652f8e57
make title & label as optional props in treeSelect
2018-07-25 17:06:44 +08:00
Wei Zhu
9f76f1c276
chore: add tests for b9992f4
2018-07-25 16:31:18 +08:00
Wei Zhu
b9992f4a08
fix: DatePicker can not change year/month when under control
...
React 16.4 call getDerivedStateFromProps on every render
close #11447
close #11440
close #11439
close #11416
close #11405
2018-07-25 15:42:48 +08:00
HeskeyBaozi
318528dc4f
use svg icon in input-number component
2018-07-25 15:14:16 +08:00
HeskeyBaozi
010bdebc28
update drawer
2018-07-25 12:04:26 +08:00
HeskeyBaozi
768af40c4c
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
...
# Conflicts:
# components/drawer/__tests__/__snapshots__/Drawer.test.js.snap
# components/drawer/__tests__/__snapshots__/DrawerEvent.test.js.snap
# components/drawer/index.tsx
2018-07-25 12:03:00 +08:00
HeskeyBaozi
ee16585b6d
update test cases
2018-07-25 11:51:19 +08:00
HeskeyBaozi
d076ad84d5
fix lint
2018-07-25 11:48:50 +08:00
HeskeyBaozi
759f7a1c55
use svg close icon in drawer.
2018-07-25 11:45:42 +08:00
HeskeyBaozi
62aff06067
remove dropdown submenu css font icon
2018-07-25 11:43:37 +08:00
HeskeyBaozi
2f469a3404
use svg icon in form feedback
2018-07-25 11:42:26 +08:00
JribiBelhassen
36f396f86f
Change label in TreeData interface to title, since label is deprecated ( #11442 )
2018-07-25 10:53:18 +08:00
afc163
fbf1a35249
Fix extra scrollbar style of Modal.confirm in Firefox, close #11432
2018-07-24 16:27:21 +08:00
Wei Zhu
6199340b5f
Merge branch 'master' into feature-3.8.0
2018-07-24 14:55:53 +08:00
Raphael Chauveau
08e83193f2
Multiple row selection ( #11406 )
...
This PR intends to solve issue #11404 (Multiple row selection in table component).
The Chinese documentation is missing from the PR. Could someone please add it ?
2018-07-24 14:49:23 +08:00
paranoidjk
ecff4997d9
feat(Avatar): expose onError ( #11285 )
...
* feat(Avatar): expose onError
* refactor: test case coverage
2018-07-24 12:14:34 +08:00
Andrzej Dybionka
968371b22a
fix: table onChange event is fired every time when close filterDropdown
...
Close #11164
2018-07-24 12:02:01 +08:00
Will
e91f67b87c
Update index.zh-CN.md ( #11427 )
...
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [ ] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [ ] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [ ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [ ] Rebase before creating a PR to keep commit history clear.
* [ ] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [ ] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
2018-07-24 11:29:30 +08:00
zongzi531
e29a88b704
fix: badge type error.
2018-07-24 00:01:26 +08:00
HeskeyBaozi
2c53e988a1
it should pass style to svg
2018-07-23 20:12:59 +08:00
afc163
6cb6f5c83e
Fix select menu item radius style
2018-07-23 19:01:30 +08:00
afc163
1c5f8f1901
update snapshots
2018-07-23 15:21:28 +08:00
afc163
101fdc7241
Fix InputNumber overlap in fixed columns table
...
close #11408
ref #6289
2018-07-23 15:10:43 +08:00
Ed Moore
cd5cbafdf0
Fix types for Radio Group
2018-07-23 14:33:47 +08:00
Emerson Laurentino
a88a320694
add headStyle to card component
2018-07-23 13:54:03 +08:00
HeskeyBaozi
a81fba08c0
fix cascader arrow font icon
2018-07-23 12:07:36 +08:00
HeskeyBaozi
ca644505be
replace date-picker font icon
2018-07-23 12:06:38 +08:00
HeskeyBaozi
87594997d2
ignore className and style props
2018-07-23 12:06:07 +08:00
HeskeyBaozi
bab50e6bed
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
...
# Conflicts:
# components/locale-provider/__tests__/__snapshots__/demo.test.js.snap
# components/locale-provider/__tests__/__snapshots__/index.test.js.snap
# components/transfer/__tests__/__snapshots__/demo.test.js.snap
# components/transfer/__tests__/__snapshots__/index.test.js.snap
2018-07-23 09:58:55 +08:00
HeskeyBaozi
ae8f29d628
update test snapshot
2018-07-23 09:55:13 +08:00
Eager
c3e50c268d
fix(Tooltip): fix text overflow the Tooltip
2018-07-22 15:52:02 +08:00
Amumu
f728fbe5ab
getDerivedStateFromProp return null if not change
...
A valid state object (or null) must be returned. You have returned undefined.
2018-07-22 11:59:40 +08:00
hongxuWei
f796618a15
Fix the style of horizontal menu on dark theme
2018-07-22 11:58:33 +08:00
陈帅
d0c684e925
add wrapClassName and multi-level-drawer test
2018-07-22 11:55:46 +08:00
陈帅
cb961cdf01
remove snap in destroyOnClose test
2018-07-22 11:55:46 +08:00
陈帅
608f631b64
test: Perfect test
2018-07-22 11:55:46 +08:00
jljsj33
2cd863929a
update drawer test
2018-07-22 11:55:46 +08:00
陈帅
57a2fc667e
test: change moment to render
2018-07-22 11:55:46 +08:00
陈帅
88981fef22
style: Adjust the edge shadow
2018-07-22 11:55:46 +08:00
jljsj33
881cef5abf
update drawer
2018-07-22 11:55:46 +08:00
tangjinzhou
430381f28f
fix: ButtonGroup style bug when have disabled button #9296 ( #11321 )
...
* fix: ButtonGroup style bug when have disabled button #9296
* Update mixin.less
2018-07-21 22:11:57 +08:00
afc163
6be189aa0f
site: styling API Tables
2018-07-21 15:00:20 +08:00
Jake Richards
b4e0c48ed5
Strengthen Mention Component typings
2018-07-21 12:32:36 +08:00
偏右
2756d587d7
Update index.en-US.md
2018-07-20 23:22:40 +08:00
afc163
5dc31a4d2a
Merge branch 'master' into feature-3.8.0
2018-07-20 22:48:47 +08:00
afc163
7dd5270831
fix snapshots
2018-07-20 19:37:42 +08:00
afc163
418fb21f7e
Merge branch 'master' into feature-3.8.0
2018-07-20 18:18:23 +08:00
afc163
d441c815a9
fix snapshots
2018-07-20 18:17:18 +08:00
afc163
cc00ebe5e1
Change Transfer moving buttons order for convention
...
close #11269
2018-07-20 18:15:04 +08:00
afc163
76741d026f
Merge branch 'master' into feature-3.8.0
2018-07-20 18:03:23 +08:00
Fred-Shan
c045b79e62
Update index.zh-CN.md
...
there are two "theme" in the table
2018-07-20 17:38:33 +08:00
HeskeyBaozi
2485d0de62
hotfix: svg sprite demo
2018-07-20 17:09:26 +08:00
zombiej
2ad0bc0395
close #11380 . Fix desciption of auto complete
2018-07-20 17:02:52 +08:00
HeskeyBaozi
e07dfea33f
chinese api doc
2018-07-20 16:55:45 +08:00
zombiej
bfd0a77781
Merge remote-tracking branch 'origin/master' into feature-3.8.0
2018-07-20 14:06:21 +08:00
afc163
e2b9e5d832
update warning message
2018-07-20 12:10:43 +08:00
zombiej
ecc2293229
fix #11368 . Clean outline style of treeSelect
2018-07-20 11:03:02 +08:00
zombiej
ed7630053e
fix #11366 . action trigger expand also trigger the onExpand
2018-07-20 10:50:20 +08:00
HeskeyBaozi
fa31c34f78
optimize CustomIcon, modify option field scriptLink
=> scriptUrl
.
2018-07-20 10:32:00 +08:00
HeskeyBaozi
e07321024a
fix demo for ssr
2018-07-19 21:15:51 +08:00
HeskeyBaozi
50f5ee9059
tslint fix
2018-07-19 21:07:33 +08:00
HeskeyBaozi
4a553a2006
upgrade test cases
2018-07-19 20:37:47 +08:00
HeskeyBaozi
05ef3127bd
use typeof
to judge DOM object.
2018-07-19 20:32:34 +08:00
HeskeyBaozi
a5b85fd520
remove AntdIcon.library, make it inner.
2018-07-19 20:24:04 +08:00
HeskeyBaozi
5b5af6ae77
hotfix: svg should receive viewBox prop.
2018-07-19 20:10:36 +08:00
HeskeyBaozi
3589159489
use <i/> to wrap <svg/>, <i/> only inherit className.
2018-07-19 20:08:04 +08:00
HeskeyBaozi
0db233ddb6
update icon chinese doc
2018-07-19 19:24:19 +08:00
HeskeyBaozi
6b8360c349
add viewBox attr & create method can add extra props
2018-07-19 19:23:33 +08:00
HeskeyBaozi
5f888ad64a
remove import statement for custom-icon
2018-07-19 15:08:02 +08:00
HeskeyBaozi
768f871176
align svg to text
2018-07-19 15:07:31 +08:00
HeskeyBaozi
5b87f32cff
don't need to locally deploy any more.
2018-07-19 12:27:06 +08:00
HeskeyBaozi
3bf122abac
make <CustomIcon/> as an inner component in <Icon/>
2018-07-19 12:23:33 +08:00
Leo Yin
96d8fc45f1
Fix edit-row.md
2018-07-19 11:28:44 +08:00
रोहन मल्होत्रा
12b99970f3
Migrated to new lifecycle method for datepiceker ( #10309 )
...
…picker
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
no
**elif** *isNewFeature* **:**
#9792
2018-07-19 11:26:47 +08:00
Bryan Berger
1d924300e7
add @message-notice-content-padding var to <Message />
2018-07-18 22:17:12 +08:00
baozefeng
825d770254
bugfix: Chinese doc website date-picker demo link go to English website
2018-07-18 20:07:22 +08:00
HeskeyBaozi
220b4f59bb
add custom-icon component
2018-07-18 17:35:39 +08:00
afc163
782abe7bb6
demo: fix select showSearch demo placeholder, close #11325
2018-07-18 15:57:34 +08:00
陈帅
e7242f4924
fix #11307 Prop destroyOnClose prevents the closing animation of drawer
2018-07-18 15:53:06 +08:00
Wang Riwu
a2c4b03d45
add notification.open
to API docs ( #11281 )
2018-07-18 14:55:47 +08:00
HeskeyBaozi
8df086f022
update test cases
2018-07-18 13:39:02 +08:00
HeskeyBaozi
56edb5be1a
set aria-hidden
2018-07-18 13:38:19 +08:00
HeskeyBaozi
9338f33c1c
update test cases
2018-07-18 10:33:54 +08:00
HeskeyBaozi
7503a0c827
use antd-icons
2018-07-18 10:07:10 +08:00
Daniel Zhang
308cb046e4
Add onMouseEnter and onMouseLeave to SelectProps ( #11314 )
2018-07-18 00:06:27 +08:00
Wei Zhu
c696757793
Revert "fix test"
...
This reverts commit f1570c01ea
.
Follow f1570c01ea
2018-07-17 22:22:16 +08:00
Wei Zhu
e6c4c6667d
Revert rc-menu upgrade
...
Revert "use default hover trigger for horizontal menu demo"
This reverts commit 159b09342d
.
Revert "upgrade menu@7.2.0"
This reverts commit d4c9a1deea
.
Revert "feat: prevent horizontal menu items wrapping"
This reverts commit 5c7f9feecb
.
2018-07-17 21:59:16 +08:00
Eager Wei
9c792d52a8
fix table onChange pagination type ( #11291 )
...
Update interface.tsx TableProps onChange
2018-07-17 17:56:24 +08:00
陈帅
705e57f7e8
change drawer z-index to @zindex-modal
2018-07-17 17:34:20 +08:00
afc163
57c072d1b8
Fix dark menu small style issue, close #11299
2018-07-17 15:29:23 +08:00
afc163
2cacfe78ea
Fix switch overflow in certain situation, close #9928
2018-07-16 19:47:28 +08:00
afc163
152cae4d9f
Fix Card tabs disable attribute, close #11212
2018-07-16 19:18:50 +08:00
tangjinzhou
14e0cc0161
fix: anchorLink href update
2018-07-16 17:31:32 +08:00
Wei Zhu
d2c34e32a1
fix: uniform divider font-size
...
close #11227
2018-07-16 16:48:42 +08:00
nuintun
8496e8f687
Popconfirm support customize icon
2018-07-16 15:34:24 +08:00
Hanz Luo
11f0f14cb2
Remove scrollbar on confirm Modal title
2018-07-16 10:44:14 +08:00
付引
31b2517261
mport -> import
2018-07-15 12:54:23 +08:00
陈帅
1f15df4f14
Merge branch 'feature-3.7.0'
2018-07-15 09:27:34 +08:00
picodoth
159b09342d
use default hover trigger for horizontal menu demo
2018-07-15 08:41:06 +08:00
david.lv
6fe9ca201e
Update index.less
...
spell check 'compatibile'->'compatible'
2018-07-14 23:45:35 +08:00
picodoth
f1570c01ea
fix test
2018-07-14 13:05:36 +08:00
picodoth
5c7f9feecb
feat: prevent horizontal menu items wrapping
2018-07-14 13:05:36 +08:00
陈帅
125d0df3e0
Merge branch 'master' into feature-3.7.0
2018-07-14 12:15:00 +08:00
陈帅
0ee58eb3d4
lint:fix eslint error
2018-07-13 22:23:12 +08:00
陈帅
2cffe4f858
optimization: Fix problems found in review
2018-07-13 22:23:12 +08:00
陈帅
9ad0114102
fix eslint error
2018-07-13 22:23:12 +08:00
陈帅
01f2dee77b
up rc-drawer version
2018-07-13 22:23:12 +08:00
陈帅
dba4b8c3c9
use context to implement multiple drawers
2018-07-13 22:23:12 +08:00
陈帅
441b90e488
Fix the naming problem
2018-07-13 22:23:12 +08:00
陈帅
50271732b1
add multi-level-drawer
2018-07-13 22:23:12 +08:00
陈帅
06d5ff6bbe
up rc-drawer vesion to 1.5.1
2018-07-13 22:23:12 +08:00
陈帅
007c8dfc91
delete toogerHotjar function
2018-07-13 22:23:12 +08:00
陈帅
c8217e0bad
Fixing style errors caused by too low height
2018-07-13 22:23:12 +08:00
陈帅
78e8ab55b5
adjust demos
2018-07-13 22:23:12 +08:00
陈帅
0f2be7308b
Modify documents and adjust demos
2018-07-13 22:23:12 +08:00
陈帅
b91a367b4f
Modify drawer description
2018-07-13 22:23:12 +08:00
陈帅
cc59ef4cbf
In accordance with design patterns
2018-07-13 22:23:12 +08:00
陈帅
186e69cea3
edit new doc
2018-07-13 22:23:12 +08:00
陈帅
0f22cd69c3
test support react15
2018-07-13 22:23:12 +08:00
陈帅
2e3d131d74
update snapshots
2018-07-13 22:23:12 +08:00
陈帅
c863b2d758
fix drawer lint
2018-07-13 22:23:12 +08:00
陈帅
65e73c5f3b
edit test script
2018-07-13 22:23:12 +08:00
陈帅
ce4624c69a
edit test script
2018-07-13 22:23:12 +08:00
陈帅
510dad58bf
edit doc and dom
2018-07-13 22:23:12 +08:00
陈帅
1f25b1042b
delete some test
2018-07-13 22:23:12 +08:00
陈帅
115f518985
add 100% test
2018-07-13 22:23:12 +08:00
陈帅
172759177f
perfect drawer doc
2018-07-13 22:23:12 +08:00
陈帅
e8394eca6f
add drawer test
2018-07-13 22:23:12 +08:00
陈帅
d2856392b6
fix site build error
2018-07-13 22:23:12 +08:00
qixian.cs@outlook.com
9e12476f68
Optimize code and documentation
2018-07-13 22:23:12 +08:00
picodoth
1f3d6584ff
update en docs
2018-07-13 22:23:12 +08:00
jim
7801f2459c
change null to undefined
2018-07-13 22:23:12 +08:00
jim
68da7f2078
delete util import
2018-07-13 22:23:12 +08:00
jim
306389273a
Improve documentation
2018-07-13 22:23:12 +08:00
jim
73674f53c3
change rc-drawer-meun to rc-drawer
2018-07-13 22:23:12 +08:00
jim
bc76ae51ac
add two demo
2018-07-13 22:23:12 +08:00
jim
7757926666
Perfect api
2018-07-13 22:23:12 +08:00
jim
af5cde61d1
canonical style
2018-07-13 22:23:12 +08:00
jim
fee00e3841
add open animation
2018-07-13 22:23:12 +08:00
jim
86655c0ebc
update test snap
2018-07-13 22:23:12 +08:00
jim
de5b89a612
remove top and bottom less
2018-07-13 22:23:12 +08:00
jim
8c3386f00c
remove handle and fix typo
2018-07-13 22:23:12 +08:00
jim
61a7731270
simple demo
2018-07-13 22:23:12 +08:00
jim
cbbe4035e2
add bodyStyle api
2018-07-13 22:23:12 +08:00
jim
42de00137f
change api doc
2018-07-13 22:23:12 +08:00
jim
13393d8987
add doc
2018-07-13 22:23:12 +08:00
afc163
e1e6523452
Fix border radius when avatar has custom size
2018-07-13 10:36:01 +08:00
Wei Zhu
c380186e79
fix: table custom components not change
2018-07-12 16:42:15 +08:00
afc163
0e3b67e999
Fix Timeline dot not working with Tooltip, close #11250
2018-07-12 11:35:50 +08:00
afc163
0b50a75093
update snapshot
2018-07-11 23:35:02 +08:00
afc163
db4a5edf8e
correct typo: filedNames => fieldNames
2018-07-11 23:35:02 +08:00
afc163
8eb8c686ce
Merge branch 'master' into feature-3.7.0
2018-07-11 22:21:01 +08:00
afc163
00afce3a4b
Improve design of RangePicker presets link
2018-07-11 20:09:58 +08:00
Zhiqiang Gong
722b24b813
add disabled prop ( #11188 )
...
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [x] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
tslint检测时报错
类型“IntrinsicAttributes & IntrinsicClassAttributes<Tree> & Readonly<{ children?: ReactNode; }> & Read...”上不存在属性“disabled”。
2018-07-11 19:39:41 +08:00
Wei Zhu
2d5949f31d
test: use render for snapshot
2018-07-11 19:35:57 +08:00
Wei Zhu
4b045fc43f
Revert "docs: update moment locale usage"
...
This reverts commit 89228118af
.
The original purpose to import locale from src is that some projects
adding `jsnext:main` to the `resolve.mainFields` config of webpack which leads
webpack load moment from `src/moment.js`. But import from `locale`
should works for most projects.
2018-07-11 15:17:15 +08:00
mofelee
e3ef74c3e7
fix "Cannot find module './locale'" bug
2018-07-11 14:39:06 +08:00
Wei Zhu
47884320ef
docs: remove only
2018-07-11 10:36:24 +08:00
Wei Zhu
af49a1806b
docs: rewrite editable demo
2018-07-10 21:11:50 +08:00
陈帅
b3f4e5e3da
bugfix: fixed #11152 silder trigger no white theme
2018-07-10 21:06:22 +08:00
Daewoong Moon
52d736a0ee
Added missing ko_KR locale
2018-07-10 20:58:30 +08:00
zhenbao.xy
779abfaf9f
fix the relation between @alert-text-color & @text-color
2018-07-10 20:58:12 +08:00
Wei Zhu
435558b63e
fix: Layout.Sider string width
...
Close #11211
2018-07-10 12:29:20 +08:00
zhuyue
77af31da7d
Merge branch master into feature-3.7.0
2018-07-10 11:49:57 +08:00
zombiej
903f3f6770
fix test case in react 15
2018-07-04 20:23:46 +08:00
afc163
6d7ac58550
Fix header overflow style of empty table in Firefox, close #11135
2018-07-04 12:09:28 +08:00
afc163
0c4d356e54
Merge branch 'master' into feature-3.7.0
2018-07-03 19:54:48 +08:00
afc163
cde8bc8361
Selected value in Cascader should be gray when focus search input
2018-07-03 15:46:12 +08:00
afc163
4aabc53744
Fix InputNumber handler background
...
https://gw.alipayobjects.com/zos/rmsportal/QDxJpiArMgQJCLhmVvEZ.png
2018-07-03 15:35:56 +08:00
afc163
60ebb434c1
Fix form controls align issue in IE11
...
close #9827
close #11133
2018-07-03 14:04:46 +08:00
Wei Zhu
d4c95e6f18
docs: remove obsolete snapshot and fix custom filter demo
2018-07-02 21:41:14 +08:00
愚道
004561ba1f
fix style in range select
2018-07-02 19:51:58 +08:00
愚道
450a3142ee
fix: fix datepicker selected item style, close #9529
2018-07-02 19:51:58 +08:00
Wei Zhu
0f2fea2d78
docs: rewrite custom filter demo with filterDropdown function
2018-07-02 19:42:27 +08:00
Wei Zhu
1af4392ae9
feat: filterIcon can be a function
2018-07-02 19:42:27 +08:00
Christian Vadalà
59cc3a8b6c
feat: adds ability to override filter renderer without migrate to a fully controlled component
2018-07-02 19:42:27 +08:00
zombiej
fb96c9db35
update treeSelect doc
2018-07-02 12:27:16 +08:00
afc163
a516358298
Fix wired Transfer repaint problem in IE or Edge
...
close #9697
https://stackoverflow.com/q/27947912/3040605
2018-06-30 22:22:09 +08:00
afc163
a3e245731b
code style
2018-06-30 21:56:41 +08:00
afc163
553901dfb8
Fix card background overflow when zoom in chrome, close #9085
2018-06-30 21:13:22 +08:00
afc163
7d038d1aee
revert 4d5d3c142e
2018-06-30 19:05:09 +08:00
Aditya Padhi
fcc055b390
Update index.en-US.md
...
Updated to document by adding a property "destroyInactivePanel" which lets the user know about it behavior.
2018-06-30 18:51:32 +08:00
afc163
763d32ac68
Fix tslint
2018-06-30 18:49:43 +08:00
Harshit Mehrotra
47621acb6c
Fixed a typo
...
from was misspelled as form
2018-06-30 15:13:00 +08:00
zombiej
6ff7dd8fb9
close #10996 . Update selectTree doc.
2018-06-29 17:22:40 +08:00
afc163
ddfe8ad48a
Adapt Table sorter icon style to @font-size-base
...
https://gw.alipayobjects.com/zos/rmsportal/jKlytqFbAeMQGXaCYWdR.png
=>
https://gw.alipayobjects.com/zos/rmsportal/InvEbivRsIcAQBuoEsJI.png
2018-06-29 15:33:57 +08:00
afc163
4d5d3c142e
fix fileList in onChange when uid is 0, close #11089
2018-06-29 13:57:47 +08:00
zelongc
27c3093487
Typo fix in the upload component demo.
...
Change 'reponse' to 'response'.
2018-06-29 12:47:01 +08:00
afc163
d88a8f6920
docs: Add instruction about validateFields arguments, close #11084
2018-06-29 11:57:26 +08:00
Yury Kozyrev
cde2a6b6f0
Add missing showArrow option in types
2018-06-28 22:50:07 +08:00
zombiej
4cf18eaae8
update rc-tree-select to 2.0.1
2018-06-28 20:00:35 +08:00
zombiej
11dba9c305
update snapshot
2018-06-28 17:12:16 +08:00
afc163
3eee357bfb
Add buttonStyle(outline|solid) for RadioGroup
2018-06-28 15:01:03 +08:00
afc163
f2e22e702e
Merge branch 'master' into feature-3.7.0
2018-06-28 14:22:41 +08:00
afc163
c55fabc7b4
docs: improve radio API documentation
2018-06-28 14:18:23 +08:00
afc163
60e3cfa37a
Add buttonStyle for RadioGroup
2018-06-28 14:01:05 +08:00
afc163
01233b15c5
Merge branch 'master' into feature-3.7.0
2018-06-27 20:33:47 +08:00
afc163
33c5d3b330
fix test
2018-06-27 20:33:32 +08:00
afc163
5554b75bc1
Merge branch 'master' into feature-3.7.0
2018-06-27 19:50:26 +08:00
afc163
0ea8047546
test: update table snapshots
2018-06-27 19:49:58 +08:00
afc163
817ee3e9e1
Merge branch 'master' into feature-3.7.0
2018-06-27 19:26:51 +08:00
afc163
1010a4fe19
test: update table snapshots
2018-06-27 18:57:04 +08:00
hanpei
63b4dc5157
Update index.zh-CN.md
...
个人认为
排版(typegraphy)和布局(layout)并不是一个概念,去掉排版二字,和前半句felx布局相一致
2018-06-27 17:52:05 +08:00
Tomáš Szabo
bf5b6ae1f3
Fix incompatible type error for Table[size] prop
2018-06-27 17:51:48 +08:00
涌谷(刘旭恒)
babbbdd4e5
Add custom local support in pagination component.
2018-06-27 16:18:59 +08:00
afc163
0981ef06a4
fix demo lint
2018-06-27 16:14:47 +08:00
afc163
56020cda39
Merge branch 'master' into feature-3.7.0
2018-06-27 16:14:14 +08:00
afc163
009ed08580
upgrade eslint-config-airbnb
2018-06-27 16:09:58 +08:00
afc163
e2b359e9c3
Move max-width to ant-tooltip
...
so that it can be override by overlayStyle.maxWidth
2018-06-27 11:26:19 +08:00
zombiej
0d09dbafdd
close #11035 . Adjust select mirror top css to avoid to long string
2018-06-26 14:52:48 +08:00
byzyk
1850699588
docs(collapse): add accordion, add bordered
2018-06-25 21:32:07 +08:00
afc163
c8a1442e38
Add event as second argument of onSearch
...
close #11015
2018-06-25 20:35:05 +08:00
Matt Lein
bcef7ca32e
get data-*, aria-*, and role attributes
2018-06-25 16:53:04 +08:00
Matt Lein
77fcbca04d
pass data-* aria-* and role props
2018-06-25 16:53:04 +08:00
Matt Lein
e63f9d4beb
Pass data and aria props to the date picker input.
...
Pass data and aria props to the alert div.
add wrapProps to ModalProps
2018-06-25 16:53:04 +08:00
Matt Lein
f0b684de6a
get data-*, aria-*, and role attributes
2018-06-25 16:53:04 +08:00
Matt Lein
20348614d5
Alert - pass data-* attributes to alert div
2018-06-25 16:53:04 +08:00
Wei Zhu
354cc7303e
docs: remove combobox
2018-06-25 16:52:51 +08:00
Wei Zhu
6de4b00815
Rename mode name
2018-06-25 16:52:51 +08:00
Wei Zhu
5eaa03b4ea
Update snapshot
2018-06-25 16:52:51 +08:00
Wei Zhu
53046a454a
Deprecate combobox mode of Select
2018-06-25 16:52:51 +08:00
Wei Zhu
b374297ca6
Merge branch 'master' into feature-3.7.0
2018-06-25 11:44:35 +08:00
Wei Zhu
aa580beb8b
docs: sort api table
2018-06-24 17:09:18 +08:00
Wei Zhu
2d2aceb9d3
docs: document AutoComplete onFocus and onBlur
2018-06-24 17:05:19 +08:00
pbrink231
5302400e62
added onBlur & onFocus functions to properties ( #10920 )
...
These can be called just like onChange as a property in the autocomplete but are not documented right now.
2018-06-24 16:56:28 +08:00
愚指导
d11d44e413
Bump 3.6.4 and fix some lint issue.
2018-06-23 16:35:42 +08:00
愚道
653ec40b30
update test snapshot
2018-06-23 11:31:42 +08:00
afc163
fc224525da
chore: demo doc format
2018-06-22 23:36:53 +08:00
afc163
71846acaa1
Fix Dropdown non-boolean attribute warning
...
ref #7798
2018-06-22 23:33:06 +08:00
afc163
9f16d066af
Fix lint problems from eslint-config-airbnb@17
2018-06-22 21:05:13 +08:00
Randy
a614a525c4
fix #10822 ( #10955 )
...
Add `okButtonProps` and `cancelButtonProps` props to ok button and cancel button
2018-06-22 19:56:41 +08:00
afc163
7fc1483fe1
Fix style of RangePicker with preset ranges, close #10986
2018-06-22 12:13:25 +08:00
Thomas Billicsich
ff70654ffe
Removed redundant dot accesses in example
...
The `current` variable is defined on the top of the method.
2018-06-22 10:27:27 +08:00
Wei Zhu
3fb478e743
Update Tree types
2018-06-21 14:38:44 +08:00
muzea
126bb42ddd
remove deprecated prop
2018-06-21 13:49:00 +08:00
muzea
2ce3ffd6f4
fix punctuation
2018-06-21 13:49:00 +08:00
muzea
904fd0a358
form add how to get wrappedComponent's ref
2018-06-21 13:49:00 +08:00
afc163
68a110afa3
should use primary color for steps
2018-06-20 20:51:24 +08:00
zombiej
ac9368298f
miss ? for TreeNode className prop
2018-06-20 17:41:12 +08:00
zombiej
17da353575
close #10950 . Add className in TreeNode prop
2018-06-20 09:47:24 +08:00
Wei Zhu
b7879e909f
docs: use title instead of key
...
Address #10949
2018-06-19 17:30:06 +08:00
afc163
e7fa6ca7eb
Merge branch 'master' into feature-3.7.0
2018-06-19 15:31:53 +08:00
afc163
7fe027bfcf
fix stylelint problem
2018-06-19 15:30:20 +08:00
afc163
8e8b991ba7
demo: fix table rowKey warning
2018-06-19 10:37:37 +08:00
afc163
b1d60f5ce1
Fix filterIcon className of Table, close #10937
2018-06-19 10:26:44 +08:00
愚道
5903fdb19f
fix: Affix does not refix on offset prop changes
2018-06-19 10:04:15 +08:00
Wei Zhu
5ab265a009
Fix small size fixed column table border
...
Close #9754
2018-06-15 17:40:32 +08:00
afc163
c540ceb8eb
Fix fixed element in spin
...
close #10196
2018-06-15 14:09:51 +08:00
sliwey
450a497412
fix: upload preview can't show image when the image file use uppercase extension
...
1.fix: upload preview can't show image when the image file use uppercase extension.
2.improve: remove unnecessary escape character.
2018-06-15 13:52:14 +08:00
afc163
4bf9114ee9
Merge branch 'master' into feature-3.7.0
2018-06-15 11:32:11 +08:00
afc163
a9c8998aea
Merge branch 'feature-3.7.0' of github.com:ant-design/ant-design into feature-3.7.0
2018-06-15 11:31:53 +08:00
Wei Zhu
c96805254f
More tests
2018-06-15 11:14:15 +08:00
Wei Zhu
7958860c95
Add snapshot
2018-06-15 11:14:15 +08:00
Wei Zhu
1c2385de98
Add polyfill
2018-06-15 11:14:15 +08:00
Wei Zhu
4ac0277813
Add Tag[visible]
2018-06-15 11:14:15 +08:00
ryannz
a5ff8e5de0
fix(AutoComplete): add missing backfill prop in type
2018-06-15 10:29:12 +08:00
hehe
07e06709f8
docs: fix typo
2018-06-15 10:25:17 +08:00
Zheeeng
980e2b1427
Update button signature ( #10877 )
2018-06-14 10:53:14 +08:00
afc163
713a0bcdc5
update snapshot
2018-06-13 20:21:52 +08:00
afc163
37ec04b21a
Fix InputNumber style when zoom to 90% or below
...
close #10562
2018-06-13 17:31:26 +08:00
afc163
c403bd9738
Merge branch 'feature-3.7.0' of github.com:ant-design/ant-design into feature-3.7.0
2018-06-13 11:05:55 +08:00
zombiej
16e42601d6
auto position mode when contextMenu
2018-06-12 22:07:02 +08:00
afc163
637f30e6e3
Merge branch 'master' into feature-3.7.0
2018-06-12 19:38:30 +08:00
afc163
b3ed289904
chore: fix arrow position in Firefox
2018-06-12 16:27:46 +08:00
afc163
fd96967c87
upgrade rc-upload to 2.5
...
- support `directory` close #7315
- action can be a function return Promise
2018-06-12 16:07:06 +08:00
afc163
99d6e4c96c
Merge branch 'master' into feature-3.7.0
2018-06-12 15:34:51 +08:00
Zheeeng
f36c6195b8
Fix typo ( #10878 )
...
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [ ] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [ ] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
2018-06-12 14:36:08 +08:00
Sebastian Busch
ee0a7ce3bb
Form: add missing type definition for form create option validateMessages
...
(Docs for validateMessages had been added in rev 16133aac65
)
2018-06-12 14:32:08 +08:00
Sebastian Busch
619b0ed628
add type definition for missing third parameter "allFields" to onFieldsChange (introduced
...
(_Implementation_ of this parameter had been added in 16133aac65
)
2018-06-12 14:32:08 +08:00
Wei Zhu
99cad890ef
Fix Tree types, TreeNode is a ComponentClass
...
Close #10868
2018-06-12 10:57:19 +08:00
Yuxuan Huo
9aea9ddf58
expose input box-shadow h and v offset in theme variables
2018-06-11 20:20:24 +08:00
Wei Zhu
4d6f8e96b9
Improve AutoComplete types
...
close #10619
2018-06-09 16:01:18 +08:00
Wei Zhu
1a9456f03a
Add boolean to CheckboxValueType
...
Close #10677
2018-06-09 14:39:42 +08:00
bLue
8e26b6823a
Fix spin delay issue if mounts with spinning=true ( #10727 )
...
* Fix spin delay issue if mounts with spinning=true
* Add test for spin delay issue
* Update spin lifecycle method
2018-06-08 23:13:47 +08:00
Wei Zhu
ac0b4bacc5
Revert "Update snapshot"
...
This reverts commit e7cd474894
.
2018-06-08 19:01:34 +08:00
Wei Zhu
e7cd474894
Update snapshot
2018-06-08 18:13:51 +08:00
陈帅
789b54905c
fix #10842 Badge status does not change with themes
2018-06-08 17:59:31 +08:00
zombiej
c488aca05e
close #10666 #10821.Update tree support loadedKeys
2018-06-08 16:55:17 +08:00
afc163
f2fddff3fd
upgrade rc-table to 16.2
...
close #10392
close #10379
close #10828
2018-06-08 16:32:04 +08:00
afc163
89f3b253a4
Merge branch 'master' into feature-3.7.0
2018-06-08 16:22:15 +08:00
afc163
71d3af310a
Fix missing border in Button.Group
...
https://gw.alipayobjects.com/zos/rmsportal/hKuBQeoCgjruYXCGnrDt.png
2018-06-08 15:08:04 +08:00
Wei Zhu
89228118af
docs: update moment locale usage
2018-06-08 12:22:22 +08:00
Kirill Alexander Khalitov
0ca1a990be
Makes TreeNode component more type safe
...
Makes TreeNode component more type safe
2018-06-08 10:32:00 +08:00
Kirill Alexander Khalitov
74755fef99
Fix #10838
...
Fix [#10838 ](https://github.com/ant-design/ant-design/issues/10838 )
2018-06-08 10:32:00 +08:00
陈帅
2025a10a06
avatar img add "alt" prop ( #10798 )
2018-06-07 11:36:16 +08:00
zombiej
78adc05973
close #10745 , move dropdownMatchSelectWidth into AbstractSelectProps
2018-06-07 10:24:12 +08:00
zombiej
b524e1fe7e
adjust defaultProps def
2018-06-07 00:33:52 +08:00
jim
e51b043737
Merge branch 'master' into feature-3.7.0
2018-06-06 21:22:39 +08:00
zombiej
8444ad209d
close #10786 , spin icon css for adjust font size
2018-06-06 19:53:50 +08:00
zombieJ
4b360b5139
Spin support setDefaultIndicator ( #10815 )
...
* Add `setDefaultIndicator` in Spin
* Update doc
ref: https://github.com/ant-design/ant-design/issues/10787
2018-06-06 19:32:30 +08:00
afc163
77ad1e457b
Fix progress demo
2018-06-06 17:40:47 +08:00
zombiej
8f449861cf
fix progress test case & dropdown support alignPoint
2018-06-06 17:36:24 +08:00
杨小事er
ad52250256
fix(calendar): fix fullcalendar content 2px overflow
2018-06-06 16:59:42 +08:00
afc163
68b207e186
support Progress[strokeColor], close #10725
2018-06-06 16:18:00 +08:00
picodoth
8e60a591fd
feat: provide default margin for dropdown menu item icon
2018-06-06 15:14:07 +08:00
Junbin Huang
e1ba74e5fc
fix: still keep order when upload fails ( #10794 )
2018-06-06 12:13:06 +08:00
afc163
6602df16e6
Fix extra border style in Button.Group
2018-06-06 11:33:13 +08:00
afc163
17b158c091
Fix CheckboxAll status when remove data and selectedKeys
...
close #10629
2018-06-05 20:45:19 +08:00
zombieJ
a825ed4e66
Directory Tree ( #10139 )
...
Support DirTree. close #7749
2018-06-04 11:20:17 +08:00
afc163
248dbc2429
docs: update checkbox api
2018-06-03 16:28:20 +08:00
nuintun
ff24f1a978
Layout.Sider add onBreakpoint porp support ( #10750 )
...
* Layout.Sider add onBreakpoint porp support
* Add onBreakpoint zh-CN doc
* Add onBreakpoint en-US doc
* Add demo test for Layout.Sider onBreakpoint
* Add Layout.Sider onBreakpoint test cases
2018-06-03 13:03:20 +08:00
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
2018-06-02 20:12:09 +08:00
Junbin Huang
30eacdfb1b
chore: fix lint ( #10747 )
2018-06-02 18:49:39 +08:00
Jack Works
163ec46cbb
Fix #9859 , #9858 ( #10294 )
...
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [-] Make sure that you add at least one unit test for the bug which you had fixed.
2018-06-02 15:49:11 +08:00
picodoth
e25323882a
Merge branch 'feature-3.6.0'
2018-06-02 13:36:05 +08:00
afc163
e124cabc5b
update badge snapshot test
2018-06-02 13:18:25 +08:00
hank
5be1b9c33c
Fix issue #8666 ( #10739 )
...
* fix issue #8666
* add issue #8666 test
2018-06-01 18:09:11 +08:00
Karol Majewski
7c273912fd
Fix #10729 ( #10730 )
...
* Lift the requirement of the omitted keys being of string type
* Remove unused Diff mapped type
2018-06-01 16:58:15 +08:00
Wei Zhu
87163dfcd6
tests: mock xhr request
...
Close #10342
2018-05-31 22:37:09 +08:00
Wei Zhu
05251682f1
Remove window reference
2018-05-30 18:13:22 +08:00
Wei Zhu
31be3717ad
Upgrade react-dnd
2018-05-30 17:56:56 +08:00
afc163
b5c5f0b5d4
update snapshot
2018-05-29 23:50:49 +08:00
Wu Haotian
4f91fe61bf
add z-index for fixed header demo
...
#10693
2018-05-29 23:49:09 +08:00
Eduardo Ludi
7f16ded760
Updates test for Transfer (removes snapshot)
2018-05-29 17:54:31 +08:00
Eduardo Ludi
9bc98b6471
Adds some tests for Transfer custom styles.
2018-05-29 17:54:31 +08:00
Eduardo Ludi
e8351b8104
Adds style prop to Transfer operation.
2018-05-29 17:54:31 +08:00
Eduardo Ludi
6d610de157
Adds support for custom styles in Transfer and Transfer operation.
2018-05-29 17:54:31 +08:00
Oleg Kuzava
be7f540fba
Fix breakpoint for mobile view
2018-05-29 14:05:40 +08:00
afc163
814ee7365a
tweak popover arrow style detail
2018-05-28 23:29:04 +08:00
afc163
5fd4139661
Fix Affix offsetBottom not working, close #10674
2018-05-28 17:49:11 +08:00
afc163
21ca50fca1
Merge branch 'master' into feature-3.6.0
2018-05-28 14:41:02 +08:00
afc163
38f94990f8
Merge branch 'feature-3.6.0' of github.com:ant-design/ant-design into feature-3.6.0
2018-05-28 14:40:58 +08:00
zombiej
a6e2037c06
update test case
2018-05-26 23:18:18 +08:00
afc163
ac4a9086a0
test: press enter to search
2018-05-26 17:03:07 +08:00
afc163
36ffe7e1dc
Search icon could be clicked, close #10634
2018-05-26 16:52:33 +08:00
Eric Celeste
b86f4eeaad
improve english
2018-05-26 13:26:11 +08:00
afc163
3ceb619b92
Fix and optimize table demo, close #10639
2018-05-26 00:54:30 +08:00
clinyong
baa78bfa5f
Change default word-break to break-word
2018-05-26 00:22:03 +08:00
afc163
8c2f99fd3e
test alert
2018-05-25 21:56:57 +08:00
afc163
50057739bf
Add test cases for Anchor
2018-05-25 21:43:21 +08:00
afc163
3a445f3e75
more test cases
2018-05-25 21:43:21 +08:00
afc163
be13326a1b
Fix typo
2018-05-25 21:43:21 +08:00
afc163
93b14da4a6
improve test code
2018-05-25 21:43:21 +08:00
afc163
21db29bd53
Add test cases for Badge
2018-05-25 21:43:21 +08:00
afc163
d58c0780f9
test Popconfirm
2018-05-25 21:43:21 +08:00
afc163
042c014a38
test => it
2018-05-25 21:43:21 +08:00
afc163
aff9d8fc62
fix lint
2018-05-25 21:43:21 +08:00
afc163
b7b12b657c
test: test carousel
2018-05-25 21:43:21 +08:00
afc163
0feaf95629
Fix breadcrumb test case
2018-05-25 21:43:21 +08:00
afc163
076540c83e
test: breadcrumd work with react-router
2018-05-25 21:43:21 +08:00
afc163
3db0610d52
Add test case for Cascader
2018-05-25 21:43:21 +08:00
afc163
7222944347
test babel-plugin-import warning
2018-05-25 21:43:21 +08:00
afc163
322ebf0039
fix badge snapshot
2018-05-25 21:43:21 +08:00
Jinxuan Zhu
c2519e776b
Add promise-like interface ( #10470 )
...
* Add promise-like interface
* Keep hide interface
* Shorten
* Test Promise
* Update document
* Update demo: 2.5 second is insignificant with the default 3s hiding
* Update demo: then interface
* Fix line break
* Chainable
* Thenable demo
* Thenable test
* Fix tsc error
* Fix tsc error
* Better document
* Revert change in loading.md
* Change snapshot
2018-05-25 20:41:07 +08:00
Winter Zhong
33b604f7a8
Fix issue #10635 Parent element set text-align break Spin ( #10643 )
...
* fix the issue when settingthe parent ele text-align center, the spin is on the right
* put the display in the proper place
2018-05-25 20:40:17 +08:00
afc163
cbff10db15
test: update snapshots
2018-05-25 14:25:26 +08:00
Rongjian Zhang
f3869270ae
Fix #10142 : Add theme
props to Layout.Sider
( #10631 )
...
* Fix #10142 : Add `theme` props to `Layout.Sider`
* Update documentation of Layout.Sider for new theme props
* Fix snapshot tests
* Add unit test for sider theme
2018-05-23 23:46:28 +08:00
afc163
2989e8dba0
docs: update API
2018-05-23 22:36:06 +08:00
afc163
6d8df2ac25
test: improve affix test case
2018-05-23 21:03:32 +08:00
Dmitry Snegirev
fd96b4a784
Added missing prop firstActiveValue in Select component ( #10636 )
2018-05-23 19:13:11 +08:00
jim
af8f4dc5c3
Merge branch 'master' into feature-3.6.0
2018-05-23 16:34:59 +08:00
afc163
8da79f4b34
Badge[status] should work with Tooltip
...
close #10626
2018-05-23 13:11:49 +08:00
afc163
247d78990e
demo: improve editable row demo
2018-05-23 11:32:23 +08:00
Douglas Mason
acb56281f8
fix: update "from" to "form" in code example ( #10628 )
...
update `save` method parameter from `from` to `form` in code example
2018-05-23 10:55:20 +08:00
afc163
fafd83cadc
Fix mention test case in react 15
2018-05-22 23:29:09 +08:00