tdida
c2437a915d
Notification support config prefixCls ( #24295 )
2020-05-21 21:15:53 +08:00
Teng YANG
b264589b77
fix: enhance upload custom progress bar ( #24339 )
...
* enhance customize progress bar in upload
- fix progress bar `type` could be overridden
- update demo
* update docs in upload customize progress bar
* update docs in upload
2020-05-21 14:58:36 +08:00
Teng YANG
ac50fa147c
feat: resolve #24213 customize progress bar in upload ( #24319 )
...
* feat #24213 : customize progress bar in upload
* update doc for customize progress bar in upload
2020-05-20 22:29:45 +08:00
二货机器人
c40b291415
feat: RangePicker support info ( #24278 )
2020-05-19 20:13:11 +08:00
afc163
d6d485b72d
merge feature into master-to-merge-feature
2020-05-19 18:25:51 +08:00
偏右
6ad1b18a47
fix: Drawer cover other elements when closed ( #24290 )
...
* fix: Drawer cover other elements when closed
close #24287
* Add no-mask demo for Drawer
2020-05-19 18:11:21 +08:00
偏右
4feb186085
refactor: tree select style ( #24291 )
...
* chore(list): improve code (#24280 )
* chore(list): improve code
* Update index.tsx
* refactor: tree select style code
* 🔒 lock antd-theme-generator to 1.2.2
https://github.com/mzohaibqc/antd-theme-generator/issues/42
Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
2020-05-19 18:10:02 +08:00
Tom Xu
baa56b6d85
chore(list): improve code ( #24280 )
...
* chore(list): improve code
* Update index.tsx
2020-05-19 14:55:46 +08:00
xrkffgg
ce78029933
fix: empty in cascader/select/table/treeSelect ( #24279 )
...
* fix: empty in cascader\select\table\treeSelect
* fix: snap
2020-05-19 14:45:57 +08:00
二货机器人
2120d7dfaa
docs: Add missing docs ( #24273 )
2020-05-19 10:42:34 +08:00
xrkffgg
5b61c0fac9
fix: inputnumber handler inner center ( #24266 )
2020-05-19 10:12:13 +08:00
二货机器人
44cfc351cb
fix: Table with controlled filteredValue
empty array should not highlight the filtered icon ( #24263 )
...
* fix: FilteredValue
* update test case name
2020-05-18 22:03:20 +08:00
Amumu
f64558da89
fix md ( #24256 )
2020-05-18 19:58:46 +08:00
Loogeek
a216d6e4f7
fix: cascader component value support number type ( #24247 )
...
add cascader type.test.tsx
2020-05-18 19:38:36 +08:00
南小北
bfd5644ff0
Add crop image demo for Upload ( #24174 )
...
* chore: add antd-img-crop
* docs: add crop image demo for upload
* fix: move antd-img-crop to devDependencies
* fix: fix eslint warning
* test: update snapshot
2020-05-18 19:22:45 +08:00
二货机器人
75b090aff3
fix: Switch trigger motion ( #24254 )
...
* init fix
* fix rtl
* clean up
* update snapshot
* fix style lint
* add motion of inner
* update un-checked focus style
2020-05-18 17:31:46 +08:00
xrkffgg
70c6e47cde
style: add menu default textalign ( #24253 )
2020-05-18 17:07:33 +08:00
何锦余
b87b1283ea
fix: BackTop children type ( #24235 )
2020-05-18 14:00:19 +08:00
偏右
551763e768
docs: fix Tag demo ( #24245 )
...
close #24231
2020-05-18 13:51:56 +08:00
二货机器人
7f2f814279
revert: fix: Switch - no correct animation on the IOS/Chrome ( #24242 )
...
* Revert "fix switch ios chrome animation (#24122 )"
This reverts commit fd7c942403
.
* update snapshot
2020-05-18 13:00:33 +08:00
xrkffgg
8cb146becd
style: adjust upload error icon ( #24160 )
...
* fix: adjust uoload error icon
* use less var
* use antd-color
* fix: adjust uoload error icon
* use less var
* use antd-color
* up snap
* fix package
* use svg fill
* fix error
* Update components/upload/style/index.less
Co-authored-by: 偏右 <afc163@gmail.com>
* Update components/upload/style/index.less
* fix fill
* fix snap
Co-authored-by: 偏右 <afc163@gmail.com>
2020-05-18 10:31:23 +08:00
Tom Xu
6a52cf0303
docs: improve spin api ( #24234 )
2020-05-18 09:49:00 +08:00
Alexey Vinogradov
316913ca37
Add ru_RU i18n for Form defaultValidateMessages ( #24219 )
2020-05-17 16:41:36 +08:00
偏右
1bbaa49bef
Merge pull request #24214 from ant-design/master
...
chore: merge master into feature
2020-05-17 01:16:58 +08:00
偏右
aee2e7a5c9
💄 Tweak Dropdown down arrow position ( #24215 )
2020-05-17 01:16:12 +08:00
Tom Xu
4a3af4caef
refactor(dropdown): rewrite with hook ( #24212 )
2020-05-17 00:51:05 +08:00
Tom Xu
471e97ab76
refactor(card): rewrite with hook ( #24211 )
2020-05-17 00:49:05 +08:00
二货机器人
1a82efa5ca
Text support keyboard ( #24195 )
2020-05-16 14:43:29 +08:00
偏右
a820046130
fix: Upload.Dragger triggered by label when disabled ( #24202 )
...
* refactor Dragger.tsx
* 🐛 Avoid disabled Upload.Dragger being triggered by label
close #24197
2020-05-16 14:25:49 +08:00
xilihuasi
5f1da59488
feat: Skeleton add round prop ( #24137 )
...
* feat: Skeleton add round prop
* update snapshot
* fix snapshot
2020-05-16 13:19:54 +08:00
xrkffgg
9924bbf838
refactor(backtop): rewrite with hook ( #23575 )
...
* refactor(backtop): rewrite with hook
* fix test
* refactor(backtop): rewrite with hook
* Update index.tsx
* fix coverage
Co-authored-by: hengkx <ycxzhkx@gmail.com>
2020-05-16 13:06:11 +08:00
二货机器人
7de007100d
Merge pull request #24199 from ant-design/master
...
chore: Feature merge master
2020-05-16 12:30:58 +08:00
偏右
04ad7236e4
🐛 Fix Backtop cannot work in Chrome iframe ( #24194 )
...
close #24192
2020-05-15 23:16:49 +08:00
二货机器人
a83143bbbc
fix: Picker disabled today ( #24190 )
2020-05-15 18:45:10 +08:00
偏右
188e5630b3
💄 Add @card-head-extra-color ( #24189 )
...
close #24187
2020-05-15 18:18:07 +08:00
偏右
02dccd9643
Merge pull request #24185 from ant-design/master
...
chore: merge master into feature
2020-05-15 17:40:05 +08:00
偏右
8497e54e39
docs: 📖 keep documentation up to date ( #24184 )
...
* docs: remove babel-plugin-import from docs
* docs: react-scripts-rewired + customize-cra => craco
* docs: remove babel-plugin-import
* fix remark link
2020-05-15 17:18:55 +08:00
Tom Xu
9f633bc002
chore: getScroll add more test ( #24180 )
...
* chore: getScroll add more test
* Update getScroll.test.js
2020-05-15 16:14:38 +08:00
Tom Xu
159d42fda8
chore: scrollTo add more test ( #24177 )
2020-05-15 14:57:12 +08:00
afc163
850b670862
docs: add create-react-app svg import usage
...
close #24175
2020-05-15 12:37:20 +08:00
Tom Xu
f90702cd0c
refactor(tooltip): rewrite with hook ( #23699 )
...
* refactor(tooltip): rewrite with hook
* fix lint
* fix
* fix test
* fix
* fix test
* refactor(tooltip): rewrite with hook
* fix lint
* fix test
* Update SliderTooltip.tsx
* Update tooltip.test.js
* Update index.test.js
2020-05-15 10:47:03 +08:00
二货机器人
0cd0ebe7dc
fix: Select item z-index ( #24170 )
2020-05-15 09:53:14 +08:00
zombiej
9f38c46039
merge master
2020-05-14 21:03:29 +08:00
二货机器人
2afab58ac8
chore: small bundle size follow up ( #24164 )
...
* update config
* replace react function
* fix alert
2020-05-14 20:54:49 +08:00
zombiej
55332f6971
fix: Test case
2020-05-14 16:36:05 +08:00
zombiej
e6b1b1a4e7
Merge remote-tracking branch 'origin/master' into feature-merge-master
2020-05-14 16:19:39 +08:00
xrkffgg
be0c654fff
style: optimize pagination slash style in rtl ( #24154 )
2020-05-14 16:05:36 +08:00
二货机器人
2e284aa017
chore: small bundle size ( #24135 )
...
* update warning
* rm warning
* replace with dev warning
* fix test
* fix site
* Update webpack.config.js
Co-authored-by: 偏右 <afc163@gmail.com>
* Update webpack.config.js
* fix sytax
* adjust
* move into function
Co-authored-by: 偏右 <afc163@gmail.com>
2020-05-14 15:57:04 +08:00
xrkffgg
4aa1b62659
style: adjust pagination simple background ( #24152 )
2020-05-14 15:25:54 +08:00
xrkffgg
5d9d45b597
fix: dropdown button default placement in rtl ( #24150 )
...
* fix: dropdown button default placement in rtl
* change test
2020-05-14 15:06:50 +08:00