Aaron Cawte
|
2b46a232db
|
Navigation components doc tweaks (#19447)
* Documentation - Affix Component
* Documentation - Dropdown component
* Documentation - Menu component
* Documentation - Pagination component
* Documentation - PageHeader component
* Documentation - Steps component
|
2019-10-28 09:09:22 +08:00 |
|
陈帅
|
c675354744
|
fix eslint error
|
2019-10-27 22:05:47 +08:00 |
|
Rustin
|
17ad782dfc
|
refactoring: refactor search code (#19441)
* refactor search code
* refactor bool expression no implicit cast
|
2019-10-27 11:43:48 +08:00 |
|
afc163
|
99d8f07607
|
🐛 Fix sort order of columns in render
array value of columns
close #19398
|
2019-10-27 00:20:24 +08:00 |
|
只捱宅
|
802a4a117f
|
fix: lint (#19434)
|
2019-10-26 11:00:15 +08:00 |
|
He Linming
|
7691047882
|
fix: Modal icon position while no title (#19419)
* 🐛 fix Modal icon position
close #19389
not render title when Modal title is undefined.
* ✅ (Modal): add test for modal without title
|
2019-10-26 10:31:58 +08:00 |
|
zhangzh
|
670fbe3843
|
docs: add "maxLength" property to Input Doc
|
2019-10-25 16:20:18 +08:00 |
|
+v
|
bf13a34a71
|
fix: disabled cursor (#19403)
* fix: disabled cursor
* style: fix
|
2019-10-25 11:37:30 +08:00 |
|
Aaron Cawte
|
693d5a1434
|
General components doc tweaks (#19416)
* Documentation - Button Component
* Documentation - Icon Component
* Documentation - Typography component
|
2019-10-25 09:56:30 +08:00 |
|
Aidin
|
d5ad7d7c2f
|
update Types
|
2019-10-24 14:55:48 +08:00 |
|
He Linming
|
2761460c86
|
style: add @modal-header-color variable (#19385)
* 💄 add @modal-header-color variable
close #19358
* 👌 change variable name
|
2019-10-24 10:36:59 +08:00 |
|
afc163
|
0e4b90c52f
|
✅ increase code cov
|
2019-10-23 11:55:42 +08:00 |
|
afc163
|
f1cd910b4e
|
✅ update snapshots
|
2019-10-23 11:55:42 +08:00 |
|
afc163
|
0604a09590
|
✅ update demo and test case
|
2019-10-23 11:55:42 +08:00 |
|
afc163
|
b882b8dd2f
|
🐛 Fix non-boolean attribute and unique key warning
close #19303
close #19354
|
2019-10-23 11:55:42 +08:00 |
|
二货机器人
|
25788e69a8
|
omit withstore (#19343)
|
2019-10-22 11:54:03 +08:00 |
|
afc163
|
b919c23d08
|
🐛 Fix small table bottom border radius issue
https://github.com/ant-design/ant-design/issues/19287#issuecomment-544368967
|
2019-10-22 11:16:39 +08:00 |
|
Sagar Jain
|
25927c6a41
|
Improve typing of UploadFile interface
UploadFile interface made generic type so that a user can define a strongly typed response object if needed
|
2019-10-21 20:11:46 +08:00 |
|
afc163
|
6b74a1e944
|
✅ update table snapshot
|
2019-10-21 14:28:16 +08:00 |
|
zombiej
|
559e56c7f8
|
fix: Tree shaking should works on withContext
|
2019-10-21 13:38:38 +08:00 |
|
afc163
|
9af3888395
|
🐛 fix Menu in Dropdown submenu selected style
close #19264
|
2019-10-20 19:26:03 +08:00 |
|
afc163
|
185d2c41e8
|
🐛 fix small table border radius issue
close #19287
|
2019-10-20 19:12:59 +08:00 |
|
afc163
|
c6efe8c229
|
✅ add test cases
|
2019-10-20 15:01:27 +08:00 |
|
afc163
|
0d7d837c3f
|
🐛 fix wrong responsive gutter
close #19307
|
2019-10-20 15:01:27 +08:00 |
|
afc163
|
0cadae921a
|
💄 format getGutter code style
|
2019-10-20 15:01:27 +08:00 |
|
二货机器人
|
b9b239ec08
|
test: add test case for ref test (#19302)
* add test case for ref test
* update test case
|
2019-10-19 22:48:13 +08:00 |
|
Pornpavee Seri-umnuoy
|
e7ebf857bd
|
fix(#18280): add type [Moment.moment, undefined] to RangePickerValue (#19300)
|
2019-10-19 14:48:41 +08:00 |
|
afc163
|
8a715d0991
|
📝 🎬 improve grid demo and documentaion
|
2019-10-18 18:50:33 +08:00 |
|
afc163
|
13d219c439
|
🐛 Fix Table scroll.x max-content not working
|
2019-10-18 18:34:26 +08:00 |
|
wleven
|
63feb6860a
|
Fix Select Mode Type
|
2019-10-18 16:28:48 +08:00 |
|
wleven
|
9cfc151813
|
Fix Select Mode Type
|
2019-10-18 16:28:48 +08:00 |
|
wleven
|
53c55ceaad
|
Fix Select Mode Type
|
2019-10-18 16:28:48 +08:00 |
|
二货机器人
|
40aca57453
|
chore: Remove React function polyfill (#19279)
* chore: Remove polyfill
* add more skip
|
2019-10-18 11:29:34 +08:00 |
|
David Broder-Rodgers
|
3f037b6d71
|
Improve types for customRequest prop on Upload component
|
2019-10-18 11:04:15 +08:00 |
|
叶枫
|
a31deb7f5d
|
fix: 修复点击下载按钮会执行预览方法 (#19268)
* fix: 修复点击下载按钮会执行预览方法
* chore: test
* chore: test
|
2019-10-18 00:02:04 +08:00 |
|
Rayron Victor
|
07ca5e458b
|
Fix: long author name breaks on small screen (#19272)
* Fix: long author name breaks on small screen
* Update index.less
|
2019-10-18 00:00:09 +08:00 |
|
二货机器人
|
0f83e0a4ee
|
fix: should work in old version react (#19262)
* fix: should work in old version react
* update ci config
* add version log
|
2019-10-17 16:01:46 +08:00 |
|
Hsuan Lee
|
d6c5e5358e
|
docs: fix page header API (#19257)
|
2019-10-17 11:34:16 +08:00 |
|
二货机器人
|
7d32f99283
|
fix: Add missing typescript define (#19251)
* fix: Add missing typescript define
* remove withStore
* fix lint
|
2019-10-16 22:12:52 +08:00 |
|
Jingsong Gao
|
ab349700ad
|
fix: fix cascader placeholder internationalization (#19227)
* fix: fix cascader placeholder
* Update index.tsx
|
2019-10-15 19:23:26 +08:00 |
|
yoyo837
|
fb2bafbfdc
|
upgrade snapshot
|
2019-10-15 19:13:38 +08:00 |
|
yoyo837
|
a9d7178c2b
|
upgrade snapshot
|
2019-10-15 18:10:04 +08:00 |
|
yoyo837
|
cd3d9efd9f
|
Merge branches 'add-args-unsorting' and 'master' of github.com:ant-design/ant-design
|
2019-10-15 17:52:59 +08:00 |
|
afc163
|
8e2b2470b2
|
✅ update snapshots
|
2019-10-15 17:47:10 +08:00 |
|
afc163
|
59f231ff92
|
💄 fix menu style broken in dropdown
close #19145
|
2019-10-15 17:47:10 +08:00 |
|
yoyo837
|
5a07b85d9e
|
upgrade fires change event test case
|
2019-10-15 16:33:37 +08:00 |
|
yoyo837
|
0522d55f26
|
snapshot
|
2019-10-15 16:33:17 +08:00 |
|
骗你是小猫咪
|
8ffaeb8cba
|
Docs: upload with aliyun oss (#19054)
* docs: upload with aliyun oss
* add before upload relate data
* test: lint fail
* test: update Snapshot
* docs: review change
* test: lint fail
* handle oss policy expired
* fix: lint fail
* optimize docs
* test: lint fail
* test: upload snapshot
|
2019-10-15 16:14:05 +08:00 |
|
Dmitriy
|
a2f28f0ca7
|
💄 add @typography-title-margin-top and @typography-title-margin-bottom (#18746)
* add: Typography mixins. add: Created typography variables (margin, font-weight). moved: Typography internal variables
* fix: heding margin moved: prefix variable out of default.less
* fixed: circleci
* 🗑 Remove @typography-title-margin-left and @typography-title-margin-right
* 🗑 Remove unused vars
|
2019-10-15 16:13:39 +08:00 |
|
yoyo837
|
59685afeeb
|
Provide additional args for onChange sorter when unsorting
|
2019-10-15 16:04:38 +08:00 |
|