二货机器人
3d7ed0815b
fix: not warning if Form.Item unmount ( #34405 )
3 years ago
Jungzl
75429d3b99
docs: fix select fieldNames typo ( #34399 )
3 years ago
Uladzimir Atroshchanka
662f3ade06
feat: Breadcrumb accessibility improvements ( #34082 )
* add accessibility to the breadcrumb component
* feat: add accessibility to the breadcrumb component
* test: breadcrumb accessibility
3 years ago
Fisher
793b61e9db
fix(transfer): footer类型定义支持direction ( #34337 )
3 years ago
dependabot[bot]
0d2ee1d67f
chore(deps-dev): bump jest-axe from 5.0.1 to 6.0.0 ( #34392 )
Bumps [jest-axe](https://github.com/nickcolley/jest-axe ) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/nickcolley/jest-axe/releases )
- [Changelog](https://github.com/nickcolley/jest-axe/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nickcolley/jest-axe/commits/v6.0.0 )
---
updated-dependencies:
- dependency-name: jest-axe
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>
3 years ago
二货机器人
235ab32f44
fix: Dropdown not auto adjust placement ( #34390 )
3 years ago
MadCcc
b199d9d2fa
fix: input lg font size ( #34381 )
3 years ago
Dennis273
d12614fdbb
docs(Spin): fix en-US description of `spinning` prop ( #34382 )
Previous description indicates that Spin is visible but not spinning when `spinning === false`. According to ZH-CN doc, Spin is not visible when `spinning === false`.
3 years ago
afc163
c69604ad5f
chore: resposive.md => responsive.md ( #34368 )
* chore: resposive.md => responsive.md
* update snapshot
3 years ago
afc163
e1f453c988
refactor: Replace ConfigConsumer to ConfigContext ( #34365 )
3 years ago
MadCcc
abed625380
docs: changelog 4.19.1 ( #34357 )
* docs: changelog 4.19.1
* docs: update
3 years ago
MadCcc
33ddc539df
refactor: Input.Group use context hook ( #34361 )
3 years ago
二货机器人
8fe8df777e
fix: csp not work on icon ( #34356 )
3 years ago
MadCcc
6ef85f654d
fix: password icon color ( #34354 )
3 years ago
MadCcc
cea2663b6c
docs: changelog 4.19.1-alpha.0 ( #34352 )
* docs: changelog 4.19.1-alpha.0
* docs: update
* docs: update
* docs: update
3 years ago
MadCcc
868a17736a
fix: status less compile error ( #34350 )
3 years ago
github-actions[bot]
895280971c
chore: auto merge branchs ( #34343 )
chore: merge master into feature
3 years ago
MadCcc
ae77463db4
docs: 4.19.0 changelog ( #34328 )
* docs: 4.19.0 changelog
* docs: update
* docs: update
* docs: update
* Update CHANGELOG.en-US.md
* Update CHANGELOG.zh-CN.md
3 years ago
MadCcc
c7f6e1f199
refactor: clearIcon in allowClear ( #34340 )
* refactor: Input allowClear api upadte
* test: add test
3 years ago
xrkffgg
ace24bff87
ci: fix ie11 close
3 years ago
vagusX
92cd76037b
chore: fix changelog print for author info in github web ( #34326 )
3 years ago
MadCcc
77960c3f75
feat: Input support clearIcon ( #34325 )
* feat: Input support clearIcon
* docs: update Input api
3 years ago
MadCcc
8d7f137a09
test: add boolean value input test ( #34324 )
3 years ago
afc163
0acb9901ea
fix: Form.Item "React does not recognize the requiredMark prop on a DOM element" ( #34323 )
close #34310
3 years ago
github-actions[bot]
6ab61e420c
chore: auto merge branchs ( #34293 )
chore: merge feature into master
3 years ago
afc163
0e27f8af7e
fix: typography title margin issue ( #34302 )
3 years ago
github-actions[bot]
d595229d6b
chore: auto merge branchs ( #34306 )
chore: sync feature into master
3 years ago
afc163
1df2ecd66e
fix: Tree filter select all behavior ( #34295 )
ref https://github.com/ant-design/ant-design/issues/34280
3 years ago
MadCcc
5d51e8b5b4
fix: limit input class due to rc-input won't override input class ( #34294 )
* fix: limit input class due to rc-input won't override input class
* fix: add feedback into affix judgement
3 years ago
黑雨
c7fe1c8e26
fix: editable Typography.Title should match font size while editing ( #34169 )
* feat: editable Typography.Title should match font size while editing
* feat: update style
* feat: update style
* feat: update style
* feat: style lint
* feat: update style
* Update components/typography/style/index.less
* Update components/typography/Editable.tsx
* feat: reorganize css
* feat: style lint
* feat: update snap
Co-authored-by: afc163 <afc163@gmail.com>
3 years ago
Karott Schu
03d8556d8c
docs: add description about onClear prop in AutoComplete doc ( #34292 )
3 years ago
github-actions[bot]
1cd87b4a6a
chore: auto merge branchs ( #34282 )
chore: merge feature into master
3 years ago
github-actions[bot]
9bcd45fac2
chore: auto merge branchs ( #34266 )
chore: sync master into feature
3 years ago
aghArdeshir
b1fc8a5d7d
style: remove overriding !important from input border right width styles ( #34178 )
3 years ago
Zach Bird
1042829e49
fix: Form doc "resetFields" args type ( #34262 )
3 years ago
二货机器人
a05a8674e9
refactor: Wrap affix with FC ( #34254 )
* test: fix
* chore: ts fix
* chore: update ts def
* test: fix test
3 years ago
Long Hao (龙濠)
cfca106c4a
refactor: change usecontext of divider prepare for v5 ( #34246 )
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
3 years ago
dependabot[bot]
ee6c23c584
chore(deps-dev): bump typescript from 4.5.5 to 4.6.2 ( #34249 )
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.5.5 to 4.6.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.6.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
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>
3 years ago
KaKaHuoLuoTe
f11fa6552d
feat: add utm to mastergo's links ( #34248 )
3 years ago
KaKaHuoLuoTe
74d6595dff
docs: update links of mastergo ( #34242 )
3 years ago
二货机器人
811fed2fc2
refactor: Update rc-slider ( #34234 )
* chore: Update rc-slider version
* chore: bump
* chore: update sty;e
* fix: style
* test: update snapshot
* test: all fixed
* fix lint
3 years ago
MadCcc
bfebb88bdb
feat: introduce rc-input ( #34206 )
* feat: introduce rc-input
* fix: export InputRef alias
* docs: fix demo
* chore: code clean
* test: fix lint
* test: test coverage
* chore: code clean
* chore: code clean
* test: update snapshot
3 years ago
xrkffgg
4678534c59
docs: add changelog 4.18.9 ( #34236 )
* docs: add changelog 4.18.9
* docs: update
* docs: update
* Update CHANGELOG.zh-CN.md
3 years ago
xrkffgg
7161579a32
docs: update maintainer for changelog script
3 years ago
github-actions[bot]
faff0ec888
chore: auto merge branchs ( #34226 )
chore: sync master into feature
3 years ago
qdzhaoxiaodao
1a2ced6874
feat: add variable for aliyun theme of radio ( #34194 )
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
3 years ago
qdzhaoxiaodao
2082b3717a
feat: add variable for aliyun theme of divider ( #34187 )
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
3 years ago
qdzhaoxiaodao
6c1057724a
feat: add variable for aliyun theme of modal ( #34191 )
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
3 years ago
vagusX
582ce4f6d5
fix: remove lock for eslint-plugin-react ( #34220 )
3 years ago
qdzhaoxiaodao
3b0174dbdb
feat: add variable for aliyun theme of dropdown ( #34189 )
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
3 years ago