afc163
ba7fa15058
merge feature into master
2021-02-23 13:20:07 +08:00
afc163
76434a15df
chore( 🆙 ): upgrade devDeps ( #29418 )
...
* chore(🆙 ): upgrade devDeps
* prettier code
* fix dnd demo
* fix react-dnd demo
* fix npm start and demo tsx compile
* fix snapshot
2021-02-23 10:45:11 +08:00
二货机器人
bec5a08368
feat: InputNumber support stringMode ( #29373 )
...
* add input-number demo
* update snapshot
* update demo
* docs: Update desc
* update doc
* clean up React useLayoutEffect warning
* fix ts definition
* re-trigger
* update rc-uitl version
* bump rc-input-number
* update
* update
* fix ts
* update demo snapshot
* update doc
* update demo
2021-02-22 22:07:19 +08:00
二货机器人
9e5e4c8743
chore: Fix ts ( #29383 )
2021-02-20 14:08:49 +08:00
afc163
99c2c2ff0b
refactor: use optional chaining instead of if ( #29368 )
...
* refactor: use optional chaining instead of if
* revert some code
2021-02-19 18:26:53 +08:00
afc163
a64056eb8a
fix: TextArea showCount should not be interactive ( #29245 )
...
close #29240
2021-02-05 20:34:28 +08:00
Homyee King
dd2cbe0336
fix: showCount ( #29057 )
...
* fix: showCount
* Update components/input/__tests__/textarea.test.js
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
2021-01-27 09:54:38 +08:00
Homyee King
20c49b7bbb
docs: fix demo-focus layout ( #29028 )
...
* fix: demo-focus layout
* fix: update snap
* fix: form noStyle test case
* fix: update snap
Co-authored-by: wanghongye <wanghongye@kuaishou.com>
2021-01-26 09:36:20 +08:00
Pengsha Ying
a2b5d47e1a
fix(typescript): adjust style type declearation ( #28966 )
2021-01-21 17:16:51 +08:00
二货机器人
4315ac567c
chore: replace omit ( #28846 )
...
* chore: Replace omit.js with rc-util omit
* chore: Replace omit.js with rc-util omit
* fix ts
* fix ts
* fix ts
2021-01-13 21:00:30 +08:00
07akioni
2549e8176b
docs: Input, use Space to refactor search-input demo ( #28799 )
...
* docs: Input, use Space to refactor search-input demo
* fix
* test: update snap
2021-01-10 21:42:44 +08:00
pasinter
dba559034a
docs: use correct link for the list of input props ( #28641 )
2021-01-01 21:40:00 +08:00
二货机器人
6ae70059c9
feat: Input focus support cursor ( #28602 )
...
* feat: Input focus support cursor
* docs: clean up
* test: Fix lint
2020-12-29 22:42:04 +08:00
afc163
f2188064b2
merge feature into master
2020-12-28 15:32:03 +08:00
Hossein Mohammadi
04bfa3c54f
chore: add prettier-plugin-jsdoc ( #28551 )
2020-12-28 15:30:18 +08:00
zombiej
80f56137fd
test: Fix maxLength test case
2020-12-27 00:11:40 +08:00
zombiej
a10a30ff60
fix: miss merge logic
2020-12-26 23:59:36 +08:00
zombiej
99d5451dba
chore: merge master
2020-12-26 23:11:46 +08:00
einq7
fa376f9c82
docs: prettier markdown ( #28510 )
2020-12-24 12:02:57 +08:00
Chan Qin Liang
263d8ec8e8
Include parenthesis on mixin calls to support less 4.0.0 ( #28465 )
2020-12-22 11:08:12 +08:00
偏右
8f1466a30f
fix: TextArea value get cut if ime mode ( #28456 )
...
close #27686
close #28417
close #27116
2020-12-21 16:22:43 +08:00
He Linming
9d216d7cef
feat: add showCount.formatter for TextArea ( #28145 )
...
* feat: add countFormatter for TextArea
closing #28105
* test: add unit test
* refactor: update api
* docs: fix api docs
2020-12-03 20:33:34 +08:00
二货机器人
6fcebabd8b
Merge pull request #27738 from ant-design/feature
...
chore: merge feature into master
2020-11-30 16:17:12 +08:00
偏右
323f99cbf2
fix: Search button style when customize less vars ( #27986 )
...
close #27965
2020-11-25 10:50:50 +08:00
偏右
7c50bfb1ad
fix: Input.Search addonBefore style ( #27960 )
...
close #27829
2020-11-23 21:10:07 +08:00
Tom Xu
dfdea4c347
Revert "refactor: input remove not use code ( #27895 )"
...
This reverts commit d5b63f8a61
.
2020-11-20 16:42:18 +08:00
Tom Xu
d5b63f8a61
refactor: input remove not use code ( #27895 )
2020-11-20 14:13:00 +08:00
Tom Xu
d4e8ac4499
fix: texterea test
2020-11-20 11:01:10 +08:00
Tom Xu
a9602b6d71
Merge branch 'feature' into merge-feature
2020-11-20 10:15:53 +08:00
Tom Xu
30372ffad3
refactor(textarea): rewirte with hook ( #27693 )
...
* refactor(textarea): rewirte with hook
* Update TextArea.tsx
* Update TextArea.tsx
* Update TextArea.tsx
* Update ClearableLabeledInput.tsx
* fix
* improve
* Update TextArea.tsx
2020-11-18 11:27:58 +08:00
偏右
c464f61f39
Merge pull request #27822 from ant-design/master
...
chore: merge master into feature
2020-11-17 13:03:46 +08:00
Tom Xu
ef77539920
refactor(search): use context ( #27657 )
...
* refactor(search): use context
* Update Search.tsx
2020-11-16 19:18:48 +08:00
zombiej
7af0cb0d9f
chore: Feature merge master
2020-11-16 16:17:42 +08:00
偏右
e7bed7cff7
perf( 📦 ): upgrade @ant-design/colors and remove rc-trigger from deps ( #27761 )
...
* perf(📦 ): upgrade @ant-design/colors
* move rc-trigger to devDeps
* fix lint
* update snapshot
* update snapshot
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2020-11-14 00:43:12 +08:00
Tom Xu
5b7811f2ee
Merge branch 'feature' into merge
2020-11-12 15:24:00 +08:00
jiang.he
9881be97fd
fix: update the slice rule when the TextArea component limits maxLength ( #27679 )
2020-11-11 00:56:57 +08:00
偏右
0e6e185da2
Merge pull request #27644 from ant-design/master
...
chore: merge master into feature
2020-11-09 12:47:52 +08:00
appleshell
8f18328aad
feat: add setSelectionRange for the ref of Input and TextArea ( #27584 )
...
Co-authored-by: lvpansen <pansen.lv@atzuche.com>
2020-11-06 11:48:50 +08:00
Davide Bianchi
72dbcfcfde
fix: prevent Search component to throw passing null as enterButton ( #27591 )
2020-11-06 10:41:51 +08:00
xrkffgg
36cdf0a129
refactor: direction type define ( #27540 )
2020-11-04 14:12:45 +08:00
zombiej
0bf5a43e15
chore: feature merge master
2020-10-30 20:55:27 +08:00
偏右
39e37bf1b4
fix: Input[allowClear] className ( #27462 )
...
* fix: Input[allowClear] className missing
close #27444
* fix snapshot
2020-10-30 15:27:37 +08:00
二货机器人
c373710ce2
chore: Adjust collapse arrow position align with first line ( #27363 )
...
* fix: border style of Input.Search when allowClear (#27325 )
* fix: border style of Input.Search when allowClear
* fix css
* update
* change name
* docs: 4.7.3 changelog (#27350 )
* docs: 4.7.3 changelog
* docs: Patch 27325
* chore: improve useCombinedRefs (#27352 )
* docs: 📝 update introduce
* chore: fix API table border
* chore: Adjust collapse arrow position align with first line
Co-authored-by: xrk <xrkffgg@gmail.com>
Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2020-10-26 10:56:09 +08:00
xrk
92f7f6dbb2
fix: border style of Input.Search when allowClear ( #27325 )
...
* fix: border style of Input.Search when allowClear
* fix css
* update
* change name
2020-10-24 23:28:24 +08:00
Tom Xu
7be4339806
Merge branch 'feature' into merge
2020-10-24 20:53:34 +08:00
骗你是小猫咪
6fba4d1136
test: demo -> ui test ( #24475 )
...
* test: demo -> ui test
* improve comment image width
* use argos-ci
* use by cicleci
* fix circle run
* rebase master
* try pipeline var
* use another branch var
* fix commit id
* ignore image test file
* remove useless report
* fix test coverage
2020-10-23 18:50:46 +08:00
Tom Xu
605bb2ffdf
fix conflict
2020-10-21 14:42:10 +08:00
Tom Xu
1f1956ccd9
Merge branch 'feature' into merge-into-feature
2020-10-21 14:31:16 +08:00
Tom Xu
d44f404eae
docs: sort api ( #27251 )
...
* chore: improve sort api table scripts
* sort api
* add ignore
* Revert "sort api"
This reverts commit 343505d5f0
.
* sort api
* Update package.json
* sort api
* Delete sort-api.js
* sort api
* sort api
* sort api
* fix
* Update index.zh-CN.md
* fix input-number
* fix input-number
* sort func
* fix
* Method moved to the end
* carousel method
2020-10-21 10:33:43 +08:00
偏右
27e9926438
fix: duplicated className on Search[allowClear] ( #27261 )
...
* fix: duplicated className on Search[allowClear]
close #27258
* fix snapshot
2020-10-20 21:44:37 +08:00
Tom Xu
3493b4f7da
docs(input): add showCount version ( #27246 )
2020-10-20 09:47:21 +08:00
二货机器人
8ea1e52d4d
fix: TextArea wrapper with div when !showCount
( #27216 )
...
* fix: TextArea layout
* test: Update snapshot
* fix: value logic
* fix: className & style logic
* chore: rm uesless code
* chore: Clean up
2020-10-19 14:03:19 +08:00
偏右
c72ee71d6f
fix: clear Password value attribute in controlled mode ( #27191 )
...
close #27171
2020-10-16 18:05:13 +08:00
偏右
2788140d1a
Merge pull request #27137 from ant-design/master
...
chore: merge master into feature
2020-10-14 16:35:29 +08:00
偏右
3ef6ea3ead
refactor: 📦 some styles to reduce css bundle size ( #27129 )
...
* refactor: some styles to reduce css bundle size
* test: update snapshot
* fix snapshot
* fix test case
* fix addonAfter
* fix firefox style
* reduce riddon css size
* fix Input.Group border radius
* remove unused css selectors
* fix test cov
* fix search button hover border
* fix rtl textarea clear icon style
* update demos
* fix search rtl style
* fix input search style
2020-10-13 21:16:20 +08:00
afc163
288f0caf48
merge feature
2020-10-13 11:47:11 +08:00
zoomdong
e6cc0009c3
feat: Input.Textarea support size props ( #27110 )
...
* feat: Input.Textarea add size props
* update snapshot
* update snapshot
* add case
* fix code
2020-10-12 20:39:51 +08:00
xrk
f0f39895b5
style: optimize Input.TextArea count style in rtl ( #27098 )
2020-10-12 12:43:04 +08:00
zhangchen
138b953afd
feat: TextArea showCount ( #26952 )
...
* feat: TextArea showCount
* update: TextArea showCount test
* update: TextArea showCount test
* update: test
* update: test
* update: test
* update: interface
* revert: interface change
2020-10-10 11:30:58 +08:00
Tom Xu
5f2588ffd1
docs: improve api type docs ( #27038 )
2020-10-09 10:08:52 +08:00
forl
f6c2ffcc8f
docs: update the Chinese doc of the Search component ( #26937 )
2020-09-29 13:37:04 +08:00
偏右
6fc11830d6
fix: Textarea value works differently as Input ( #26652 )
2020-09-09 14:41:00 +08:00
Alex
bf45c4c1b0
style: 💄 className prop ordering #26594 ( #26602 )
...
close #26594
2020-09-06 13:07:39 +08:00
偏右
a8dea916b2
fix: Search autocomplele list in Chrome ( #26590 )
...
* fix: 🆙 upgrade rc-select to 11.2.x
* style: fix input search clear button
* test: update snapshot
2020-09-05 00:38:39 +08:00
Kermit Xuan
63816fa6ba
🐛 fix(textarea): should display defaultValue when value is undefined ( #26327 )
...
close #26308
2020-08-21 22:14:28 +08:00
zombiej
aec0f4517c
test: Fix resize related test case
2020-08-18 16:46:05 +08:00
xrkffgg
a4e7e184c2
fix: input search rtl style ( #26156 )
2020-08-12 14:00:06 +08:00
xrkffgg
50a0678f35
fix: addonBefore Input rtl style ( #26153 )
2020-08-12 13:08:43 +08:00
07akioni
21e5fff467
chore: update rc-input-number 6.0.0 ( #25843 )
2020-07-27 22:32:21 +08:00
07akioni
9951e583b6
Merge branch 'master' into resolve-conflict-1
2020-07-26 20:14:11 +08:00
二货机器人
2803ccf658
docs: Update DatePicker docs and add legacy notice ( #25768 )
...
* docs: Update DatePicker docs and add legacy notice
* clean up
* only warning for QuarterPicker
* update docs
* fix lint
* note to warning
2020-07-23 11:25:17 +08:00
07akioni
f937a7fffe
feat: Input & Input.TextArea support bordered prop ( #25617 )
...
* feat: Input bordered prop
* fix: snapshot
* fix: borderless Input background-color -> transparent
2020-07-16 00:25:47 +08:00
xrk
96eec53cae
docs: add input.password iconRender ( #25635 )
2020-07-15 16:53:26 +08:00
偏右
9febbca3fe
docs: 📔 Update customize-theme.zh-CN.md ( #25540 )
...
* Update customize-theme.zh-CN.md
* test: ✅ update snapshot
2020-07-09 15:16:49 +08:00
07akioni
0ba2f830ac
test: update snapshots ( #25469 )
2020-07-07 15:38:09 +08:00
xrkffgg
382b8a78be
docs: format api input/inputnumber/mentions ( #25339 )
2020-07-01 15:14:31 +08:00
07akioni
5c72186899
fix: InputNumber max prop has no default value ( #25243 )
...
* fix: InputNumber max prop has no default value
* docs: enUS ref links
* docs: typo fix
* test: snapshots
2020-06-29 11:07:56 +08:00
07akioni
cefcaac37d
Merge branch 'feature' into resolved-master-for-feature
2020-06-28 20:06:37 +08:00
二货机器人
67513cc71b
fix: Select icon interactive ( #25212 )
...
* fix: Select icon interactive
* updat snasphot
2020-06-24 23:28:54 +08:00
afc163
bbc95a12a4
merge feature into master-to-merge-feature
2020-06-19 13:22:11 +08:00
xrkffgg
a5f3ac8348
docs: unite boolean in site ( #25058 )
...
* docs: unite boolean in site
* fix demo
* fix boolean
* add
* add
* add
2020-06-17 23:18:14 +08:00
二货机器人
dc4b420d51
fix: Search crash in AutoComplete ( #25049 )
2020-06-17 13:35:12 +08:00
二手掉包工程师
39fe6fdcb6
refactor: refine some typos ( #25036 )
2020-06-17 10:58:24 +08:00
二手掉包工程师
e54df4a41e
refactor: rewrite Password with hooks ( #25012 )
...
* refactor: rewrite Password with hooks
* refactor: remove state
* refactor:fix lint
* refactor:fix lint
* test: add size case
2020-06-16 19:49:08 +08:00
偏右
65355a3855
Merge pull request #25016 from ant-design/master
...
chore: Feature merge master
2020-06-16 13:06:51 +08:00
二手掉包工程师
50401d0c4d
test(Search): remove useless async ( #25017 )
2020-06-16 11:51:01 +08:00
偏右
b6cf00aded
Merge pull request #24985 from ant-design/master
...
chore: merge master into feature
2020-06-14 23:29:07 +08:00
Kermit Xuan
294fc8a7ea
chore: replace textarea with rc-textarea ( #24966 )
2020-06-13 14:24:56 +08:00
二手掉包工程师
544f407dd1
chore: add displayName Search name ( #24965 )
2020-06-12 23:32:06 +08:00
Kermit Xuan
e5348e77c2
✨ feat: Mentions support autoSize ( #24961 )
...
close #17746
2020-06-12 23:26:30 +08:00
二手掉包工程师
f7934f5df2
refactor: rewrite Search with hook ( #24901 )
...
* wip: rewrite Search with hook
* fix: use forwardRef
* fix: use forwardRef
* test: add prevent test
* test: refine code
2020-06-12 18:50:36 +08:00
二手掉包工程师
57190f197b
refactor: clean up some deprecated APIs ( #24881 )
2020-06-10 11:12:31 +08:00
偏右
637aa09bc5
chore: ✅ fix some eslint problems ( #24836 )
...
* 💄 fix lint
* 💄 fix lint
2020-06-08 18:01:50 +08:00
Arvin Xu
dda650cc7b
docs: Update components cover ( #24744 )
...
* docs: Update components cover
#24629
* docs: Update components cover
2020-06-05 13:50:09 +08:00
xiaosong
46955f9f59
fix: 💄 IE11 input height issue ( #23955 ) ( #24673 )
...
* fix: 🏁 fix ie11 input height issue (#23955 )
* style: fix style order issue
* fix: 🏁 fix input height issue with css hack
* fix: 💄 Put IE11 css hack in IE.less
2020-06-02 21:17:57 +08:00
偏右
882cec62d6
docs: 🌈 Add Components overview page ( #24491 )
...
* docs: Add components overview page
* fix detail
* remove ContributorsList form overview page
* fix components url
* improve code style
* remove extra file
* fix detail
* fix lint
* fix lint
* docs: Finish components overview page
* fix lint
* docs: Update cover
* fix lint
* update cover
* update menu
* improve overview page
* refactor code
* fix order
* update title
* add components count
* fix overview page ssr bug
* move less file
* update title margin
Co-authored-by: arvinxx <arvinx@foxmail.com>
2020-05-31 11:48:34 +08:00
Teng YANG
c353e8bb06
support -readonly
suffix on input-affix-wrapper ( #24551 )
2020-05-30 00:37:59 +08:00
afc163
d039e32e6b
merge feature into master-to-merge-feature
2020-05-28 15:30:36 +08:00
偏右
4be9535926
fix: Password value still exists after blur it ( #24535 )
...
close #24526
2020-05-28 14:49:03 +08:00
Teng YANG
ccd2820ce7
fix : #24205 less class name prefix enhancement ( #24459 )
...
* replace ant class prefix with variable in mixin
* replace ant class prefix with variable in wave
2020-05-26 10:32:35 +08:00
偏右
ae8603838a
Merge pull request #24371 from ant-design/master
...
chore: merge master into feature
2020-05-21 23:41:37 +08:00
Mr.jiangzhiguo
4066f2f624
fix: Input.TextArea clear icon disappears ( #24360 )
...
* [#24359 ]: fix this issues
details: https://github.com/ant-design/ant-design/issues/24359
* fix css order
2020-05-21 22:55:52 +08:00
zombiej
9f38c46039
merge master
2020-05-14 21:03:29 +08:00
二货机器人
2afab58ac8
chore: small bundle size follow up ( #24164 )
...
* update config
* replace react function
* fix alert
2020-05-14 20:54:49 +08:00
zombiej
e6b1b1a4e7
Merge remote-tracking branch 'origin/master' into feature-merge-master
2020-05-14 16:19:39 +08:00
二货机器人
2e284aa017
chore: small bundle size ( #24135 )
...
* update warning
* rm warning
* replace with dev warning
* fix test
* fix site
* Update webpack.config.js
Co-authored-by: 偏右 <afc163@gmail.com>
* Update webpack.config.js
* fix sytax
* adjust
* move into function
Co-authored-by: 偏右 <afc163@gmail.com>
2020-05-14 15:57:04 +08:00
afc163
53d7a20939
merge feature into master-to-merge-feature
2020-05-13 16:16:16 +08:00
afc163
50e33768a9
✅ fix DatePicker snapshot
2020-05-13 16:10:48 +08:00
afc163
fdcbfc909d
✅ fix snapshot
...
close #24070
2020-05-12 14:57:13 +08:00
Jinke Li
f250b2fa29
Feature: support custom cell ellipsis tooltip ( #24056 )
...
* feat: add transformFile optionfor transform file before request
* feat: bump rc-upload 2.7.0
* feat(Upload): optimize doc
* feat: support custom cell ellipsis tooltip
* tests: update snapshots
* docs: update table ellipsis demo
* tests: update snap
2020-05-12 12:44:49 +08:00
afc163
acb4cb6859
Merge feature into master
2020-05-09 20:40:12 +08:00
xrkffgg
338733d70f
docs: optimize input demo ( #23990 )
...
* docs: optimize input demo
* docs: optimize input demo
* fix: style
* remove
2020-05-09 18:02:18 +08:00
xrkffgg
dd6c855028
style: fix input clear icon in rtl ( #23999 )
2020-05-09 18:02:08 +08:00
xrkffgg
c393ca700e
style: fix select focused in input group ( #23985 )
2020-05-09 14:41:00 +08:00
二货机器人
6668d48c54
Merge pull request #23845 from ant-design/master
...
chore: Feature merge master
2020-05-04 11:49:37 +08:00
二货机器人
72bb377628
fix: Textarea height ( #23835 )
...
* fix: Textarea height
* update snapshot
2020-05-03 20:32:34 +08:00
偏右
35e390018c
Merge pull request #23796 from ant-design/master
...
chore: Merge master into feature
2020-05-01 16:35:53 +08:00
xrkffgg
df1555c6c7
style: optimize input search style in rtl ( #23797 )
...
* style: optimize input search style in rtl
* fix lint
2020-05-01 14:50:35 +08:00
偏右
081604e253
feat: ㊙️ Input passowrd custom icon ( #23792 )
...
* ⚡ Support Input.Password iconRender
close #23778
close #23484
* ✅ fix snapshot
2020-04-30 21:19:16 +08:00
vldh
b66ab37463
feat: add less variable @input-disabled-color ( #23775 )
...
* add less variable @input-disabled-color
* Update components/style/themes/default.less
Co-Authored-By: 偏右 <afc163@gmail.com>
Co-authored-by: lidahao <lidahao@sisyphe.com.cn>
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
2020-04-30 15:37:11 +08:00
偏右
0b61b13e56
docs: 🆙 Upgrade input number ( #23742 )
...
* 🆙 upgrade to rc-input-number@4.6.0
* 🆙 upgrade to rc-input-number@4.6.1
* ✅ update snapshot
* fix version
2020-04-29 14:18:19 +08:00
zefeng
14417f1614
feat(theme): adjust font-size in compact mode ( #23135 )
...
* feat(theme): adjust font-size in compact mode
With compact theme mode, we adjust default font-size from 14px to 12px.
Closes #23015
* patch: update docs min font-size
* patch
* patch
* patch
* patch
* patch
* patch
2020-04-28 11:16:01 +08:00
hengkx
9868a4dc59
Merge branch 'feature' into mergefeature
2020-04-27 21:02:16 +08:00
Yu Mao
e199a7a301
fix: preserve caret position 🐛 ( #23633 )
...
* 🐛 fix: preserve caret position
* ✅ update test case for preserving caret position
* Update Password.tsx
* Update Password.test.js
* Update Password.test.js
Co-authored-by: 偏右 <afc163@gmail.com>
2020-04-27 18:02:51 +08:00
诸岳
f955620601
chore: Merge master branch and fix conflicts
2020-04-26 13:34:11 +08:00
偏右
3ddc99c28f
🐛 Fix Input suffix align issue ( #23606 )
...
close #23588
2020-04-26 12:46:59 +08:00
偏右
d2c541b4e2
fix: 🐛 Input.Search height affected by suffix ( #23527 )
...
* 🎬 improve Input demo code
* style: fix Input.Search height stretched by suffix
close #23523
* fix react key warning
* ✅ fix demo snapshot
2020-04-23 18:11:11 +08:00
二货机器人
a1e0c41c8b
feat: ConfigProvider support config Input autoComplete
( #23455 )
...
* support autoComplete
* update doc
* fix lint
2020-04-22 10:38:43 +08:00
xrkffgg
6d238a734d
feat: search rtl ( #23424 )
2020-04-21 11:25:53 +08:00
二货机器人
ac7865a6fc
chore: Adjust search style ( #23406 )
...
* chore: Adjust search style
* fix lint
* Update demo.test.js.snap
* update style
* update cover area
* area it
2020-04-21 09:41:09 +08:00
Tom Xu
6e1ffb96ca
fix: Input.Search ConfigProvider size ( #23331 )
...
* fix: Input.Search ConfigProvider size
* Update Search.tsx
* add test
* Update size.md
2020-04-18 18:31:03 +08:00
偏右
8ab146220e
💄 Fix Input[type=color] height ( #23351 )
...
close #23334
2020-04-17 16:04:20 +08:00
二货机器人
02d7292576
fix: Input inline allowClear style ( #23259 )
...
* fix: Input allow clear icon
* update test case
* update snapshot
2020-04-14 23:04:23 +08:00
二货机器人
deafd3fcce
fix: compact group style ( #23149 )
...
* fix: compact group style
* updat snapshot
2020-04-11 20:33:08 +08:00
二货机器人
49acc871b9
chore: Fix compile error ( #23131 )
2020-04-10 18:47:08 +08:00
二货机器人
f3df9ec894
fix: Input background with dark mode ( #23115 )
2020-04-10 13:13:30 +08:00
二货机器人
ecf025548b
chore: adjust RangePicker style ( #23074 )
...
* adjust range color
* fix lint
* update color
* update dark logic
* adjust little of arrow
* use icon
* update font size
* update snashot
2020-04-09 13:18:13 +08:00
Jay Fong
ed5abc246c
chore(Input): improve type types ( #23006 )
2020-04-08 10:43:37 +08:00
二货机器人
7571372781
fix: Not break input group style ( #22975 )
2020-04-07 11:25:48 +08:00
二货机器人
89abacac31
fix: Input affix prevent dropdown focus ( #22887 )
...
* adjust focus logic
* update logic
2020-04-03 16:11:41 +08:00
偏右
b369717181
chore: 🦄 Add eslint-plugin-unicorn ( #22883 )
...
* 🦄 Add eslint-plugin-unicorn
* fix eslint errors
* fix eslint errors
* fix lint demo
* fix lint demo
2020-04-03 15:02:11 +08:00
二货机器人
b174f98c6c
chore: Adjust range picker style ( #22847 )
...
* adjust rangepicker style
* update snapshot
* fix lint
* add aria label
2020-04-02 15:05:31 +08:00
afc163
40eae38563
✅ fix ci
2020-03-30 16:46:46 +08:00
zefeng
dda45e4796
feat: support compact theme ( #22126 )
...
* feat: support narrow theme mode
* chore: rename narrow to compact
* chore: height part
* chore: preview compact mode
* chore: to make site corrected
* chore: preview site
* docs: 📖 document compact theme usage
* docs: tweak theme doc
* docs: 📖 Add description about double css bundle size
* chore: preview
* chore: for preview
* chore: adjust pagination
* chore: compact mode done!
* chore: remove useless todo
* chore: fix review bug
* chore: fix review bug
* chore: fix card margin
* chore: fix review bug
* chore: fix review bug
* chore: improve i18n and transition
* Update site/theme/static/common.less
Co-Authored-By: 偏右 <afc163@gmail.com>
* chore: fix button size and description padding
* chore: update snapshots
* chore: add compact css bundlesize limit
* chore: compact dist support
Co-authored-by: afc163 <afc163@gmail.com>
2020-03-29 10:39:46 +08:00
xrkffgg
7d9480a84d
style: optimize input rtl syle ( #22624 )
2020-03-27 10:10:09 +08:00
二货机器人
e95603b599
fix: Input with suffix align issue ( #22603 )
...
* fix: Input prefix style
* update snapshot
* fix int
2020-03-25 22:44:56 +08:00
xrkffgg
a1efc2876d
fix: input rtl style ( #22525 )
2020-03-23 18:04:44 +08:00
偏右
66f67051af
test: ✅ improve test for requestAnimationFrame ( #22433 )
...
* test: improve test for requestAnimationFrame
* ✅ fix test coverage
* fix test case
* fix test case
2020-03-20 15:07:47 +08:00
xrkffgg
6e153c9116
fix: name
2020-03-19 16:44:16 +08:00
xrkffgg
f79d57a58a
style: add rtl.less of Input
2020-03-19 16:05:10 +08:00
xrkffgg
6f4d27985e
fix: inputgroup search icon ( #22197 )
2020-03-14 12:41:55 +08:00
偏右
339b785815
🎬 improve input demo and test case ( #22016 )
2020-03-09 16:15:19 +08:00
偏右
8dd8a19d6f
🐛 Fix TextArea[autoSize] don't scroll bottom in Firefox ( #22014 )
...
close #21870
2020-03-09 16:04:51 +08:00
tdida
23e48552ad
fix: Input.Password ConfigProvider prefixCls not work ( #21953 )
...
* fix: Input.Password ConfigProvider prefixCls not work
* test: add ConfigProvider Input.Password test
Co-authored-by: TDiDa <>
2020-03-07 15:11:44 +08:00
xrkffgg
c162bff8ab
style: add search input border color in RTL ( #21946 )
2020-03-06 18:09:37 +08:00
偏右
5bb8f585de
add outline-fade less variable ( #20227 )
...
Co-authored-by: 偏右 <afc163@gmail.com>
2020-03-05 20:39:03 +08:00
afc163
c5e5a8c895
✅ update snapshots
2020-03-05 20:32:38 +08:00
xrkffgg
1d37cf3cdf
fix: input group demo ( #21751 )
2020-03-02 12:24:24 +08:00
偏右
e4505f5bf6
🐛 Fix Input.Search border when has prefix ( #21753 )
2020-03-02 12:18:23 +08:00
二货机器人
adb323cec2
chore: icons save bundle size without treeShaking ( #21752 )
...
* alert
* more icons
* another grouping
* all done
2020-03-02 12:09:38 +08:00
GJ Wang
f78332171e
docs: fix size props ( #21724 )
2020-03-01 18:24:59 +08:00
二货机器人
04bfb21923
fix: TextArea warning with React 16.13 ( #21703 )
...
* fix: TextArea auto height warning
* comment it
* popout textarea test case
* no warning in react 16.13
2020-02-29 16:44:04 +08:00
信鑫-King
c17b40ae70
fix: dark background in different container ( #21299 )
...
* fix: comment and input
* fix: add @pagination-item-input-bg
* feat: add @list-customize-card-bg for dark hook component
* feat: add dark hook
* fix: checkbox color
* fix: popover-customize-border-color
* fix: table
* fix: style lint
* fix: debug
* fix: color
* fix: update colors
* fix: demo
* feat: popover container bg use mixins utils
* fix: less dark
* fix: table bg in dark
* fix: fixed table
* fix: lint
* fix: lint
* feat: add @table-expand-icon-bg
* fix: notification bg
* fix: remove dark.md
* fix: dropdown
* fix: table
* fix: data lint
* fix: style
* fix: dark less style
* fix: @steps-background
* fix: add thead dark style
* fix: unused styles
2020-02-24 22:44:29 +08:00
二货机器人
7e649ec1b6
fix: Input with readOnly should not clearable ( #21494 )
2020-02-20 19:56:22 +08:00
二货机器人
9f26e7a85e
fix: Form item has default height align with form size ( #21476 )
...
* fix: Form item has default height align with form size
* fix lint
* update snapshot
2020-02-19 22:04:25 +08:00
二货机器人
ed1959c13e
fix: Input click should get focus ( #21413 )
...
* fix: Click border should also focus
* update snapshot
* update snapshot
* fix TextArea
* update snapshot
2020-02-17 19:12:42 +08:00
偏右
49b7a0ccd2
test: Increase Slider and Input test coverage ( #21364 )
...
* ✅ Add test case to Slider
* increae cov and make hidden textarea works with screen readers
2020-02-13 17:32:07 +08:00
二货机器人
4192c1f6d9
fix: Some input style issue ( #21316 )
...
* fix firefox flex bug
* fix input wrapper style
* fix clear text style
* update snapshot
2020-02-10 15:26:32 +08:00
Amumu
02a71d0ddd
fix: form item Input size error with prefix or suffix ( #21290 )
...
* fix form item Input size error with prefix and suffix
* snapshot
* add test case
* revert width
2020-02-09 11:57:42 +08:00
afc163
25d2f1b3e2
✅ some tests should run when mount to document.body
2020-02-04 18:03:16 +08:00
Chris Frisina
0b4caf96d1
docs: Clarifying property conflicts in English ( #21118 )
...
* clarifying conflicts in english
To show which property it conflicts with
* Update index.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
2020-01-29 21:44:34 +08:00
二货机器人
996b7bc8f0
fix: Input suffix should work with append ( #21105 )
2020-01-25 17:50:03 +08:00
二货机器人
8bf66ce8be
fix: Input affix use inline-flex ( #20872 )
...
* fix: Input affix use inline-flex
* update snapshot
2020-01-14 11:59:38 +08:00
偏右
0d29a3dab9
Update presuffix.md
2020-01-13 20:55:34 +08:00
二货机器人
3fa274190e
Remove magic number of style align ( #20869 )
...
* fix: Adjust baseline align
* clean up
* Select style
* fix lint
2020-01-13 19:36:27 +08:00
二货机器人
05ebf0f8cc
chore: Not block input when Input value is undefined
( #20783 )
...
* chore: Input should not block input when `value` is undefined
* add test casw
* Fix test case & add breaking change in changelog
* fix prevValue logic
* patch change log
2020-01-09 11:13:07 +08:00
二货机器人
222849235d
fix: TextArea autoSize blink in FireFox ( #20737 )
2020-01-07 20:57:42 +08:00
骗你是小猫咪
5398f24a97
refactor: improve digital input in tooltip demo ( #20702 )
...
* refactor: improve digital input in tooltip demo
* fix lint
2020-01-07 11:42:31 +08:00
信鑫-King
cb528da8ed
fix: dark theme in 4.0 ( #20642 )
...
* fix: rtl direction bug
* 📝 dark theme usage docs
* fix: sketch download
* fix: theme dark
* 📝 empty image
* fix: dark form with mixture components like picker, input
* 📝 update sketch release download
* fix: remove inline-menu sub shadow
2020-01-03 19:00:01 +08:00
二货机器人
d6cb50b4fd
revert: "refactor: Remove duplicated less loop" ( #20636 )
...
* Revert "refactor: Remove duplicated less loop (#20590 )"
This reverts commit af2d803829
.
* Update package.json
2020-01-03 15:20:28 +08:00
二货机器人
5ebac5f9d6
feat: Form & ConfigProvider support component size ( #20570 )
...
* feat: Support form & ConfigProvider set component size
* update snapshot
* fix lint
* rm only
* update doc
* Table & Card support sizing
* Update snapshot
* fix lint
* update snapshot
* flush rest snapshot
2020-01-03 13:38:16 +08:00
afc163
08f3643272
✅ resolve merge conflict
2020-01-03 12:09:35 +08:00
二货机器人
af2d803829
refactor: Remove duplicated less loop ( #20590 )
...
* refactor: Remove duplicated less loop
* update snapshot
* add more test case
2020-01-02 21:21:57 +08:00
Saeed Rahimi
676de29eb4
feat: added rtl direction to all of ant-design components ( #19380 )
...
* rtl demo change en-us description
* change bundlesize css limit
* RTL: modal component (exclude confirm)
* RTL: table component
* RTL: pagination component
* cleanup rtl demo
* fix pagination.tsx compile error
* RTL: button and button-group
* RTL: Steps component
* fix rtl demo style
* fix input suffix icon alignment
* fix select component arrow issue
* RTL: form component
* add pagination rtl test
* fix test lint error
* RTL: rate component
* RTL: radio and radio group components
* RTL: tree-select component
* some fixes to RTL components
* RTL: badge component
* fix rtl issue in inline form
* fix input component rtl padding issue
* fix switch component text rtl issue
* fix table grouped header text-align
* add rtl support to whole demo with RTL button
* Update rtl demo responsive
* RTL: page-header component
* RTL: typography component
* RTL: Dropdown (Partial)
* update config-provider doc
* RTL: input component
* RTL: select component
* RTL: switch component
* RTL: tree component
* fix rtl demo lint
* rtl demo change en-us description
* RTL: modal component (exclude confirm)
* RTL: table component
* RTL: pagination component
* cleanup rtl demo
* RTL: button and button-group
* RTL: Steps component
* fix rtl demo style
* fix input suffix icon alignment
* RTL: form component
* RTL: rate component
* RTL: radio and radio group components
* RTL: tree-select component
* RTL: badge component
* fix rtl issue in inline form
* fix input component rtl padding issue
* add rtl support to whole demo with RTL button
* fix lost changes after rebase
* fix lint errors
* RTL: Transfer Component
* RTL: upload component
* RTL: update avatar demo
* RTL: comment component
* RTL: collapse component
* RTL: carousel component
* update snapshots
* RTL: Card component
* RTL: descriptions component
* RTL: Empty component
* RTL: list component
* RTL: slider component
* slider component import/order
* add shared rtlTest
* RTL: Statistic component
* RTL: tooltip components
* RTL: popover component
* RTL: timeline component
* RTL: tag component
* RTL: alert component
* RTL: drawer component
* RTL: Tab component
* change direction definition
* RTL: progress component
* input.tsx, remove duplicate after rebase
* fix demo.less after rebase
* fix ant-row-rtl after rebase
* fix upload issues in rtl
* badge rtl demo margin fix
* fix: tabs with icon margin
* fix: radio-wrapper margin
* fix: table component after rebase
* fix: centered modal text-align
* update slider snapshot
* RTL: popconfirm component
* RTL: back-top component
* RTL: spin component
* RTL: result component
* RTL: skeleton component
* RTL: menu component
* RTL: time-picker component
* RTL: calendar component
* RTL: date-picker component
* RTL: home page
* update snapshots
* test: add auto-complete rtl test
* test: add avatar component rtl tests
* test: add badge component rtl tests
* test: add breadcrumb component rtl tests
* test: add button components rtl tests
* test: add card component rtl tests
* test: add carousel component rtl tests
* test: add cascader component rtl tests
* test: add checkbox component rtl tests
* test: add collapse component rtl tests
* test: add comment component rtl tests
* test: add dropdown component rtl tests
* test: add empty component rtl tests
* test: add form component rtl tests
* test: add grid component rtl tests
* test: add input component rtl tests
* test: add search component rtl tests
* test: add input-number component rtl tests
* test: add layout component rtl tests
* test: add list component rtl tests
* test: add mentions component rtl tests
* test: add modal component rtl tests
* test: add page-header component rtl tests
* test: add pagination component rtl tests
* test: add radio component rtl tests
* test: add rate component rtl tests
* test: add select component rtl tests
* test: add slider component rtl tests
* test: add steps component rtl tests
* test: add switch component rtl tests
* test: add table component rtl tests
* test: add transfer component rtl tests
* test: add tree component rtl tests
* test: add tree-select component rtl tests
* test: add typography component rtl tests
* test: add upload component rtl tests
* test: add affix component rtl tests
* update calendar tests
* increase css file maxSize
* update snapshots
* remove workflows to allow push
* remove duplicate reverse prop from slider
* fix: remove table demo from config-provider
* fix: remove table demo from config-provider
* fix lint error
* Added direction property to ConfigProvider
* cascader rtl tests added
* update config-provider doc
* RTL: grid system
* RTL: input component
* RTL: switch component
* fix rtl demo lint
* RTL: modal component (exclude confirm)
* RTL: table component
* RTL: pagination component
* cleanup rtl demo
* fix pagination.tsx compile error
* RTL: button and button-group
* RTL: Steps component
* fix rtl demo style
* RTL: form component
* add pagination rtl test
* RTL: rate component
* RTL: radio and radio group components
* RTL: tree-select component
* RTL: badge component
* fix rtl issue in inline form
* fix input component rtl padding issue
* add rtl support to whole demo with RTL button
* RTL: input component
* RTL: select component
* RTL: switch component
* RTL: tree component
* fix rtl demo lint
* rtl demo change en-us description
* RTL: modal component (exclude confirm)
* RTL: table component
* RTL: pagination component
* cleanup rtl demo
* RTL: button and button-group
* RTL: Steps component
* fix rtl demo style
* fix input suffix icon alignment
* RTL: form component
* RTL: rate component
* RTL: radio and radio group components
* RTL: tree-select component
* RTL: badge component
* fix rtl issue in inline form
* fix input component rtl padding issue
* add rtl support to whole demo with RTL button
* input.tsx, remove duplicate after rebase
* fix ant-row-rtl after rebase
* update snapshots
* test: add cascader component rtl tests
* test: add pagination component rtl tests
* update calendar tests
* update snapshots
* fix: remove table demo from config-provider
* fix: remove table demo from config-provider
* fix lint error
* update direction.md icons
* dropdown and cascader default placement in rtl
* update snapshots
* fix lint errors
* remove duplicate import
* update snapshots
* update snapshot
* update calendar snapshot
* update snapshots
* integrate with new rc-picker
* update snapshots
* fix lint errors
* update snapshot
* update snapshots
* update snapshots
* update snapshots :|
* update snapshots
* fix compile error.
* fix typo after rebase
* update snapshots
* remove workflows to allow push
* update snapshots
* update snapshots
* fix dist error
* front-page css fix
* update snapshots
* fix lint and test issues
* restore cascader index.less
* update snapshots
* fix logo in rtl and demo controls
* ci errors
* resolve steps/index.tsx conflicts
* tooltip family demo remove inline style
* resolve table/Table.tsx conflicts
* resolve modal/Modal.tsx conflicts
* resolve cascader/index.tsx conflicts
* add workflows from upstream
* update snapshots
* revert logo to default
* fix codebox demo direction of placements
* resolve tooltip overlayClassName conflicts
* update snapshots
* update popover test
* fix: cascader miss popupClassName
* fix: fix select missing dropdownClassName
* chore: Update snapshot
* chore: Adjust menu use rtl logic
* docs: Update demo line color
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2020-01-02 19:10:16 +08:00
vagusX
da8ebb973a
feat: use @ant-design/icons@4.0.0-alpha.19 to fix ref issue ( #20588 )
2020-01-02 14:11:12 +08:00
偏右
2adf8ced24
fix: 💄 Remove Input.Password value attribute from dom ( #20544 )
...
* 💄 Remove Input.Password value attribute in dom
close #20541
close #7761
close #19959
close #20536
close #12672
close #10952
* ✅ fix test coverage
* 🐛 fix defaultValue create `value` attribute in Input.Password
2019-12-31 14:41:09 +08:00
偏右
7dea548551
refactor: 🗑 remove deprecated or compatibility css code ( #20547 )
...
* 🗑️ remove deprecated or compatibility css code
* ✅ update snapshots
* ✅ fix test case and compile error
* ✅ fix stylelint
2019-12-31 11:54:39 +08:00
Yash Joshi
8b81ce7cc3
fix: select icon on hover & focus in input.group ( #20504 )
2019-12-28 16:13:33 +08:00
ycjcl868
cb788dc77c
chore: update snapshot
2019-12-26 15:42:08 +08:00
ycjcl868
0306096356
chore: update snapshot
2019-12-26 15:15:46 +08:00
ycjcl868
a8579affd1
Merge origin/4.0-prepare into feat-dark-palette
2019-12-26 15:04:53 +08:00
Amumu
29b4b7004e
docs upgrade ( #20460 )
2019-12-26 14:37:39 +08:00
ycjcl868
e9c5667596
Merge origin/4.0-prepare into feat-dark-palette
2019-12-26 11:28:05 +08:00
vagusX
a0beb0f8df
feat: update to @ant-design/icons@4.0.0-alpha.16 ( #20451 )
2019-12-26 00:27:59 +08:00
Amumu
9120ff8c42
feat: TextArea add support onResize ( #20408 )
...
* textarea add support onresize
* add test case
* Improve code coverage
* improve
* snapshot
* improve test case
* none
* update docs
2019-12-25 22:02:19 +08:00
ycjcl868
27a3758e1f
fix: input group demo dark
2019-12-25 21:48:54 +08:00
ycjcl868
bd2633d303
Merge 4.0-prepare into feat-dark-palette
2019-12-25 21:13:07 +08:00
zombiej
6dc5a8c2f4
update snapshot
2019-12-25 20:07:10 +08:00
ycjcl868
4dc860decf
Merge origin/4.0-prepare into feat-dark-palette
2019-12-25 19:32:38 +08:00
zombiej
9e8ce489e9
merge master
2019-12-25 19:09:17 +08:00