afc163
13379aa0d8
💄 Optimize examples code style
2019-05-27 22:04:17 +08:00
诸岳
7a728daca9
Merge branch 'master' into feature
2019-05-20 13:29:34 +08:00
zombiej
a4054bffe7
prettier md files
2019-05-20 11:46:00 +08:00
zombieJ
ecb2eb6ede
feat: Add Mentions component ( #16532 )
...
* init
* first demo
* support empty
* add loading support
* add form sample
* update form sample
* omit value & defaultValue
* add 2 rest demo
* placement support
* update docs
* fix test
* update docs
* add test case
* fix lint
* follow textarea style
* update docs style
2019-05-17 12:05:03 +08:00
SylvanasGone
a19a500970
fix(Form): improve method onFieldsChange params type defs ( #16577 )
2019-05-15 12:24:33 +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
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
ztplz
62f8924393
Fix hoist-non-react-statics compile error ( #16397 )
2019-05-09 19:28:50 +08:00
afc163
b780070351
💄 prittier all files
2019-05-07 14:57:32 +08:00
afc163
ce4add7a9a
✅ update snapshots
2019-05-07 11:21:01 +08:00
afc163
715f2f6ebc
🐛 Fix hasFeedback overlap issue with Input.Password
...
close #16443
2019-05-07 11:13:55 +08:00
陈帅
785c132262
meger feature to master ( #16421 )
...
* use ul in list
* update snapshot
* update comment
* feat: TreeSelect support `showSearch` in multiple mode (#15933 )
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch
* feat: table customizing variable (#15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
* feat: Upload support customize previewFile (#15984 )
* support preview file
* use promise
* dealy load
* use canvas of render
* use domHook of test
* update demo
* add snapshot
* update types
* update testcase
* feat: form customizing variables (#15954 )
* fix: added styling form input background-color
* feat: added '@form-warning-input-bg' variable
* feat: added '@form-error-input-bg' variable
* use li wrap with comment
* feat: Support append theme less file with less-variable (#16118 )
* add override
* add override support
* update doc
* feat: dropdown support set right icon
* docs: update doc of dropdown component
* style: format dropdown-button.md
* test: update updateSnapshot
* style: format dropdown-button.md
* test: update updateSnapshot
* test: update updateSnapshot
* style: change style of dropdown-button demo
* fix: fix document table order
* feat: Support SkeletonAvatarProps.size accept number (#16078 ) (#16128 )
* chore:update style of demo
* feat: Notification functions accept top, bottom and getContainer as arguments
* drawer: add afterVisibleChange
* rm onVisibleChange
* update
* feat: 🇭🇷 hr_HR locale (#16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
* feat: add `htmlFor` in Form.Item (#16278 )
* add htmlFor in Form.Item
* update doc
* feat: Button support `link` type (#16289 )
close #15892
* 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
* refactor: Update Tree & TreeSelect deps (#16330 )
* use CSSMotion
* update snapshot
* feat: Collapse support `expandIconPosition` (#16365 )
* update doc
* support expandIconPosition
* update snapshot
* 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
* feat: TreeNode support checkable
* 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
* refactor: Upgrade `rc-tree-select` to support pure React motion (#16402 )
* upgrade `rc-tree-select`
* update snapshot
* 3.17.0 changelog
* fix warning
* fix review warning
2019-05-06 12:04:39 +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
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
zombieJ
da9cef91b8
fix: Form with forwardRef typescript ( #16242 )
...
* update form typescript define with forawardRef
* add ts test
2019-04-23 11:23:20 +08:00
zombieJ
a530be1eab
adjust hoist-non-react-statics ts import ( #16224 )
2019-04-22 15:47:07 +08:00
偏右
6e2c2baaae
Merge pull request #16114 from ant-design/create-react-context
...
chore: use @ant-design/create-react-context of MIT
2019-04-18 11:08:57 +08:00
zombieJ
fdcfabfa78
fix: form typescript definition ( #16126 )
...
* use redux-react ts define
* update doc
* follow origin rule
2019-04-17 13:51:52 +08:00
afc163
0a8f33385d
🆙 use @ant-design/create-react-context of MIT
2019-04-16 12:18:39 +08:00
偏右
76b3f76033
Merge pull request #16071 from ant-design/up-dev-deps
...
chore: 🆙 upgrade devDependencies
2019-04-15 13:15:44 +08:00
zombieJ
ae101a2056
fix: labelAlign should work in Form.Item ( #16072 )
...
* labelAlign should work in Form.Item
* add Form & Form.Item
* rename type
2019-04-15 12:10:04 +08:00
afc163
a2a9831abb
💄 Fix less code style
2019-04-15 11:05:06 +08:00
afc163
60f4930348
📝 Optimize table and form documentation
2019-04-14 14:32:16 +08:00
啸生
32bc6995d6
update snapshot ( #16059 )
...
<!--
First of all, thank you for your contribution! 😄
New feature please send pull request to feature branch, and rest to master branch.
Pull request will be merged after one of collaborators approve.
Please makes sure that these form are filled before submitting your pull request, thank you!
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md )]
-->
### 🤔 This is a ...
- [ ] New feature
- [ ] Bug fix
- [ ] Site / document update
- [ ] Component style update
- [ ] TypeScript definition update
- [ ] Refactoring
- [ ] Code style optimization
- [ ] Branch merge
- [x] Other (about what?)
2019-04-13 21:48:05 +08:00
zombieJ
41316e69e8
update snapshot ( #16017 )
2019-04-11 12:48:36 +08:00
zombiej
b54157a395
update doc
2019-04-09 22:52:25 +08:00
afc163
69140e7d59
bug(Form): switch should be trigger by form label
...
close #15549
2019-04-08 11:11:34 +08:00
Minwei Xu
32f9458b54
docs: Add space between eng and chinese for #15876
2019-04-07 14:28:50 +08:00
Minwei Xu
98bc178a36
update mapPropsToFields demo
2019-04-04 12:51:14 -04:00
Minwei Xu
10196718e4
update doc for mapPropsToFields
2019-04-04 12:39:03 -04:00
偏右
ad99b4322d
test: ✅ Add eslint-plugin-jest ( #15825 )
2019-04-03 15:54:26 +08:00
偏右
fc8977b627
Merge pull request #15808 from liaoyinglong/master
...
Update dynamic-form-item.md
2019-04-03 14:25:09 +08:00
zombiej
30b3fcdc18
update demo of dynamic form
2019-04-02 17:40:50 +08:00
廖应龙
065896f53b
Update dynamic-form-item.md
...
delete unnecessary props
2019-04-02 14:33:47 +08:00
afc163
95bd4d6903
🐛 Fix col element missing relative style
...
close #15626
2019-03-31 20:25:41 +08:00
afc163
f486c4e7e0
📝 Optimize Form TypeScript usage, #15642
2019-03-26 12:27:49 +08:00
Hsuan Lee
baa5a7971f
refactor(form-item): move ant-form-item-no-colon
selector position ( #15592 )
...
* refactor(form-item): better `ant-form-item-no-colon` selector position
fix: fix lint
close #15585
* chore: update snap
2019-03-24 17:03:52 +08:00
DiamondYuan
4eb33eb149
fix: set min-width instead of width ( #15547 )
...
* fix: set min-width instead of width
* test: updte snapshots
2019-03-21 11:31:58 +08:00
willc001
3a2e1abfa7
refector: add @form-explain-font-size ( #15488 )
2019-03-18 18:44:08 +08:00
Wei Zhu
d1f64b1bc9
Add generic type to form values
2019-03-12 22:59:27 +08:00
愚道
e3a2c38e67
Merge branch 'master' into chore/mergem
2019-03-08 16:32:40 +08:00
偏右
71440a218b
Update components/form/style/index.less
...
Co-Authored-By: jinxin0112 <m18508218948@163.com>
2019-03-08 15:53:27 +08:00
JinXin
7ccf6855c6
fix: appear two colons
...
If the label attribute of the component Form.Item is a ReactNode and the same label tag exists inside the ReactNode, two colons will appear.
2019-03-08 15:31:46 +08:00
愚道
a4f73ff64e
chore: sync master to feature
2019-03-08 15:21:36 +08:00
偏右
ee65a2d8de
Merge branch 'feature' into form-prop
2019-03-08 14:10:07 +08:00
DiamondYuan
c8ba4da309
docs: add since comment for FormProps
2019-03-08 13:03:29 +08:00
DiamondYuan
5b162897a8
feat: support props colon of Form
2019-03-08 11:25:37 +08:00
yoyo837
0b1410a710
don't disclose some props define in doc
2019-03-07 15:34:11 +08:00
yoyo837
5281d7b7f2
add labelAlign for Form and FormItem
2019-03-07 15:14:27 +08:00
wanli
fdc8a1b458
[doc]remove misleading content
2019-03-05 20:51:32 +08:00