zombieJ
3c26bde16b
fix nest style ( #16419 )
6 years ago
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)
6 years ago
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
6 years ago
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
6 years ago
Sebastian Busch
106423f1e7
Upgrade TypeScript ECMAScript support from es7 (= ECMAScript 2016) to es2017 (= ECMAScript 2017) ( #16340 )
6 years ago
zombieJ
7a7aa65eec
fix: Checkbox.Group onChange should not pass removed value ( #16392 )
* filter removed value
* clean up
* code style update
6 years ago
偏右
9403eae3d3
Merge pull request #16395 from ant-design/fix-auto-complete-align
fix: 🐛 Fix AutoComplete align issue
6 years ago
afc163
084deebd94
🐛 Fix AutoComplete align issue
close #14156
6 years ago
偏右
1a8d5f6c32
Merge pull request #16390 from ant-design/improve-upload-demo
chore: Improve upload demo
6 years ago
偏右
9ca4941f4c
Merge pull request #16391 from ztplz/fix_typo
Fix some typos
6 years ago
ztplz
ffcee17aa6
Fix some typos
6 years ago
afc163
bde2eb36b3
🎬 use new file upload mock API
https://www.mocky.io/
6 years ago
afc163
8082b4c2cf
⚡ Improve upload demo
close #16375
6 years ago
Eden Wang
19f0ca4a2f
feat: add optional to support top and left slick dots ( #16186 ) ( #16225 )
* add optional to support top and left slick dots
* update carousel snapshot
* Update doc, add placement demo
* update carousel placement demo snapshots
* rename dots placement to position
* update vertical as deprecated
* rename dotsPosition to dotPosition
* refine code
* add warning testcase for vertical
* remove unused warning
* update expression
* Additional test case for dotPosition
6 years ago
偏右
5ef2cc5a8c
Merge pull request #16358 from ant-design/fix-drawer-animation
fix: 🐛 Drawer wrong animation direction
6 years ago
Juan Jose A
071108eb63
Update index.en-US.md ( #16373 )
6 years ago
zombieJ
fee6b61c19
fix: raf should keep same id ( #16370 )
6 years ago
陈帅
6e6e1ecadc
Merge pull request #16369 from ant-design/treenode-checkable
feat: TreeNode support checkable
6 years ago
信鑫-King
59856a093b
fix: Upload types ( #16360 )
* fix: Upload types
* fix: ci
* fix: ci
* fix: ci
* fix: ci
6 years ago
zombiej
f21b30dcb0
feat: TreeNode support checkable
6 years ago
陈帅
34f24a88a9
feat: Breadcrumb support DropDown ( #16315 )
* breadcrumbs support drop down menu
* update doc
* add require less
* fix test
* fix md doc
* less code
* fix style warning
* update snap
* add children render test
6 years ago
zombieJ
9d5f61363c
feat: Collapse support `expandIconPosition` ( #16365 )
* update doc
* support expandIconPosition
* update snapshot
6 years ago
zombieJ
8b4f0c269e
Merge pull request #16354 from ant-design/master
Merge master into feature
6 years ago
zombieJ
5469bbaa73
adjust slider text style ( #15128 )
* adjust style
* use keep-all instead
6 years ago
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
6 years ago
偏右
61f7003247
Merge pull request #16361 from ant-design/docs
docs: Update collapse FAQ demo
6 years ago
zombiej
0c37496ae8
Merge remote-tracking branch 'origin/master' into docs
6 years ago
zombiej
99fbc9dcd0
update collapse faq demo
6 years ago
afc163
49dae1a1c6
🐛 Fix Drawer wrong animation direction
close #15713
close #15146
6 years ago
zombieJ
b63ceef831
refactor: Update Tree & TreeSelect deps ( #16330 )
* use CSSMotion
* update snapshot
6 years ago
偏右
7015b646d2
Merge pull request #16356 from ant-design/fix-cascader-snapshot
test: Fix cascader test snapshot
6 years ago
afc163
a10ea03754
✅ Fix cascader test snapshot
6 years ago
陈帅
30508b0124
fix error types ( #16043 )
6 years ago
He Linming
6cb76a99de
feat: Add Timeline.Item.position ( #16148 ) ( #16193 )
* fix: Timeline.pendingDot interface documentation there is a small problem (#16177 )
* feat: Add Timeline.Item.position (#16148 )
* doc: add version infomation for Timeline.Item.position
6 years ago
偏右
ecead188ea
Merge pull request #16348 from ant-design/table-doc-improve
docs: Improve column.align document
6 years ago
afc163
7b56290ef4
📝 Improve column.align document
6 years ago
偏右
7e82ada5c5
Merge pull request #16341 from sbusch/RangePicker-renderExtraFooter-gets-no-args
RangePicker.renderExtraFooter() gets no args, fix TypeScript definition and clean up code
6 years ago
Sebastian Busch
7a514c1b94
Fix TypeScript def for RangePicker.renderExtraFooter(), gets no args
6 years ago
Sebastian Busch
e8229d8ec9
rc-calendar RangeCalendar calls renderFooter() without args
6 years ago
afc163
04001a06ea
💄 update code style
6 years ago
afc163
14f5f5b1e9
🆙 upgrade devDependency
6 years ago
偏右
4909443834
Merge pull request #16335 from ant-design/changelog-3.16.6
docs: 📝 changelog for 3.16.6
6 years ago
afc163
d55a16e292
📝 English changelog for 3.16.6
6 years ago
afc163
b2379fe139
🐛 Add className in TooltipProps only, #16195
6 years ago
afc163
1ee297e3c7
📝 changelog for 3.16.6
6 years ago
偏右
e01ba57332
Merge pull request #16195 from swillis12/Fix-tooltip-Type
Fix className prop issue when using Tooltip
6 years ago
偏右
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
6 years ago
偏右
cb2e7280ec
Merge pull request #16332 from ant-design/rm-create-react-class
chore: Remove useless deps
6 years ago
zombiej
6bd7735b06
chore: Remove useless deps
6 years ago
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>
6 years ago