zombiej
|
85a499365d
|
merge master
|
2019-07-09 10:50:46 +08:00 |
|
偏右
|
3432ac7401
|
Merge pull request #17517 from ant-design/revert-icon-entry
chore: use none-dist icons entry
|
2019-07-08 21:01:48 +08:00 |
|
afc163
|
390807605e
|
🔧 use none-dist icons entry
|
2019-07-08 20:46:19 +08:00 |
|
偏右
|
2023e86f8f
|
Merge pull request #17508 from LilyWakana/issue17414
fix: optimize Input presuffix style(#17414)
|
2019-07-08 19:34:29 +08:00 |
|
偏右
|
041eb1ac94
|
Merge pull request #17526 from ztplz/cas
Improve code style
|
2019-07-08 17:47:23 +08:00 |
|
ztplz
|
a614b54c28
|
Improve code style
|
2019-07-08 17:42:36 +08:00 |
|
zombieJ
|
4a1d68c87f
|
chore: Add warn of value not provided in Cascader (#17511)
* add warn of `value` not provided
* adjust desc & logic
|
2019-07-08 10:57:34 +08:00 |
|
偏右
|
4f288489ec
|
Merge pull request #17505 from barakplasma/master
fix: typo in console.error
|
2019-07-08 10:22:15 +08:00 |
|
riho
|
9691d2bee1
|
fix: optimize Input presuffix style(#17414)
|
2019-07-07 22:24:37 +08:00 |
|
Michael Salaverry
|
76db651080
|
fix: typo in console.error
|
2019-07-07 17:08:46 +03:00 |
|
Yu
|
bc6c0f1460
|
chore: changelog for 3.20.1 (#17499)
|
2019-07-07 13:57:28 +08:00 |
|
偏右
|
1d2bc0792b
|
fix: some tabs style (#17500)
* 🐛 Fix Tabs disabled tab style
close #17468
* 🐛 Fix Tabs next icon right 2px bug
close #17477
|
2019-07-07 12:04:40 +08:00 |
|
afc163
|
47b85c9d8b
|
lock @babel/plugin-transform-typescript to ~7.4.5
|
2019-07-07 11:16:51 +08:00 |
|
afc163
|
4d1fe60093
|
lock @babel/plugin-transform-typescript again
7.5.1 still has bug
https://github.com/babel/babel/issues/10156#issuecomment-508924725
|
2019-07-07 11:11:41 +08:00 |
|
afc163
|
e9b370d0c0
|
📝 Add documentation for LocaleProvider and List
close #17399
|
2019-07-06 23:40:03 +08:00 |
|
偏右
|
0f6b8c8059
|
🆙 upgrade react-dnd
|
2019-07-06 22:25:21 +08:00 |
|
偏右
|
b9ffa8a720
|
Merge pull request #17502 from ant-design/fix/fix-switch-type
fix: fix type of SwitchProps
|
2019-07-06 22:18:05 +08:00 |
|
DiamondYuan
|
6b7ad105c6
|
fix: fix type of SwitchProps
|
2019-07-06 22:16:17 +08:00 |
|
偏右
|
c484fdf0e9
|
⚡ Remove @babel/plugin-transform-typescript dep
https://github.com/babel/babel/pull/10167
|
2019-07-06 22:14:01 +08:00 |
|
偏右
|
5375bf00d3
|
Merge pull request #17480 from ant-design/change-date-picker-arrow
fix: 💄 change DatePicker arrow style
|
2019-07-05 15:07:35 +08:00 |
|
zombieJ
|
a517a9e01b
|
chore: Lock @babel/plugin-transform-typescript version (#17486)
* lock @babel/plugin-transform-typescript
* pined 7.4.x
|
2019-07-05 14:27:57 +08:00 |
|
afc163
|
6498cbb283
|
💄 change another arrow style
|
2019-07-04 23:50:32 +08:00 |
|
jiang
|
a1298463be
|
rm drawer config consumer props (#17390)
* rm drawer config consumer props
* Update index.tsx
|
2019-07-04 20:53:55 +08:00 |
|
zombieJ
|
f65db14a88
|
Merge pull request #17464 from ant-design/master
chore: Merge master
|
2019-07-04 15:31:15 +08:00 |
|
陈帅
|
1fc1710582
|
doc: split demos (#17415)
* split demos
close #17396
* snapshot updated
* split all demo
* fix lint error
* better code style
* change complex to error
* sort demos
|
2019-07-04 15:14:13 +08:00 |
|
偏右
|
b1e63be9e3
|
fix: icon typo (#17458)
* 🐛 Fix icon typo
close #17448
* ✅ update snapshots
* ✅ add test case
|
2019-07-04 15:00:42 +08:00 |
|
zombieJ
|
b3a76c14ca
|
feat: Form support scrollToField (#17457)
* support scroll & label htmlFor
* update snapshot
* add test case
* doc update
* add decleare
* adjust logic of label id
* clean ts error
|
2019-07-04 15:00:11 +08:00 |
|
偏右
|
859bba58f8
|
Merge pull request #17447 from ant-design/fix-time-picker-style
style: 💄 optimize TimePicker focus style
|
2019-07-04 00:02:51 +08:00 |
|
afc163
|
efadb09569
|
💄 Optimize TimePicker focus style
close #17440
|
2019-07-03 23:25:04 +08:00 |
|
zombiej
|
186f973e50
|
merge master
|
2019-07-03 20:29:44 +08:00 |
|
zombieJ
|
4cdf37bedb
|
feat: New Form (#17327)
* init form
* first demo
* add normal login
* add style
* webit
* support nest errors
* beauti form errors
* use onReset
* modal demo
* add list demo
* match key of errors logic
* date demo
* customize component
* moving style
* add status style
* without form create
* add demos
* add inline style
* clean up legacy
* fix drawer demo
* mention
* fix edit-row
* editable table cell
* update mentions demo
* fix some test case
* fix upload test
* fix lint
* part of doc
* fix ts
* doc update
* rm react 15
* rm config
* enhance test coverage
* clean up
* fix FormItem context pass logic
* add more demo
* en to build
* update demo
* update demo & snapshot
* more doc
* update list doc
* update doc
* update demo to display condition render
* update snapshot
* add provider doc
* support configProvider
* more doc about validateMessages
* more description
* more and more doc
* fix typo
* en doc
* Form.List doc
* m v3 -> v4
* add skip
|
2019-07-03 20:14:39 +08:00 |
|
偏右
|
1dff6bf3b5
|
Merge pull request #17433 from ant-design/omit-loading
fix: Omit AutoComplete loading type
|
2019-07-03 17:09:58 +08:00 |
|
afc163
|
0d35b1e3e3
|
🐛 Omit AutoComplete loading type
close #17432
|
2019-07-03 16:55:36 +08:00 |
|
偏右
|
73d173da04
|
Merge pull request #17421 from justjavac/master
fix: DatePicker's input box is obscured on safari
|
2019-07-03 13:48:16 +08:00 |
|
迷渡
|
f78fc1c757
|
fix: DatePicker's input box is obscured on safari
|
2019-07-03 10:15:45 +08:00 |
|
偏右
|
6429172ba3
|
Merge pull request #17412 from ant-design/fix-form-onSubmit-type
fix: Form onSubmit type
|
2019-07-02 22:20:59 +08:00 |
|
陈帅
|
8a9d16be07
|
fix gh-pages ci running problem (#17382)
|
2019-07-02 19:42:47 +08:00 |
|
afc163
|
32132c58cf
|
🐛 Fix Form onSubmit type
close #17400
|
2019-07-02 19:03:23 +08:00 |
|
陈帅
|
f096b89828
|
Merge pull request #17389 from ant-design/fix-className-undefined
fix: fix classname is undefined
|
2019-07-02 14:45:27 +08:00 |
|
陈帅
|
2c4976bbdb
|
remove background-color
|
2019-07-02 14:21:47 +08:00 |
|
afc163
|
2ef8d77c3d
|
📝 update changelog
|
2019-07-02 14:18:28 +08:00 |
|
偏右
|
e9adb452d0
|
Update package.json
|
2019-07-02 13:15:34 +08:00 |
|
陈帅
|
439b85f8d2
|
fix style pollution problem
|
2019-07-01 19:26:57 +08:00 |
|
zombieJ
|
b5143df1a4
|
fix: Upload preview should work with Blob (#17392)
* fix: Upload preview should work with Blob
* rm only
|
2019-07-01 17:52:37 +08:00 |
|
陈帅
|
9b8ccc4ee7
|
add className test
|
2019-07-01 15:28:02 +08:00 |
|
陈帅
|
00bcb6928e
|
remove spaces
|
2019-07-01 15:22:29 +08:00 |
|
陈帅
|
89a8df1d41
|
fix classname is undefined
|
2019-07-01 15:11:37 +08:00 |
|
afc163
|
d87bff6203
|
📝 update links
|
2019-07-01 11:05:17 +08:00 |
|
陈帅
|
3faae975fa
|
fix result error (#17385)
|
2019-07-01 10:57:39 +08:00 |
|
陈帅
|
d942f173f9
|
Merge pull request #17378 from eldarAkay/patch-1
fix typo
|
2019-07-01 00:14:36 +08:00 |
|