zhw
|
631e501754
|
fix: menu collapsed props work in layout (#51775)
Publish Any Commit / build (push) Has been cancelled
🔀 Sync mirror to Gitee / mirror (push) Has been cancelled
✅ test / lint (push) Has been cancelled
✅ test / test-react-legacy (16, 1/2) (push) Has been cancelled
✅ test / test-react-legacy (16, 2/2) (push) Has been cancelled
✅ test / test-react-legacy (17, 1/2) (push) Has been cancelled
✅ test / test-react-legacy (17, 2/2) (push) Has been cancelled
✅ test / test-node (push) Has been cancelled
✅ test / test-react-latest (dom, 1/2) (push) Has been cancelled
✅ test / test-react-latest (dom, 2/2) (push) Has been cancelled
✅ test / build (push) Has been cancelled
✅ test / test lib/es module (es, 1/2) (push) Has been cancelled
✅ test / test lib/es module (es, 2/2) (push) Has been cancelled
✅ test / test lib/es module (lib, 1/2) (push) Has been cancelled
✅ test / test lib/es module (lib, 2/2) (push) Has been cancelled
👁️ Visual Regression Persist Start / test image (push) Has been cancelled
✅ test / test-react-latest-dist (dist, 1/2) (push) Has been cancelled
✅ test / test-react-latest-dist (dist, 2/2) (push) Has been cancelled
✅ test / test-react-latest-dist (dist-min, 1/2) (push) Has been cancelled
✅ test / test-react-latest-dist (dist-min, 2/2) (push) Has been cancelled
✅ test / test-coverage (push) Has been cancelled
|
2024-11-26 09:42:18 +08:00 |
|
lijianan
|
706c0009a5
|
site: improve scrollbar style of site (#51220)
|
2024-10-16 21:25:14 +08:00 |
|
ice
|
696c9dde02
|
fix(button): type=link error token & add prefix cls (color/variant) & specificity too high (#50962)
|
2024-09-24 23:52:50 +08:00 |
|
栗嘉男
|
5db0ecc0b0
|
chore: merge master into feature
|
2024-09-16 17:23:52 +08:00 |
|
葉
|
ff69603b40
|
demo: update top-side-2.tsx (#50865)
* refactor:update top-side-2.tsx
Resolve the warning of console output "Warning: [antd: Breadcrumb] `Breadcrumb.Item and Breadcrumb.Separator` is deprecated. Please use `items` instead."
Signed-off-by: 葉 <86666479+Aimony@users.noreply.github.com>
* Update components/layout/demo/top-side-2.tsx
Signed-off-by: afc163 <afc163@gmail.com>
* Update components/layout/demo/top-side-2.tsx
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: afc163 <afc163@gmail.com>
* test(layout): Update components/layout/__tests__/__snapshots__/demo-extend.test.ts.snap
---------
Signed-off-by: 葉 <86666479+Aimony@users.noreply.github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
|
2024-09-15 17:30:52 +08:00 |
|
栗嘉男
|
78c1fca2f0
|
chore: merge master into feature
|
2024-09-14 11:50:34 +08:00 |
|
二货爱吃白萝卜
|
4fffbea08f
|
fix: Sider support ConfigProvider theme (#50780)
* fix: Sider support cp
* fix: css layout
* chore: size limit
|
2024-09-10 15:43:58 +08:00 |
|
ice
|
badfbe3cfe
|
feat(Button): support variant and color (#50051)
* feat(button): variant & color types
* feat: type -> color/variant
* feat: type -> color/variant
* feat: add variant filled
* test: snap
* refactor(button): rename type -> variant
* docs: add demo
* feat: add danger ghost style
* refactor: remove deprecated
* refactor: eslint
* docs: change color&variant
* test: updated snap
* docs: color-variant
* docs: add debug color&variant
* feat: global token
* refactor: remove comment
* docs: add color&variant docs
* docs: remove default
* docs: add space
* docs: code
* test: update snap
* test: fix snap
* test: btn querySelect
* feat: change filled hoverStyle
* test: fix
* feat: support grey wave
* refactor: enhance
* docs: color/variant -> v 5.21
* test: snap
* feat: add token
* test: to do
* test: fix test
* ci: rebuild
* style: remove
* style: space
* docs: add note & FQA
* feat: add componentsToken
* refactor: remove isNotGrey
* test: add case
* docs: tile button
* test: snap
* docs: site & snap
* Update components/button/index.en-US.md
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* fix: token color & undef
* docs: site
* docs: responsive
* docs: enhance FAQ
* docs: gap middle
* test: snap
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/button/style/token.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/button/style/token.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* refactor: rename
* docs: prettier
* chore: eslint
* refactor: cls
* test: add solidTextColor case
* refactor: genVariantButtonStyle
* refactor: genVariantButtonStyle
* refactor: genVariantButtonStyle
* fix: rename
* docs: text
* fix: remove border
* feat: add token colorErrorBgFilledHover
* chore: add size-limit
* refactor: rename
---------
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
|
2024-09-03 17:39:02 +08:00 |
|
thinkasany
|
7085ab39d0
|
type: ts definition improvement (#50324)
* type: improve type assert
* type: improve type assert
* chore: modify the path
|
2024-08-09 12:58:01 +08:00 |
|
lijianan
|
e8fa5938ab
|
site: rewrite with CSS logical properties (#50109)
* site: use CSS logical properties
* Update components/anchor/demo/targetOffset.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* fix: fix
* chore: fix
* fix: add more
* fix: add more
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
|
2024-07-28 10:43:45 +08:00 |
|
lijianan
|
f56fee1333
|
site: update site/demo style (#50107)
* site: update site/demo style
* fix: fix lint
|
2024-07-27 16:13:25 +08:00 |
|
二货爱吃白萝卜
|
b62b81958b
|
test: Fix React 18.3 findDOMNode warning (#48958)
* fix: try to fix React 18.3 warning
* chore: back of ci
* chore: fix type
* chore: fix lint
* chore: update deps
* fix: component error
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: update deps
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: update deps
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: bump version
|
2024-05-18 15:07:26 +08:00 |
|
lijianan
|
029cb1dff0
|
test: rm legacy react-dom/test-utils for compatible React-18.3.1 (#48667)
* test: rm legacy react-dom/test-utils for compatible React-18.3.0
* fix: fix
* chore: cls
* chore: update
* fix: fix
|
2024-04-28 09:52:54 +08:00 |
|
叶枫
|
502dac12aa
|
docs: format code (#48309)
* docs: fix code
* feat: lint
* feat: prettier
* feat: test
* feat: review
* feat: format html
* feat: format html
|
2024-04-08 14:04:08 +08:00 |
|
vagusX
|
9490179108
|
ci: enable splitTheme (#46984)
* ci: enable splitTheme
* chore: remove blue border
|
2024-01-15 17:58:48 +08:00 |
|
lijianan
|
413fb95487
|
chore: update year form 2023 to 2024 (#46723)
|
2024-01-01 08:05:25 +08:00 |
|
afc163
|
2d28495c9c
|
docs: update Layout demos (#46378)
* docs: update Layout demos
* test: update snapshot
|
2023-12-11 12:22:23 +08:00 |
|
二货爱吃白萝卜
|
7f9aff2cfb
|
enhance: auto layout hasSider (#45361)
* enhance: auto layout hasSider
* test: update snapshot
|
2023-10-16 14:49:01 +08:00 |
|
MadCcc
|
afcdc3fbe2
|
chore: try to fix screenshot (#44817)
* chore: try to fix screenshot
* chore: set small viewport
* chore: rm wait until
* chore: minimize demo
* chore: support onlyViewPort
* chore: better logic
* chore: config demos
* chore: update
* refactor: rename
* chore: update
* chore: update
* chore: update
|
2023-09-14 16:59:11 +08:00 |
|
lijianan
|
6a5e7ded43
|
refactor: remove Space & Grid IE compatible logic (#44620)
* refactor: remove IE compatible logic
* fix: fix
* fix: fix
* fix: fix
|
2023-09-05 10:17:56 +08:00 |
|
MadCcc
|
a5203ebb80
|
feat: layout token (#44174)
* feat: layout token
* feat: layout component token
|
2023-08-11 19:37:44 +08:00 |
|
二货爱吃白萝卜
|
5d3b45551d
|
test: snapshot of demo warning message (#43947)
* test: init of test
* test: update snapshot
* test: update snapshot
* chore: adjust size limit
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: update snapshot
---------
Co-authored-by: lijianan <574980606@qq.com>
|
2023-08-02 14:20:13 +08:00 |
|
Khalifa Lame
|
5112817296
|
fix: Layout.Header accessibility role (#43749)
* fix: Layout.Header accessibility role
* test: update snapshots
* fix: type mismatch
---------
Co-authored-by: afc163 <afc163@gmail.com>
|
2023-07-24 15:38:55 +08:00 |
|
MadCcc
|
74c7d207c1
|
refactor: menu component token (#43576)
* docs: update examples link
* refacor: menu component token
* chore: update demo
* chore: update test case
* fix: token
* chore: fix
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
* chore: fix lint
* refactor: more token
---------
Signed-off-by: MadCcc <1075746765@qq.com>
|
2023-07-17 10:13:22 +08:00 |
|
MadCcc
|
7322aa6f5f
|
Revert "chore: migrate to vitest (#42506)" (#42900)
This reverts commit 6759887c44 .
|
2023-06-07 21:59:21 +08:00 |
|
Dunqing
|
6759887c44
|
chore: migrate to vitest (#42506)
* chore: migrate to vitest
* chore: update ci
* fix: test correctly
* test: support puppeteer
* chore: update coverage
* chore: update include/exclude
* chore: update config
* test: update incorrect tests
* chore: update script
* chore: update
* fix: should close browser at the ended
* chore: improve
* fix: test cause tsc error
* fix: eslint error
* chore: exclude correctly
* test: update snap and fix some tests
* chore: update test config
* fix: countup.js
* fix: incorrect test
* chore: update reference
* test: update
* fix: countup.js
* fix: timeout
* chore: update site test
* fix: fixed countup version
* chore: remove unsed code
* test: update
* test: update demo timeout
* test: update timeout
* chore: update image test
* chore: update threads
* fix: image/svg+xml test failed
* chore: limits threads
* test: update test coverage include
* chore: remove jest files
* chore: rename jest to vi
* chore: update document
* chore: fix missing @types/jsdom
* chore: update coverage
* chore: update snap
* fix:watermark test cases are incorrect
* feat: update ignore comment
* test: fix test case
* test: reset body scrollTop
* test: clean up
* test: use vi
* test: update snapshot
* test: update snapshot
* test: fix dropdown test failed
* fix: toHaveStyle cause test fail
* test: improve test case
* test: fix
* fix: color failed, refer to https://github.com/jsdom/jsdom/pull/3560
* test: fix
* test: fix
* test: fix circular import
* test: revert
* ci: coverage failed
* test: fix c8 ignore comment
* chore: incorrect config
* chore: fix ignore ci
* test: revert svg+xml
* test: fix realTimers
* feat: rc-trigger should be remove
* test: fix some failed test
* chore: remove unused deps and configure eslint-plugin-vitest
* test: update snap
* chore: remove jest
* test: fix lint error
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
|
2023-06-07 11:54:50 +08:00 |
|
MadCcc
|
cdf9b4660f
|
refactor: menu token rename (#42848)
* refactor: menu token rename
* chore: update snapshot
* chore: UPDATE TEST CASE
* fix: fix gap as 4px
* fix: popup transform origin
|
2023-06-06 16:11:18 +08:00 |
|
MadCcc
|
f09e9cb0c9
|
refactor: Menu migrate to @rc-component/trigger (#42554)
* refactor: Menu migrate to @rc-component/trigger
* chore: remove rc-trigger
* chore: bump version
* chore: bump version
* chore: update size limit
* chore: update snapshot
|
2023-05-26 11:04:02 +08:00 |
|
afc163
|
7461a216a0
|
demo: fix Layout demo ssr render effect (#42501)
* demo: fix Layout demo ssr render effect
close https://github.com/ant-design/ant-design/issues/42487
* test: update snapshot
|
2023-05-19 23:57:37 +08:00 |
|
github-actions[bot]
|
59c9119be1
|
chore: auto merge branches (#42276)
chore: master merge feature
|
2023-05-12 15:14:26 +00:00 |
|
Denys Halenok
|
2be6c47f1b
|
fix: style not applied to overflowed Menu (#42294)
* fix: style not applied to overflowed Menu
* test: update snapshot
|
2023-05-12 11:38:38 +08:00 |
|
afc163
|
f3fa3f961b
|
docs: improve Layout demo code (#42283)
* docs: improve Layout demo code
* chore: fix css rule order
|
2023-05-11 20:00:00 +08:00 |
|
二货机器人
|
4e311f0d95
|
test: update snapshot
|
2023-05-08 23:47:41 +08:00 |
|
二货爱吃白萝卜
|
f4858ff581
|
chore: align motion follow popup point (#42225)
* chore: align motion follow popup point
* test: update snapshot
|
2023-05-08 23:28:13 +08:00 |
|
二货机器人
|
f60e116503
|
Merge remote-tracking branch 'origin/master' into feature-merge-master
|
2023-04-19 11:22:32 +08:00 |
|
二货爱吃白萝卜
|
a5d420b941
|
chore: bump motion (#41873)
* chore: bump motion
* test: update snapshot
* test: update snapshot
|
2023-04-19 11:22:09 +08:00 |
|
MadCcc
|
20ad2eb974
|
chore: update snapshot
|
2023-04-17 19:57:03 +08:00 |
|
afc163
|
7cd9b90b94
|
demo: improve Layout trigger style (#41827)
* demo: improve Layout trigger style
* test: update snapshot
|
2023-04-16 16:13:42 +08:00 |
|
二货爱吃白萝卜
|
6770b7fb22
|
test: Use render for demo-extends test (#41242)
* test: update snapshot
* test: use render
* test: fix skip
* test: fix skip
|
2023-03-15 00:08:31 +08:00 |
|
dependabot[bot]
|
1df1034f20
|
chore(deps-dev): bump glob from 8.1.0 to 9.2.1 (#41109)
* chore(deps-dev): bump glob from 8.1.0 to 9.2.1
Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.2.1.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v8.1.0...v9.2.1)
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: update api
* fix
* fix
* fix path
* fix path
* update snap
* update snap
* update snap
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 栗嘉男 <574980606@qq.com>
|
2023-03-10 11:50:12 +08:00 |
|
二货爱吃白萝卜
|
9d546ed51a
|
chore: bump select tree-select cascader version (#41013)
* chore: bump select tree-select cascader version
* chore: adjust align prepare style
* chore: bump trigger version
* test: update snapshot
|
2023-03-02 22:09:02 +08:00 |
|
栗嘉男
|
745015ef09
|
resovl CONFLICT
|
2023-03-02 00:48:00 +08:00 |
|
二货爱吃白萝卜
|
94bf744acd
|
fix: Layout throw warning of suffixCls (#40969)
* fix: Layout throw warning of suffixCls
* chore: fix lint
|
2023-02-28 16:26:21 +08:00 |
|
二货爱吃白萝卜
|
ab83c1b6cb
|
fix: Fix token of Layout.colorBgHeader not work when single use Layout.Header directly (#40933)
* docs: fix typos
* Update index.zh-CN.md
* test: update snapshot
* docs: fix demo ref
* chore: force trigger ci
* chore: force trigger ci
* chore: bump dumi ver
* fix: Layout.Header token not work as expect
---------
Co-authored-by: Lioness100 <jchickmm2@gmail.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
|
2023-02-27 15:35:22 +08:00 |
|
黑雨
|
51c615dd42
|
refactor: Breadcrumb separator use li instead span (#40887)
* fix: fix 'span' to 'li'
* fix: fix 'span' to 'li'
* fix: update snap
* fix: update span to li
* feat: update snap
* feat: update snap
* feat: update snap
* feat: breadCrumb support items
* feat: update snap
* feat: update snap
* feat: update snap
|
2023-02-24 18:20:28 +08:00 |
|
二货爱吃白萝卜
|
86b5c50cb4
|
refactor: Tooltip support auto arrow & auto shift (#40632)
* chore: adjust doc
* chore: simplify arrow offset
* chore: auto adjust shift
* docs: adjust demo
* chore: update snapshot
* chore: provide ref
* test: prepare
* chore: update deps
* test: fix part test
* test: fix part test
* test: fix part test
* test: fix part test
* test: fix part test
* test: update snapshot
* fix: missing pure render
* fix: Popover pure panel
* test: update snapshot
* test: update tour snapshot
* chore: bump trigger ver
* test: fix render ssr logic
* test: skip unnecessary case
* test: fix test case
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: update snapshot
* test: fix test case
* test: fix test case
* chore: clean up useless warning
* test: add check for placement
* chore: ignore default
|
2023-02-15 10:21:28 +08:00 |
|
lijianan
|
c054a2bb80
|
chore: update demo style (#40336)
* fix: update demo style
* update snap
|
2023-01-19 22:36:27 +08:00 |
|
二货爱吃白萝卜
|
1bcb25166b
|
test: update snapshot (#40328)
|
2023-01-19 17:14:49 +08:00 |
|
Samyek
|
e9b5805fc2
|
docs: Updated the Copyright Year (#39952)
|
2023-01-01 21:13:29 +08:00 |
|
MadCcc
|
fbab5df655
|
docs: update Layout demo (#39255)
* docs: update Layout demo
* chore: code clean
* chore: update snapshot
|
2022-12-05 14:06:42 +08:00 |
|