afc163
10a8490b1f
chore: fix listStyle type, #31322
2021-07-09 11:14:07 +08:00
afc163
7b16310699
docs: add instruction about form rule whitespace
( #31329 )
...
close #31325
close #31287
2021-07-09 11:10:10 +08:00
Rainy
6f0df8d1e4
fix: Transfer listStyle
to optional property ( #31322 )
2021-07-09 10:56:31 +08:00
Map1en_
859bf59084
fix(DatePicker): panel body not centered when used in Table ( #31306 )
...
* fix(Table): DatePicker cell texts are not centered when used in Table
close #31289
* fix(DataPicker): panel body not centered when used in Table
* fix: replace :is selector
* fix: style
2021-07-08 17:54:34 +08:00
afc163
b9390b441c
fix: Desciptions border missing when inside Table ( #31307 )
...
close #31274
2021-07-08 13:08:21 +08:00
afc163
af1d176d70
test: update snapshot
2021-07-08 12:58:11 +08:00
diye
e9666f885b
fix: input-number wrapper's border triggers hover unexpectedly ( #31300 )
...
Co-authored-by: diye <diyews@users.noreply.github.com>
2021-07-08 12:10:32 +08:00
Map1en_
44313997da
fix(Table): incomplete display of the top border of table when the window is small ( #31298 )
...
close #31279
2021-07-08 09:39:09 +08:00
aoxiang78
0984bae2cc
fix: path error when packaging the component style export file in the windeos environment ( #31277 )
...
In the windeos environment:
"Lib/style/components.less" will generate the following path "@import "../xx\style\index.less";" This is wrong
Now use path.posix.join to be compatible with multi-platform packaging
2021-07-07 17:53:14 +08:00
afc163
f9c4539fc7
chore: upgrade @types/gtag.js ( #31293 )
2021-07-07 17:38:31 +08:00
Map1en_
98fde16089
fix(Avatar): the translation po of avatar group ( #31276 )
2021-07-06 14:40:58 +08:00
TravisChen
6b53552bad
docs(migration): onChange will also trigger when pageSize value changed ( #31270 )
...
* doc(migration): onChange will also trigger when pageSize value changed
* fix(migration): onChange will also trigger when pageSize value changed
2021-07-06 10:53:30 +08:00
Map1en_
a4d7d61b8c
fix(locale): add selectNone for en_GB locale file ( #31264 )
...
#30938
2021-07-05 16:01:15 +08:00
Ikko Ashimine
148678b08d
chore: typo in comment ( #31255 )
...
alway -> always
2021-07-03 16:05:30 +08:00
afc163
c60740d4b4
test: fix compressed-size error again ( #31251 )
2021-07-02 21:58:10 +08:00
afc163
17efd566dc
test: fix compressed-size error ( #31246 )
2021-07-02 19:53:24 +08:00
afc163
f93a137fab
fix: Form Input error outline color ( #31240 )
...
close #31236
2021-07-02 19:07:11 +08:00
afc163
1626157dae
style: Rate focus ring style in safari ( #31241 )
...
Safari don't support :focus-visible
2021-07-02 15:17:06 +08:00
Kermit
5ea0628f53
fix(table): selectedRows of rowSelection should always keep sync ( #31224 )
...
* fix(table): selectedRows of row selection should always keep sync
* chore: update comment
2021-07-02 13:37:55 +08:00
afc163
a6715fe774
style: tweak select arrow icon position ( #31234 )
2021-07-02 13:23:28 +08:00
dependabot[bot]
3b98f83df1
chore(deps-dev): bump husky from 6.0.0 to 7.0.0 ( #31228 )
...
Bumps [husky](https://github.com/typicode/husky ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v6.0.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: husky
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-07-01 20:51:27 +08:00
Nikesh
3647a30073
docs: add missing word ( #31219 )
...
```Can set `width: 100%` fill a row.```
should be
```Can set `width: 100%` to fill a row.```
2021-07-01 11:20:30 +08:00
afc163
27642b23ba
docs: update menu developers notes
2021-06-30 18:04:15 +08:00
afc163
14521d32d9
fix: shouldn't trigger onBlur when clear input ( #31202 )
...
close #31200
2021-06-30 13:48:22 +08:00
afc163
19cd3519dd
fix: Tooltip arrowPointAtCenter 1px shift bug ( #31201 )
...
close #31197
2021-06-30 11:48:11 +08:00
wangao
7a10ed1e12
fix(FormItem): add name as default variables.label value ( #30179 )
...
* fix(FormItem): add name as default variables.label value
* test(Form.Item): add name as default test
2021-06-30 11:32:34 +08:00
afc163
4e12007441
demo: update components/table/demo/edit-cell.md
2021-06-30 11:15:12 +08:00
afc163
a047de206e
fix: Menu item color style transtion ( #31189 )
...
close https://github.com/ant-design/ant-design/issues/31069#issuecomment-866052544
2021-06-29 19:04:37 +08:00
afc163
f73a7d2e1a
fix: Dropdown.Button do not support overlayClassName ( #31187 )
2021-06-29 17:55:02 +08:00
Map1en_
3bd725c79e
fix(Pagination): make the pattern of disabled-active buttons from pagination and that of radio consistent ( #31185 )
...
close #31103
2021-06-29 17:37:35 +08:00
Ricardo Morais
d6b623633a
fix(Table): Fixed filtering in columns with children ( #30815 )
...
* Fixed filtering in columns with children.
* Added entries to the changelog files.
* Revert "Added entries to the changelog files."
This reverts commit 26a08bdc
Co-authored-by: moraispgsi <moraispgis@gmail.com>
2021-06-29 17:07:47 +08:00
陈帅
7b61e76123
docs: add 4.16.6 changelog ( #31174 )
...
* docs: add 4.16.6 changelog
* Update CHANGELOG.en-US.md
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
2021-06-29 13:14:51 +08:00
afc163
6b66dee06c
fix: restore Tree loading when loadData fail ( #31170 )
...
* update snapshot
* update snapshot
2021-06-28 23:19:18 +08:00
dependabot[bot]
42dcd5aa37
chore(deps-dev): bump eslint-plugin-unicorn from 33.0.1 to 34.0.0 ( #31168 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 33.0.1 to 34.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v33.0.1...v34.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-28 22:55:14 +08:00
dependabot[bot]
4884cdeda4
chore(deps): bump rc-tree from 4.1.5 to 4.2.0 ( #31169 )
...
Bumps [rc-tree](https://github.com/react-component/tree ) from 4.1.5 to 4.2.0.
- [Release notes](https://github.com/react-component/tree/releases )
- [Changelog](https://github.com/react-component/tree/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-component/tree/compare/v4.1.5...v4.2.0 )
---
updated-dependencies:
- dependency-name: rc-tree
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-28 20:00:19 +08:00
afc163
bb91bb3abb
chore: new Ant Design logo font family ( #31135 )
...
* chore: new Ant Design logo font family
* fix stylelint
* update logo
2021-06-27 12:23:35 +08:00
wwwxy
e4b3a7c0f6
fix: website Header SearchBar locale issue ( #31134 )
2021-06-25 15:11:23 +08:00
stygian-desolator
af94f3f537
perf: reduce Progress animation cpu usage ( #31128 )
...
close #31124
2021-06-25 14:00:18 +08:00
afc163
feba8d62ed
test: update snapshot
2021-06-25 13:38:07 +08:00
A113n
01b928dc03
fix: color props not working on popover arrow ( #31127 )
...
Co-authored-by: A113n <a113nzhang@gmail.com>
2021-06-25 13:37:34 +08:00
Jehu
09bb8ee80e
docs: doc of tooltip add overlayInnerStyle ( #31119 )
...
* docs: doc of tooltip add overlayInnerStyle
* Update components/tooltip/index.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update components/tooltip/index.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-06-25 11:04:00 +08:00
afc163
399f073001
docs: release 4.16.5
2021-06-24 00:17:22 +08:00
afc163
d2222ea613
docs( ✨ ): release 4.16.4 ( #31112 )
...
* docs(✨ ): release 4.16.4
* add pr author
2021-06-23 23:17:00 +08:00
dependabot[bot]
ce59418598
chore(deps-dev): bump @types/gtag.js from 0.0.5 to 0.0.6 ( #31086 )
...
Bumps [@types/gtag.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gtag.js ) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gtag.js )
---
updated-dependencies:
- dependency-name: "@types/gtag.js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23 23:14:48 +08:00
Jiehui
92f573e2ee
docs: Update the instance description of FormInstance ( #31106 )
2021-06-23 19:46:58 +08:00
netcon
6ee413c604
fix: span element should not contains p element in Badge ( #31042 )
...
fixes #30916
2021-06-22 22:53:55 +08:00
Xu Zhiwei
558ac8fce2
docs: default props of message.config ( #31078 )
...
Co-authored-by: xuzhiwei <“xuzhiwei@qtrade.com.cn”>
2021-06-22 13:33:01 +08:00
zombiej
e2cc3b4720
docs: Update Menu faq
2021-06-22 11:22:39 +08:00
xrkffgg
f4380689f6
ci: remove package.json
2021-06-18 19:30:22 +08:00
二货机器人
2f6f6f0e6e
fix: Menu overflow indicator theme should fixed ( #31043 )
2021-06-18 16:06:19 +08:00