afc163
6ea37b560c
docs( ✨ ): release 4.17.3 ( #33213 )
3 years ago
afc163
28855c23d9
fix: Button loading style missing in Firefox ( #33199 )
3 years ago
github-actions[bot]
d7b307926a
chore: auto merge branchs ( #33206 )
branch: merge master into feature
3 years ago
诸岳
602726dd63
fix(locale): Add missing zh-TW translation for Transfer ( #33209 )
Co-authored-by: 诸岳 <fuping.dfp@antgroup.com>
3 years ago
afc163
1db4ac2040
fix: Drawer title position ( #33205 )
3 years ago
github-actions[bot]
1f22ebb9d9
chore: auto merge branchs ( #33200 )
chore: sync master into feature
3 years ago
tangjinzhou
ad3ba274cd
fix: radio cursor style ( #33198 )
* fix: radio cursor style
* [CodeFactor] Apply fixes to commit 38721bb
[ci skip] [skip ci]
Co-authored-by: codefactor-io <support@codefactor.io>
3 years ago
afc163
2df7cc6f30
fix: Upload `data` type ( #33193 )
* fix: Upload `data` type
* fix eslint errors
3 years ago
zhichenshaw
eb3cf792cf
docs: Update index.zh-CN.md ( #33184 )
修复文档中 FormInstance 的 scrollToField方法 第二个参数 options 错误的类型
3 years ago
xrkffgg
499ee6c691
test: fix Alert test ( #33167 )
* text: fix Alert test
* test: style
* test: up snap
* test: up
3 years ago
songlinn
d4b4edf8ef
fix: fix badge animation end not trigger when parent is display:none ( #33083 )
Co-authored-by: songlin.chen <songlin.chen@leyantech.com>
3 years ago
xrkffgg
a04a4efc8b
Merge pull request #33163 from ant-design/master
chore: merge master into feature
3 years ago
元凛
97fd6d5b03
Revert "test: fix test error"
This reverts commit 3881e5d787
.
3 years ago
xrkffgg
3881e5d787
test: fix test error
3 years ago
xrkffgg
90f062e339
ci: fix checkout version ( #33164 )
* ci: fix checkout version
* chore: add more
3 years ago
元凛
830d3a50c1
docs: update badge
3 years ago
tangjinzhou
ea7c41b90a
fix: anchor add prefixCls ( #33085 )
Co-authored-by: undefined <undefined>
3 years ago
afc163
b34f72b1b6
test: fix ci warnings ( #33160 )
3 years ago
dependabot[bot]
b9a381e51d
chore(deps-dev): bump jsdom from 18.1.1 to 19.0.0 ( #33156 )
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 18.1.1 to 19.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/18.1.1...19.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
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
afc163
9f78bf2159
Merge branch 'StefSchenkelaars-accessibility-tests'
3 years ago
afc163
46e700fd87
Merge branch 'accessibility-tests' of https://github.com/StefSchenkelaars/ant-design into StefSchenkelaars-accessibility-tests
3 years ago
Tom And Jerry
e0c777d5b4
refactor: replace let with const ( #33134 )
* refactor: replace let with const
* refactor: replace let with const
* refactor: replace let with const
* refactor: replace let with const new
* Update components/affix/index.tsx
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
3 years ago
afc163
ef8179e6b5
chore: remove react-virtualized from demo
3 years ago
afc163
bcb5002f08
chore: fix ci in npm 8
3 years ago
dependabot[bot]
f0fb377d14
chore(deps-dev): bump react-helmet-async from 1.1.2 to 1.2.0 ( #33133 )
Bumps [react-helmet-async](https://github.com/staylor/react-helmet-async ) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/staylor/react-helmet-async/releases )
- [Commits](https://github.com/staylor/react-helmet-async/commits )
---
updated-dependencies:
- dependency-name: react-helmet-async
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
Stef Schenkelaars
98e36aa036
test: add test helper for accessibility
As proposed in #22343 , the components can be automatically validated
for accessibility. This adds a test helper that runs Axe to check
for accessibility violations.
3 years ago
afc163
e49a451650
fix: Select width bug when searching ( #32988 )
* fix: select placeholder should take place when searching
close #27688
* fix snapshot
3 years ago
二货机器人
441eb649bd
chore: bump version ( #33124 )
3 years ago
hydraZty
b4b44da5d1
fix: Radio dot offset when zooming ( #33086 )
Co-authored-by: hydraZty <hydra_zty@163.com>
3 years ago
二货机器人
4cc055749d
refactor: Move Table `rowSpan` & `colSpan` demo to `onCell` instead ( #33114 )
* docs: change doc of span demo
* docs: clear render props
3 years ago
github-actions[bot]
ad0aa8abf5
chore: auto merge branchs ( #33116 )
chore: feature merge master
3 years ago
zombiej
1698426161
test: Update snapshot
3 years ago
Frank Fang
de33041bb0
chore: refactor some code ( #33034 )
* Refactor some code
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
* [CodeFactor] Apply fixes
[ci skip] [skip ci]
* rename abbr to sizeClassNameMap
* refactor: Button size class name
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: codefactor-io <support@codefactor.io>
3 years ago
Qiuxu
9b46aa5133
fix: carousel type declaration ( #33109 )
fix: CarouselRef["autoPlay"] is a method instead of a boolean value
3 years ago
诸岳
69da0de845
fix(locale): Add missing zh-TW translation for Form.optional, fix #30361 ( #33108 )
Co-authored-by: 诸岳 <fuping.dfp@antgroup.com>
3 years ago
afc163
80a05f9d35
docs: clarify select option title doc
close https://github.com/ant-design/ant-design/issues/33105
3 years ago
afc163
aae945d2d6
docs: update demo
3 years ago
二货机器人
c6c0662b97
docs: Cascader displayRender data ( #33087 )
* docs: Cascader displayRender data
* ts: clean up
* test: Update rc-resize-observer version
* test: fix resize related test case
* chore: fix ts error
* test: Fix resize logic
3 years ago
二货机器人
97ee6df47d
fix: Back of relative ( #33070 )
3 years ago
xrkffgg
a95030c641
ci: fix site deploy
3 years ago
afc163
264b3514d8
fix: TextArea height bug ( #33055 )
* fix: TextArea height bug when has `showCount`
close #33049
* fix snapshot
* revert form demo
3 years ago
afc163
e7f23592bc
feat: support Form labelWrap ( #33048 )
* feat: form label can be wrap
* fix api doc
* fix ts
3 years ago
二货机器人
2b152b0c22
feat: Support Table.EXPAND_COLUMN & Table.SELECTION_COLUMN ( #33026 )
* feat: Table support Table.EXPAND_COLUMN & Table.SELECTION_COLUMN
* docs: Update docs
3 years ago
afc163
2ab4e565d6
docs( ✨ ): release 4.17.2 ( #33051 )
* docs(✨ ): release 4.17.2
* docs(✨ ): release 4.17.2
3 years ago
二货机器人
c162045162
Merge pull request #33047 from ant-design/feature-merge-master
chore: Feature merge master
3 years ago
zombiej
78a67d6615
chore: fix lint
3 years ago
zombiej
122fd8b9b9
test: Update snapshot
3 years ago
zombiej
dd1670a3b4
chore: merge master
3 years ago
二货机器人
90bfbe2a62
Merge pull request #33045 from ant-design/opt-theme
chore: Speed up site build preview speed
3 years ago
zombiej
ea5bb0fa65
chore: speed up site build mode
3 years ago