Commit Graph

25061 Commits

Author SHA1 Message Date
lijianan
326d7a1074
fix: add col width, fix table width error (#41626)
* Update useSelection.tsx

* Update useSelection.tsx

* fix

* fix

* fix

* add demo
2023-04-06 17:16:27 +08:00
muxin
fc24f382fc
style: remove fixed height in badge.ribbon (#41661)
* style: remove fixed height in badge.ribbon

* docs: update demo

* test: update snapshot
2023-04-06 16:41:03 +08:00
二货爱吃白萝卜
0ebc2b8259
docs: Update sketch res (#41667) 2023-04-06 15:40:04 +08:00
afc163
c0fb6236a2
style: fix Mentions dropdown style (#41660) 2023-04-06 14:31:35 +08:00
lijianan
912d3934f9
docs: improve docs (#41645) 2023-04-05 14:01:38 +08:00
ChuTao Zhang
abdb770683
demo: demo bug of draggable modal (#41630)
该值默认false时,弹出窗口,鼠标不经过modal 的header(即绕过header,从左/右/下方进入modal的body),鼠标左键在body区域按下=着不放并移动,modal也会跟着移动,有时需要选中复制body内文字时,modal一直跟着移动而造成无法选择文字
2023-04-05 11:17:29 +08:00
dependabot[bot]
1275187ed9
chore(deps-dev): bump antd-style from 2.0.2 to 3.0.0 (#41636)
Bumps [antd-style](https://github.com/ant-design/antd-style) from 2.0.2 to 3.0.0.
- [Release notes](https://github.com/ant-design/antd-style/releases)
- [Changelog](https://github.com/ant-design/antd-style/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ant-design/antd-style/compare/v2.0.2...v3.0.0)

---
updated-dependencies:
- dependency-name: antd-style
  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>
2023-04-04 23:12:39 +08:00
Wxh16144
ef8b824ef1
chore: improve Form.Item on Require judgment logic (#41623)
* test: add case

* chore: improve `Form.Item` on Require judgment logic
2023-04-04 15:23:43 +08:00
二货爱吃白萝卜
4299d774ac
chore: optimize Select like component popup logic (#41619)
* chore: bump trigger ver

* chore: support auto flip + shift

* test: update snapshot

* chore: use in TreeSelect & Cascader
2023-04-04 13:43:53 +08:00
lijianan
9456f74f12
docs: update luxon docs (#41615) 2023-04-03 22:36:57 +08:00
afc163
3ffc50dc05
chore: add notice before publish to npm (#41613)
* chore: add notice before publish to npm

* chore: add notice before publish to npm
2023-04-03 22:36:14 +08:00
二货爱吃白萝卜
1a1fdf0cee
docs: Update QR Code basic demo (#41614)
* docs: Update qr code demo

* docs: update demo
2023-04-03 22:34:05 +08:00
github-actions[bot]
bea224b71d
chore: auto merge branches (#41609)
chore: merge feature into master
2023-04-03 07:11:07 +00:00
github-actions[bot]
bae302cf71
chore: auto merge branches (#41606)
chore: merge master into feature
2023-04-03 06:16:11 +00:00
afc163
9ef9339bdf chore: resolve merge conflict 2023-04-03 13:44:36 +08:00
afc163
df459717e3
docs: add changelog for 5.4.0 (#41587)
* docs: add changelog for 5.4.0

* chore: revert open version

* docs: add changelog

* docs: add changelog

* docs: add changelog

* docs: add changelog

* docs: changelog

* docs: update changelog date

* docs: add changelog

* Update CHANGELOG.en-US.md

Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>

---------

Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
2023-04-03 13:28:00 +08:00
MadCcc
fd53ce6258
chore: share component render in scripts (#41603)
* chore: share component render in scripts

* chore: code clean
2023-04-03 11:59:25 +08:00
Amumu
bf9eff66d7
chore: merge feature into master (#41598)
* 🦄️ refactor(DatePicker,Calendar): dateRender,monthRender => cellRender (#41584)

* refactor: dateRender => cellRender

* feat: update snapshots

* feat: update snapshots

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* feat: update test case

* docs: update docs

* feat: optimize code

* feat: optimize code

* feat: update test case

* feat: update test case

* test: fix lint error (#41596) (#41600)

* test: fix lint error

* chore: fix lint

---------

* feat: Picker luxon support (#41580)

* chore: add luxon english documentation

* chore: add draft chinese documentation

This documentation was auto-generated based on the english version so it is only a rough draft and will most likely need to be refined.

* fix: improve documentation phrasing

---------

Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Co-authored-by: Sylvain Boulade <sboulade@gmail.com>
2023-04-03 11:21:24 +08:00
Sylvain Boulade
e3e71dfeda
feat: Picker luxon support (#41580)
* chore: add luxon english documentation

* chore: add draft chinese documentation

This documentation was auto-generated based on the english version so it is only a rough draft and will most likely need to be refined.

* fix: improve documentation phrasing
2023-04-03 10:11:42 +08:00
Amumu
512374734a
test: fix lint error (#41596) (#41600)
* test: fix lint error

* chore: fix lint

---------
2023-04-03 10:03:22 +08:00
afc163
9b40680cfc
test: fix lint error (#41596)
* test: fix lint error

* chore: fix lint

---------

Co-authored-by: yoyo837 <yoyo837@hotmail.com>
2023-04-03 09:08:10 +08:00
JiaQi
f414abc96d
fix(Form): Feedback does not automatically deduce the correct state (#41594)
* fix(form): Feedback does not automatically deduce the correct state

* rerunning
2023-04-02 17:53:29 +08:00
kiner-tang(文辉)
c621a2e765
🦄️ refactor(DatePicker,Calendar): dateRender,monthRender => cellRender (#41584)
* refactor: dateRender => cellRender

* feat: update snapshots

* feat: update snapshots

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* feat: update test case

* docs: update docs

* feat: optimize code

* feat: optimize code

* feat: update test case

* feat: update test case
2023-04-02 13:45:57 +08:00
renovate[bot]
0ab7950568
chore(deps): update dependency stylelint-config-standard to v32 (#41593)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-02 13:43:12 +08:00
renovate[bot]
35af10cf17
chore(deps): update cimg/node docker tag to v16.20.0 (#41592)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-02 13:42:37 +08:00
github-actions[bot]
787dd65c4c
chore: auto merge branches (#41588)
chore: merge feature into master
2023-04-01 15:04:49 +00:00
github-actions[bot]
4d2f648181
chore: auto merge branches (#41586)
chore: merge master into feature
2023-04-01 13:49:02 +00:00
afc163
bc7fc713bc test: update checkbox snapshot 2023-04-01 21:20:04 +08:00
afc163
468f806e03 Merge branch 'feature' into master-merge-feature 2023-04-01 21:17:17 +08:00
lijianan
fd4cab792b
🦄️ refactor: renderSwitcherIcon => React.FC (#41556) 2023-04-01 13:38:34 +08:00
acyza
4792b879ca
fix: double arrow (#41578)
* fix: double arrow

* chore: fix test
2023-04-01 01:20:47 +08:00
黑雨
f53618ddaa
fix: compatible windows path (#41574)
* bug: compatible windows path

* bug: compatible windows path

* Message
2023-03-31 19:03:03 +08:00
二货爱吃白萝卜
3c28b3eb9e
fix: Checkbox align style (#41566)
* chore: use flex align center instead

* test: update test case

* chore: adjust space align

* chore: fix missing selector

* chore: revert space modify

* chore: offset cal
2023-03-31 14:30:50 +08:00
JiaQi
6e29fdd319
Fix Form.Item not rendering correctly in Modal when it has help (#40519)
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
2023-03-31 14:27:55 +08:00
JiaQi
b73b37eee9
feat(Form.Item): useStatus supports get error messages and warning messages (#41554)
* feat: useStatus supports get error messages

* feat: useStatus supports get warning messages

* chore: update example

* chore: add test case
2023-03-31 11:42:34 +08:00
Star
fb4029c17f
doc: fix Scroll To Top (#41436)
Co-authored-by: star <a@qqfav.com>
2023-03-30 23:23:04 +08:00
originRing
21a99873e6
docs(Breadcrumb): update index.zh-CN.md & index.en-US.md (#41558) 2023-03-30 16:37:52 +08:00
lijianan
65224d357d
🦄️ refactor: use React.useMemo replace function (#41550)
* 🦄️ refactor: use React.useMemo replace function

* add

* fix

* add

* add
2023-03-30 14:55:34 +08:00
muxin
76b6909c2d
fix: forcePopupAlign is align to forceAlign instead (#41540)
* fix: forcePopupAlign is align to forceAlign instead

* test: add test

* test: update test
2023-03-30 14:45:15 +08:00
lijianan
6aa21567d5
docs: update demo (#41534) 2023-03-30 10:23:57 +08:00
dependabot[bot]
63f3680b90
chore(deps-dev): bump rome from 11.0.0 to 12.0.0 (#41542)
Bumps [rome](https://github.com/rome/tools/tree/HEAD/npm/rome) from 11.0.0 to 12.0.0.
- [Release notes](https://github.com/rome/tools/releases)
- [Changelog](https://github.com/rome/tools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rome/tools/commits/cli/v12.0.0/npm/rome)

---
updated-dependencies:
- dependency-name: rome
  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>
2023-03-29 21:15:40 +08:00
MadCcc
f6523f48a9
docs: update input semantic dom doc (#41524)
* 📝 docs: update input semantic dom doc

* chore: format

* docs: update

* docs: update
2023-03-29 20:32:01 +08:00
lijianan
d840f6a87a
🦄️ refactor: use React.useMemo replace function (#41533)
* 🦄️refactor: use React.useMemo replace function

* rename
2023-03-29 20:30:50 +08:00
MadCcc
4ca35d887b
chore: update PR template with copilot (#41529)
* chore: update PR template with copilot

* chore: update
2023-03-29 17:40:55 +08:00
github-actions[bot]
0727593674
chore: auto merge branches (#41527)
chore: Feature merge master
2023-03-29 07:21:44 +00:00
二货机器人
d6a73f3c6b chore: feature merge master 2023-03-29 14:44:41 +08:00
二货机器人
5ad2a13b1b Merge remote-tracking branch 'origin/master' into feature-merge-master 2023-03-29 14:22:47 +08:00
二货爱吃白萝卜
25816b8604
fix: Table checkbox top border will not work (#41519) 2023-03-29 10:21:35 +08:00
JiaQi
dcf25ae1c1
chore: update de_DE locale (#41521) 2023-03-29 10:02:02 +08:00
github-actions[bot]
818fe9455d
chore: auto merge branches (#41518)
chore: merge master into feature
2023-03-28 14:34:36 +00:00