gxvv
5b8867439a
🐛 Fix scrollama not working after unnecessary update.
2019-05-16 14:18:53 +08:00
gxvv
09f79c9dac
📝 Complete translation.
2019-05-16 13:37:20 +08:00
偏右
88364399e3
Merge pull request #16597 from zytjs/patch-1
...
Update use-in-typescript.zh-CN.md
2019-05-15 16:07:18 +08:00
zytjs
5a3a93230c
Update use-in-typescript.zh-CN.md
2019-05-15 15:12:11 +08:00
SylvanasGone
a19a500970
fix(Form): improve method onFieldsChange params type defs ( #16577 )
2019-05-15 12:24:33 +08:00
zombieJ
c598b364dd
fix: Update List ts definition ( #16594 )
2019-05-15 11:12:55 +08:00
zombieJ
5621b7b9f7
fix: Call Carousel force update when children lenght changed ( #16592 )
2019-05-15 00:39:09 +08:00
偏右
d576c4bc85
Merge pull request #16586 from ant-design/fix-table-snapshot
...
test: ✅ Fix snapshots
2019-05-14 16:27:25 +08:00
afc163
be75d125b6
✅ Fix snapshots
2019-05-14 16:26:21 +08:00
偏右
aa70d1441b
Merge pull request #16584 from sbusch/fix-form-item-with-help-negative-margin
...
Prevent negative margin-bottom for form items with help (e.g. validation errors)
2019-05-14 16:17:34 +08:00
Sebastian Busch
8c9b6ec653
prevent negative margin-bottom for form-item-with-help
...
without this, value can become negative. this caused following fieldset to float
to the right of the field with validation errors
(cherry picked from commit 43da8a5a835904270a6ccf48859d7bd6d91e04cd)
2019-05-14 09:52:46 +02:00
afc163
5313777681
💄 Improve Table demo color style
2019-05-14 12:16:13 +08:00
zombieJ
6379999012
use 1em instead of fix size ( #16569 )
2019-05-13 19:58:13 +08:00
dependabot[bot]
3033b50108
chore(deps): update rc-calendar requirement from ~9.12.1 to ~9.13.3 ( #16555 )
...
Updates the requirements on [rc-calendar](https://github.com/react-component/calendar ) to permit the latest version.
- [Release notes](https://github.com/react-component/calendar/releases )
- [Changelog](https://github.com/react-component/calendar/blob/master/HISTORY.md )
- [Commits](https://github.com/react-component/calendar/compare/9.12.1...9.13.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-13 19:11:53 +08:00
Gin-X
7cdcc7cc2f
fix children's type of interface Route ( #16550 )
2019-05-13 17:54:18 +08:00
偏右
557c5c9348
Merge pull request #16564 from ant-design/afc163-patch-1
...
Update package.json
2019-05-13 17:28:04 +08:00
偏右
eb93c1db3e
Update package.json
2019-05-13 16:57:09 +08:00
zombieJ
4ac390b794
docs: Add changelog ( #16559 )
2019-05-13 16:45:30 +08:00
zombieJ
399778ce2b
update snapshot ( #16556 )
2019-05-13 15:58:22 +08:00
zombieJ
ad262e7881
Merge pull request #16538 from ant-design/feature
...
Merge feature to master for 3.18.0
2019-05-13 12:10:49 +08:00
Yu
5375f5188e
docs: changelog for 3.18.0 ( #16539 )
...
* docs: changelog for 3.18.0
* fix review issue
2019-05-13 12:05:57 +08:00
zombieJ
1198fb60ef
update doc ( #16545 )
2019-05-13 10:59:07 +08:00
偏右
a4baec0b62
Merge pull request #16537 from ant-design/chore/mergemaster
...
Merge master to feature
2019-05-12 22:50:05 +08:00
愚道
adfc4355b9
merge master
2019-05-12 22:35:25 +08:00
Yu
b92020ca48
docs: 📝 changelog for 3.17.1 ( #16534 )
2019-05-12 21:31:49 +08:00
偏右
16f7d66453
Merge pull request #16531 from abgaryanharutyun/patch-2
...
Just a spelling update
2019-05-12 17:30:17 +08:00
Harut
b8c5671c88
Just a spelling update
...
Just a spelling update (fix) for the CSS doc styl to style
2019-05-12 02:29:25 +04:00
偏右
b3e90d7390
Merge pull request #16524 from vicrep/patch-1
...
fix(forms): improve field error method type defs
2019-05-11 14:02:12 +08:00
Victor Repkow
611909514c
fix(forms): improve field error method type defs
...
Change `getFieldError` and `getFieldsError` to return actual types, instead of very restrictive `Object` type (which should be avoided in general, in favour of `unknown`, `object`, or `Record` depending on actual use).
2019-05-10 15:22:55 -04:00
SylvanasGone
6eacfd7ebc
fix[Select]: add missing type definition ( #16504 )
...
* fix[Select]: add missing type definition
* update docs
2019-05-10 22:51:06 +08:00
偏右
fb8f94714e
Update confirm-promise.md
2019-05-10 21:57:09 +08:00
信鑫-King
0156886351
fix: codesandbox not support slash import ( #16509 )
...
* fix: codesandbox not support lodash/*
* fix: remove slash deps
2019-05-10 15:45:51 +08:00
zombieJ
e88589d9ef
feat: Pagination support disabled
prop ( #16493 )
...
* feat: Pagination support `disable`
* update snapshot
* update style
* update style
* update snapshot
* update font color
2019-05-10 15:38:35 +08:00
Xiaohan Li
2bfecc3ee9
📝 Update Menu docs ( #16513 )
...
add missing params in Menu's onClick, onSelect and onDeselect callback
2019-05-10 12:28:47 +08:00
zombieJ
678c2e0b53
update snapshot ( #16515 )
2019-05-10 11:54:51 +08:00
偏右
db8c54e17e
Merge pull request #16510 from yociduo/master
...
fix(PageHeader): Should not render blank dom
2019-05-10 00:00:51 +08:00
Eden Wang
90ee2592b5
Update snapshot for test case
2019-05-09 23:26:25 +08:00
Eden Wang
cb30df5712
fix(PageHeader): Should not render blank dom
2019-05-09 23:19:10 +08:00
nailuoGG
681c6a5151
fix doc ( #16506 )
2019-05-09 20:43:12 +08:00
zombieJ
0030861293
fix: customize icon in notification size not correct ( #16507 )
2019-05-09 20:39:09 +08:00
ztplz
62f8924393
Fix hoist-non-react-statics compile error ( #16397 )
2019-05-09 19:28:50 +08:00
Lyndon001
83c16707a0
Update overview.zh-CN.md
2019-05-09 14:57:05 +08:00
Lyndon001
450560426a
Update overview.zh-CN.md
2019-05-09 14:54:43 +08:00
偏右
73a5b4772d
Merge pull request #16437 from jas0ncn/master
...
fix: Print reject error when ActionButton catch promise rejects
2019-05-09 13:48:01 +08:00
Nihal Saxena
ff8d37f811
refactor: Render function size reduce ( #16244 )
...
* updated after resolving conflicts
* lint error fixes
2019-05-09 12:27:35 +08:00
Jason
db5da92f0c
Fix: Print reject error when ActionButton catch promise rejects
2019-05-09 12:24:59 +08:00
afc163
34d8ff8eb4
📝 update changelog
2019-05-09 10:52:06 +08:00
偏右
6d845f60ef
Update CHANGELOG.zh-CN.md
2019-05-09 01:13:53 +08:00
zombieJ
961328b8a2
update list ts def ( #16485 )
2019-05-08 22:54:17 +08:00
偏右
2d8396bad7
🐛 Avoid disabled Upload being triggered by label ( #16483 )
...
close #16478
2019-05-08 20:26:19 +08:00