afc163
d9053a2526
Tweak sort position again
2018-04-26 16:15:04 +08:00
afc163
4b1857d587
fix spin loading
2018-04-26 16:06:18 +08:00
Marcela Bomfim
b1c41c665e
Fix typo ( #10250 )
...
Fix typo
2018-04-25 21:59:14 +08:00
afc163
c85758fd01
Fix spin container interaction, close #10227
2018-04-25 14:55:16 +08:00
afc163
52c8f34a73
Fix radio border radius
2018-04-25 11:08:21 +08:00
Wu Haotian
4ea20e696c
fix(form): fix typing for Form.onValuesChange
( #10231 )
2018-04-24 23:33:58 +08:00
afc163
a268dc8d62
Fix dashed Divider, close #10216
2018-04-24 20:17:48 +08:00
Samuel Gaus
4bc28ac471
Update jsx.md ( #10203 )
...
Made it clear that you can't use components other than Column or ColumnGroup as children to Table.
2018-04-23 21:57:43 +08:00
Zheeeng
6a3e6f55cf
Fix typo ( #10193 )
2018-04-23 16:00:24 +08:00
Zheeeng
4ad5985df7
Prefer using 'truthy' over 'falsyless' ( #10191 )
2018-04-23 11:23:25 +08:00
Jiabin Peng
bb720aaab9
Fix menu item's clickable region in dark theme ( #10187 )
...
* remove redundant style for submenu
* Fix menu item's clickable region in dark theme
2018-04-23 00:31:36 +08:00
Wei Zhu
7ee2eca848
Pass CheckboxGroup/RadioGroup prefixCls down to children ( #10002 )
...
Close #9950
2018-04-22 16:35:34 +08:00
afc163
15c6d58796
Table getCheckboxProps should be updated when rerender
...
close #10133
2018-04-22 15:19:04 +08:00
afc163
b9d94971e4
Add successPercent as Progress[format] argument, close #10096
2018-04-22 14:00:49 +08:00
afc163
2078354bc5
Fix collapsedWidth string bug, close #10140
2018-04-22 13:56:23 +08:00
Jin ZHANG
a95209cf55
scale fallback string ( #10184 )
2018-04-22 13:09:42 +08:00
niko
d50ec436d5
List integrate pagination functional fixed : #9303 ( #10135 )
2018-04-20 15:41:40 +08:00
Jin ZHANG
e1c74eb799
add maxCount config to message ( #10169 )
2018-04-20 15:40:43 +08:00
Zheeeng
d016471638
Feature 3.5.0 time line reverse api ( #10057 )
...
* Add reverse api for TimeLine
* Update TimeLine test snapshot
* Add specifications for reverse api and pending api
2018-04-20 11:23:37 +08:00
afc163
f4ae9294c0
Improve card loading style, ref #9862
2018-04-20 11:19:30 +08:00
Zheeeng
572ae5ce14
Bugfix issue.9862 ( #10052 )
...
* Fix issue 9862
* Update Card test snapshot
2018-04-20 10:44:33 +08:00
Dmitry Gladkikh
0d0632b2f3
Add getPopupContainer method decl to MenuProps interface ( #10158 )
...
* add getPopupContainer to MenuProps
see https://github.com/ant-design/ant-design/issues/10145
* Update getPopupContainer signature of MenuProps
* getPopupContainer prop is optional
2018-04-19 20:33:12 +08:00
Zheeeng
069e9207a9
Swap positions between List.footer and List.pagination ( #10045 )
...
* Swap positions between List.footer and List.pagination
* Update List test snapshots
2018-04-19 13:48:55 +08:00
afc163
649d733048
fix snapshot ci
2018-04-19 11:54:44 +08:00
Wu Haotian
7eb2792072
fix typing for Upload.beforeUpload
( #10059 )
...
* fix typing for `Upload.beforeUpload`
fix #9775
* add RcFile interface, fix tests
* fix typing of `Upload.onStart`
2018-04-19 11:54:28 +08:00
Zheeeng
d0d69fbf13
Remove useless style ( #10054 )
2018-04-19 11:50:28 +08:00
Wei Zhu
61e4f8011a
Remove sCU from Form ( #10029 )
...
Related #9790
Form and Form.Item are not considered as pure components
2018-04-19 11:49:50 +08:00
Zen
d7f9270a6f
fix button/demo/disabled.md ( #10009 )
...
add `ghost` property to ghost buttons
2018-04-19 11:43:22 +08:00
afc163
a7513bfac1
fix stylelint
2018-04-19 11:40:58 +08:00
davidhatten
74d1c5e6b6
Add collapse styles to default.less ( #9943 )
...
* push collapse styling into overridable defaults
* Changes to ensure backwards compatibiliy, switch bg-color to be based on default style
* change background-color to bg in style names
* simplify and consolodate content-padding
* I figured out why the styling is split across content and box like that
The collapse/show animation doesn't work right without the padding set up across the two elements like this. From an end-user point of view, I think this is the easiest thing.
* pushing all padding styling on to the box instead of the content, keeping var name the same because the end user doesn't need to know the difference
* Pushing header-bg-color back up to the top of the component heirarchy
* shorten content padding
2018-04-19 11:36:53 +08:00
afc163
f0660836b7
fix snapshot ci
2018-04-19 11:34:19 +08:00
afc163
61502ef942
Fix form demo error in IE9
2018-04-18 14:08:06 +08:00
afc163
04b3aad451
Fix menu arrow style of disabled, close #10113
2018-04-18 13:47:40 +08:00
afc163
2604623b7e
fix showInfo when precent is out of range
2018-04-18 11:10:32 +08:00
afc163
0eb835772d
Fix invalid progress like <Progress precent={120} />
2018-04-18 10:45:07 +08:00
Dmitry Manannikov
c0e60f8097
Fix wrong List property ( #10123 ) ( #10128 )
...
This diff excludes `locale` from `rest` variable to
avoid passing to div.
Close #10123
2018-04-18 00:15:22 +08:00
Zheeeng
05a522c343
Update ButtonType ( #10129 )
2018-04-17 23:54:55 +08:00
刘红
ee4f788ae0
添加BMP的支持 ( #10110 )
2018-04-17 14:44:43 +08:00
Jin ZHANG
f3f3c63c30
fix class for week date render ( #10081 )
2018-04-17 13:50:27 +08:00
afc163
3b00cf8971
Fix image when file.url has query or hash
...
close #10102
2018-04-17 13:49:03 +08:00
何志勇
7e8295769a
Markdown error ( #10100 )
...
There are six preset values, not five
2018-04-17 10:50:14 +08:00
Pierre
09fec16b6f
[TS] AutoComplete : Make dataSource optional ( #10077 )
...
When using children :
https://ant.design/components/auto-complete/#components-auto-complete-demo-options
2018-04-16 17:42:31 +08:00
Wei Zhu
1a26268bd5
Remove duplicate SpinSize
2018-04-16 15:02:03 +08:00
诸岳
265770b4e3
Fix incompatible type error for Spin[size] prop, close #10053 ( #10055 )
2018-04-16 14:44:42 +08:00
Rallets
8157be2f4a
Add files via upload ( #10068 )
2018-04-16 14:16:43 +08:00
Albert 理斯特
b7411febce
A: 新增关于 childrenColumnName 的文档,fix #9035 ( #10062 )
2018-04-16 13:26:33 +08:00
Ed Moore
31e50e50b6
Fix types ( #10063 )
...
* Fix types
Fix https://github.com/ant-design/ant-design/issues/8796
* Fix exported types
2018-04-16 10:58:17 +08:00
Charles Covey-Brandt
e1efa990ca
Update Alert smooth-closed demo for spelling "visible" ( #10060 )
2018-04-16 09:41:53 +08:00
afc163
04a5cc2a8b
Merge branch 'master' into feature-3.5.0
2018-04-15 19:52:24 +08:00
Zheeeng
b41af97d1f
Fix typo ( #10050 )
2018-04-15 16:52:04 +08:00
偏右
88cacb6c35
Revert "Feature time line.reverse ( #10026 )" ( #10056 )
...
This reverts commit 92a07d1b9d
.
2018-04-15 16:51:05 +08:00
Zheeeng
92a07d1b9d
Feature time line.reverse ( #10026 )
...
* Add reverse api for Timeline
* Update TimeLine test snapshot
2018-04-15 16:50:02 +08:00
afc163
9b64a778d0
demo: fix console warning
2018-04-15 15:13:59 +08:00
afc163
4486c569f2
demo: update localeProvider demo
2018-04-15 15:11:59 +08:00
afc163
e1a5063daf
test: fix ci warning
2018-04-15 15:10:25 +08:00
afc163
e3446840fa
Fix test case of LocaleProvider
...
which is broken by #10047
use constructor over componentDidMount
2018-04-15 15:09:13 +08:00
诸岳
b52053051c
Input.Search should disable enter button when disabled prop is true ( #10051 )
...
* Input Search should disable enter button when disabled prop is true, close #10040
* test: Add test case for commit bd21722
2018-04-15 13:14:26 +08:00
Zheeeng
08f5c27b0b
Use componentDidMount to replace componentWillMount: componentWillMount is deprecating ( #10047 )
2018-04-14 13:37:24 +08:00
Zheeeng
b92779f821
Fix the infinite & virtualized List is invisible that caused by its height can't be calculated ( #10046 )
2018-04-14 11:18:34 +08:00
afc163
92eeb7f8c9
Tweak list grid margin
2018-04-13 15:35:51 +08:00
afc163
2939aea4ec
Fix list extra border, close #10028
2018-04-13 15:35:51 +08:00
afc163
5f51d8dc43
update demo
2018-04-13 15:35:51 +08:00
afc163
d94e7bd7f0
fix typo
2018-04-13 15:35:51 +08:00
Chenjia
5634881eda
add docs for keyboard props on modal component #8818 ( #10030 )
2018-04-13 12:01:51 +08:00
Ludwig Bäcklund
74d81c2d07
Add title prop to Badge that shows when hovering it
2018-04-12 11:53:32 +08:00
Bill Fienberg
66f5e75cff
Fix typo in link to InputNumber component ( #9994 )
...
Before:
>Synchronize with [InptNumber](/components/input-number/) component.
After:
>Synchronize with [InputNumber](/components/input-number/) component.
2018-04-11 23:18:10 +08:00
Wei Zhu
82b721a432
Extend CardProps from native div element attributes
...
Close #9933
2018-04-11 19:41:54 +08:00
Wei Zhu
f9b8bf7e4d
Revert "Checkbox[disabled] should have higher priority than Checkbox.Group[disabled]"
...
This reverts commit 5580791a70
.
2018-04-11 16:59:22 +08:00
Wei Zhu
5580791a70
Checkbox[disabled] should have higher priority than Checkbox.Group[disabled]
...
Fix #9973
2018-04-11 16:35:05 +08:00
Bill Fienberg
833e076eb7
Fix typo ( #9991 )
...
Before:
>Customerize tooltip
After:
>Customize tooltip
2018-04-11 15:49:12 +08:00
afc163
3612144c6d
site: avoid hash jump in demo
2018-04-11 15:15:24 +08:00
Wei Zhu
2a5479a524
Fix type errors
...
Close #9988
2018-04-11 12:01:28 +08:00
zombiej
0437d858f2
update testcase sync with Tree 1.8.12. Ref: https://github.com/ant-design/ant-design/issues/9899
2018-04-10 19:29:18 +08:00
Wei Zhu
921361313a
Add explicit types for default props
...
Fix #8796
Close #8820
2018-04-10 10:50:59 +08:00
jim
a5e2020908
add icon prop in .d.ts
2018-04-09 14:22:06 +08:00
afc163
e8d8741ec5
Fix divider layout with float elements, close #9956
2018-04-08 12:37:24 +08:00
Wei Zhu
43537ed368
Fix type error
...
Close #9931
2018-04-04 17:51:51 +08:00
偏右
a9376ef1ca
Fix image url display with non-image extention in Upload ( #9936 )
...
now we treat url following below rules:
1. `data:image..` => image
2. `http://xxx.com/xxxx .(webp|svg|png|gif|jpg|jpeg)` => image
3. `http://xxx.com/xxx.zip ` other extensions => non-image
4. `data:application..` other minetypes in base64 text => non-image
5. `http://xxx.com/xxx ` without any extensions => image
close #9835
close #9681
ref #9621
2018-04-04 17:17:01 +08:00
zombieJ
49719b20d8
update tree doc for customize icon ( #9893 )
...
* update doc for customize icon
* add test case
2018-04-04 16:39:50 +08:00
ddcat1115
1612ef6990
fix #9882
2018-04-04 16:01:14 +08:00
afc163
e6b3490a8e
fix test case
2018-04-04 15:50:08 +08:00
ddcat1115
a402fdd8b3
fix #9907 ( #9908 )
...
* fix #9907
* update snapshot
2018-04-04 15:29:59 +08:00
Wei Zhu
5336bd688f
Fix type error
2018-04-04 14:49:14 +08:00
André
245e1cf3d0
Minor typo ( #9922 )
...
Fixes minor typo
2018-04-03 22:00:31 +08:00
afc163
cab162b562
doc: update divider doc and demo
2018-04-03 14:25:47 +08:00
afc163
779a35e4cc
doc: update message duration description
2018-04-03 13:41:44 +08:00
afc163
bf6e91be3a
Tweak table sorter icon click area again
2018-04-03 11:33:37 +08:00
Nokecy
98d56b2dd0
Fixed typescript definition and add table props onHeaderRow ( #9902 )
2018-04-02 17:15:17 +08:00
Wei Zhu
bac892080d
Merge branch 'feature-3.4.0'
2018-04-01 12:28:09 +08:00
Zach Guo
280f907297
Fix Layout.Sider typos ( #9885 )
2018-04-01 01:15:42 +08:00
Wei Zhu
da4062f9c1
Add Anchor[getContainer] ( #9694 )
2018-03-30 15:55:54 +08:00
Hughen
53abf888cb
fix: fixed modal content overflowed
...
- fixed modal content overflowed, when the very long english
word fill in Modal title
2018-03-30 15:33:33 +08:00
Wei Zhu
c4698154b4
Merge branch 'master' into feature-3.4.0
2018-03-30 15:09:38 +08:00
Wei Zhu
502e7df2e5
Update snapshot for React 16.3
2018-03-30 11:04:49 +08:00
zombiej
c135572730
Fix conduct logic on node disabled, update test snapshot
2018-03-29 19:46:01 +08:00
zombiej
08b6011ed7
update deps of rc-tree
2018-03-29 18:09:54 +08:00
zombiej
c5f84c7902
clean up
2018-03-29 18:03:14 +08:00
zombiej
52f0ac10a4
Revert "Fix WeekPick style prop, close #9848 "
...
This reverts commit c526e175c7
.
2018-03-29 17:53:54 +08:00
zombiej
0baef252bb
update deps of rc-tree
2018-03-29 16:03:48 +08:00
afc163
c526e175c7
Fix WeekPick style prop, close #9848
2018-03-29 11:26:38 +08:00
Scott Sturgeon
f2e60209c9
Changed zero-width layout trigger color to use layout-trigger-color var ( #9851 )
2018-03-29 10:50:58 +08:00
Kenneth Luján Rosas
d7b44bda07
Fixes LocaleProvider moment
usage ( #9853 )
2018-03-29 10:42:33 +08:00
jojoLockLock
7915e58f1f
fix base.less @at-root syntax error ( #9832 )
2018-03-28 10:41:54 +08:00
Wei Zhu
70ea209857
docs: Clarify Table[scroll] useage
...
Related issue:
https://github.com/ant-design/ant-design/issues/2203
https://github.com/ant-design/ant-design/issues/2130
2018-03-27 17:46:01 +08:00
afc163
2d4d85bdbc
update snapshot
2018-03-26 15:47:29 +08:00
pellea
b61f4c1ad3
fix code sample in the Form component doc (issue #9591 ) ( #9705 )
...
* fix code sample in the Form component doc (issue #9591 )
* fix wrong space indent
* add trailing comma
2018-03-26 15:41:42 +08:00
偏右
f6f5fb3672
Test case for warning message of importing all components ( #9814 )
...
* Add test case
* fix test case
2018-03-26 15:36:44 +08:00
gregahren
b6ce947894
Slovenian locale added (sl_SI) ( #9724 )
...
* Add sl_SI locale (Slovenian)
* fix lint issues
snapshot tests
* add description
* bump rc pagination to 1.16.1 which includes sl_SI(Slovenian) locale
then include it
2018-03-26 11:44:27 +08:00
Wei Zhu
5ab1c4ce53
Revert "Convert file object"
...
This reverts commit ee0bf41672
.
2018-03-25 11:40:51 +08:00
afc163
99e030cc4c
Merge branch 'master' into feature-3.4.0
2018-03-25 01:39:27 +08:00
Bryan Berger
c3df0bc688
Fix <Switch /> small margin ( #9602 )
...
* should be 13px. Size of the circle (12px) + desired spacing (1px).
* add single responsibility var
2018-03-24 21:52:47 +08:00
Wei Zhu
51d1f27a76
dcos: Detail Select[optionLabelProp] default value
...
Close #9745
2018-03-24 21:38:25 +08:00
meesvandongen
2c5231f0ed
Made expanded row background (table) a less variable. ( #9789 )
2018-03-24 13:18:38 +08:00
afc163
4502ad8376
Fix button two-chinese-words update bug
2018-03-23 22:23:03 +08:00
afc163
07d6988f0d
Add some tests
2018-03-23 19:19:29 +08:00
afc163
ba7b7d0d6b
link colors should be related with @link-color
2018-03-23 18:04:02 +08:00
afc163
ec6f370d8d
update snapshot
2018-03-23 15:29:02 +08:00
afc163
caf497d08f
Fix underline of Button[href], close #9755
2018-03-23 14:45:08 +08:00
Yunus EŞ
9413f20ef6
Pagination Turkish Update ( #9679 )
2018-03-23 14:21:32 +08:00
afc163
454567dee4
remove !important
2018-03-23 11:45:39 +08:00
Wei Zhu
ee0bf41672
Convert file object
...
Close #9775
2018-03-23 11:23:47 +08:00
Jiabin Peng
6c77d336d9
Fix menu item clickable region ( #9666 )
2018-03-22 15:14:53 +08:00
Sangle
eb338425fe
docs: fix syntax error ( #9764 )
2018-03-22 14:54:46 +08:00
诸岳
aadba9b0e3
docs: add align prop description ( #9749 )
2018-03-21 17:42:19 +08:00
afc163
f8f52b09be
Fix Modal.confirm content layout
...
close #9374
created a BFC to resolve multiple lines of title render bug
https://www.smashingmagazine.com/2017/12/understanding-css-layout-block-formatting-context/
2018-03-21 17:35:31 +08:00
Wei Zhu
edbbaac5f9
Fix date mocking
...
new Date returns a UTC time in node
Close #9743
2018-03-21 12:27:41 +08:00
Wei Zhu
1c0b5ed21e
Revert "Update snapshot"
...
This reverts commit 98356e87ff
.
2018-03-21 12:01:58 +08:00
zhuyue
98356e87ff
Update snapshot
2018-03-21 10:51:52 +08:00
zhuyue
3dcab8767a
fix: cursor style of disabled Rate should be default, close #9747
2018-03-21 10:30:25 +08:00
afc163
a1d1ca4dc6
update snapshot
2018-03-19 15:40:43 +08:00
Wei Zhu
04ff6ed768
docs: Update TreeSelect labelInValue description
...
Close #9726
2018-03-19 14:20:47 +08:00
Bryan Berger
a0e161ccdd
Add variable for Pagination font-weight when active ( #9603 )
2018-03-18 13:06:00 +08:00
Wei Zhu
0d9dcb1714
Fix table scroll x ( #9704 )
2018-03-18 12:58:33 +08:00
Wei Zhu
381b88e9b0
Tweak table border radius ( #9674 )
...
Close #6750
2018-03-18 11:14:31 +08:00
Benjy Cui
9d7d70becd
docs: should not use ref for wrapped form, close : #9598 ( #9685 )
2018-03-15 14:40:47 +08:00
afc163
554dec3bab
update table demo
2018-03-15 14:30:01 +08:00
afc163
8db3b1f46f
update snapshot
2018-03-15 11:42:42 +08:00
nestoralonso
43d7be5478
Update fixed-columns.md ( #9680 )
...
Fix typo scoll.x => scroll.x
2018-03-15 10:30:23 +08:00
Terence
4458f3dde1
Fix missing key of column.title in Table ( #9658 ) ( #9670 )
2018-03-14 17:46:56 +08:00
jiang
76994bd772
Remove Form Item help transition, fix #8831 ( #9675 )
...
* fix #8831
* remove help transition
2018-03-14 17:43:02 +08:00
afc163
37506b238f
sync placeholder node size when node is sticky by Affix, close #9536
2018-03-14 16:22:45 +08:00
afc163
eb2290a87f
Tweak table sort icons position
2018-03-14 11:54:32 +08:00
Wu Haotian
0754845aff
MenuItem: avoid rendering Tooltip unless necessary ( #9636 )
...
* MenuItem: avoid rendering Tooltip unless necessary
* MenuItem: remove extra check for tooltip.title
2018-03-14 11:13:06 +08:00
VTHINKXIE
0070628fa8
style(module:form): narrow css selector ( #9648 )
2018-03-14 11:08:07 +08:00
Wei Zhu
85c78e49a9
Fix TimePicker isMoment call
2018-03-13 22:53:02 +08:00
afc163
8b1d0224cb
Tweak danger button focus style
2018-03-13 18:20:12 +08:00
Wei Zhu
f402e87fe0
docs: Add afterClose
...
Close #9640
2018-03-13 11:40:11 +08:00
afc163
4f1f5fd152
update form demo style
2018-03-12 21:52:13 +08:00
afc163
b28b394bf8
Fix test case for #9639
2018-03-12 21:02:20 +08:00
afc163
66c3108565
should support custom button node in Search[enterButton]
...
close #9639
2018-03-12 20:51:04 +08:00
Wei Zhu
62c9dee43e
Remove timezone from mock date
2018-03-12 11:22:59 +08:00
王集鹄
decb6d8390
Compatible with non-image format file preview in UploadList ( #9621 )
...
* Compatible with non-image format file preview in UploadList
* Add unit test about Upload List should non-image format file preview
2018-03-11 22:24:09 +08:00
zhuyue
ed70ba694e
Merge branch 'feature-3.3.0'
2018-03-11 14:50:25 +08:00
诸岳
40e7e0c193
Fix: successPercent should decide the progress status when it exists, close #9382 ( #9614 )
...
* fix: successPercent should decide the progress status when it exists, close #9382
* Add test for e361df0
that successPercent should decide the progress status when it exists
2018-03-11 00:11:52 +08:00
诸岳
398788b2c9
Fix: import correct locale file from rc-calendar, close #9373 ( #9613 )
...
* fix: import correct locale file from rc-calendar, close #9373
* Update snapshot
2018-03-11 00:11:21 +08:00
Wei Zhu
c5fc656ec8
Fix date mocking
...
Close #9599
It's an interesting bug, the time we store in the snapshot is in the summertime when you run it in wintertime, it fails.
2018-03-10 17:25:28 +08:00
u3u
30fe88d4bd
Add the defaultActiveTabKey property for the Card component ( #9526 )
...
* Add the defaultActiveTabKey property for the Card component (close #8789 , #8942 )
* `activeTabKey` should be added
* Improve
* Fix large tabs font size, close #9509
* docs: Add TreeSelect[dropdownClassName]
* Fix passing dropdownClassName to tree-select
* build: update remark-parse requirement to ^5.0.0 (#9545 )
Updates the requirements on [remark-parse](https://github.com/remarkjs/remark ) to permit the latest version.
- [Release notes](https://github.com/remarkjs/remark/releases )
- [Commits](https://github.com/remarkjs/remark/commits/remark@5.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* add Tooltip contextMenu doc
* Improve Grid and Layout type definition
* fix: focus editor (#9548 )
* Fix test case for new jsdom (#9527 )
* Fix test case for new jsdom
* use setTimeout as raf in jest jsdom
* Fix cancelAnimationFrame
* Add comment for facebook/jest#5147
* longer timeout
* fix snap
* upgrade antd-tools
* Update typescript requirement to ~2.7.2 (#9522 )
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript ) to permit the latest version.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits/v2.7.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Fix a ts error
* build: update react-slick requirement to ~0.20.0 (#9543 )
Updates the requirements on [react-slick](https://github.com/akiran/react-slick ) to permit the latest version.
- [Changelog](https://github.com/akiran/react-slick/blob/master/CHANGELOG.md )
- [Commits](https://github.com/akiran/react-slick/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* Fix test cases
* site: fix intersection-observer polyfill
* docs: update recommendation
* Fix typo WeexPickerProps -> WeekPickerProps (#9564 )
* use lodash
* Fixed typo on Visualization rules (#9575 )
Style of a navigation should conform to the its level.
should be
Style of a navigation should conform to its level.
* Improve Radio/Checkbox type definition
Close #9574
* Remove AbstractCheckboxChangeEvent, fix TS4029 error
See https://github.com/Microsoft/TypeScript/issues/9944
* Update index.en-US.md (#9579 )
* add transitionName from message.config (#9580 )
* add transitionName from message.config
* Update index.en-US.md (#9579 )
* modify doc
* build: update react-virtualized requirement to ~9.18.5 (#9544 )
Updates the requirements on [react-virtualized](https://github.com/bvaughn/react-virtualized ) to permit the latest version.
- [Changelog](https://github.com/bvaughn/react-virtualized/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bvaughn/react-virtualized/commits/9.18.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
* When treeNode is disabled, its switcher is highlight and clickabled (#9539 )
* When treeNode is disabled, its switcher is highlight and clickabled
* rc-tree@1.7.11
* Fix moment require (#9528 )
Fix #9502
* Update snapshot
2018-03-10 14:44:12 +08:00
Wei Zhu
b6d7151486
docs: Document Calendar[validRange]
2018-03-09 17:55:49 +08:00
Wei Zhu
7f5f09ff47
Add more tests for Calendar[validRange]
2018-03-09 17:43:13 +08:00
Rohan Malhotra
71f65a0be8
Added validRange props in calendar to control date range
2018-03-09 17:42:54 +08:00
Camol
2aed46012e
[feature]: add native Event - related to #9368 ( #9376 )
...
* [feature]: add native Event - related to #9368
* update tests and rc-checkbox's version
2018-03-09 15:16:57 +08:00
Wei Zhu
fe4d294c64
Fix moment require ( #9528 )
...
Fix #9502
2018-03-09 15:04:21 +08:00
valleykid
ae78a4bbec
When treeNode is disabled, its switcher is highlight and clickabled ( #9539 )
...
* When treeNode is disabled, its switcher is highlight and clickabled
* rc-tree@1.7.11
2018-03-09 15:04:09 +08:00
SimpleFrontend
528c6fa1e0
Added pendingDot to Timeline ( #9546 )
...
* Added selectionColumnWidth to TableRowSelection
* Updated documents
* Renamed selectionColumnWidth to columnWidth
* Added pendingDot to Timeline
* Added pendingDot to Timeline
* Minor update according to the feedback
* Updated according to feedback
2018-03-09 15:03:19 +08:00
Hughen
6998f66eb5
feat: add afterClose to Alert ( #9448 )
...
- add afterClose to Alert, in in order to achieve smoothly unmount.
2018-03-09 15:02:13 +08:00
MuYu
f61967b496
add transitionName from message.config ( #9580 )
...
* add transitionName from message.config
* Update index.en-US.md (#9579 )
* modify doc
2018-03-09 13:30:50 +08:00
Kevin BON
b1bcf842d7
Update index.en-US.md ( #9579 )
2018-03-09 00:48:23 +08:00
Xoce51
e142bce0a0
Update documentation to match with the select search method #9494 ( #9577 )
2018-03-09 00:47:38 +08:00
Wei Zhu
473872af66
Remove AbstractCheckboxChangeEvent, fix TS4029 error
...
See https://github.com/Microsoft/TypeScript/issues/9944
2018-03-08 21:42:22 +08:00
Wei Zhu
f78e0098fa
Improve Radio/Checkbox type definition
...
Close #9574
2018-03-08 20:39:34 +08:00
Angga
43e4622ef8
Fixed typo on Visualization rules ( #9575 )
...
Style of a navigation should conform to the its level.
should be
Style of a navigation should conform to its level.
2018-03-08 19:14:41 +08:00
afc163
e071002fae
use lodash
2018-03-08 14:46:47 +08:00
Pierre
1259d703c7
Fix typo WeexPickerProps -> WeekPickerProps ( #9564 )
2018-03-07 23:56:24 +08:00
愚道
59b7195c06
Merge branch 'master' into feature-3.3.0
2018-03-07 14:17:43 +08:00
afc163
15e69d09ca
Fix test cases
2018-03-06 21:47:05 +08:00
afc163
2f427e172a
Fix a ts error
2018-03-06 21:28:54 +08:00
偏右
8226ede38e
Fix test case for new jsdom ( #9527 )
...
* Fix test case for new jsdom
* use setTimeout as raf in jest jsdom
* Fix cancelAnimationFrame
* Add comment for facebook/jest#5147
* longer timeout
* fix snap
* upgrade antd-tools
2018-03-06 21:21:01 +08:00
陆离
cc06f0f7a5
fix: focus editor ( #9548 )
2018-03-06 20:59:03 +08:00
Wei Zhu
518c424ca4
Improve Grid and Layout type definition
2018-03-06 15:51:06 +08:00
jim
26934b37c8
add Tooltip contextMenu doc
2018-03-06 15:21:37 +08:00
Wei Zhu
69b154f9a9
Fix passing dropdownClassName to tree-select
2018-03-06 11:23:03 +08:00
Wei Zhu
56e4ce099d
docs: Add TreeSelect[dropdownClassName]
2018-03-06 10:43:56 +08:00
afc163
c7dd7cbbc4
Fix large tabs font size, close #9509
2018-03-05 18:35:33 +08:00
SimpleFrontend
9073237e70
Added selectionColumnWidth to TableRowSelection ( #9474 )
...
* Added selectionColumnWidth to TableRowSelection
* Updated documents
* Renamed selectionColumnWidth to columnWidth
2018-03-05 18:23:01 +08:00
Wei Zhu
c0e9a22fa9
Update snapshot
2018-03-05 11:23:26 +08:00
afc163
af8e54f1d6
Fix table radius in chrome
2018-03-03 16:42:48 +08:00
Arnab Sen
d40a3408c6
Corrected typo ( #9490 )
2018-03-02 22:19:10 +08:00
Sam Chen
fd147deb75
Update input group demo ( #9482 )
2018-03-02 15:26:05 +08:00
afc163
2fe64d429a
Fix button group align issue in chrome, close #1019
2018-03-02 15:25:31 +08:00
Wei Zhu
5e7bff8b5e
Update snapshot
2018-03-02 14:12:30 +08:00
byuanama
98f938798d
Update index.en-US.md ( #9479 )
2018-03-02 13:18:06 +08:00
Wei Zhu
a4fea8f22c
docs: Add Table pagination position to demo
2018-03-02 12:35:25 +08:00
afc163
7d3573d471
use more clear function name, close #9465
2018-03-02 12:06:33 +08:00
Camol
ae2990e241
feature: [Table] Pagination on the top in addition to the bottom. fix… ( #9357 )
...
* feature: [Table] Pagination on the top in addition to the bottom. fix (#9346 )
* refactor pagination of table (#9357 )
* specify the position of pagination when using table - add test
* specify the position of pagination when using table - update API docs
* update api docs
* fix error
* add TablePaginationConfig extends PaginationProps
2018-03-02 12:00:28 +08:00
twobin
d816879e78
fix: add props of onPopupScroll in Select ( #9475 )
2018-03-02 10:15:01 +08:00
Karthik K
f24e41806d
Minor punctuation correction ( #9472 )
2018-03-01 22:08:31 +08:00
Wei Zhu
1b3118e1dc
Use week year
...
Fix #9463
2018-03-01 17:24:06 +08:00
Wei Zhu
9634bea391
Complicate with less 3
...
Fix #7850
2018-02-28 14:35:02 +08:00
afc163
8a6b76acde
support less vars for tabs title font size
2018-02-28 11:07:26 +08:00
afc163
bea95bf77c
Merge branch 'master' into feature-3.3.0
2018-02-28 10:56:45 +08:00
VTHINKXIE
23e7716137
fix(module:timeline): fix timeline head custom style error in chrome ( #9429 )
2018-02-27 20:44:28 +08:00
Wei Zhu
755b3e9043
Fix Select dropdown box-radius
...
refer 82092c15
2018-02-27 18:27:31 +08:00
Wei Zhu
aa9b7a4e4d
Update snapshot
2018-02-27 18:07:39 +08:00
Wei Zhu
82092c154a
Fix Select dropdown border
2018-02-27 17:21:33 +08:00
afc163
40e354c373
Merge branch 'master' into feature-3.3.0
2018-02-27 10:12:19 +08:00
Wei Zhu
5df04e6827
Fix lint
2018-02-26 17:24:55 +08:00
Wei Zhu
54242e968f
Set Table filter dropdown menu popup container
...
Fix #9209
2018-02-26 16:45:26 +08:00
valleykid
eab4fdfe95
Update snapshot
2018-02-25 07:57:23 +08:00
Ivan Kravets
86ab00fbbd
Use default background for button states ( #9411 )
2018-02-24 22:25:50 +08:00
Wei Zhu
c28d6f1624
Remove table overflow:hidden, fix #7799
2018-02-24 11:46:46 +08:00
Mathew
947cee4475
fix issue #9359 ( #9364 )
...
* fix issue #9359
* fix trailing whitespaces
2018-02-24 11:40:44 +08:00
MinJeong Kim
feaf238dfa
fix: set -has-trigger
class in sider when -trigger
div exists ( #9399 )
...
* fix: set `-has-trigger` class in sider when `-trigger` div exists
* fix: fix template expr lint error
2018-02-24 10:35:04 +08:00
Wei Zhu
f1fd85780e
Revert "fix type of column dataIndex ( #9298 )"
...
This reverts commit f8e996ee8e
.
Close #9393
2018-02-22 15:56:37 +08:00
Wei Zhu
dc439bd7c3
Remove generic type from ComponentDecorator, fix #9331
2018-02-22 15:52:35 +08:00
Wei Zhu
2c95ea0e5e
docs: document Tabs[onChange] argument
...
Close #9386
2018-02-22 10:44:53 +08:00
Wei Zhu
a6ffd332fa
docs: fix parameter
2018-02-16 15:20:25 +08:00
Christopher Deutsch
97b09b393b
onKeyPress and onKeyDown got the wrong type in #9316 ( #9365 )
2018-02-15 13:10:35 -06:00
Wei Zhu
a438b9b33f
Add spin dot className to custom indicator
2018-02-14 12:56:22 +08:00
Wei Zhu
7d5db31e67
Fix table custom spin indicator
...
Fix #9355
2018-02-14 12:56:22 +08:00
George Gray
053396810b
add @badge-font-weight var ( #9352 )
2018-02-14 12:35:52 +08:00
George Gray
676635abde
var to theme pagination font ( #9351 )
2018-02-13 21:38:34 +08:00
Dimitri Mitropoulos
c92cf5b778
adds missing argument in Select onChange prop ( #9332 )
...
* adds missing argument in Select onChange prop
from the docs:
`function(value, option:Option/Array<Option>)`
also, (from reality) the callback really does send an option or options array.
* updates type to use ReactElement instead of Object
2018-02-13 07:33:25 -06:00
MuYu
1d1ea1ac59
fix switch doc error ( #9338 )
2018-02-12 12:10:07 +08:00
afc163
ba236419be
Fix badge API doc
2018-02-11 19:21:12 +08:00
afc163
c04377e541
Add more icons, #9092
2018-02-11 17:10:18 +08:00
afc163
626ebf2063
Fix upload list update logic when beforeUpload return false
...
close #8020 #8779 #9248 #9191
ref #8036
2018-02-11 16:11:13 +08:00
afc163
220d28d3e4
support keyboard for Modal.confirm, close #8818
2018-02-11 13:45:32 +08:00
Juan Rodrigo Venegas Boesch
0e591ef01c
Divider orientation feature ( #9275 )
...
User can align the text to the left or right with "orientation" prop, if not set it will be centered.
2018-02-11 11:51:56 +08:00
afc163
e8fa1f168b
Merge branch 'master' into feature-3.3.0
2018-02-11 11:51:05 +08:00
afc163
e3f115dd3d
update snapshot
2018-02-11 11:48:59 +08:00
afc163
1ae7da3878
Fix hasFeedback icon position in vertical form layout
...
close #9153 and #9309
2018-02-11 11:44:49 +08:00
Wei Zhu
2aaef6564d
docs: add inputReadOnly
2018-02-11 10:28:17 +08:00
Jesper We
4a69446be1
Implement inputReadOnly for TimePicker ( #9327 )
...
* Update package.json
* Document inputReadOnly
* Add inputReadOnly declaration.
2018-02-10 20:22:18 -06:00
afc163
f27bc6bd9d
fix snapshot
2018-02-09 17:07:33 +08:00
afc163
5accd6367a
Fix submenu z-index, close #9218
2018-02-09 15:56:34 +08:00
afc163
2909e5f651
Fix sorter icon click area overflow in Table
...
close #8979
2018-02-09 15:50:08 +08:00
Wei Zhu
b5f88c0005
Fix table padding close #9319
2018-02-09 14:58:03 +08:00
诸岳
240289ed73
Remove TimePicker wrong line-height style, close #9292 ( #9317 )
2018-02-09 11:36:43 +08:00
jim
50863acb1b
datePicker add dropdownClassName prop fix #7211
2018-02-09 11:35:13 +08:00
Yury Kozyrev
1e92ff8efd
onKeyPress and onKeyDown typings ( #9316 )
...
* Update Checkbox.tsx
* Update button.tsx
2018-02-08 20:35:54 -06:00
John Johnson III
3ffe718476
fix typo in less good ( #9315 )
...
Fix `background` property value by changing it from `transprent` to `transparent`
2018-02-09 10:05:56 +08:00
Benjy Cui
44063967a1
fix: make Mention autosize height by default, close : #9068 ( #9307 )
2018-02-08 23:50:42 +08:00
Benjy Cui
2411bdb7b7
fix: placeholder of Mention should not be interactable, close : #9215 ( #9306 )
2018-02-08 22:39:43 +08:00
Wei Zhu
7d3ff69e12
Fix small bordered table style
...
Fix #8980
2018-02-08 16:14:45 +08:00
jim
7b4abe7568
doc add select component showArrow props document
2018-02-08 16:13:09 +08:00
afc163
dc7d9de4cd
revert demo code
2018-02-08 15:52:24 +08:00
afc163
70f3afeda0
Fix ButtonGroup style bug when have disabled button, close #9296
2018-02-08 15:51:53 +08:00
afc163
6577616be2
fix demo
2018-02-08 14:26:33 +08:00
afc163
875024cd1e
update onRow usage
2018-02-08 14:25:49 +08:00
afc163
3ed3a078e1
Document for Table onRow, ref #355
2018-02-08 14:14:46 +08:00
Leo
f8e996ee8e
fix type of column dataIndex ( #9298 )
2018-02-07 20:26:03 -06:00
afc163
a5f29f06a5
Fix select arrow style in IE11
2018-02-07 20:29:40 +08:00
Wei Zhu
e992682aa8
Ignore invalid end date
...
Fix #9267
2018-02-07 14:23:17 +08:00
afc163
33e2ef0f8d
revert 1502d36
to fix #9276
...
ref #7934
2018-02-07 11:43:21 +08:00
Andreas Cederström
f1bd8d0d11
proper class on avatar when image doesnt exist ( #9278 )
2018-02-07 10:43:27 +08:00
afc163
59b18b4c26
Fix card loading with empty children, close #9258
2018-02-06 11:45:22 +08:00
Wei Zhu
ca6a8d13bd
site: Update Table drag demo
...
Close #9255
2018-02-05 11:08:16 +08:00
Wei Zhu
18188317c1
Update snapshots
2018-02-04 22:20:39 +08:00
Wei Zhu
1735d89a66
docs: Update RangePicker[ranges] type
2018-02-04 20:35:28 +08:00
Wei Zhu
49c2a6220b
Merge branch 'feature-3.2'
2018-02-04 17:24:16 +08:00
mgrdevport
b87f76e64a
Change Calendar mode via property ( #9243 )
2018-02-04 02:50:50 -06:00
愚指导
df4097ca4d
[Select] Pass Option as onChange and onSelect second argument ( #9228 )
2018-02-04 02:42:33 -06:00
George Gray
22c3097d79
Vars to theme Tabs ( #9172 )
2018-02-04 02:42:13 -06:00
Wei Zhu
70f30ef065
Trigger onOk when click on preset range ( #9213 )
...
Close #7747
2018-02-04 02:41:02 -06:00
ryanhoho
42354989e9
修复默认样式和card样式下,tabPosition=bottom时的样式错误 ( #9104 ) ( #9165 )
2018-02-04 02:40:44 -06:00
YuChao Liang
75c365aa2c
fix(TextArea): calculateNodeHeight ( #9107 ) ( #9108 )
2018-02-04 02:18:20 -06:00
Zheeeng
24e373a812
Remove span.ant-tag-text in Tag, and remove type casting in Dropdown ( #9055 )
...
* Remove span.ant-tag-text
Warp React.ReactNode with span element is not suggested. It may cause anti-specification problem: `<span><span>I'm spec breaker</span></span>`. span is not a general tags container.
Another benefit from this change is keeping the same structure with CheckableTag.
After inspecting the removing of the style of .ant-tag-text, seems bringing no problems. The old example employeed this css class has gone long long time ago. See: 0635877a51
* Use React.Children.only api to supress type casting
By codes, the children and the overlay of Dropdown must be **single** and **valid React.ReactElement**. React.Children.only takes it and report more friendly React internal built error messages.
* Revert hack CSS styles: filling .ant-tag's block area with orphan child anchor
2018-02-04 01:29:56 -06:00
George Gray
03c180ff08
Use @btn-primary-bg for primary ghost btn ( #9236 )
2018-02-02 03:23:14 -06:00
Wei Zhu
29969959f8
Revert "Add test for 3b0a704"
...
This reverts commit 980b2cc32b
.
2018-02-02 15:36:35 +08:00
Wei Zhu
980b2cc32b
Add test for 3b0a704
2018-02-02 14:50:55 +08:00
Wei Zhu
aa88c656f1
docs: remove expaned row hover background color
...
Close #8775
2018-02-02 14:07:57 +08:00
Wei Zhu
a9537e5934
Update snapshot
2018-02-02 12:33:39 +08:00
Wei Zhu
3b0a704df8
Only clear hoverValue when picker is open
...
Fix #6364
2018-02-02 12:20:26 +08:00
afc163
7a33a9e5d5
Fix extra wrapper of Card children, close #9226
2018-02-02 11:54:19 +08:00
Evert Bouw
0c69d721de
Fix(Typings): Add OnHeaderCell property to ColumnProps ( #9223 )
...
* Fix(Typings): Add OnHeaderCell property to ColumnProps
* onHeaderCell actually receives the ColumnProps object
2018-02-01 04:54:50 -06:00
Wei Zhu
ef55562deb
Attempt to fix #8885 again, add more tests ( #9164 )
2018-02-01 02:12:42 -06:00
Wei Zhu
bebed2c4ae
Allow function for preset range ( #9195 )
...
* Allow function for preset range
Close #8281
* Rename RangePickerRange to RangePickerPresetRange
2018-02-01 02:05:57 -06:00
afc163
8d6252cfe1
Fix missing scrollbar in chrome
2018-02-01 13:21:07 +08:00
mgrdevport
5fd741bf21
Pass name prop down to the table selection input ( #9054 )
2018-01-31 01:07:53 -06:00
afc163
6c46692160
Tweak confirm title style
2018-01-31 14:46:45 +08:00
Wei Zhu
842c7f21d9
Fix RangePicker input ( #9009 )
...
fix #6999
fix https://github.com/react-component/calendar/issues/286
2018-01-30 22:01:27 -06:00
afc163
9f2b4905f0
Fix AutoComplete border color in form
2018-01-31 10:47:25 +08:00
Pyroboomka
99469bd1b1
Syncing forceRender prop with rc-collapse. ( #9192 )
2018-01-30 20:44:33 -06:00
Wei Zhu
3b931e97c4
Merge branch 'master' into feature-3.2
2018-01-31 10:08:23 +08:00
Wei Zhu
5c00985fed
Add children to AntTreeNodeProps
2018-01-30 16:50:49 +08:00
Wei Zhu
17e26ecb71
Revert "docs: fix DatePicker start end demo"
...
This reverts commit b9120980fb
.
2018-01-30 16:01:11 +08:00
ryanhoho
b93e33c535
table size padding use @table-padding-vertical & @table-padding-horiz… ( #9106 )
2018-01-29 21:05:37 -06:00
George Gray
d19fa740c7
use highlight var on vertical menu ( #9169 )
2018-01-29 20:18:54 +08:00
Wei Zhu
b9120980fb
docs: fix DatePicker start end demo
...
Close #9163
2018-01-29 19:19:36 +08:00
Wei Zhu
1c27c28ba9
Fix Turkish locale
2018-01-29 11:13:55 +08:00
Wei Zhu
fa14765695
Revert "Control Calendar value, fix #8885 ( #9141 )"
...
This reverts commit 98387ad819
.
2018-01-28 21:49:02 +08:00
nikogu
3ad71ea36a
Merge branch 'master' into feature-3.2
2018-01-27 22:30:34 +08:00
Yury Kozyrev
76c7ce669a
add tabIndex to select ( #9144 )
2018-01-27 14:27:27 +08:00
sallen450
a9562e75fe
Fix(Table): Hide emptyType in Table
when loading
prop is true ( #9095 )
...
* fix(Table): Hide text in when prop is true
* test(Table): renders empty table without emptyText when loading
* refactor: code style
2018-01-26 09:30:11 -06:00
Wei Zhu
98387ad819
Control Calendar value, fix #8885 ( #9141 )
...
If not control Calendar value, the internal value of Calendar will keep a
different date than parent component.
2018-01-26 23:14:40 +08:00
Wei Zhu
5950c09bf8
Update snapshot
2018-01-26 23:00:13 +08:00
Wei Zhu
5afb1a28b6
Merge branch 'master' into feature-3.2
2018-01-26 17:14:44 +08:00
luyiming
e511c2ac33
fix tree demo drag&drop bug ( #9131 )
2018-01-26 13:30:44 +08:00
Qingrong Ke
b50ca50bad
docs: update head.md of Table ( #9133 )
2018-01-26 10:39:22 +08:00
潘晓升
e4d7e5e510
Update index.tsx ( #9126 )
...
add the “style” property for declare file
2018-01-26 10:38:28 +08:00