Yangzhedi
0e1564f499
fix(modal): add forceRender interface
2019-01-12 13:21:21 +08:00
Simo Aleksandrov
462819c5d9
Translate Input.Password properties
2019-01-11 14:07:03 +02:00
诸岳
00102d4278
ts: Extend ListItemProps from native div element attributes, close #14171
2019-01-11 11:52:35 +08:00
afc163
a075c90321
🐛 Fix Modal.confirm wrong align in small screen
...
close #14279
2019-01-11 11:38:42 +08:00
Thomas
df65240094
feat: Add transitionName and maskTransitionName for Modal.method ( #14273 )
2019-01-11 09:43:44 +08:00
ztplz
689f32a07f
Remove the border when drawer has no title
2019-01-11 00:04:21 +08:00
tangjinzhou
13ee0ad52f
should not call afterClose when change visible from false to true
2019-01-10 21:56:27 +08:00
Yangzhedi
41e2103c80
test(date-picker): add date-picker not auto focus test
2019-01-10 21:56:13 +08:00
Yangzhedi
319949ee1a
fix(date-picker): fix open judgement
2019-01-10 21:56:13 +08:00
Yangzhedi
ee1beaa459
fix(date-picker): fix open prop
2019-01-10 21:56:13 +08:00
Yangzhedi
f52b087194
fix(date-picker): fix focus
2019-01-10 21:56:13 +08:00
zombiej
8f9f5843eb
update snapshot
2019-01-10 21:55:21 +08:00
zombiej
0a67272ae4
add locale update
2019-01-10 21:55:21 +08:00
zombiej
12af9a9dca
icon add aria-label support
2019-01-10 21:55:21 +08:00
afc163
1e62802d58
✅ Add test case for unmounting spin
2019-01-10 21:55:12 +08:00
afc163
e34e215f5f
✅ update debounce when update delay
...
⚡ ️ improve getDerivedStateFromProps return value
2019-01-10 21:55:12 +08:00
afc163
ac847769c0
✅ Add test case
2019-01-10 21:55:12 +08:00
afc163
82b9fd271e
🐛 fix delay not working
2019-01-10 21:55:12 +08:00
afc163
b7b3af7cef
✅ fix test case
2019-01-10 21:55:12 +08:00
afc163
9ecb3725a1
🐛 Fix spin[delay] never render
...
also simplify the code of spin, a lot
close #14100
2019-01-10 21:55:12 +08:00
afc163
a9c8874854
🐛 Fix custom filterDropdown trigger sorter
...
close #14238
2019-01-10 21:54:36 +08:00
ycjcl868
22a4ca8594
feat: Anchor className should pass down.
2019-01-10 17:08:10 +08:00
zombieJ
8ef4d72633
add groupSeparator prop ( #14251 )
2019-01-10 17:04:14 +08:00
偏右
4102fe200b
💄 Improve Radio focused state style ( #14191 )
...
close #14186
2019-01-10 16:55:18 +08:00
LeezQ
b2c6f5622b
ts: Update the TypeScript definition of Table[locale] ( #14245 )
2019-01-10 16:45:58 +08:00
gyh9457
974e48090d
docs: Update Card and Mention doc ( #14247 )
2019-01-10 15:32:41 +08:00
Jack Lo
929418fa25
Update index.zh-CN.md
...
笔误:customizeRenderEmpty => renderEmpty
2019-01-10 13:18:38 +08:00
Jack Lo
e002b1440e
Update index.en-US.md
...
笔误:customizeRenderEmpty => renderEmpty
2019-01-10 13:18:38 +08:00
zombieJ
4e54aa8a46
ConfigProvider support autoInsertSpaceInButton
( #14230 )
...
close #14229
2019-01-10 11:47:11 +08:00
zombieJ
f524b693ed
Button support round
shape ( #14236 )
...
close #13700
2019-01-10 11:15:43 +08:00
诸岳
21f0419ace
feat: Add mask prop for Modal method, close #14177 ( #14197 )
2019-01-10 01:21:51 +08:00
gyh9457
c037e8dddd
fix anchor demo ( #14226 )
...
* fix anchor demo
* update anchor snapshot
2019-01-09 23:40:47 +08:00
偏右
16f76ecc5e
Update index.zh-CN.md
2019-01-09 23:37:38 +08:00
ztplz
b2fed8711e
Support float number for Badge ( #14195 )
...
fix #13815
2019-01-09 22:32:06 +08:00
zombieJ
ff13ac0f5e
New component Statistic / Countdown ( #14154 )
...
* init
* number format
* add Countdown
* ⚡ Try something ts stuff
* move out Countdown
* add format
* support countdown
* add prefix & suffix
* Move Number to Statistic
* adjust ts
* clean up
* roll back of lodash
* update doc & style
* variable of the less style
* add demo test
* full coverage
* hide title if not need
* update snapshot
* update accessiblity
* update color
* stop countdown when time is out
* formatTimeStr adjust
* use reset class
* add miss tab index
* update doc
* update title prop & snapshot
* rm additional aria. It's over design
* use card sample on unit demo
* sfc
* adjust demo
2019-01-09 20:38:09 +08:00
zombieJ
54463c908b
ConfigProvider support csp
prop ( #14222 )
...
close #12438
2019-01-09 20:15:37 +08:00
诸岳
470a4e03a2
docs: Add version description about Select[onDropdownVisibleChange]
2019-01-09 19:33:01 +08:00
诸岳
7b15f3ca03
docs: Add version description about Input.Password
2019-01-09 15:32:50 +08:00
zombieJ
b826ecf849
add miss style deps ( #14214 )
...
close #14204
2019-01-09 15:05:41 +08:00
zombieJ
5cec6b56fb
Table sorter tooltip ( #14208 )
...
close #14168
2019-01-09 14:10:30 +08:00
zombiej
6777635120
add warning when user both use expandedRowRender
& scroll
on Table
2019-01-08 21:23:04 +08:00
ycjcl868
3b55f63ef5
🐛 strictNullCheck with defaultProps
2019-01-08 20:20:16 +08:00
信鑫-King
a7f8921f3f
🐛 table sortDirections optional
2019-01-08 20:20:16 +08:00
zhangguanyu02
aff3f2ece0
fix: checkbox ts generic
2019-01-08 19:16:07 +08:00
afc163
6f9f29799c
💄 Add less variables for button shadow
...
close #14172
2019-01-08 10:56:27 +08:00
afc163
1d06fbef4c
🐛 Fix disabled style of Radio.Button
...
close #14165
2019-01-08 00:04:39 +08:00
wwwxy80s
fe12172321
hide Input clearIcon when it is not focused
2019-01-07 22:51:28 +08:00
zombiej
67236f6378
add select dropdown empty style
2019-01-07 22:21:52 +08:00
zombiej
3d92443f85
update snapshot
2019-01-07 15:48:35 +08:00
zombiej
319cb8609e
format svg
2019-01-07 15:07:28 +08:00
zombiej
9b256b03d4
use inline svg of antd-tools
2019-01-07 14:43:51 +08:00
zombiej
e367c1c453
adjust image
2019-01-07 12:26:10 +08:00
偏右
380b8f849f
Merge pull request #14135 from ranbena/vertical-white-space
...
Allow vertical form labels to break line
2019-01-07 09:48:42 +08:00
ztplz
08ce714db2
update dep ( #14131 )
2019-01-07 09:40:55 +08:00
Ran Byron
4a5e681627
Allow vertical form labels to break line
2019-01-06 17:39:01 +02:00
Wei Zhu
808a4e8e67
use data url instead of importing svg
2019-01-06 20:42:04 +08:00
Junbin Huang
dc4247bdff
Merge branch 'feature' into master
2019-01-06 13:34:41 +08:00
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
...
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
2019-01-06 13:25:59 +08:00
ztplz
048f5f339f
Format
2019-01-05 22:17:12 +08:00
Go7hic
c095c3d370
bugfix
2019-01-05 17:55:59 +08:00
ztplz
16a15f696f
Update table docs
2019-01-05 17:17:27 +08:00
zombieJ
b129e05630
init Spin should also support delay trigger ( #14105 )
...
fix #14100
2019-01-05 17:13:42 +08:00
偏右
059670a09e
🐛 Fix nested Timeline last item missing line ( #14110 )
...
close #14108
2019-01-05 17:07:06 +08:00
afc163
d670717ab2
🐛 Fix disabled button style in DatePicker panel
...
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
2019-01-04 22:37:56 +08:00
mraiguo
78489672c7
Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
2019-01-04 22:20:00 +08:00
afc163
c741c2f0df
📝 enhance upload documentation
2019-01-04 22:12:29 +08:00
afc163
7d70d20679
🐛 tweak style for not affecting vertical steps
2019-01-04 22:11:50 +08:00
afc163
9a380592ee
🐛 Fix steps style under IE9
...
close #14001
2019-01-04 22:11:50 +08:00
ztplz
7a4ee979ff
Correct typescript usage ( #14074 )
2019-01-03 23:56:38 +08:00
ztplz
0bd8596f18
Fix tslint warning
2019-01-03 22:26:26 +08:00
meihuanyu
f092d5a32e
fix calendar month range display ( #14049 )
2019-01-03 22:06:40 +08:00
郭延豪(708674)
a46f027b0c
fix: top border disappeared under some ie9
2019-01-03 21:13:25 +08:00
zombieJ
1cf1a4862e
ConfigConsumer support withConsumer
( #14062 )
...
* add withConfigConsumer
* clean up
2019-01-03 17:10:04 +08:00
ztplz
1bdb8e5939
update
2019-01-03 16:58:35 +08:00
ztplz
a019c0033f
Fix Affix flickering when scrolling
2019-01-03 16:58:35 +08:00
zombieJ
c397ad8c34
Update rc-calendar to use new lifecycle methods & input auto focus ( #14051 )
...
close #11848
2019-01-03 11:52:31 +08:00
afc163
3ca6a18546
📝 Add instruction for one column without width left in fixed table
2019-01-02 18:08:50 +08:00
zombieJ
95660c4fac
adjust table fixed column z-index ( #14036 )
...
fix #13930
2019-01-02 17:17:23 +08:00
zombiej
874ed98e31
merge master
2019-01-02 17:12:34 +08:00
zombieJ
47fea7e8e6
update snapshot ( #14042 )
2019-01-02 15:25:10 +08:00
偏右
5c36f9f61d
💄 Drawer close icon should scroll with content ( #14030 )
...
* 💄 Drawer close icon should scroll with content
like its title
close #13811
* ✅ fix snapshots
2019-01-02 13:53:19 +08:00
orzorzorzorz
23e8bc93f2
pref: add missing drag event of Tree ( #14032 )
...
close #14031
2019-01-02 09:21:45 +08:00
偏右
bb77436b36
🐛 fix progress text align issue ( #14024 )
...
* 🐛 fix progress text align issue
close #13997
* ✅ Set thresholds for codecov build failures
2019-01-01 11:42:08 +08:00
afc163
e3f7e01266
🐛 Fix Table custom title is not reachable
...
close #13984
2018-12-30 14:01:13 +08:00
afc163
df8b784158
🐛 Fix Table filters trigger sort
...
close #13891
close #13933
close #13790
2018-12-30 14:01:13 +08:00
Max
0f83299d91
update table onRow events documentation zh-CN
2018-12-29 18:46:32 +08:00
Maksym Mosyura
0fc12c9cc5
update onRow Table properties documentation
2018-12-29 18:46:32 +08:00
Van Nguyen
1e14139610
Revise DatePicker callbacks with possibly null date
2018-12-29 17:42:34 +08:00
Barry
f3e6140c0d
Support JD image type dpg
2018-12-29 17:41:46 +08:00
shangyuan.ning
8288e8b82c
fix a spelling mistake
2018-12-28 23:00:50 +08:00
afc163
a86b760f85
📝 Add doc about Input[allowClear]
2018-12-28 23:00:34 +08:00
afc163
b0df3c1225
Fix input defaultValue and value
2018-12-28 23:00:34 +08:00
afc163
a7786267a7
🐛 Fix review problems
2018-12-28 23:00:34 +08:00
afc163
fab24bf38c
🐛 Fix review problems
2018-12-28 23:00:34 +08:00
afc163
d19f406f86
✅ fix onChange e.target.value when clear
2018-12-28 23:00:34 +08:00
afc163
cb57ff103b
🐛 Fix review problems
2018-12-28 23:00:34 +08:00
afc163
e6bdd3d656
✅ fix snapshot and defaultValue warning
2018-12-28 23:00:34 +08:00
afc163
f10cb764e4
fix defaultValue
2018-12-28 23:00:34 +08:00
afc163
d61ad7445a
⚡ support allowClear for Input
2018-12-28 23:00:34 +08:00
zombieJ
144b0f4c60
Dropdown overlay support function callback ( #14003 )
...
* Dropdown's overlay prop support function callback.
* Dropdown 的 overlay 属性支持函数调用。
2018-12-28 20:27:42 +08:00
Konrad Machlowski
18183ac2d5
Correct typings for change handlers
2018-12-28 16:10:36 +08:00
zombiej
192e188fe8
rate support 'tooltips'
...
close #13973
2018-12-28 16:04:05 +08:00
afc163
990ab8833a
✅ fix snapshots
2018-12-28 14:40:10 +08:00
afc163
3f1be96866
Merge branch 'master' into feature
...
* master: (23 commits)
✅ fix snapshots
Add docs for the List rowKey prop
💄 don't reset font-family in each component
💄 chore card less variable
Remove classNames from custom-typing file
add collapsed faq ref: #13953
feat: support define card border radius
Fix dateRender not supported at WeekPicker
📝 Add links in Home Page
📝 Fix site responsive interaction, close #13954
💄 chore Steps[labelPlacement="vertical"] style
✅ fix warning in test case
📝 update tech antfin cases
🐛 site menu open bug
🐛 fix site defaultOpenKeys
Correct docs
💄 chore button code style
fix spaces in curly brackets
fix two more code style issues
Fix method argument name
...
2018-12-28 12:11:18 +08:00
afc163
26a6d0382b
✅ fix snapshots
2018-12-28 10:56:10 +08:00
Gabriel Nunes
a513ee1d73
Add docs for the List rowKey prop
...
Add documentation for the rowKey property of the lists
2018-12-28 10:34:44 +08:00
afc163
a8019bf0a0
💄 don't reset font-family in each component
...
close #13969
2018-12-27 23:59:07 +08:00
afc163
c95c377a4e
💄 chore card less variable
2018-12-27 22:56:46 +08:00
zombiej
7c5b93c0b4
add collapsed faq
...
ref: #13953
2018-12-27 19:41:15 +08:00
aashutoshrathi
0e42cbf7e6
Added Hindi Locale
2018-12-27 18:11:42 +08:00
vthinkxie
d67a2b66cb
feat: support define card border radius
2018-12-27 16:52:08 +08:00
afc163
465b85f773
Fix dateRender not supported at WeekPicker
...
close #13957
2018-12-27 14:32:23 +08:00
afc163
90091fe2d0
💄 chore Steps[labelPlacement="vertical"] style
...
close #13949
2018-12-27 11:55:53 +08:00
afc163
b2c7c53b4c
✅ fix warning in test case
2018-12-27 11:48:42 +08:00
Rahul Gurung
5483e2c5ca
further fixes
2018-12-27 10:35:12 +08:00
Rahul Gurung
b6c98cde81
added snapshot and updated package.json
2018-12-27 10:35:12 +08:00
Rahul Gurung
00cee5b828
added snapshot
2018-12-27 10:35:12 +08:00
Rahul Gurung
1a4fce7d0f
#13576 - Kannada locale added (kn_IN)
2018-12-27 10:35:12 +08:00
ztplz
0fb60796c3
Correct docs
2018-12-27 00:25:45 +08:00
afc163
f65f3af928
💄 chore button code style
2018-12-26 23:57:33 +08:00
Maciej Czekaj
bc59ebb0d8
fix spaces in curly brackets
2018-12-26 23:53:10 +08:00
Maciej Czekaj
ed593ef138
fix two more code style issues
2018-12-26 23:53:10 +08:00
Maciej Czekaj
72ee25aa4f
Fix method argument name
2018-12-26 23:53:10 +08:00
Maciej Czekaj
465c8075dd
#9792 Migrate Button to new lifecycle methods
...
Signed-off-by: Maciej Czekaj <natanielcz@gmail.com>
2018-12-26 23:53:10 +08:00
afc163
4da04acff9
💄 fix span type warning in site
2018-12-26 21:44:34 +08:00
afc163
5c266355ec
⚡ Add icon
to Modal.confirm/info/warning/error
...
deperated `iconType`
close #13918
2018-12-26 21:36:36 +08:00
afc163
8b5e78f174
Merge branch 'master' into feature
...
* master:
Fixed Modal width when screen size smaller than 768px
🚨 coverage precision to 1
🚨 update .codecov.yml
💄 Fix Badge animation jump when count is ReactNode
fix Popover arrow narrow line at top
fix Popover arrow border in different directions
fix popover arrow top shadow
Change render of + & - icon fix #13924
🐛 loose button type propTypes for custom usage
fix input has min size close #3699
fix: fix-picture-spell-error
2018-12-26 20:47:12 +08:00
afc163
7fa4e7aed3
Fixed Modal width when screen size smaller than 768px
...
close #13907
2018-12-26 20:43:47 +08:00
afc163
5727bbc36a
💄 Fix Badge animation jump when count is ReactNode
...
close #13800
2018-12-26 19:06:02 +08:00
廖星
d064c0966b
fix Popover arrow narrow line at top
2018-12-26 19:03:47 +08:00
廖星
91196f5508
fix Popover arrow border in different directions
2018-12-26 19:03:47 +08:00
廖星
00bbbec279
fix popover arrow top shadow
2018-12-26 19:03:47 +08:00
zombiej
15524df941
Change render of + & - icon
...
fix #13924
2018-12-26 18:48:47 +08:00
afc163
380416e92a
🐛 loose button type propTypes for custom usage
...
close #13915
ref #1308
2018-12-26 18:13:35 +08:00
zombiej
73b5437b3a
fix input has min size
...
close #3699
2018-12-26 17:12:14 +08:00
alexchen
42d0b7a179
fix: fix-picture-spell-error
2018-12-26 16:49:44 +08:00
zombieJ
2164c58198
New Component: Empty ( #13651 )
2018-12-26 16:01:00 +08:00
zombiej
b5fc19632b
merge master
2018-12-26 14:23:40 +08:00
zombieJ
bf087e29bd
Add remark lint ( #13906 )
...
support remark-lint check
2018-12-26 14:14:00 +08:00
alexchen
9763c15db4
refactor: add upload-picture-card-border-style
2018-12-26 13:12:38 +08:00
afc163
db5f27ccb1
✅ fix snapshot
2018-12-25 16:31:18 +08:00
Wei Zhu
405bc9783b
chroe: add a note comment about table's dataIndex
2018-12-25 16:31:02 +08:00
afc163
30fe9918d8
Merge branch 'master' into feature
...
* master:
📝 Add bodyStyle and style of Drawer in documentation, #13850
🐛 Fix Drawer style not working
🐛 fix markStyle affset style
Update Santa.jsx
update changelog
bump 3.11.6
revert Christmas egg
[type] make type of components compatible with ComponentType<P>
bump 3.11.5
✨ site: make document side bar sticky
2018-12-25 16:28:50 +08:00
Wei Zhu
96e1d770ec
Revert "fix"
...
This reverts commit 839d0dcb09
.
2018-12-25 16:27:46 +08:00
Wei Zhu
48956d54fc
Revert "Update interface.tsx"
...
This reverts commit f8fbb33c73
.
2018-12-25 16:27:36 +08:00
afc163
833c181922
🆙 upgrade rc-time-picker
...
- add `popupStyle`
- add `onAmPmChange`
2018-12-25 16:00:00 +08:00
afc163
a297b90cfa
📝 Add bodyStyle and style of Drawer in documentation, #13850
2018-12-25 15:30:11 +08:00
afc163
b27f0f3e46
🐛 Fix Drawer style not working
...
close #13850
2018-12-25 15:27:31 +08:00
afc163
9f54ab2bb4
🐛 fix markStyle affset style
...
revert #12125
close #13850
2018-12-25 15:21:17 +08:00
zombiej
d648b822a6
revert Christmas egg
2018-12-25 10:40:18 +08:00
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
2018-12-25 01:10:00 +08:00
HarlanLuo
41aa37bd99
fix doc error and add test case for WeekPicker
2018-12-24 18:03:08 +08:00
HarlanLuo
a7bedca0e2
WeekPicker: support renderExtraFooter
2018-12-24 18:03:08 +08:00
HarlanLuo
015945ed83
DatePicker: show extra footer in all mode
2018-12-24 18:03:08 +08:00
afc163
748ddcaa5a
💄 fix dropdown button warning
2018-12-24 14:00:51 +08:00
afc163
3c007a85dd
⚡ renderFooter should applied to all mode, close #11618
2018-12-24 13:45:31 +08:00
afc163
360f8cb7dc
Merge branch 'master' into feature
...
* master:
Correct doc
🆙 ant-design-palettes => @ant-design/colors
2018-12-24 13:38:46 +08:00
ztplz
4bd107f9d7
Correct doc
2018-12-23 23:16:42 +08:00
zombiej
acefe7ba40
update modal demo
2018-12-23 18:40:11 +08:00
afc163
801fb77299
🔨 Merge master into feature
2018-12-23 18:11:04 +08:00
j3l11234
95cf9f3e48
Update rc-form requirement from ~2.2.7 to ~2.4.0 ( #13788 )
...
& and preserve option
2018-12-23 00:07:43 +08:00
zombiej
4d8cb66316
update snapshot
2018-12-22 23:55:44 +08:00
afc163
9c8f6bdb56
Merge branch 'master' into feature
2018-12-22 19:37:03 +08:00
afc163
88615024b1
✅ Fix test snapshots
2018-12-22 19:36:46 +08:00
afc163
24bcace0ce
🔨 Merge master into feature
2018-12-22 19:30:50 +08:00
afc163
b828741dc0
🔨 Refactor Tag 🔨
2018-12-22 19:20:38 +08:00
Harlan
6b6ec278cc
Table: add prop sortDirections
for table and column ( #13773 )
...
* Table: add prop `sortMethods`
with `sortMethods` user can change table sort methods and its order
* Table: `sortMethods` can be set on column prop
* rename `sortMethods` to `sortDirections`
2018-12-22 18:16:02 +08:00
afc163
fe47f01796
📝 Fix documentation
2018-12-22 18:13:30 +08:00
afc163
22daf9e6af
Merge branch 'feature' of github.com:ant-design/ant-design into feature
2018-12-22 18:03:56 +08:00
afc163
c29daf952a
🔨 Merge master into feature
2018-12-22 18:02:10 +08:00
afc163
3a25ef8d14
💄 Fix lgtm alerts
...
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
2018-12-22 17:40:25 +08:00
afc163
1350c87ab1
🎨 Improve form demo code style
2018-12-22 16:48:30 +08:00
afc163
d78d0de36c
💄 Fix extra margin of nested form item
...
close #13748
2018-12-22 16:44:10 +08:00
Jeffrey Carl Faden
9ff20ba09a
Fix primary color usage in .button-variant-other
...
Instead of using @primary-5 and @primary-7, use colorPalette mixin to modify @btn-primary-bg
2018-12-22 11:05:41 +08:00
zombiej
f65fb2867f
add options.preserve of form
2018-12-21 23:58:31 +08:00
afc163
a7597819a2
💄 use disabled cursor on disabled tab, close #13709
2018-12-21 22:38:06 +08:00
wangshuai
cb0a92e13b
use T[] insteadof Array<T>
2018-12-21 21:34:19 +08:00
wangshuai
8c95732bfb
fix(Table):fix arguments and type definition in TableRowSelection
2018-12-21 21:34:19 +08:00
HarlanLuo
476ace8aae
Transfer: fix search-not-found block sometimes not show in edge
2018-12-21 21:33:58 +08:00
杨哲迪
42cd542677
fix(tabs): fix tabs.tabpane disabled style error
2018-12-21 21:33:31 +08:00
afc163
607d08094d
🎉 Dropdown.Button support href
prop
2018-12-21 21:12:36 +08:00
afc163
464c4c804d
✅ fix snapshot
2018-12-21 20:59:14 +08:00
afc163
c6f267d740
🆙 upgrade rc-dropdown
2018-12-21 20:56:36 +08:00
afc163
aa6d3da99b
Merge master into feature branch
2018-12-21 19:11:39 +08:00
黄俊亮
96766d4018
refactor: add alert-close-hover-color
2018-12-21 19:06:36 +08:00
afc163
7fe6dec9b8
Merge branch 'master' into feature
...
* master:
feat(table): support table border-radius define in theme
add form-tutorial.md
📝 Put gitter flags in badges in README (#13744 )
update deps of rc-select
skip show-tooltip.md test when is dist test
💄 update slider demo
Fix a regular expression
Improvements to badges in README (#13743 )
2018-12-21 16:12:14 +08:00
vthinkxie
f99b8a1792
feat(table): support table border-radius define in theme
2018-12-21 11:50:46 +08:00
Alfred Qiu
b24d5a65a5
add form-tutorial.md
2018-12-21 11:03:54 +08:00
zombiej
0d438610ff
skip show-tooltip.md test when is dist test
2018-12-20 23:11:32 +08:00
afc163
69d2656ab2
💄 update slider demo
2018-12-20 20:39:40 +08:00
afc163
9cfaa16211
✅ update test snapshot
2018-12-20 17:46:17 +08:00
afc163
7ac13298ec
💄 Fix one tslint problem
2018-12-20 17:43:22 +08:00
afc163
879784c665
Merge branch "master" into "feature"
2018-12-20 17:43:00 +08:00
afc163
ecf83c0438
💄 Fix one tslint problem
2018-12-20 17:34:30 +08:00
tom
00109a0698
change Modal.destroy to Modal.destroyAll
2018-12-20 17:31:12 +08:00
tom
d9e0b33dbe
Modal.destroy():destroy all cofirm modal dialogs
2018-12-20 17:31:12 +08:00
stevenyuysy
0929a8b2c5
🐛 fix status normal
2018-12-20 17:30:28 +08:00
Sam Lanning
8f830ec366
fix inconsistent component state updates
...
React component state updates using setState may
asynchronously update this.props and this.state, thus it is
not safe to use either of the two when calculating the new
state passed to setState, and instead the callback-based
variant should be used instead.
2018-12-20 17:29:02 +08:00
徐新航
e0c74501f4
feat: The <Affix> run update-position when first mounted, to get the actual styles.
2018-12-20 17:27:32 +08:00
afc163
1ac6b5782d
🐛 Correct Drawer style
...
close #11504
2018-12-20 17:26:34 +08:00