Commit Graph

20828 Commits

Author SHA1 Message Date
二货机器人
b7bb7a5e59
fix: italic should not warning (#31004)
resolve #31002
2021-06-16 15:52:05 +08:00
二货机器人
398b406c7f
fix: Space use gap should not keep negative margin (#31000) 2021-06-16 13:34:22 +08:00
afc163
c671b4e3f1
fix: Input.Password border color (#30999)
* chore: form demo style

* fix: Input.Password hover border color in Form
2021-06-16 13:05:55 +08:00
afc163
d1bd9093db fix: table resize demo snapshot 2021-06-16 12:04:17 +08:00
afc163
4963117cac chore: fix demo typo name
close https://github.com/ant-design/ant-design/pull/30994
2021-06-16 11:52:02 +08:00
Ikko Ashimine
fc519ff8a8
docs: fix typo in faq.en-US.md (#30994)
indepent -> independent
2021-06-16 11:47:57 +08:00
afc163
c5dfd61cf5 docs: fix articles empty bug 2021-06-15 19:15:41 +08:00
afc163
34d7a1c80c docs: info about disabledDate currentDate argument
close #30987
2021-06-15 16:04:23 +08:00
afc163
4cdd24f4ec
chore: should use @{table-prefix-cls} (#30983) 2021-06-15 14:52:00 +08:00
vagusX
0d619766e0
feat: new algolia SearchBar (#30942)
close #30812
2021-06-15 14:51:11 +08:00
信鑫-King
fbcbf4d522
docs: release 4.16.3 (#30976)
* docs: 4.16.3 changelog

* docs: changelog

* chore: version

* Update CHANGELOG.en-US.md

Co-authored-by: xrkffgg <xrkffgg@gmail.com>

* docs: changelog

Co-authored-by: xrkffgg <xrkffgg@gmail.com>
2021-06-15 10:13:32 +08:00
hkhere
83b7d75d83
docs: fix minor grammar errors in README.md (#30980) 2021-06-15 08:58:01 +08:00
vagusX
fb15683529
fix: keep selected theme when searching (#30977) 2021-06-14 17:30:11 +08:00
afc163
7ae9b947ea
fix: Table fixed column header hover background (#30972)
close #30969
2021-06-14 12:39:45 +08:00
二货机器人
ce1aad03da
docs: Use cdn to speed up (#30973) 2021-06-13 16:23:12 +08:00
xiejiahe
fe35f4166d
style: Condition 'typeof enterButton === 'undefined'' is always false. (#30970) 2021-06-13 12:54:35 +08:00
gaozhenqian
832aa81c82
fix(Tooltip): the mistake that tooltip mount on wrong dom (#30963)
when getPopupContainer of tooltip's props is undefined or null
2021-06-11 21:26:40 +08:00
afc163
7601f62ec0
fix: Button loading margin lost when children is fragment (#30962)
close #30953
2021-06-11 16:32:46 +08:00
afc163
b9733aa1f5
docs: correct install command (#30956)
close #30918
close #30913
2021-06-11 08:34:16 +08:00
afc163
1d894a2276 test: update snapshot 2021-06-10 13:10:15 +08:00
Jeremy Naccache
b5a7f307b9
docs: fix url name (#30937) 2021-06-10 00:36:27 +08:00
xrkffgg
2250ed5335
ci: fix issue check (#30933) 2021-06-09 20:19:38 +08:00
Wendell
748be64337
chore: Table warn about miss matched filter key (#30882)
* fix: warn about miss matched filter key

close #28107

* fix: add sortBy for correct array equal

* fix: fix warning message

* fix: fix lint
2021-06-09 12:19:31 +08:00
afc163
73102377af fix: demo snapshot 2021-06-09 12:09:53 +08:00
afc163
effcd06a4f
Update issue-open-check.yml 2021-06-09 11:46:20 +08:00
afc163
dd2d22698a
docs: Typography add demo of ellipsis from middle (#30914)
* docs: Add demo of ellipsis from middle

* fix demo
2021-06-09 11:44:20 +08:00
xrkffgg
f5c0d960e5
ci: remove site helper check 2021-06-08 20:02:59 +08:00
二货机器人
cada8e1ebc
fix: dropdown item use max width (#30911) 2021-06-08 17:02:25 +08:00
二货机器人
cedf59c886
fix: Menu dark mode hover style (#30907) 2021-06-08 16:15:55 +08:00
Michał Janicki
cc58210fa6
fix: Translation bug in a Table sorter popup [PL] (#30899)
Signed-off-by: Michal Janicki <michal@janicki.dev>

Co-authored-by: Michal Janicki <michal@janicki.dev>
2021-06-07 19:10:05 +08:00
afc163
ea2545fbc7
fix: Dropdown/DatePicker/Select/Cascader animation direction (#30892)
* fix: DatePicker/Select/Cascader/Select animation direction

close #30889

* fix modal

* fix message
2021-06-07 16:30:40 +08:00
zombiej
7897bd78bf docs: update site home recommand style 2021-06-07 11:46:20 +08:00
二货机器人
a49d74a0e4
docs: 4.16.2 changelog (#30884)
* docs: 4.16.2 changelog

* docs: exchange
2021-06-07 11:28:52 +08:00
afc163
16599d498c
Revert "docs: Update head.md (#30881)" (#30886)
This reverts commit 921315f582.
2021-06-07 11:05:17 +08:00
Diego Villacís
921315f582
docs: Update head.md (#30881) 2021-06-07 10:46:30 +08:00
二货机器人
c78a6b2270
chore: Adjust menu style (#30883) 2021-06-07 10:43:51 +08:00
二货机器人
b837ecd950
fix: Menu overflow with horizontal should not affect by float element (#30879)
* fix: Menu horizontal layout style

* test: Update snapshot

* fix: lint
2021-06-06 17:31:59 +08:00
叶枫
f288aff9fe
fix: Typography icons should ignore React.Fragment (#30869)
* feat: fix-text

* feat: 优化代码

* chore: add test

* chore: 打算重构 test

* chore: 重构 test

* chore: 重构 test

* chore: 重构 test

* feat: review

* feat: review

* feat: add test

* feat: add test

* fix: test

* fix: tsx

* fix: 优化

* fix: 优化

* fix: map 当前处理

* fix: getNode function

* fix: 优化方法

* fix: ci

* fix: aria-label
2021-06-06 13:41:26 +08:00
afc163
ad60e9544c
fix: Progress type="circle" error (#30855)
* fix: Progress `type="circle"` error

`Rendered more hooks than during the previous render`

close #30685

* update snapshot

* fix gradient strokeColor

* fix snapshot
2021-06-05 13:25:19 +08:00
afc163
e851fa4548
fix: Typography ellipsis width not correct (#30840)
close #30835
2021-06-04 15:39:46 +08:00
dependabot[bot]
618dc624bb
chore(deps-dev): bump eslint-plugin-unicorn from 32.0.1 to 33.0.0 (#30838)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 32.0.1 to 33.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v32.0.1...v33.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-03 14:57:45 +08:00
qqabcv520
47dfa1f2ca
fix: fix type declaration (#30776) 2021-06-03 09:36:04 +08:00
Dony Sukardi
0bc05bff5b
style(tooltip): add max-content width to size correctly (#30822) 2021-06-02 18:13:03 +08:00
林煌东
1358252779
docs: fix the problem of import errors in Rollup (#30823) 2021-06-02 15:29:42 +08:00
Kermit
f6b09a79b0
chore(table): optimize select all checkbox display logic (#30811) 2021-06-02 12:15:00 +08:00
二货机器人
023a1e0f88
fix: Dropdown selected keys (#30802)
* fix: Dropdown selected keys

* fix: less variable it
2021-06-01 13:34:03 +08:00
xrkffgg
678e768e18
docs: perf img show (#30803) 2021-06-01 13:28:25 +08:00
afc163
01d126b8d6
fix: Table column title styles (#30799)
* fix: Table column.title onClick

close #30787

* fix: Table ellipsis when has filters or sorters

close #27959
2021-06-01 11:36:56 +08:00
afc163
029b30ca3e
chore(📦): reduce bundlesize to 270kB again 2021-06-01 11:33:22 +08:00
afc163
9f0dbf2b4d
chore: upgrade to jest 27 (#30783)
* chore: upgrade devDeps

* upgrade @ant-design/tools

* support  CSS Minification

* test: jsdom as testEnvironment

* fix setImmediate

* update snapshot

* fix test

* fix test

* fix test

* fix test
2021-06-01 10:11:24 +08:00