Commit Graph

14669 Commits

Author SHA1 Message Date
Mathieu Anderson
6947d1bbaf fix: TypeScript definitions for Select component's onSelect / onDeselect props, update inaccurate docs (#16344)
* Fix value param type for onSelect, onDeselect prop

* Fix docs for Select props (value, defaultValue, onSelect, onDeselect)
2019-05-03 22:10:45 +08:00
Sebastian Busch
4af2b62cb5 fix: Add some missing TypeScript prop definititions and clean up date-picker definitions (#16342)
* Add some missing TypeScript prop definitition, clean up date-picker definitions

* use DatePickerMode instead of redundant enumeration of modes

* decade was  missing from the list of modes

See https://codesandbox.io/s/388xplj646
- activate DatePicker
- click on year in header
- click on years in header
- "decade" is printed on footer as mode for renderExtraFooter()

* add decade as possible value for mode prop
2019-05-03 21:55:18 +08:00
HiddenMan
0350544de1 fix: username misspelling in the form. (#16398)
* fix normal-login spelling mistake

* fix horizontal-login spelling mistake

* fix index.zh-CN spelling mistake

* fix index.en-US spelling mistake

* update form demo.test.js.snap
2019-05-01 23:44:22 +08:00
Sebastian Busch
106423f1e7 Upgrade TypeScript ECMAScript support from es7 (= ECMAScript 2016) to es2017 (= ECMAScript 2017) (#16340) 2019-05-01 18:25:18 +08:00
zombieJ
7a7aa65eec
fix: Checkbox.Group onChange should not pass removed value (#16392)
* filter removed value

* clean up

* code style update
2019-04-30 23:39:01 +08:00
偏右
9403eae3d3
Merge pull request #16395 from ant-design/fix-auto-complete-align
fix: 🐛 Fix AutoComplete align issue
2019-04-30 18:26:19 +08:00
afc163
084deebd94
🐛 Fix AutoComplete align issue
close #14156
2019-04-30 18:23:09 +08:00
偏右
1a8d5f6c32
Merge pull request #16390 from ant-design/improve-upload-demo
chore: Improve upload demo
2019-04-30 16:37:48 +08:00
偏右
9ca4941f4c
Merge pull request #16391 from ztplz/fix_typo
Fix some typos
2019-04-30 16:19:50 +08:00
ztplz
ffcee17aa6 Fix some typos 2019-04-30 16:14:04 +08:00
afc163
bde2eb36b3
🎬 use new file upload mock API
https://www.mocky.io/
2019-04-30 16:10:00 +08:00
afc163
8082b4c2cf
Improve upload demo
close #16375
2019-04-30 15:52:58 +08:00
偏右
5ef2cc5a8c
Merge pull request #16358 from ant-design/fix-drawer-animation
fix: 🐛 Drawer wrong animation direction
2019-04-29 13:13:14 +08:00
Juan Jose A
071108eb63 Update index.en-US.md (#16373) 2019-04-29 10:10:44 +08:00
zombieJ
fee6b61c19
fix: raf should keep same id (#16370) 2019-04-28 23:52:35 +08:00
信鑫-King
59856a093b fix: Upload types (#16360)
* fix: Upload types

* fix: ci

* fix: ci

* fix: ci

* fix: ci
2019-04-28 20:49:57 +08:00
zombieJ
5469bbaa73
adjust slider text style (#15128)
* adjust style

* use keep-all instead
2019-04-28 15:41:36 +08:00
Sebastian Busch
5ce2f89adc Form onFieldsChange(): document third parameter "allFields", remove non-existent fourth parameter "add" from TypeScript definition (#16343)
* there is no fourth parameter, added by mistake in 619b0ed628

* Form onFieldsChange(): document third parameter 'allFields', introduced in 619b0ed628
2019-04-28 15:29:18 +08:00
偏右
61f7003247
Merge pull request #16361 from ant-design/docs
docs: Update collapse FAQ demo
2019-04-28 14:59:16 +08:00
zombiej
0c37496ae8 Merge remote-tracking branch 'origin/master' into docs 2019-04-28 14:56:08 +08:00
zombiej
99fbc9dcd0 update collapse faq demo 2019-04-28 14:26:37 +08:00
afc163
49dae1a1c6
🐛 Fix Drawer wrong animation direction
close #15713
close #15146
2019-04-28 14:13:38 +08:00
偏右
7015b646d2
Merge pull request #16356 from ant-design/fix-cascader-snapshot
test: Fix cascader test snapshot
2019-04-28 12:06:55 +08:00
afc163
a10ea03754
Fix cascader test snapshot 2019-04-28 12:06:05 +08:00
陈帅
30508b0124 fix error types (#16043) 2019-04-28 11:47:22 +08:00
偏右
ecead188ea
Merge pull request #16348 from ant-design/table-doc-improve
docs: Improve column.align document
2019-04-27 18:16:44 +08:00
afc163
7b56290ef4
📝 Improve column.align document 2019-04-27 18:15:07 +08:00
偏右
7e82ada5c5
Merge pull request #16341 from sbusch/RangePicker-renderExtraFooter-gets-no-args
RangePicker.renderExtraFooter() gets no args, fix TypeScript definition and clean up code
2019-04-27 16:12:51 +08:00
Sebastian Busch
7a514c1b94 Fix TypeScript def for RangePicker.renderExtraFooter(), gets no args 2019-04-26 14:31:38 +02:00
Sebastian Busch
e8229d8ec9 rc-calendar RangeCalendar calls renderFooter() without args 2019-04-26 13:40:59 +02:00
afc163
04001a06ea
💄 update code style 2019-04-26 18:15:31 +08:00
afc163
14f5f5b1e9
🆙 upgrade devDependency 2019-04-26 17:49:42 +08:00
偏右
4909443834
Merge pull request #16335 from ant-design/changelog-3.16.6
docs: 📝 changelog for 3.16.6
2019-04-26 17:47:25 +08:00
afc163
d55a16e292
📝 English changelog for 3.16.6 2019-04-26 17:20:44 +08:00
afc163
b2379fe139
🐛 Add className in TooltipProps only, #16195 2019-04-26 17:12:19 +08:00
afc163
1ee297e3c7
📝 changelog for 3.16.6 2019-04-26 17:00:13 +08:00
偏右
e01ba57332
Merge pull request #16195 from swillis12/Fix-tooltip-Type
Fix className prop issue when using Tooltip
2019-04-26 16:12:09 +08:00
偏右
8e1289fc4b
Merge pull request #16331 from ant-design/dependabot/npm_and_yarn/react-slick-approx-0.24.0
Update react-slick requirement from ~0.23.2 to ~0.24.0
2019-04-26 16:04:59 +08:00
偏右
cb2e7280ec
Merge pull request #16332 from ant-design/rm-create-react-class
chore: Remove useless deps
2019-04-26 16:00:28 +08:00
zombiej
6bd7735b06 chore: Remove useless deps 2019-04-26 15:40:09 +08:00
dependabot[bot]
2d7f344ce5
Update react-slick requirement from ~0.23.2 to ~0.24.0
Updates the requirements on [react-slick](https://github.com/akiran/react-slick) to permit the latest version.
- [Release notes](https://github.com/akiran/react-slick/releases)
- [Changelog](https://github.com/akiran/react-slick/blob/master/CHANGELOG.md)
- [Commits](https://github.com/akiran/react-slick/compare/0.23.2...0.24.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-26 07:32:11 +00:00
zombieJ
685f4339ea
Typography editable mode should support className (#16307) 2019-04-25 17:42:59 +08:00
偏右
0fc6e7d07f
Merge pull request #16306 from ant-design/pagination-bg
fix: Pagination active item should have background color
2019-04-25 16:41:32 +08:00
zombiej
5a462d864a fix: Pagination active item should have background color 2019-04-25 16:34:12 +08:00
陈帅
4e5497328a
Merge pull request #16187 from ant-design/page-header-button
Back icon should is a button
2019-04-25 16:29:13 +08:00
zombieJ
5fd8ba15ef
fix: Caldendar select option ellipsis when not in fullscreen (#16304) 2019-04-25 16:22:40 +08:00
陈帅
dd01852c23 change use name 2019-04-25 15:39:14 +08:00
陈帅
c7e4027398 beter class name 2019-04-25 15:13:13 +08:00
陈帅
6055905ae4 change onclick dom 2019-04-25 12:18:01 +08:00
DiamondYuan
b3bea96e80 fix: Tree checkbox animation not correct (#16272)
* fix: Tree checkbox animation not correct

* fix: Tree checkbox animation not correct

* fix: Tree checkbox animation not correct

* chore: add comment
2019-04-24 20:09:49 +08:00