Aiello
2189bf5f54
Remove border
parameter from Descriptions
size
demo ( #18518 )
...
`border` parameter is no longer used.
2019-09-06 11:13:36 +08:00
yoyo837
864138370f
update type
2019-09-05 21:24:35 +08:00
afc163
2e5928450d
📝 Improve Table doc about tableLayout
2019-09-05 13:39:06 +08:00
afc163
251ae17376
🎬 Add tableLyout and ellipsis in Table demo
2019-09-05 13:39:06 +08:00
afc163
49a37d10c7
🔨 remove useless default value of tableLayout
2019-09-05 13:39:06 +08:00
afc163
580312bd1f
📝 Add descriptions for ellipsis demo
2019-09-05 13:39:06 +08:00
afc163
499c46b220
✅ fix table snapshot and ci
2019-09-05 13:39:06 +08:00
afc163
d9f2c906ca
⚡ support column.ellipsis
...
close #5753
2019-09-05 13:39:06 +08:00
afc163
02da860de1
✅ fix table snapshot
2019-09-05 13:39:06 +08:00
afc163
7c180a7f31
🆙 upgrade rc-table
2019-09-05 13:39:06 +08:00
afc163
d2aeaab486
default overflow-wrap break-word for all cell
2019-09-05 13:39:06 +08:00
afc163
577bc87bba
Add Table tableLayout
prop
2019-09-05 13:39:06 +08:00
vagusX
e479f1f476
update docs
2019-09-05 12:35:04 +08:00
vagusX
43bcd0ec8f
Update index.zh-CN.md
2019-09-05 12:35:04 +08:00
vagusX
701b3f5fc9
Update index.en-US.md
2019-09-05 12:35:04 +08:00
kanweiwei
5d2596bda8
component props are readonly
2019-09-05 12:35:04 +08:00
kanweiwei
784ad7d57c
update
2019-09-05 12:35:04 +08:00
kanweiwei
bbd979f7ff
update test
2019-09-05 12:35:04 +08:00
kanweiwei
19325b4175
modify component renderer
2019-09-05 12:35:04 +08:00
kanweiwei
4d6c8bc0b5
fix: icon render
2019-09-05 12:35:04 +08:00
kanweiwei
7ad1068006
fix transformFileHandler ts def
2019-09-05 12:21:34 +08:00
愚道
61ad79dde5
fix: navigation Steps hover color
2019-09-05 12:15:55 +08:00
骗你是小猫咪
d9bfc689a4
test(Anchor): optimize dataNowMockFn, avoid being consumed in advance ( #18663 )
...
* 优化 dataNowMockFn, 避免被提前消费
* test circleci/node:latest
* change .circleci circleci/node:latest -> circleci/node:lts
* add step command [node -v] check current node version
* retry ci test
* rebase master
* retry CI test
2019-09-05 11:33:11 +08:00
二货机器人
bf374da148
docs: Fix demo ( #18665 )
2019-09-04 17:02:19 +08:00
yoyo837
1e830d782c
slice
2019-09-04 15:54:09 +08:00
afc163
97b344e0c1
📝 update table doc
2019-09-04 11:11:25 +08:00
afc163
f4719ddf02
Merge branch 'master' of github.com:ant-design/ant-design
2019-09-04 11:09:13 +08:00
愚道
d8031aa4cb
fix: Anchor.Link target should not be required
2019-09-03 21:36:07 +08:00
afc163
97f6ac9fc6
✅ fix stylelint
2019-09-03 19:04:37 +08:00
蒋璇
7864ab46c4
Update index.en-US.md
2019-09-03 18:23:00 +08:00
二货机器人
27afeaf3a1
fix: Descriptions warning with key ( #18637 )
2019-09-03 17:18:03 +08:00
jljsj
3ad0e809b0
fix #18607
2019-09-03 16:56:33 +08:00
zombiej
aa9b9db4e1
add jsdoc
2019-09-03 15:01:42 +08:00
zombiej
4cac0a9822
warning if user use inputValue
2019-09-03 15:01:42 +08:00
Nikitenkova
04669002bf
fix(layoutSider): dimensionMap for max-width media query
...
According to visibility problem (on viewport breakpoints) with Sider menu in our App
And according to Bootstrap responsive breakpoints https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints
We should use different values for `min-width` and `max-width`. For example, if we construct query with `min-width: 768px` then we MUST use `max-width: 767.98px` for proper breakpoint determination otherwise they conflict with each other when have similar values.
2019-09-03 13:37:19 +08:00
二货机器人
e5d644f71a
Revert "fix: Drapper mulitple should work" ( #18626 )
...
This reverts commit 06d7f0deec
.
2019-09-03 12:35:55 +08:00
afc163
e4a3b72e78
🐛 Fix MonthPicker switch icon overflow
...
close #18604
2019-09-03 11:24:46 +08:00
MrHeer
849237be0b
💄 Add @tree-node-hover-bg and @tree-node-selected-bg less variables
...
close #18539
2019-09-03 11:17:58 +08:00
Daphne Won
9dc0378b3f
Add missing typescript inputValue to Select to enable placeholder to display for type string
...
Reason: RC-Select has this parameter to accept string value and it will
be a quick-fix to enable Typescript to acept inputValue.
Note:
- Added parameter in Documentation
2019-09-03 11:15:58 +08:00
chisus
3b2b3a0074
✅ fix option-label-prop.md typo error
2019-09-02 16:56:32 +08:00
二货机器人
cc9c65828a
fix: Chrome input position not align with button ( #18603 )
...
* add debug
* fix: Chrome input position not align with button
* fix lint
2019-09-02 15:35:42 +08:00
偏右
30b1dedaa2
📝 Update Mentions doc
2019-09-02 15:25:11 +08:00
Yu
61e319b668
Merge pull request #18599 from ant-design/feature
...
chore: merge feature to master for 2.23.0
2019-09-02 14:33:11 +08:00
afc163
c74c868f24
🐛 Fix nested List style in grid layout
...
close #18460
close #18583
2019-09-02 13:19:49 +08:00
愚道
396feed150
test: update snapshots for fix test
2019-09-02 10:56:39 +08:00
愚道
2f5537a65b
Merge branch 'master' into chore/mergemaster
2019-09-02 10:47:32 +08:00
Ashot Mnatsakanyan
68a02a75e3
Added test case and updated documentation
2019-09-02 10:47:11 +08:00
Ashot Mnatsakanyan
1de7f707d7
Fix lint issues in Armenian locale file
2019-09-02 10:47:11 +08:00
Ashot Mnatsakanyan
8b93050049
Fix issue with locale provider for the Armenian locales
2019-09-02 10:47:11 +08:00
Ashot Mnatsakanyan
e2fc4e1e98
Added locales for the Armenian language
2019-09-02 10:47:11 +08:00
afc163
22bc296bb5
🐛 Fix Card actions style when contains link Button
...
close #18500
2019-08-31 16:42:27 +08:00
MrHeer
73554a2038
feat: allow disabling hover effect for Card.Grid ( #18448 )
2019-08-30 18:24:15 +08:00
zombiej
06d7f0deec
fix: Drapper mulitple should work
2019-08-30 17:29:20 +08:00
二货机器人
4dfed8d0b7
chore: Col support key if user providered ( #18578 )
2019-08-30 15:56:44 +08:00
二货机器人
93c0fc1361
fix: Mentions should not collapse when prefix is empty ( #18576 )
2019-08-30 15:34:04 +08:00
zombiej
6995456bf8
fix: Safari tab content width not correct
2019-08-30 14:39:56 +08:00
二货机器人
76fd80634b
fix: Adjust Descriptions column calcuation logic ( #18568 )
...
* fix: Span calculation logic
* update spanshot
2019-08-30 12:31:10 +08:00
afc163
e6091cfe6e
💄 Tweak RangePicker extra selected style
2019-08-30 11:11:28 +08:00
Daniel Harrison
c54bffb3e2
Update presetted-ranges.md ( #18546 )
...
Corrected english | presetted -> preset
2019-08-29 15:07:35 +08:00
Tay Zheng Yu
414de6b5c9
fix next.js serverless error ( #18541 )
...
https://github.com/zeit/next.js/issues/8151
2019-08-29 13:57:33 +08:00
LaySent
b029e38705
feat: improve prop def for tooltip
2019-08-29 11:06:22 +08:00
信鑫-King
69b0cc1a10
feat: card-bg-color less vars ( #18531 )
...
* feat: card-bg-color less vars
* fix: rm blank
* fix: less vars skeleton
* fix: bg color
* fix: less vars
2019-08-29 10:47:44 +08:00
ycjcl868
c581dea5be
fix: rm inner and wrap
2019-08-29 10:46:53 +08:00
ycjcl868
28e5f47f81
fix: input-number-inner hover
2019-08-29 10:46:53 +08:00
ycjcl868
a787e54c9e
feat: input-number less vars
2019-08-29 10:46:53 +08:00
afc163
bb2d1c02ee
✅ fix style lint
2019-08-28 18:43:33 +08:00
afc163
06be298a5c
✅ fix ci
2019-08-28 18:43:33 +08:00
James Tsang
cbb172da77
fix(Steps): add subTitle propType declaration for Steps.Step component ( #18525 )
2019-08-28 15:25:12 +08:00
信鑫-King
ab6dd46958
feat: modal footer border-color less vars ( #18522 )
2019-08-28 14:15:28 +08:00
xrkffgg
273c57676f
fix: Input.Password Icon Position ( #18521 )
2019-08-28 14:06:15 +08:00
afc163
4d0bd6b7da
🐛 Fix circle button is not circle
...
close #18509
2019-08-28 12:02:10 +08:00
afc163
3d962ba817
✅ fix ci in React 15
2019-08-27 18:31:12 +08:00
afc163
3879fdb775
✅ add test case for CheckableTag
2019-08-27 18:31:12 +08:00
afc163
ed133cb859
✅ increase Table code coverage
2019-08-27 18:31:11 +08:00
afc163
5e605043a1
✅ add test case for locale lv_LV
2019-08-27 18:31:11 +08:00
afc163
f8ed99ab57
✅ missing components
2019-08-27 18:31:01 +08:00
afc163
a51f7a0508
✅ test unmount
2019-08-27 18:31:01 +08:00
二货机器人
19cc7e7cee
chore: Add warning when use value
of Switch, Checkbox, Upload ( #18497 )
...
* chore: Add warning when use `value` of Switch, Checkbox, Upload
* clean up
2019-08-27 18:29:20 +08:00
paranoidjk
f3244d6ae0
fix(Table): apply props.style to container div ( #18494 )
...
* fix(Table): apply props.style to container div
* fix: ci
2019-08-27 16:44:53 +08:00
Jiawei Huang
dba3ea8721
Capitalize Text and PageHeader default locale strings ( #18471 )
...
Most of the locale strings in the default locale are capitalized. This
changeset makes `Text` and `PageHeader` locale strings consistent with
others. Also, "Copied" implies successfully so changing "copy success"
to "Copied" should be sufficient IMHO.
2019-08-27 16:37:22 +08:00
偏右
26c61a12d5
🐛 Input disabled should not be allowed to clear ( #18482 )
...
close #18481
2019-08-26 22:58:00 +08:00
He Linming
14f280f603
feat: Configurable heading font-weight ( #18442 ) ( #18456 )
2019-08-26 22:57:38 +08:00
二货机器人
7e9cc07059
fix: Mentions in Form has additional height ( #18478 )
2019-08-26 16:44:36 +08:00
偏右
c9a703d9fb
🐛 Fix Input.Password unmount crash ( #18475 )
...
close #18473
2019-08-26 15:33:42 +08:00
陈帅
3ff7cf329d
Merge branch 'master' into feature
2019-08-26 11:14:50 +08:00
Qhan W
cde78c8981
修复纯图标按钮在默认形状下不同大小均显示为正方形 ( #18458 )
2019-08-25 21:04:10 +08:00
陈帅
e737e50207
feat: 🔥 new pageheader style ( #18128 )
...
* new pageheader style
* support avatar
* update demo
* snapshots updated
* fix lint
* change style
* add new style
* fix style
* update demo
* update demo
* fix test
* snapshots updated
* update doc
* remove extraContent
* Bread crumbs and back icon can only have one
* back icon will automatically disappear when configuring breadcrumbs
* update snapshot
* Improve the priority of backicon
* change doc
* change doc
* change doc
* update snapshot
2019-08-25 15:38:51 +08:00
陈帅
2b9853fe56
Merge branch 'master' into feature
2019-08-25 14:02:02 +08:00
afc163
271c7aa73a
🎬 update steps demo style
2019-08-24 17:58:20 +08:00
偏右
c6c947fd28
🐛 Fix Input.Password cannot get input element ( #18441 )
...
close #18412
2019-08-24 00:25:45 +08:00
信鑫-King
021e9af227
feat: less vars for select and anchor ( #18444 )
2019-08-23 22:19:04 +08:00
He Linming
721a545211
fix: descriptions background is not themeable ( #18372 ) ( #18440 )
2019-08-23 17:03:03 +08:00
+v
38b8d07e03
docs: link ( #18438 )
2019-08-23 16:36:46 +08:00
Artin
5e10d5ae7d
Add tabBarExtraContent prop to Card ( #18433 )
2019-08-23 14:14:41 +08:00
二货机器人
330a952a98
docs: Update AutoComplete first demo with control mode & add faq ( #18432 )
...
* add FAQ
* update demo
* add miss prop
2019-08-23 12:18:27 +08:00
Amumu
fee5e29163
fix style ( #18422 )
2019-08-22 20:53:34 +08:00
李环冀
743ec294ef
fix upload newline bug ( #18423 )
2019-08-22 20:49:42 +08:00
偏右
371ba4d819
✅ increase BackTop code coverage ( #18406 )
2019-08-22 18:04:10 +08:00
二货机器人
b9b9675fe1
fix: Not shaking with autosize of TextArea ( #18401 )
...
* fix: Not shaking with autosize of TextArea
* fix ract 15 demo
* fix demo
* add state
* handle event
* try to fix react 15 test case
2019-08-22 11:55:37 +08:00
偏右
7558273e32
🐛 Fix Steps progressDot style ( #18393 )
...
close #18390
2019-08-21 19:15:45 +08:00
+v
b2bc511163
docs: typo(version not exist) ( #18378 )
2019-08-21 11:21:56 +08:00
+v
7ce3a58d47
docs: typo(version not exist) ( #18377 )
2019-08-21 11:21:32 +08:00
诸葛龙
f9f6e8da79
chenlong ( #18340 )
2019-08-20 15:58:37 +08:00
偏右
14308db289
🐛 Fix Steps vertical progressDot style ( #18356 )
...
broken via #17994
close #18354
2019-08-20 12:31:52 +08:00
Arnaud Benhamdine
0114146104
Update nav.md
2019-08-19 22:29:03 +02:00
afc163
c5344bde52
💄 Tweak Table expand icon style
2019-08-19 18:42:19 +08:00
afc163
488ef9ff94
🐛 Fix Input align broken in IE11
...
close #18347
close #18313
close #17753
The fix of #17759 did not resolve IE11
2019-08-19 17:24:38 +08:00
偏右
c8f682448e
Merge pull request #18329 from ant-design/master
...
chore: Merge master into feature
2019-08-19 16:32:51 +08:00
偏右
c9cef60d89
🆙 Upgrade rc-input-number ( #18346 )
...
* fix react warning #9792
* support onPressEnter
close #12476
close #16080
2019-08-19 16:32:19 +08:00
He Linming
af39b46595
fix: Prop style is getting duplicated on Table ( #18315 ) ( #18330 )
2019-08-19 11:14:48 +08:00
DiamondYuan
a5f1fc80fd
fix: Anchor.Link add add new property target ( #18335 )
...
* fix: Anchor.Link add add new property target
* docs: update doc of anchor
2019-08-19 11:10:06 +08:00
陈帅
b73ac967f9
fix: fix descriptions demo warning ( #18326 )
...
* fix descriptions warning
* snapshot updated
2019-08-18 00:40:11 +08:00
afc163
3ca53b7b38
📝 changelog for 3.22.0
2019-08-17 23:47:27 +08:00
afc163
7826e42d92
📝 fix getCurrentAnchor version
2019-08-17 22:46:31 +08:00
偏右
8345554cd7
Merge pull request #18324 from ant-design/master
...
chore: Merge master into feature
2019-08-17 22:39:04 +08:00
jiang
ced96b954c
fix: submenu popupClassName and className chaos ( #18290 )
...
* Update SubMenu.tsx
* add popupClassName to api
* fix typo
2019-08-17 22:38:11 +08:00
偏右
4e9c477bb3
fix: Cascader notFoundContent width ( #18325 )
...
* 🐛 Fix Cascader notFoundContent width
close #18176
* 🔒 lock less to 3.9.0
https://github.com/less/less.js/issues/3416
https://github.com/less/less.js/issues/3414
2019-08-17 22:29:02 +08:00
偏右
9b3ac9bbd1
fix: model close ( #18323 )
...
* 💄 support Modal closeIcon
close #18307
* 🐛 closeIcon should put into span
https://github.com/ant-design/ant-design/pull/18309/files#r314946527
2019-08-17 21:30:58 +08:00
偏右
c0f98beb4a
🐛 support jfif
image in Upload ( #18322 )
...
close #18183
2019-08-17 21:23:41 +08:00
偏右
a767a495b0
feat: Modal closeIcon ( #18309 )
...
* 💄 support Modal closeIcon
close #18307
* ✅ Add test case for closeIcon
2019-08-17 20:55:59 +08:00
Vijay Thirugnanam
c7e11a0eac
feat: upgrade rc-mentions ( #18298 )
...
* upgrade rc-mentions
* update docs for mentions component
* update docs
2019-08-17 16:13:12 +08:00
shao
4968052574
test: fix lint fail
2019-08-16 18:15:28 +08:00
shao
2416d17b74
test: reduce test time
2019-08-16 17:59:33 +08:00
shao
9a3feda565
test: reduce test time
2019-08-16 17:59:32 +08:00
shao
6729ce30fa
test: fix lint
2019-08-16 17:59:31 +08:00
shao
ce5375f95c
test: remove unused var
2019-08-16 17:59:29 +08:00
shaodahong
83022a4cff
test: try mock Date.now to reduce test time
2019-08-16 17:59:28 +08:00
shaodahong
b277a963f0
fix: eslint fail
2019-08-16 17:59:27 +08:00
shaodahong
b1cd8e32d9
test: add easings.ts test suite
2019-08-16 17:59:26 +08:00
shaodahong
ebdbd0ef6f
test: fix test fail
2019-08-16 17:59:25 +08:00
shaodahong
3b692bc8b6
test: fix test fail
2019-08-16 17:59:24 +08:00
shao
a796f871a6
test: use jest.useFakeTimers replace sleep
2019-08-16 17:59:23 +08:00
shao
3ab3b014e0
test: use jest.useFakeTimers replace sleep
2019-08-16 17:59:22 +08:00
shaodahong
40c53c8ca4
feat(Anchor): change version
2019-08-16 17:59:20 +08:00
shaodahong
32621cf41a
feat(Anchor): fix getCurrentAnchor offset
2019-08-16 17:58:45 +08:00
shao
554d8cb3e3
fix: review change
2019-08-16 17:58:43 +08:00
shao
b4a228c4f4
perf: replace all test suite delay func to common test util sleep func
2019-08-16 17:58:42 +08:00
shao
d45dc1b347
feat(Anchor): fix test fail
2019-08-16 17:58:41 +08:00
shao
a266f45395
feat(Anchor): remove scrollTo option
2019-08-16 17:58:40 +08:00
shao
32b09fc8f3
feat(Anchor): perf easings export
2019-08-16 17:58:39 +08:00
shao
5f153c1d83
fix: remove Easings easeOutCubic func
2019-08-16 17:58:38 +08:00
shao
b6c5db845c
fix: modify naming
2019-08-16 17:58:37 +08:00
shao
fcd39e574c
fix: modify naming
2019-08-16 17:58:36 +08:00
shao
06abd9503c
fix: some bad writing
2019-08-16 17:58:35 +08:00
shao
ccef30885a
perf: optimization BackTop and Anchor components scrollTo func
2019-08-16 17:58:34 +08:00
shao
90a65d1e57
feat(Anchor): fix add targetOffset prop deme test fail
2019-08-16 17:58:33 +08:00
shao
5e4835363b
feat(Anchor): add targetOffset prop demo
2019-08-16 17:58:32 +08:00
shao
a103d21062
feat(Anchor): add targetOffset prop test case
2019-08-16 17:57:41 +08:00
shao
b3537d5c38
docs(Anchor): fix targetOffset prop doc of review change
2019-08-16 17:56:51 +08:00
shao
b02e433226
docs(Anchor): add targetOffset doc
2019-08-16 17:54:12 +08:00
shao
9803ebab34
feat(Anchor): add targetOffset prop
2019-08-16 17:52:41 +08:00
yoyo837
c7e07baff9
The last-child highlight, whether or not it is linkable
2019-08-16 17:19:05 +08:00
偏右
3b0723bff2
Merge pull request #18284 from wendzhue/progress-styles
...
fix(module:progress): fix progress styles to adapt changes in rc progress
2019-08-16 15:52:47 +08:00
偏右
4e26107a4e
Merge pull request #17823 from shaodahong/feat-anchor-getCurrentAnchor
...
feat(Anchor): add getCurrentAnchor prop
2019-08-16 15:00:44 +08:00
陈帅
b133c4a2c4
style: descriptions style update ( #18270 )
...
* padding bottom support size
* add toc readme
* add demo
* fix lint
* snapshot updated
2019-08-16 10:01:46 +08:00
Phyllis
ea6bf51816
add style to CheckableTagProps ( #18300 )
2019-08-15 23:43:25 +08:00
zombieJ
fd284ecc47
fix: ResizeObserver should ignore shaking ( #18289 )
...
* fix: ResizeObserver should ignore shaking
* fix lint
* fix domHook
2019-08-15 15:52:36 +08:00
GalenWong
be931ac6bf
Update okText documentation for PopConfirm
2019-08-15 15:25:49 +08:00
vagusX
ab9d8589a3
feat: use warning from rc-util ( #18287 )
2019-08-15 15:08:53 +08:00
偏右
2c63305c2d
Merge pull request #18282 from lidianhao123/fix-ts1259
...
fix: ts compile error with import React fix-ts-1259
2019-08-15 11:57:55 +08:00
dian.li
dd7e0c54ef
chore: disable eslint rule
2019-08-15 11:12:56 +08:00
Wendell
2eb3d22ccc
🐛 fix progress gradient
2019-08-15 10:30:18 +08:00
dian.li
3e1560d753
fix: import multiple times
2019-08-15 09:47:04 +08:00
dian.li
882f343e10
fix: ts compile error with import React fix-ts-1259
2019-08-15 09:28:15 +08:00
Omar López
76a30f0294
[FIX] Allos to override the autocomplete prop in Cascader
...
Regarding [my comment on this issue](https://github.com/ant-design/ant-design/issues/15875#issuecomment-521373139 ). This will allow me to fix [Chrome's autofill bug](https://bugs.chromium.org/p/chromium/issues/detail?id=370363#c7 ).
2019-08-14 13:18:12 -06:00
偏右
19fc777351
Merge pull request #18274 from ant-design/master
...
Merge master into feature
2019-08-14 21:44:20 +08:00
afc163
00375c2c5e
✅ fix eslint
2019-08-14 19:38:01 +08:00
afc163
6cd8f2bc3c
✅ fix unsafe link href
2019-08-14 19:36:59 +08:00
afc163
9e4a36de61
🔨 Use new lifecycle methods for Table
...
ref #9792
2019-08-14 19:31:16 +08:00
偏右
8ae479d916
Merge pull request #18268 from ant-design/improve-lint
...
chore: 💄 eslint for all files!
2019-08-14 19:02:47 +08:00
afc163
28130501fc
✅ fix snapshot
2019-08-14 18:30:15 +08:00
afc163
760853e239
💄 eslint for all
2019-08-14 18:21:24 +08:00
zombieJ
74eda7e705
docs: Fix ConfigProvider demo ( #18265 )
...
* docs: Fix ConfigProvider in cn not working
* Use antd pro
* update docs
2019-08-14 18:19:55 +08:00
zombieJ
dfd6ce8609
fix: Checkbox should not show highlight when disabled ( #18168 )
...
* fix: Checkbox should not show highlight when disabled
* add comment
2019-08-14 18:19:07 +08:00
afc163
ab9eaed8d0
🐛 Fix Table row selected hover style
...
close #18195
2019-08-14 15:47:51 +08:00
Yu
2d2d9f60c4
feat: steps component support type navigation ( #17994 )
...
* feat: support type nav style
* fix: some style for review issue
* fix: active hover style
* chore: use navigation and upgrade rc-steps
* feat: support disabled prop for Steps.Step
* feat: support subTitle and improve code style
* fix: navigation steps item style
* test: update snap test case
* fix: test steps snapshots and review style issue
* fix: lint issue
* fix: lint style issue of steps
* fix: update steps demo for review issue
* fix: steps nav style detail
* fix: steps nav fix style detail
* fix: Steps subtitle overflow style in firefox
* docs: fix Steps new api doc
2019-08-14 11:18:36 +08:00
偏右
8519734a5a
Merge pull request #18242 from RageBill/master
...
Fixed grammatical errors in Button and Icon documentation.
2019-08-13 16:00:47 +08:00
Kelvin Chu
4a54c5698c
Fixed grammatical errors in Button and Icon documentation.
2019-08-13 15:56:29 +08:00
afc163
9095189bcf
✅ fix Carousel test case
2019-08-12 19:04:33 +08:00
afc163
5e99ed7bbe
✅ Fix eslint warnings
2019-08-12 19:04:33 +08:00
afc163
0448a0fc06
✅ Remove jest.runAllTimers
2019-08-12 19:04:32 +08:00
afc163
e5a83dd884
✅ Fix carousel react 15 support
2019-08-12 19:04:32 +08:00
afc163
d45d494a4b
✅ Fix carousel test case
2019-08-12 19:04:32 +08:00
afc163
d07b298ae4
✅ Fix eslint errors
2019-08-12 19:04:31 +08:00
afc163
2bddeef1e5
🆙 upgrade eslint-config-airbnb
2019-08-12 19:04:30 +08:00
jljsj
090afe0402
Merge branch 'master' of github.com:ant-design/ant-design
2019-08-12 18:51:07 +08:00
jljsj
0e349ba209
re modal test
2019-08-12 18:50:47 +08:00
afc163
29a47b0c7d
🎬 fix Select search demo
...
close #18222
2019-08-12 18:09:38 +08:00
xrkffgg
d8af45d662
fix: timeline-right-content-width ( #18221 )
2019-08-12 17:43:48 +08:00
jljsj
729113d196
fix modal test #18215
2019-08-12 15:39:05 +08:00
偏右
aa2ed79770
🐛 Fix Button loading prop warning ( #18208 )
...
close #18205
2019-08-11 16:32:55 +08:00
jiang
33a5da4e9a
style: Drawer get container ( #18167 )
...
* update drawer position and add get-container demo
* fix lint
* update get-container.md
* rm HTMLElement
* update get-container to render-in-current
* fix lint
* update style
* update test
* re form test
2019-08-10 14:02:51 +08:00
zombieJ
286538ff71
chore: update ts define ( #18196 )
2019-08-10 13:06:23 +08:00
偏右
729744be9c
Merge pull request #18192 from JonathanLee-LX/master
...
types: complete monthCellContentRender property type definition on Da…
2019-08-09 22:08:50 +08:00
偏右
03189b3ba2
Merge pull request #18190 from nnecec/master
...
fix(Cascader): check if options exists before use options.length
2019-08-09 22:06:42 +08:00
Jonathan Lee
a2cd6a5e7f
types: complete monthCellContentRender property type definition on DatePicker.MonthPicker Component
2019-08-09 19:11:53 +08:00
Meck Zhu
2815198df6
fix: Dropdown.Button[title] should be optional
2019-08-09 18:10:00 +08:00
nnecec
82ca39275e
fix(Cascader): check if options exists before use options.length
2019-08-09 18:09:34 +08:00
Meck Zhu
57833a260f
chore: fix css style
2019-08-09 17:16:20 +08:00
偏右
b105ed2663
Merge pull request #18185 from ant-design/improve-cov
...
test: Add test case for AutoComplete
2019-08-09 15:51:21 +08:00
afc163
3ef5661a1f
✅ Add test case for AutoComplete
2019-08-09 15:25:10 +08:00
偏右
682a720029
Merge pull request #18184 from ant-design/improve-cov
...
chore: Improve cov
2019-08-09 15:08:59 +08:00
afc163
d81bae68d8
📝 fix AutoComplete API table
2019-08-09 14:53:42 +08:00
jiang
97df74200f
update getContainer to props before ( #18182 )
2019-08-09 14:38:54 +08:00
afc163
94ab1ea2b1
✅ Add test case for AutoComplete
2019-08-09 14:31:36 +08:00
偏右
64dbcc5504
Merge pull request #18124 from ant-design/master
...
chore: 😊 Merge master into feature
2019-08-09 14:02:26 +08:00
afc163
54cf37d95f
🐛 Fix Card action style when it is a button
...
close #18154
2019-08-09 11:13:15 +08:00
afc163
88de53d5af
✅ fix snapshot
2019-08-08 18:01:15 +08:00
Ștefan Filip
a5a8f38dde
Added support for Romanian locale ( #18163 )
2019-08-08 17:24:31 +08:00
偏右
2cadd5be9f
fix: Input clear icon align problem ( #18151 )
...
* 🐛 Fix Input clear icon align problem
close #18150
close #17414
* Update index.less
2019-08-08 15:09:36 +08:00
XTY
0f60283cc9
fix: remove unwanted vertical space at the top of Tabs ( #18125 )
...
* fix: remove unwanted vertical space at the top of Tabs
* fix: correct misspellings and change wording
2019-08-08 14:54:05 +08:00
Wendell
49c81322b2
docs: fix form doc typo ( #18160 )
2019-08-08 14:12:04 +08:00
偏右
a224d7c2e9
⌨️ Improve Divider accessibility by add role="separator" ( #18116 )
...
https://www.w3.org/WAI/PF/aria/roles#separator
2019-08-08 12:32:39 +08:00
偏右
cf44d44f0f
🐛 Fix IE9 throw File not defined ( #18115 )
...
close #18109
2019-08-08 12:19:21 +08:00
Amumu
187f8f8372
fix: button should accept title prop ( #18130 )
...
* pass title to button
* update
* update
2019-08-08 11:11:46 +08:00
Amumu
814cbd013c
fix: add focus and blur for Mentions ( #18132 )
...
* add focus and blur
* fix lint
* add test case
* use focusTest
* 恢复原始测试用例,查看focus的测试结果
* order
2019-08-08 11:11:28 +08:00
Kelvin Chu
24ac6e5c86
Fixed typos and grammatical errors in Button and Tabs documentation.
2019-08-07 17:26:39 +08:00
偏右
ca4bda1762
Merge pull request #18139 from ant-design/fix-button-line-height-style
...
fix: button line-height style
2019-08-07 15:06:27 +08:00
afc163
05181d552e
🐛 Fix Button line-height style issue
...
close #18107
close #13214 too
caused by the fix of #12978
changing another way to fix #12978
2019-08-07 15:00:02 +08:00
LaySent
7ca85ad11a
fix: tooltip not work with disabled checkbox
2019-08-07 14:35:29 +08:00
lhx
a5a735cfc6
更新 Pagination 组件 文档的版本号
2019-08-07 13:51:35 +08:00
刘宏玺
c8ac1696b5
更新 Pagination 组件 版本号
2019-08-07 11:17:52 +08:00
orzyyyy
52a249d381
fix: style lint
2019-08-06 15:38:25 +08:00
orzyyyy
6584b61eb5
test(radio): re-check in react 15
2019-08-06 15:36:13 +08:00
orzyyyy
44d110c0db
feat: add extend from prettier/react
2019-08-06 15:36:13 +08:00
orzyyyy
91146e5e91
fix: correct type of key
2019-08-06 15:36:13 +08:00
orzyyyy
47fd80c8ad
fix: disable next line instead of the whole file
2019-08-06 15:36:13 +08:00
orzyyyy
5e2aa20a72
test: update snapshots
2019-08-06 15:36:13 +08:00
orzyyyy
b054ce3874
chore: adjust indent & revert demo & fix lint problem
2019-08-06 15:36:13 +08:00
orzyyyy
28f39739df
test: update snapshots
2019-08-06 15:36:13 +08:00
orzyyyy
06c1f1a77c
fix: disable jsx-a11y/label-has-associated-control
2019-08-06 15:36:12 +08:00
orzyyyy
5abb046893
test: update snapshots
2019-08-06 15:36:12 +08:00
orzyyyy
1e5c7243bf
fix: lint of lines-between-class-members
2019-08-06 15:36:12 +08:00
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
2019-08-06 15:36:12 +08:00
orzyyyy
649e8127c5
fix: lint:style
2019-08-06 15:31:59 +08:00
orzyyyy
872ada07e7
fix: lint:demo
2019-08-06 15:31:59 +08:00
orzyyyy
ac3f319ad2
fix: lint:es
2019-08-06 15:31:59 +08:00
zombieJ
3a8fcd6281
fix: Textarea show scroll when autosize ( #18114 )
...
* fix: Textarea show scroll when autosize
* clean up
2019-08-06 15:29:13 +08:00
zombieJ
d33a001922
fix: Tabs content with margin collapse ( #18112 )
2019-08-06 13:29:33 +08:00
偏右
4cd5cac29f
Merge pull request #18093 from xrkffgg/fix-timeline-tail
...
fix: timeline_left/alternate tail&content
2019-08-06 11:44:04 +08:00
偏右
f8f2807857
Merge pull request #18092 from xrkffgg/fix-timeline-content
...
fix: timeline-content-word-break
2019-08-06 10:28:47 +08:00
zombieJ
f6566571ac
fix: ConfigProvider should not block LocaleProvider ( #18105 )
2019-08-06 00:27:47 +08:00
zombieJ
197649bf5e
fix: Revert #17684 ( #18097 )
...
* fix: Revert #17684
* update snapshot
* gt di
2019-08-05 22:14:00 +08:00
xrkffgg
a09022c952
fix: timeline_left/alternate tail&content
2019-08-05 19:01:42 +08:00
xrkffgg
ea62935044
fix: timeline-content-word-break
2019-08-05 18:07:25 +08:00
afc163
9630410b4e
🐛 Fix noStyle
warning
...
close #18082
2019-08-05 16:54:36 +08:00
afc163
6fe1e41ae9
📝 Improve API Table design
2019-08-05 16:14:32 +08:00
afc163
887aa4c347
📝 antd/lib/xxx => antd/es/xxx
2019-08-05 15:29:26 +08:00
zombieJ
2d7df45ab7
fix: ConfigProvider wrapper locale no need with only children ( #18075 )
...
* fix: ConfigProvider wrapper locale no need with only children
* skip react 15
2019-08-05 11:27:32 +08:00
ikobe
13a306fa0e
fix: add ta_IN.tsx
2019-08-04 23:43:49 +08:00